ISPatient.GetPatLabelName

Description

This function returns the name of the label, assigned to the patient.

Syntax

object.GetPatLabelName()

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Returns the name of the label.

Example

Display the name of the label, assigned to the patient.

Dim aPatient  
Dim aPatLabelName

Set aPatient = Profile.SelectPatient
aPatLabelName = aPatient.GetPatLabelName
Profile.MsgBox (aPatLabelName)   
Note:

In Profile Client v8 on User Interface Patient Label can be found in Patient > Alter Patient > General > Label field.

Version information

Added in v7.8.0