You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2024. It is now read-only.
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
eventType (PatientEnter)
consultationId
More information can then be retrieved by calling additional API.