ISPatient.PatLabel

Description

The label assigned to the patient to colour the patient's name in the Appointments and Select Patient windows.

1 Label Red
2 Label Green
4 Label Blue
8 Label Cyan
16 Label Magenta
32 Label Yellow
64 Label Teal
128 Label Navy
256 Label Maroon
512 Label Grey
1024 Label Aqua
2048 Label Purple
4096 Label Olive
8192 Label Black

Syntax

object.PatLabel

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

Return Value

int

Example

Display the patient label as an integer.

Dim aPatient  
Dim aPatLabel 

Set aPatient = Profile.SelectPatient
aPatLabel = aPatient.PatLabel
Profile.MsgBox (aPatLabel)  
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