Trispark JDT
2.50.13

com.archimed.dicom.scu
Class SCUProgressEvent

java.lang.Object
  extended by com.archimed.dicom.scu.SCUProgressEvent

public class SCUProgressEvent
extends java.lang.Object

An event for notifying SCU progress.


Field Summary
static int ASSOCIATE_RELEASE_REQUEST
           
static int ASSOCIATE_RELEASE_RESPONSE
           
static int ASSOCIATE_REQUEST
           
static int ASSOCIATE_RESPONSE
           
static int C_CANCEL_REQUEST
           
static int C_ECHO_REQUEST
           
static int C_ECHO_RESPONSE
           
static int C_FIND_REQUEST
           
static int C_FIND_RESPONSE
           
static int C_MOVE_REQUEST
           
static int C_MOVE_RESPONSE
           
static int C_STORE_REQUEST
           
static int C_STORE_RESPONSE
           
static int CLOSE_SOCKET
           
static int END
           
static int OPEN_SOCKET
           
static int START
           
 
Constructor Summary
SCUProgressEvent(int step, int phase)
           
 
Method Summary
 java.lang.String getMessage()
           
 int getPhase()
           
 int getStep()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OPEN_SOCKET

public static final int OPEN_SOCKET
See Also:
Constant Field Values

ASSOCIATE_REQUEST

public static final int ASSOCIATE_REQUEST
See Also:
Constant Field Values

ASSOCIATE_RESPONSE

public static final int ASSOCIATE_RESPONSE
See Also:
Constant Field Values

C_ECHO_REQUEST

public static final int C_ECHO_REQUEST
See Also:
Constant Field Values

C_ECHO_RESPONSE

public static final int C_ECHO_RESPONSE
See Also:
Constant Field Values

ASSOCIATE_RELEASE_REQUEST

public static final int ASSOCIATE_RELEASE_REQUEST
See Also:
Constant Field Values

ASSOCIATE_RELEASE_RESPONSE

public static final int ASSOCIATE_RELEASE_RESPONSE
See Also:
Constant Field Values

CLOSE_SOCKET

public static final int CLOSE_SOCKET
See Also:
Constant Field Values

C_STORE_REQUEST

public static final int C_STORE_REQUEST
See Also:
Constant Field Values

C_STORE_RESPONSE

public static final int C_STORE_RESPONSE
See Also:
Constant Field Values

C_FIND_REQUEST

public static final int C_FIND_REQUEST
See Also:
Constant Field Values

C_FIND_RESPONSE

public static final int C_FIND_RESPONSE
See Also:
Constant Field Values

C_CANCEL_REQUEST

public static final int C_CANCEL_REQUEST
See Also:
Constant Field Values

C_MOVE_REQUEST

public static final int C_MOVE_REQUEST
See Also:
Constant Field Values

C_MOVE_RESPONSE

public static final int C_MOVE_RESPONSE
See Also:
Constant Field Values

START

public static final int START
See Also:
Constant Field Values

END

public static final int END
See Also:
Constant Field Values
Constructor Detail

SCUProgressEvent

public SCUProgressEvent(int step,
                        int phase)
Method Detail

getStep

public int getStep()
Returns:
one of the SCU steps (ASSOCIATE_REQUEST, ASSOCIATE_RESPONSE, ...)

getPhase

public int getPhase()
Returns:
the phase of the SCU step (START or END)

getMessage

public java.lang.String getMessage()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.