GET prescription/web?patient_id={patient_id}&doctor_id={doctor_id}&session_id={session_id}
Get prescription webpage UI link for adding to an external system via Iframe etc. configured to work on IE7+
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patient_id | integer |
None. |
|
| doctor_id | integer |
None. |
|
| session_id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
replyPrescriptionWeb| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
None. |
|
| reference_no | string |
None. |
|
| status | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"url": "sample string 1",
"reference_no": "sample string 2",
"status": 3,
"message": "sample string 4"
}