|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.core.utils.IntValue
org.dicom4j.data.CommandSetType
public class CommandSetType
Types of CommandSet
| Constructor Summary | |
|---|---|
CommandSetType(int aValue,
String aValueAsString)
|
|
| Method Summary | |
|---|---|
static CommandSetType |
getCommandSetType(int aType)
|
static boolean |
isCEcho(CommandSet aDimseCommand)
Check if the Command is a CEcho (Request or Response) |
static String |
toString(int aType)
|
| Methods inherited from class org.dicom4j.core.utils.IntValue |
|---|
toString, value, valueAsString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CommandSetType C_CANCEL_REQUEST
public static final CommandSetType C_ECHO_REQUEST
public static final CommandSetType C_ECHO_RESPONSE
public static final CommandSetType C_FIND_REQUEST
public static final CommandSetType C_FIND_RESPONSE
public static final CommandSetType C_GET_REQUEST
public static final CommandSetType C_GET_RESPONSE
public static final CommandSetType C_MOVE_REQUEST
public static final CommandSetType C_MOVE_RESPONSE
public static final CommandSetType C_STORE_REQUEST
public static final CommandSetType C_STORE_RESPONSE
public static final CommandSetType N_ACTION_REQUEST
public static final CommandSetType N_ACTION_RESPONSE
public static final CommandSetType N_CREATE_REQUEST
public static final CommandSetType N_CREATE_RSP
public static final CommandSetType N_DELETE_REQUEST
public static final CommandSetType N_DELETE_RSP
public static final CommandSetType N_EVENT_REPORT_REQUEST
public static final CommandSetType N_EVENT_REPORT_RESPONSE
public static final CommandSetType N_GET_RQ
public static final CommandSetType N_GET_RSP
public static final CommandSetType N_SET_REQUEST
public static final CommandSetType N_SET_RSP
| Constructor Detail |
|---|
public CommandSetType(int aValue,
String aValueAsString)
| Method Detail |
|---|
public static final String toString(int aType)
public static final CommandSetType getCommandSetType(int aType)
throws Exception
Exceptionpublic static boolean isCEcho(CommandSet aDimseCommand)
aDimseCommand - the command
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||