Schedules3 Class
Defined in:
Module: settings
/var/www/azaleahealth.com/branches/docs/source_repo/awa/resources/apps/js/portal/PortalSchedules3.js:2
Model class that interprets and simplifies the results that come from the scheduler_api's get_schedules3 method
Constructor
Schedules3
()
Item Index
Methods
Methods
getScheduleBlocks
(
Undefined
-
phy_id -
rsc_id -
callback
Iterates through the data and finds any ScheduleBlocks for a given physician or resource.
Parameters:
-
phy_idIntegerphysician (provider) id
-
rsc_idIntegerresource id
-
callbackFunctionfunction that is called for each set of blocks that a physician or resource has. It is passed a ScheduleBlocks model class
Returns:
Undefined: