The time from the first day of a the patient's menstruation to the day before the next menstruation.
object.Cycle
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
IsPatientMaternity interface |
string
Display the number of days of menstruation and cycle.
Dim aPatient
Dim aCycle
Dim aMaternity
Set aPatient = Profile.SelectPatient
Set aMaternity = aPatient.GetMaternity
aCycle = aMaternity.Cycle
Profile.MsgBox (aCycle)
In Profile Client v8 on User Interface Cycle can be found in
.