Search code examples
javadicomdcm4che

How can I do a Query/Retrieve in JAVA?


I need to acces to the DicomObjects that are stored in a DCM4CHEE PACS using JAVA (NetBeans).

So far, I think that I have to use the class DCMqr from DCM4CHE library, but I can't find any example and I don't know how to use it.


Solution

  • The dcm4che toolkit usage doc for dcmqr is available here

    The toolkit has a dcmqr class which provides all of the functionality to do a C-FIND or C-MOVE from a DCM4CHEE PACS (or any other DICOM compliant PACS).

    Simply pass the AE Title, host and port and possibly other options to the DcmQR main method.