Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.53 KB

File metadata and controls

21 lines (18 loc) · 2.53 KB

# ModalitiesIdStorePostRequest

Properties

Name Type Description Notes
asynchronous bool If `true`, run the job in asynchronous mode, which means that the REST API call will immediately return, reporting the identifier of a job. Prefer this flavor wherever possible. [optional]
called_aet string Called AET that is used for this commands, defaults to `AET` configuration option. Allows you to overwrite the destination AET for a specific operation. [optional]
host string Host that is used for this commands, defaults to `Host` configuration option. Allows you to overwrite the destination host for a specific operation. [optional]
local_aet string Local AET that is used for this commands, defaults to `DicomAet` configuration option. Ignored if `DicomModalities` already sets `LocalAet` for this modality. [optional]
move_originator_aet string Move originator AET that is used for this commands, in order to fake a C-MOVE SCU [optional]
move_originator_id float Move originator ID that is used for this commands, in order to fake a C-MOVE SCU [optional]
permissive bool If `true`, ignore errors during the individual steps of the job. [optional]
port float Port that is used for this commands, defaults to `Port` configuration option. Allows you to overwrite the destination port for a specific operation. [optional]
priority float In asynchronous mode, the priority of the job. The lower the value, the higher the priority. [optional]
resources string[] List of the Orthanc identifiers of all the DICOM resources to be sent [optional]
storage_commitment bool Whether to chain C-STORE with DICOM storage commitment to validate the success of the transmission: https://book.orthanc-server.com/users/storage-commitment.html#chaining-c-store-with-storage-commitment [optional]
synchronous bool If `true`, run the job in synchronous mode, which means that the HTTP answer will directly contain the result of the job. This is the default, easy behavior, but it is not desirable for long jobs, as it might lead to network timeouts. [optional]
timeout float Timeout for the C-STORE command, in seconds [optional]

[Back to Model list] [Back to API list] [Back to README]