ImagingDataCommons / dicomweb-client

Python client for DICOMweb RESTful services
https://dicomweb-client.readthedocs.io
MIT License
110 stars 38 forks source link

Retrive metadata is QIDO-RS or WADO-RS? #55

Closed TakasiSHIH closed 3 years ago

TakasiSHIH commented 3 years ago

Many server support to retrieve metadata by QIDO. But parameter of dicomweb-client retrieve metadata api is _Transaction.RETRIEVE. It cause api to get wrong prefix of URI.

Does it should be changed the parameter to _Transaction.SEARCH?

hackermd commented 3 years ago

Retrieval of metadata is part of the Retrieve Transaction (i.e., WADO-RS). See Part 3 Section 10.4.1.1.2 Metadata Resources

TakasiSHIH commented 3 years ago

hackermd , thank you very much!!!