Returns True if the patient is still pregnant.
object.IsPregnant
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display IsPregnant for the patient.
Dim aPatient
Dim aIsPregnant
Set aPatient = Profile.SelectPatient
aIsPregnant = aPatient.IsPregnant
Profile.MsgBox (aIsPregnant)
In Profile Client v8 on User Interface the Completed checkbox shouldn't be checked in
.