-
Notifications
You must be signed in to change notification settings - Fork 4
Add search_series and search_study #10
Copy link
Copy link
Open
Description
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):
passAt 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels