IsPatientMaternity.LiveBirths

Description

The number of living children the patient has had.

Syntax

object.LiveBirths

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

Return Value

int

Example

Display the number of living children.

Dim aPatient  
Dim aLiveBirths
Dim aMaternity

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

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

Version information

Added in v7.8.0