action orthanc_server_get_instances_id_content { label: "Get raw tag" description: "Get the raw content of one DICOM tag in the hierarchy of DICOM dataset" provider: orthanc_server method: GET path: "/instances/{id}/content" encoding: json input: { type: "object" properties: { "...": { type: "string" } id: { type: "string" } } required: ["...", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }