ISPatient.IsPregnant

Description

Returns True if the patient is still pregnant.

Syntax

object.IsPregnant

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

Return Value

bool

Example

Display IsPregnant for the patient.

Dim aPatient  
Dim aIsPregnant

Set aPatient = Profile.SelectPatient 
aIsPregnant = aPatient.IsPregnant
Profile.MsgBox (aIsPregnant)  
Note:

In Profile Client v8 on User Interface the Completed checkbox shouldn't be checked in Clinical > Medical Record > Obstetric > Open selected pregnancy record.

Version information

Added in v7.8.0