ISPatient.StatusCaption

Description

The patient's status short code description.

Syntax

object.StatusCaption

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

Return Value

string

Example

Display the patient's status short code description.

Dim aPatient  
Dim aStatusCaption

Set aPatient = Profile.SelectPatient
aStatusCaption = aPatient.StatusCaption
Profile.MsgBox (aStatusCaption)  
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