This property is True if the patient is able to produce physically healthy offspring.
object.IsFertile
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display IsFertile for the patient.
Dim aPatient
Dim aIsFertile
Set aPatient = Profile.SelectPatient
aIsFertile = aPatient.IsFertile
Profile.MsgBox (aIsFertile) In Profile Client v8 on User Interface the Is Fertile checkbox can be checked in or in.