action orthanc_server_get_queries_id_modality { label: "Get modality of original query" description: "Get the identifier of the DICOM modality that was targeted by the query/retrieve operation whose identifier is provided in the URL" provider: orthanc_server method: GET path: "/queries/{id}/modality" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }