Documentation Index
Fetch the complete documentation index at: https://docs.rxscale.com/llms.txt
Use this file to discover all available pages before exploring further.
Waiting Room
Register patients for the virtual waiting room, check their queue status, and cancel registrations.Register Patient
Register a patient for the waiting room in a specific shop.waiting_room:write
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
shop_uid | string | Yes | Shop UID where the patient is registering |
patient_profile_uid | string | Yes | Patient profile UID |
preferred_doctor_uid | string | No | Preferred doctor UID |
visit_reason | string | No | Reason for the visit |
Example Request
Response (201 Created)
Check Queue Status
Get the current status of a queue entry, including position and estimated wait time.The queue entry UID
waiting_room:read
Example Request
Response
Status Values
| Status | Description |
|---|---|
waiting | Patient is waiting in the queue |
allocated | Patient has been allocated to a doctor |
completed | Consultation has been completed |
cancelled | Registration was cancelled |
video_room_id and allocated_at will be populated.
Cancel Registration
Cancel a queue registration.The queue entry UID to cancel
waiting_room:write