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