POST api/Radiology/{id}?_5Curl={_5Curl}&_5Ckey={_5Ckey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_5Curl

string

Required

id

globally unique identifier

Required

_5Ckey

string

Required

Body Parameters

RadiologyIntegration
NameDescriptionTypeAdditional 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": "b097c371-1fb4-41f8-a3cc-e6352ea6f0f1",
      "modality_id": "a9c56ce9-926c-4649-8428-28bb79253047"
    },
    {
      "label": "sample string 1",
      "study_id": "b097c371-1fb4-41f8-a3cc-e6352ea6f0f1",
      "modality_id": "a9c56ce9-926c-4649-8428-28bb79253047"
    }
  ],
  "patient_note": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"