ISPatient.PregnancyCount

Description

The number of pregnancies the patient has had. Pregnancy Count is auto calculated on the basis of information in Clinical/Medical Record/Obstetric/Pregnancies, on User Interface cannot be found.

Syntax

object.PregnancyCount

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

int

Example

Display the number of pregnancies.

Dim aPatient  
Dim aPregnancyCount

Set aPatient = Profile.SelectPatient 
aPregnancyCount = aPatient.PregnancyCount
Profile.MsgBox (aPregnancyCount)  
Note:

Version information

Added in v7.8.0