Hello!
I would like to use Pacsone as a RELAY to send Images to my AW40 (GE).
I tried to send a ping (NOT Dicom-Ping) which works fine but when I trie to send a Dicom-Image I get:
Mon Aug 7 12:09:38 2006 INFO - Processing database job <4>
Mon Aug 7 12:09:38 2006 INFO - C-STORE Forward-session: <1> started for SCP: 192.xx.xx.xx Port: 4006
Mon Aug 7 12:09:38 2006 INFO - <1> Sending A-ASSOCIATE-RQ PDU
Mon Aug 7 12:09:38 2006 INFO - <1> Waiting for A-ASSOCIATE result
Mon Aug 7 12:09:39 2006 INFO - <1> A-ASSOCIATE-RQ accepted
Mon Aug 7 12:09:39 2006 INFO - <1> Sending P-DATA-TF PDU
Mon Aug 7 12:09:39 2006 INFO - <1> C-STORE-RSP [1] command received in P-DATA-TF PDU
Mon Aug 7 12:09:39 2006 ERROR - Unrecognized command in P-DATA-TF PDU: 11825
Mon Aug 7 12:09:39 2006 ERROR - C-STORE-RSP: Message ID mismatch: received=[12336] expected=[0]
Mon Aug 7 12:09:39 2006 ERROR - C-STORE-RSP: Data Set Present in P-DATA-TF PDU
Mon Aug 7 12:09:39 2006 INFO - C-STORE-RSP status: [2]
What is going wrong ?
Sending Imgages to a AW40
It seems like the AW40 has included one or more extra data element in the C-STORE-RSP response sent back to PacsOne. But to figure out exactly what extra data element it was sending, we would need to build a debug version of the PacsOne Server Dicom component, so we will need to know the version of PacsOne Server you are running on this server?
It cannot possibly be the Study Time data element, because that data element shall not be present in the C-STORE-RSP sent back from the AW40 to PacsOne according to the Dicom standard.saavik wrote: I learned from GE that it might be the field 3,30 where the study time is stored.
We will build a debug version of PacsOne.exe which will dump the content of the C-STORE-RSP sent from the AW40, then we will known exactly what extra data element was causing the trouble. Can you send your contact email to mailto:pacsone@pacsone.net so that we can send you the debug version once we've built in?