ISPatient.PlaceOfBirth

Description

The patient's place of birth.

Syntax

object.PlaceOfBirth

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

Return Value

string

Example

Display the patient's place of birth.

Dim aPatient  
Dim aPlaceOfBirth   

Set aPatient = Profile.SelectPatient
aPlaceOfBirth = aPatient.PlaceOfBirth
Profile.MsgBox (aPlaceOfBirth)     
Note:

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

Version information

Added in v7.8.0