ISPatient.Religion

Description

The patient's religion, returned as a code of the short code.

Syntax

object.Religion

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

Return Value

string

Example

Display the patient's religion code.

Dim aPatient  
Dim aReligion   

Set aPatient = Profile.SelectPatient
aReligion = aPatient.Religion
Profile.MsgBox (aReligion)   
Note:

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

Version information

Added in v7.8.0