ISPatient.GetMaternity

Description

This function returns a patient's maternity information.

Syntax

object.GetMaternity()

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

Return Value

IsPatientMaternity

Example

Display the number of pregnancies the patient has had.

Dim aPatient  
Dim aGravida

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

In Profile Client v8 on User Interface a patient's maternity information can be found in Patient > Alter Patient > Maternityor in Clinical > Medical Record > Obstetric > Edit > Maternal Summary.

Version information

Added in v7.8.0