IsPatientMaternity.Cycle

Description

The time from the first day of a the patient's menstruation to the day before the next menstruation.

Syntax

object.Cycle

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

Return Value

string

Example

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)    
Note:

In Profile Client v8 on User Interface Cycle can be found in Clinical > Medical Record > Obstetric > Edit > Maternal Summary > Cycle field.

Version information

Added in v7.8.0