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