The patient's status index.
object.StatusIndex
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the patient's status index.
Dim aPatient
Dim aStatusIndex
Set aPatient = Profile.SelectPatient
aStatusIndex = aPatient.StatusIndex
Profile.MsgBox (aStatusIndex)
In Profile Client v8 on User Interface Patient Status can be found in
.