In data 04 marzo 2009 alle ore 14:09:56, Mack
<dev@null.com> ha scritto:
> kalderm wrote:
>>
>> I'm trying to create a kind of web dicom tools in
CF8, I found a dicom
>> jar class (JDCM toolkit). I'm starting with a simple
"echo" function,
>> without success. I'm able to open a tcp socket, but
not a DICOM
>> association, does anyone have some experience?
>
> What is the error that you're getting ? Anything in the
log files ?
>
Hi Mack,
simply all freezed, and after a while the browser show "no
page found!".
In the log file I can found:
"Object Instantiation Exception.An exception occurred when
instantiating a
Java object. The class must not be an interface or an
abstract class."
What I suspect is that I wrong someting in a workflow.
I'dont'have any
docs that explane me the steps. So I did in this way:
- Opening a socket with setting of called and calling host
and port
- creating an association using A_ASSOCIATE [JDCM -
A_Associate(java.net.Socket socket, java.lang.String
callingEntity,
java.lang.String calledEntity, java.lang.String
abstractSyntaxUID,
java.lang.String transferSyntaxUID)]
- init C_Echo class and writeRQ method.
Do you have any experience with JDCM toolkit?
Thanks and sorry for my bad english.
--
kalder