ISPatient.IsFertile

Description

This property is True if the patient is able to produce physically healthy offspring.

Syntax

object.IsFertile

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

bool

Example

Display IsFertile for the patient.

Dim aPatient  
Dim aIsFertile

Set aPatient = Profile.SelectPatient 
aIsFertile = aPatient.IsFertile
Profile.MsgBox (aIsFertile)  
Note: The Maternity view is only available to female patients.

In Profile Client v8 on User Interface the Is Fertile checkbox can be checked in Patient > Alter Patient > Maternityor in Clinical > Medical Record > Obstetric > Edit > Maternal Summary.

Version information

Added in v7.8.0