Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Patient Queue Event Callback

Karen White edited this page May 15, 2019 · 2 revisions

Like SSO return URL, Client will be able set patient queue event callback URL in the hospital settings.

The first implementation will include firing the callback when patient entering the queue if the callback is set. The callback should be implemented with GET method 2 parameters will be passed to callback

  1. eventType (PatientEnter)
  2. consultationId

More information can then be retrieved by calling additional API.

GET v3/admin/consultations/{{consultationId}}

Clone this wiki locally