IsPatientMaternity.PrematureBirths

Description

The number of deliveries before term the patient has had.

Syntax

object.PrematureBirths

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

Return Value

int

Example

Display the number of deliveries before term.

Dim aPatient  
Dim aPrematureBirths
Dim aMaternity

Set aPatient = Profile.SelectPatient 
Set aMaternity = aPatient.GetMaternity
aPrematureBirths = aMaternity.PrematureBirths
Profile.MsgBox (aPrematureBirths)    
Note: The Maternity view is only available to female patients. Premature Births also can be called Preterm Delivery.

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

Version information

Added in v7.8.0