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.
object.PregnancyCount
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the number of pregnancies.
Dim aPatient
Dim aPregnancyCount
Set aPatient = Profile.SelectPatient
aPregnancyCount = aPatient.PregnancyCount
Profile.MsgBox (aPregnancyCount)