Feature Request: Environment Variable to have Orthanc output the Logs as a JSON string. Another option would be to create a LUA function call that end users could provide code to accept all logging request and format them as they like and return the formatted string.
Feature Request: Update REST API Documentation to include the following columns
Return Type - ie String/JSON/BLOB - Ideally, they would always return JSON unless BLOB. Right now some return JSON and a String on Errors, others JSON and JSON on Errors
Body Type - ie String/JSON/BLOB - If JSON then some details about the subtypes
Feature Request: /modalities/{dicom}/anonymize-move - this combines /instances/{id}/anonymize and /modalities/{dicom}/move Additionally, it has the options to not store the anonymized instances
Feature Request: /modalities/{dicom}/modify-move - this combines /instances/{id}/modify and /modalities/{dicom}/move Additionally, it has the options to not store the modified instances
Feature Request: /modalities/{dicom}/store-anonymize-move - Same as anonymize-move but with a store first, with options to not store anything. Much harder I realize as the body would have to be JSON with a blob as one of the fields.
Feature Request: /modalities/{dicom}/store-modify-move - Same as modify-move but with a store first, with options to not store anything. Much harder I realize as the body would have to be JSON with a blob as one of the fields.