com.archimed.dicom.scu
Class SCUProgressEvent
java.lang.Object
com.archimed.dicom.scu.SCUProgressEvent
public class SCUProgressEvent
- extends java.lang.Object
An event for notifying SCU progress.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
SCUProgressEvent
public SCUProgressEvent(int step,
int phase)
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
Copyright © 1999-2008 Trispark. All Rights Reserved.