IsPatientMaternity.EDD

Description

Estimated Date of Delivery for maternity patients.

Syntax

object.EDD

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

Return Value

DateTime

Example

Display estimated date and time of delivery.

Dim aPatient  
Dim aEDD
Dim aMaternity

Set aPatient = Profile.SelectPatient
Set aMaternity = aPatient.GetMaternity
aEDD = aMaternity.EDD
Profile.MsgBox (aEDD)  
Note: The Maternity view is only available to female patients.

In Profile Client v8 on User Interface EDD can be found in Patient > Alter Patient > Maternity > EDD fieldor in Clinical > Medical Record > Obstetric > Edit > Maternal Summary > EDD field.

Version information

Added in v7.8.0