ISPatient.getFertile

Description

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

Syntax

object.getFertile()

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

Return Value

object

Returns True if the patient is fertile.

Example

Display True if the patient is fertile.

Dim aPatient  
Dim aFertile

Set aPatient = Profile.SelectPatient
aFertile = aPatient.getFertile

Profile.MsgBox (aFertile)  
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