ISPatient.NationalIdentifierName

Description

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.

Syntax

object.NationalIdentifierName

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

string

Example

Display the type of the patient's national identifier.

Dim aPatient  
Dim aNationalIdentifierName

Set aPatient = Profile.SelectPatient
aNationalIdentifierName = aPatient.NationalIdentifierName
Profile.MsgBox (aNationalIdentifierName)   
Note:

Version information

Added in v7.8.0