com.archimed.dicom.scu
Class CEchoSCUFactory
java.lang.Object
com.archimed.dicom.scu.SCUFactory
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static JdtLogger log
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
Copyright © 1999-2008 Trispark. All Rights Reserved.