Operating system: windows 7
Slicer version: 4.11.20200930
Hi slicers,
I want to load the dicom data from patient UID from DICOM database.
I have already the series seriesUIDs and now I want to get the same output as:
dicomWidget.detailsPopup.offerLoadables(seriesUIDs, ‘SeriesUIDList’)
dicomWidget.detailsPopup.examineForLoading()
dicomWidget.detailsPopup.loadCheckedLoadables()
But since I’m working with 3Dslicer version 4.11 I would like to know how I get that.
Any idea? I would really appreciate your help.