ISPatient.HealthStatus

Description

The patient's health status.

Syntax

object.HealthStatus

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

int

Returns ID of the short code of the Health Status category.

Example

Display the patient's health status.

Dim aPatient  
Dim aHealthStatus

Set aPatient = Profile.SelectPatient
aHealthStatus = aPatient.HealthStatus
Profile.MsgBox (aHealthStatus)     
Note:

In Profile Client v8 on User Interface Health Status can be found in Patient > Alter Patient > Social > HealthStatus field.

Version information

Added in v7.8.0