ISPatient.BabyDOB

Description

The date and time of birth of the patient's baby.

Syntax

object.BabyDOB

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

Return Value

DateTime

Example

Display the date and time of birth of the patient's baby.

Dim aPatient  
Dim aBabyDOB

Set aPatient = Profile.SelectPatient 
aBabyDOB = aPatient.BabyDOB
Profile.MsgBox (aBabyDOB)   
Note: The Maternity view is only available to female patients.

In Profile Client v8 on User Interface Baby DOB can be found in Patient > Alter Patient > Maternity > DOB (Baby) field or in Clinical > Medical Record > Obstetric > Edit > Maternal Summary > DOB (Baby) field.

Version information

Added in v7.8.0