I'm new to DICOM and was wondering how I would be able to return results of a C-FIND similar to how applications like Osirix display them after a query.
I'm doing this strictly in Python with pynetdicom and displaying results back in a GUI. At the moment, I've extracted each identifier separately with regex to display, but this doesn't enable me to incorporate each individual series. I'm running my queries at the 'STUDY' level.
I can query/retrieve and display the identifiers from other PACS, but I'm not sure how to go about displaying the examination results from other PACS databases at the study level and then be able to drop-down and view each series.
I'm just about complete with this test project, and can currently read in DICOM files, add to database upon receiving them, Query/retrieve from various PACS. Display and transfer images received to another archive from local folder. I just cannot figure out the above, there has to be a better way of doing this than how I have it currently configured. See image of how I am currently returning results.
I'm sure this is possible with pynetdicom, I'm just not sure how to go about doing this.