APIs

Show:

Model class that interprets and simplifies the results that come from the scheduler_api's get_schedules3 method

Item Index

Methods

getScheduleBlocks

(
  • phy_id
  • rsc_id
  • callback
)
Undefined

Iterates through the data and finds any ScheduleBlocks for a given physician or resource.

Parameters:

  • phy_id Integer

    physician (provider) id

  • rsc_id Integer

    resource id

  • callback Function

    function that is called for each set of blocks that a physician or resource has. It is passed a ScheduleBlocks model class

Returns:

Undefined: