The patient's religion, returned as a code of the short code.
object.Religion
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's religion code.
Dim aPatient
Dim aReligion
Set aPatient = Profile.SelectPatient
aReligion = aPatient.Religion
Profile.MsgBox (aReligion)
In Profile Client v8 on User Interface Religion can be found in
.