The type of the patient's national identifier. For the patient from New Zealand NHI will be returned, for the patient from Canada - PHN and for the patient from Australia - Medicare.
object.NationalIdentifierName
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the type of the patient's national identifier.
Dim aPatient
Dim aNationalIdentifierName
Set aPatient = Profile.SelectPatient
aNationalIdentifierName = aPatient.NationalIdentifierName
Profile.MsgBox (aNationalIdentifierName)