Package com.pixelmed.network
Class MessageServiceElementCommand
- java.lang.Object
-
- com.pixelmed.network.MessageServiceElementCommand
-
public class MessageServiceElementCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intC_CANCEL_RQstatic intC_ECHO_RQstatic intC_ECHO_RSPstatic intC_FIND_RQstatic intC_FIND_RSPstatic intC_GET_RQstatic intC_GET_RSPstatic intC_MOVE_RQstatic intC_MOVE_RSPstatic intC_STORE_RQstatic intC_STORE_RSPstatic intN_ACTION_RQstatic intN_ACTION_RSPstatic intN_CREATE_RQstatic intN_CREATE_RSPstatic intN_DELETE_RQstatic intN_DELETE_RSPstatic intN_EVENT_REPORT_RQstatic intN_EVENT_REPORT_RSPstatic intN_GET_RQstatic intN_GET_RSPstatic intN_SET_RQstatic intN_SET_RSPstatic intNOCOMMAND
-
Constructor Summary
Constructors Constructor Description MessageServiceElementCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringtoString(int command)
-
-
-
Field Detail
-
NOCOMMAND
public static final int NOCOMMAND
- See Also:
- Constant Field Values
-
C_STORE_RQ
public static final int C_STORE_RQ
- See Also:
- Constant Field Values
-
C_STORE_RSP
public static final int C_STORE_RSP
- See Also:
- Constant Field Values
-
C_GET_RQ
public static final int C_GET_RQ
- See Also:
- Constant Field Values
-
C_GET_RSP
public static final int C_GET_RSP
- See Also:
- Constant Field Values
-
C_FIND_RQ
public static final int C_FIND_RQ
- See Also:
- Constant Field Values
-
C_FIND_RSP
public static final int C_FIND_RSP
- See Also:
- Constant Field Values
-
C_MOVE_RQ
public static final int C_MOVE_RQ
- See Also:
- Constant Field Values
-
C_MOVE_RSP
public static final int C_MOVE_RSP
- See Also:
- Constant Field Values
-
C_ECHO_RQ
public static final int C_ECHO_RQ
- See Also:
- Constant Field Values
-
C_ECHO_RSP
public static final int C_ECHO_RSP
- See Also:
- Constant Field Values
-
N_EVENT_REPORT_RQ
public static final int N_EVENT_REPORT_RQ
- See Also:
- Constant Field Values
-
N_EVENT_REPORT_RSP
public static final int N_EVENT_REPORT_RSP
- See Also:
- Constant Field Values
-
N_GET_RQ
public static final int N_GET_RQ
- See Also:
- Constant Field Values
-
N_GET_RSP
public static final int N_GET_RSP
- See Also:
- Constant Field Values
-
N_SET_RQ
public static final int N_SET_RQ
- See Also:
- Constant Field Values
-
N_SET_RSP
public static final int N_SET_RSP
- See Also:
- Constant Field Values
-
N_ACTION_RQ
public static final int N_ACTION_RQ
- See Also:
- Constant Field Values
-
N_ACTION_RSP
public static final int N_ACTION_RSP
- See Also:
- Constant Field Values
-
N_CREATE_RQ
public static final int N_CREATE_RQ
- See Also:
- Constant Field Values
-
N_CREATE_RSP
public static final int N_CREATE_RSP
- See Also:
- Constant Field Values
-
N_DELETE_RQ
public static final int N_DELETE_RQ
- See Also:
- Constant Field Values
-
N_DELETE_RSP
public static final int N_DELETE_RSP
- See Also:
- Constant Field Values
-
C_CANCEL_RQ
public static final int C_CANCEL_RQ
- See Also:
- Constant Field Values
-
-