SimplePhiEntity(PhiCategory, Int32, Int32) Constructor

Definition

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.

Applies to