Skip to content

Add search_series and search_study #10

@yujanshrestha

Description

@yujanshrestha

In an identical api tosearch_patients, provide APIs for Study and Series level queries.

 def search_series(self, search_query, additional_tags=None):
    pass

 def search_study(self, search_query, additional_tags=None):
    pass

At each level, also return the additional query / retrieve attributes as found here. http://dicom.nema.org/medical/dicom/2017c/output/chtml/part04/sect_C.3.4.html

For example, for the search_study query return the Number of Study Related Series and for the search_series return the Number of Series Related Instances

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions