Closed
Description
User Story
As an application developer I would like to be able to select a subset of DICOM Series given one or more DICOM Studies. My selection criteria are based on conditions imposed on DICOM attributes embedded in the SOP instances that belong to one or more series
Background
Often an app developer needs to do some work to identify what type of medical images are applicable given an AI model. As data flows in from sources such as modality or PACS, it becomes challenging to automatically select what data needs to be provided so that an AI model can ingest to produce correct result. As of v0.1.0, this operator always returns the first series given a Study
Success Criteria
- A way to specify selection criteria using key value pairs of DICOM Attributes
- A way to parse through DICOM datasets and identify the right study --> series --> sop instance sets given the criteria
- An example application that showcases such series selection using this operator
- Updated API documentation for the operator
- Unit Test cases that exercise multiple scenarios for this Operator