mttbll
-
2005-08-01
- priority: 5 --> 9
Hi everybody,
i've a question about DICOM ECHO, like the example
test application (TestSCU.cs), i generated a class to
send a C_ECHO msg to a SCP. All work fine, i've seen
on SCP the C_ECHO_RQ msg, the scp generated a
C_ECHO_RSP and send back. The problem is the
follow: in which manner can i receive the response msg
and extract info that it contains? In which manner can i
access to the RQ message (before send it) and extract
info?
linked file contains my DICOMecho class to perform
operation, i need to extract info mentioned above in
public void CEcho(string resp) method....
thanks a lot