This property is True if the patient is a very important person (VIP).
object.IsNotablePerson
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display IsNotablePerson for the patient.
Dim aPatient
Dim aIsNotablePerson
Set aPatient = Profile.SelectPatient
aIsNotablePerson = aPatient.IsNotablePerson
Profile.MsgBox (aIsNotablePerson)
In Profile Client v8 on User Interface the Notable person checkbox can be checked in
.