This function returns a patient's maternity information.
object.GetMaternity()
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the number of pregnancies the patient has had.
Dim aPatient
Dim aGravida
Set aPatient = Profile.SelectPatient
aGravida = aPatient.GetMaternity.Gravida
Profile.MsgBox (aGravida) In Profile Client v8 on User Interface a patient's maternity information can be found in or in .