patmun / pynetdicom_legacy

This project is deprecated and no longer maintained. Please switch to https://github.com/pydicom/pynetdicom3
Other
30 stars 25 forks source link

Retrieve entire Dataset/metadata from remote PACS? #54

Open barchard opened 7 years ago

barchard commented 7 years ago

Hi, it seems as though you have to specify each key you want returned from the Remote PACS. Is there a way to say "give me all of the meta data that match this query"? For example, I want to find all Patients and their respective metadata that look like *john*.

Thanks

naggie commented 7 years ago

No, you have to specify each key you want to seach in as per the DICOM protocol.