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
RadiologyIntegration| Name | 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": "08233481-7ea8-4326-aae2-65d26b710b54",
"modality_id": "13a0f418-7378-4a4d-8895-22402565285f"
},
{
"label": "sample string 1",
"study_id": "08233481-7ea8-4326-aae2-65d26b710b54",
"modality_id": "13a0f418-7378-4a4d-8895-22402565285f"
}
],
"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"