Trispark JDT
2.50.13

com.archimed.dicom.scu
Class CEchoSCUFactory

java.lang.Object
  extended by com.archimed.dicom.scu.SCUFactory
      extended by com.archimed.dicom.scu.CEchoSCUFactory

public class CEchoSCUFactory
extends SCUFactory

factory class that has a methods for executing a complete C-ECHO operation of the Verification Service Class in one method call


Field Summary
protected static JdtLogger log
           
 
Method Summary
static CEchoSCU createCEchoSCU(java.lang.String host, int port, java.lang.String calledAETitle, java.lang.String localAETitle)
           
static void executeCEcho(java.lang.String host, int port, java.lang.String calledAE, java.lang.String callingAE)
          execute a complete C-ECHO in one method call.
 
Methods inherited from class com.archimed.dicom.scu.SCUFactory
getMessageID, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static JdtLogger log
Method Detail

createCEchoSCU

public static CEchoSCU createCEchoSCU(java.lang.String host,
                                      int port,
                                      java.lang.String calledAETitle,
                                      java.lang.String localAETitle)

executeCEcho

public static void executeCEcho(java.lang.String host,
                                int port,
                                java.lang.String calledAE,
                                java.lang.String callingAE)
                         throws SCUException,
                                DicomException,
                                java.io.IOException
execute a complete C-ECHO in one method call. When the C-ECHO is succesful, the method simply returns.

Throws:
SCUException
DicomException
java.io.IOException

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.