Visit and dispensation schedule functions
Retrieve information on a subject's visit and dispensation schedule, including multiple visit schedules, branches and cycle visits.
- getVisitWndw( )
Retrieve visit window and schedule details for one or more visits. Options include: a specified visit, the next visit (based on current dynamic and branching calculations for the subject), the current visit, or all previous visits as designed in the study. - getDispensationInfo( )
Retrieves detailed information about a subject's dispensation history. For example, last doses, dispensation dates, and kit information. - getCurrentBranch( )
Get the ID of the current branch. - isSubjectOnBranch( )
Check if a subject has started any visit in a specific branch. - getCurrentTreatmentArm( )
Retrieve the treatment arm short name that the current subject is on. - getCurrentCycle( )
Retrieve the current cycle instance number. - getCycleCount( )
Get the current cycle instance number per subject within the input branch of the current subject. For example, you can get the count of existing cycles. - getCompletedCycle( )
Retrieve the number of cycles that were completed by a subject.
Parent topic: Rules helper function reference