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 |
object.PatLabel
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the patient label as an integer.
Dim aPatient
Dim aPatLabel
Set aPatient = Profile.SelectPatient
aPatLabel = aPatient.PatLabel
Profile.MsgBox (aPatLabel)
In Profile Client v8 on User Interface Patient Label can be found in
.