The number of pregnancies the patient has had.
object.Gravida
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
IsPatientMaternity interface |
int
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)
In Profile Client v8 on User Interface Gravida can be found in
or in .