IsPatientMaternity.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 IsPatientMaternity interface

Return Value

DateTime

Example

Display the date and time of birth.

Dim aPatient  
Dim aBabyDOB
Dim aMaternity

Set aPatient = Profile.SelectPatient
Set aMaternity = aPatient.GetMaternity
aBabyDOB = aMaternity.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