action orthanc_server_get_patients_id_protected { label: "Is the patient protected against recycling?" description: "Is the patient protected against recycling?" provider: orthanc_server method: GET path: "/patients/{id}/protected" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }