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