ISPatient.Gravida

Description

The number of pregnancies the patient has had.

Syntax

object.Gravida

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

Return Value

int

Example

Display the number of pregnancies.

Dim aPatient  
Dim aGravida

Set aPatient = Profile.SelectPatient 
aGravida = aPatient.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