Protocol Management Development
From CaisisWiki
(Difference between revisions)
(Created page with '=Developer= ==Schema Info== ==Schema Items== ==Timeline==') |
(→Timeline) |
||
Line 3: | Line 3: | ||
==Schema Items== | ==Schema Items== | ||
==Timeline== | ==Timeline== | ||
+ | |||
+ | ===Advanced Scheduling=== | ||
+ | |||
+ | ====Recurring Visits==== | ||
+ | A recurring visit is a visit that will occur at a set frequency for a set time period. For instance, a visit may occur every 4 Weeks for 16 Weeks, creating 4 visits. | ||
+ | |||
+ | ====Dependent Visits==== | ||
+ | A dependent visit is one which will not be scheduled until a specified actions happens in the system, such as a patient status changing or upon completion of a visit. | ||
+ | |||
+ | =====Depending on a previous Visit's item===== | ||
+ | In this scenario, when a previous is marked as performed, the dependent visits are then scheduled based upon the performed date of the previous visit. | ||
+ | |||
+ | =====Depending on a Patient's status===== | ||
+ | In this scenario, when a specified patient's status is entered, these visits will be scheduled based on that new status. | ||
+ | i.e., A patient is placed "Off Treatment", and will require a final visit. |
Revision as of 19:40, 17 February 2011
Contents |
Developer
Schema Info
Schema Items
Timeline
Advanced Scheduling
Recurring Visits
A recurring visit is a visit that will occur at a set frequency for a set time period. For instance, a visit may occur every 4 Weeks for 16 Weeks, creating 4 visits.
Dependent Visits
A dependent visit is one which will not be scheduled until a specified actions happens in the system, such as a patient status changing or upon completion of a visit.
Depending on a previous Visit's item
In this scenario, when a previous is marked as performed, the dependent visits are then scheduled based upon the performed date of the previous visit.
Depending on a Patient's status
In this scenario, when a specified patient's status is entered, these visits will be scheduled based on that new status. i.e., A patient is placed "Off Treatment", and will require a final visit.