v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
Instances

Upload DICOM instances

Upload DICOM instances

post/instances

Response

IDstring

Orthanc identifier of the new instance

ParentPatientstring

Orthanc identifier of the parent patient

ParentSeriesstring

Orthanc identifier of the parent series

ParentStudystring

Orthanc identifier of the parent study

Pathstring

Path to the new instance in the REST API

Statusstring

Can be Success, AlreadyStored, Failure, or FilteredOut (removed by some NewInstanceFilter)

Example response

{
  "ID": "19816330-cb02e1cf-df3a8fe8-bf510623-ccefe9f5",
  "ParentPatient": "ef9d77db-eb3b2bef-9b31fd3e-bf42ae46-dbdb0cc3",
  "ParentSeries": "3774320f-ccda46d8-69ee8641-9e791cbf-3ecbbcc6",
  "ParentStudy": "66c8e41e-ac3a9029-0b85e42a-8195ee0a-92c2e62e",
  "Path": "/instances/19816330-cb02e1cf-df3a8fe8-bf510623-ccefe9f5",
  "Status": "Success"
}