comparison OrthancServer/Resources/Configuration.json @ 5467:68e9f7815fb8

Clarified recycle/reject + protection
author Alain Mazy <am@osimis.io>
date Mon, 18 Dec 2023 09:52:12 +0100
parents 59e3b6f8c5be
children
comparison
equal deleted inserted replaced
5463:8f1a0ba5c759 5467:68e9f7815fb8
49 // Action to take when the maximum storage is reached. 49 // Action to take when the maximum storage is reached.
50 // By default, the patients are recycled ("Recycle" mode). 50 // By default, the patients are recycled ("Recycle" mode).
51 // In "Reject" mode, the sender will receive a 0xA700 DIMSE status code 51 // In "Reject" mode, the sender will receive a 0xA700 DIMSE status code
52 // if the instance was sent through C-Store, a 507 HTTP status code 52 // if the instance was sent through C-Store, a 507 HTTP status code
53 // if using the REST API and a 0xA700 Failure reason when using 53 // if using the REST API and a 0xA700 Failure reason when using
54 // DicomWeb Stow-RS 54 // DicomWeb Stow-RS.
55 // Note: this value is taken into account only if you have set
56 // a MaximumStorageSize != 0 or a MaximumPatientCount != 0
55 // Allowed values: "Recycle", "Reject" 57 // Allowed values: "Recycle", "Reject"
56 // (new in Orthanc 1.11.2) 58 // (new in Orthanc 1.11.2)
57 "MaximumStorageMode" : "Recycle", 59 "MaximumStorageMode" : "Recycle",
58 60
59 // Maximum size of the storage cache in MB. The storage cache 61 // Maximum size of the storage cache in MB. The storage cache