ISPatient.Status

Description

The patient's status, which identifies the patient interaction with the practice.

Syntax

object.Status

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

Return Value

TSPatientStatus

Example

Display the patient's status.

Dim aPatient  
Dim aStatus   

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