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