IsPatientMaternity.CycleRegular

Description

This property is True if the patient's cycle is regular.

Syntax

object.CycleRegular

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

Return Value

bool

Example

Display CycleRegular for the patient.

Dim aPatient  
Dim aCycleRegular
Dim aMaternity

Set aPatient = Profile.SelectPatient
set aMaternity = aPatient.GetMaternity
aCycleRegular = aMaternity.CycleRegular
Profile.MsgBox (aCycleRegular)  
Note:

In Profile Client v8 on User Interface the Regular checkbox can be checked in Clinical > Medical Record > Obstetric > Edit > Maternal Summary.

Version information

Added in v7.9.0