v1

latestOpenAPI 3.0.02026-07-132990743.4 KB
Networking

Trigger storage commitment request

Trigger a storage commitment request to some remote DICOM modality whose identifier is provided in the URL: https://orthanc.uclouvain.be/book/users/storage-commitment.html#storage-commitment-scu

post/modalities/{id}/storage-commitment

Path parameters

idstring required

Identifier of the modality of interest

Request body

DicomInstancesobject[]

List of DICOM resources that are not necessarily stored within Orthanc, but that must be checked by storage commitment. This is a list of JSON objects that must contain the SOPClassUID and SOPInstanceUID fields.

Resourcesstring[]

List of the Orthanc identifiers of the DICOM resources to be checked by storage commitment

Timeoutnumber

Timeout for the storage commitment command (new in Orthanc 1.9.1)

Response

IDobject

Identifier of the storage commitment report, to be used with /storage-commitment/{id}

Pathobject

Root path to the storage commitment report in the REST API