IsPatientMaternity.TermDelivery

Description

The number of deliveries at term the patient has had.

Syntax

object.TermDelivery

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

Return Value

int

Example

Display the number of deliveries at term.

Dim aPatient  
Dim aTermDelivery
Dim aMaternity

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

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

Version information

Added in v7.8.0