Trispark JDT
2.50.13

com.archimed.dicom.scu
Interface CEchoSCU

All Superinterfaces:
SCU

public interface CEchoSCU
extends SCU


Method Summary
 int execute()
          executes all steps necessary for a C-ECHO (createAssociationRequest, associate, executeEcho, release)
 int executeEcho()
          executes a C-ECHO message exchange
 
Methods inherited from interface com.archimed.dicom.scu.SCU
abort, addSCUProgressListener, associate, associate, cancel, createAssociationRequest, getSocketFactory, isCancelled, release, removeSCUProgressListener, setSocketFactory
 

Method Detail

executeEcho

int executeEcho()
                throws SCUException,
                       java.io.IOException
executes a C-ECHO message exchange

Returns:
the status of the C-ECHO reponse (0 indicates success)
Throws:
SCUException
java.io.IOException

execute

int execute()
            throws SCUException,
                   java.io.IOException
executes all steps necessary for a C-ECHO (createAssociationRequest, associate, executeEcho, release)

Returns:
the status of the C-ECHO reponse (0 indicates success)
Throws:
SCUException
java.io.IOException

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.