action slicebox_get_metadata_studies { label: "get_metadata_studies" description: "Returns a list of metadata on the study level of the DICOM hierarchy" provider: slicebox method: GET path: "/metadata/studies" encoding: json input: { type: "object" properties: { count: { type: "string" } patientid: { type: "string" } seriestags: { type: "string" } seriestypes: { type: "string" } sources: { type: "string" } startindex: { type: "string" } } required: ["patientid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }