IsPatientMaternity.Gravida

Description

The number of pregnancies the patient has had.

Syntax

object.Gravida

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

Return Value

int

Example

Display the number of pregnancies.

Dim aPatient  
Dim aGravida
Dim aMaternity

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

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

Version information

Added in v7.8.0