Posts by MrDaniel123

    1) dgatesop.lst has #Revision 8: Added C-GET at the top of the file. I cannot see any other reference to C-GET in the file.


    2) As for the lua test code, where can i get DicomObject:new() from?


    I have created the file query2.lua in the lua directory and attempted to run "lua query2.lua"


    "attempt to index global 'DicomObject' (a nil value) stack traceback: query2:lua:1: in main chunk"

    The conquest server is version 1.4.19c


    Under the issue for pynetdicom


    https://github.com/pydicom/pynetdicom/issues/300


    ""So I dusted off the Conquest virtual machine and checked their A-ASSOCIATE-AC PDU and lo and behold its missing the SCP/SCU Role Selection Negotiation items. So either its not configured correctly to allow C-GET role selection or perhaps its buggy?

    In case it is buggy and the conquest folks want the raw PDU data, pynetdicom sends this A-ASSOCIATE-RQ PDU:"" - Pynetdicom


    Do you have a piece of sample code that can find and then get the dicom data from the server?

    Hello Marcel,


    When calling getScu from DCMTK, this is the following output. It is trying to save the dicom data which is shipped with Conquest.


    Johns-MBP:Dicom johnbell$ getscu -k PatientID="0009703828" 127.0.0.1 5678 -aet CONQUESTSRV1 -v -pdu 56032

    I: Requesting Association

    I: Association Accepted (Max Send PDV: 32756)

    I: Sending C-GET Request (MsgID 1)

    I: Received C-STORE Request (MsgID 7299)

    W: DcmItem: Invalid Element (0002,0001) found in data set

    W: DcmItem: Invalid Element (0002,0002) found in data set

    W: DcmItem: Invalid Element (0002,0003) found in data set

    W: DcmItem: Invalid Element (0002,0010) found in data set

    W: DcmItem: Invalid Element (0002,0012) found in data set

    W: DcmItem: Invalid Element (0002,0013) found in data set

    W: DcmItem: Length of element (7fe0,0010) is not a multiple of 2 (VR=OW)

    E: cannot write DICOM file: CT.1.3.46.670589.5.2.10.2156913941.892665339.718742

    I: Sending C-STORE Response (Error: CannotUnderstand)

    I: Releasing Association

    E: Association Release Failed: 0006:0316 DUL P-Data PDU arrived

    I: Aborting Association


    Any thoughts on this?


    Regards,


    Daniel