SimplePhiEntity(PhiCategory, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SimplePhiEntity.
public SimplePhiEntity(Azure.Health.Deidentification.PhiCategory category, int offset, int length);
new Azure.Health.Deidentification.SimplePhiEntity : Azure.Health.Deidentification.PhiCategory * int * int -> Azure.Health.Deidentification.SimplePhiEntity
Public Sub New (category As PhiCategory, offset As Integer, length As Integer)
Parameters
- category
- PhiCategory
PHI Category of the entity.
- offset
- Int32
Starting index of the location from within the input text using the group's encoding.
- length
- Int32
Length of the input text using the group's encoding.