| Path: | app/models/clinical_session.rb |
| Last Update: | Wed Dec 13 13:23:25 +1030 2006 |
A ClinicalSession is a designated time slot that any number of Client can be booked into (up to max_bookings).
Clinical sessions are controller through the SessionController
As of Version 1.09, recurring sessions can be created. That is, sessions which are repeated.
The implementation of recursion is ad-hoc, meaning that recurring sessions are created as independant sessions. Any consecutive session that occurs for the same clinician at the same time and is the same type is considered to be a reoccurence.
As of Version 1.10, sessions may have multiple bookings, up to max_bookings.