ISPatient.CountryOfBirth

Description

The patient's country of birth.

Syntax

object.CountryOfBirth

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

Return Value

string

Example

Display the patient's country of birth.

Dim aPatient  
Dim aCountryOfBirth

Set aPatient = Profile.SelectPatient
aCountryOfBirth = aPatient.CountryOfBirth
Profile.MsgBox (aCountryOfBirth)   
Note:

In Profile Client v8 on User Interface Country of Birth can be found in Patient > Alter Patient > Personal > the second Place of Birth field.

Version information

Added in v7.8.0