The patient's country of birth.
object.CountryOfBirth
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's country of birth.
Dim aPatient
Dim aCountryOfBirth
Set aPatient = Profile.SelectPatient
aCountryOfBirth = aPatient.CountryOfBirth
Profile.MsgBox (aCountryOfBirth)
In Profile Client v8 on User Interface Country of Birth can be found in
.