This function returns the name of the label, assigned to the patient.
object.GetPatLabelName()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the name of the label, assigned to the patient.
Dim aPatient
Dim aPatLabelName
Set aPatient = Profile.SelectPatient
aPatLabelName = aPatient.GetPatLabelName
Profile.MsgBox (aPatLabelName)
In Profile Client v8 on User Interface Patient Label can be found in
.