ISPatient.StatusIndex

Description

The patient's status index.

Syntax

object.StatusIndex

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

int

Example

Display the patient's status index.

Dim aPatient  
Dim aStatusIndex

Set aPatient = Profile.SelectPatient
aStatusIndex = aPatient.StatusIndex
Profile.MsgBox (aStatusIndex)      
Note:

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

Version information

Added in v7.8.0