ISPatient.DOB

Description

The patient's date of birth.

Syntax

object.DOB

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

Return Value

DateTime

Example

Display the patient's date of birth.

Dim aPatient  
Dim aDOB   

Set aPatient = Profile.SelectPatient 
aDOB = aPatient.DOB
Profile.MsgBox (aDOB)  
Note:

In Profile Client v8 on User Interface DOB can be found in Patient > Alter Patient > General > DOB field.

Version information

Added in v7.8.0