This property is True if the patient's cycle is regular.
object.CycleRegular
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
IsPatientMaternity interface |
bool
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)
In Profile Client v8 on User Interface the Regular checkbox can be checked in
.