ISPatient.EDD

Description

Estimated Date of Delivery for maternity patients.

Syntax

object.EDD

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

Return Value

DateTime

Example

Display estimated date of delivery.

Dim aPatient  
Dim aEDD

Set aPatient = Profile.SelectPatient 
aEDD = aPatient.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 field or in Clinical > Medical Record > Obstetric > Edit > Maternal Summary > EDD field.

Version information

Added in v7.8.0