Operating Room (OR) Cases
Operating Room (OR) Cases Changed Subscription feature allows the user to retrieve any changes made to the OR cases since the last time this request was run. The user will need to initiate subscription. For more information about subscriptions, please refer Changed Data Subscriptions
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
-
Subscription
Get list of changes in OR-cases based on subscribed
events
GET
/v1/{practiceid}/orcase/changed
Retrieves a list of new or updated OR-cases.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Output Parameters
Expand allExample Code
Get list of subscribed events for changes in hospital
OR-cases
GET
/v1/{practiceid}/orcase/changed/subscription
Retrieves list of events applicable for hospital OR-cases changes
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Example Code
Subscribe to all/specific change events for hospital
OR-cases
POST
/v1/{practiceid}/orcase/changed/subscription
Subscribes for change events for hospital OR-cases
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Unsubscribe to all/specific change events for hospital
OR-cases
DELETE
/v1/{practiceid}/orcase/changed/subscription
Delete a specific event which is no longer required
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Get list of hospital OR-cases change events to which you can
subscribe
GET
/v1/{practiceid}/orcase/changed/subscription/events
Retrieves a list of events you can subscribe to when OR-cases are added or updated.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Example Code