weasis dicom api and CMOVE test package

112 views
Skip to first unread message

norbi771

unread,
Jan 3, 2015, 8:34:29 PM1/3/15
to dcm...@googlegroups.com
Hello,

I successfully compiled latest weasis dicom api. 
I successfully run all test packages but one. I can't figure out how how to achieve "pass" test for C-MOVE (CMoveNetTest).

In sources I can see

/**
 * The following parameters must be changed to get a successful test.
 */

DicomParam[] params =
   
{ new DicomParam(Tag.StudyInstanceUID, "1.2.826.0.1.3680043.9.4113.1.2.1754115794.5304.1404814421.494") };
DicomNode calling = new DicomNode("WEASIS-SCU");
DicomNode called = new DicomNode("DICOMSERVER", "dicomserver.co.uk", 11112);
DicomState state = CMove.process(calling, called, "AET-DESTINATION", progress, params);

I am changing parameters to my local test dcm4chee instance, but I don't know what should be specified as AET destination.
From the above code it looks like it should be just another AET reffering to the same host as "Dicomnode called", do I understand it correctly?
If so, can I somehow create / define one via dcm4chee web interface?

Also the next question is, can c-move be used to transfer dicom objects to another dicom node (another host). From what I read until now I believed it was possible, but now I am a bit confused, as "AET-DESTINATION" seems to be on the same host as called DicomNode.


Nicolas Roduit

unread,
Jan 6, 2015, 2:20:49 AM1/6/15
to dcm...@googlegroups.com
In a C-Move operation, you have 3 actors:
  1. the calling node (the DICOM node that initiate the request)
  2. the called node (the node that will do the move operation, in general the PACS)
  3. the destination AET that is referenced by the called node (if it is dcm4chee, an AET in your AE configuration list)
Note: the number 1 and 3 can be the same DICOM node.
Reply all
Reply to author
Forward
0 new messages