The patient's status, which identifies the patient interaction with the practice.
object.Status
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's status.
Dim aPatient
Dim aStatus
Set aPatient = Profile.SelectPatient
aStatus = aPatient.Status
Profile.MsgBox (aStatus)
In Profile Client v8 on User Interface Patient Status can be found in
.