action orthanc_server_get_instances_id_matlab { label: "Decode frame for Matlab" description: "Decode the first frame of the given DICOM instance., and export this frame as a Octave/Matlab matrix to be imported with `eval()`: https://book.orthanc-server.com/faq/matlab.html" provider: orthanc_server method: GET path: "/instances/{id}/matlab" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }