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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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-FINDorC-MOVEfrom a DCM4CHEE PACS (or any other DICOM compliant PACS).Simply pass the AE Title, host and port and possibly other options to the
DcmQRmain method.