Bring usability updates to DicomReader
Changes:
- Adding option to pass study UID to
DicomReader.get_series(<study>, <series>)
instead of only a DicomStudy class - Addition of
<series>.get_instance()
and<study>.get_series()
to assist in the previous 3 points - Addition of
<series>.instances_UID
as a param method to get all current instances UID for that series and a similar<study>.series_UID
No functionality was removed though technically keeping <reader>.get_series()
goes a bit against pure OOP, but I consider it a useful helper function to have.
Edited by Ronan Lefol