ISPatient.PatientType

Description

Category type of the person being registered.

Syntax

object.PatientType

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

Return Value

TSPatientType

Example

Display the patient's type.

Dim aPatient  
Dim aPatientType

Set aPatient = Profile.SelectPatient
aPatientType = aPatient.PatientType
Profile.MsgBox (aPatientType)    
Note:

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

Version information

Added in v7.8.0