action slicebox_get_metadata_patients { label: "get_metadata_patients" description: "Returns a list of metadata on the patient level of the DICOM hierarchy" provider: slicebox method: GET path: "/metadata/patients" encoding: json input: { type: "object" properties: { count: { type: "string" } filter: { type: "string" } orderascending: { type: "string" } orderby: { type: "string" } seriestags: { type: "string" } seriestypes: { type: "string" } sources: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }