POST api/Radiology/{id}?_5Curl={_5Curl}&_5Ckey={_5Ckey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_5Curl | string |
Required |
|
id | globally unique identifier |
Required |
|
_5Ckey | string |
Required |
Body Parameters
RadiologyIntegrationName | Description | Type | Additional information |
---|---|---|---|
user_id | string |
None. |
|
patient_name | string |
None. |
|
patient_contact | string |
None. |
|
patient_email | string |
None. |
|
patient_age | string |
None. |
|
patient_gender | string |
None. |
|
discount | string |
None. |
|
tests | Collection of tests |
None. |
|
patient_note | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "user_id": "sample string 1", "patient_name": "sample string 2", "patient_contact": "sample string 3", "patient_email": "sample string 4", "patient_age": "sample string 5", "patient_gender": "sample string 6", "discount": "sample string 7", "tests": [ { "label": "sample string 1", "study_id": "fa4990ec-49c6-427e-bb7b-c675e0861d67", "modality_id": "048da2ab-4f5d-470c-af94-bab12b110bac" }, { "label": "sample string 1", "study_id": "fa4990ec-49c6-427e-bb7b-c675e0861d67", "modality_id": "048da2ab-4f5d-470c-af94-bab12b110bac" } ], "patient_note": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"