Package org.aoju.bus.image
Enum Class Dimse
- All Implemented Interfaces:
Serializable,Comparable<Dimse>,Constable
复合DIMSE服务
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleanbooleanbooleanisRSP()intinttoString(Attributes cmdAttrs) toString(Attributes cmdAttrs, int pcid, String tsuid) static DimsevalueOf(int commandField) Returns the enum constant of this class with the specified name.static DimseReturns the enum constant of this class with the specified name.static Dimse[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
C_STORE_RQ
-
C_STORE_RSP
-
C_GET_RQ
-
C_GET_RSP
-
C_FIND_RQ
-
C_FIND_RSP
-
C_MOVE_RQ
-
C_MOVE_RSP
-
C_ECHO_RQ
-
C_ECHO_RSP
-
N_EVENT_REPORT_RQ
-
N_EVENT_REPORT_RSP
-
N_GET_RQ
-
N_GET_RSP
-
N_SET_RQ
-
N_SET_RSP
-
N_ACTION_RQ
-
N_ACTION_RSP
-
N_CREATE_RQ
-
N_CREATE_RSP
-
N_DELETE_RQ
-
N_DELETE_RSP
-
C_CANCEL_RQ
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
commandField- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
commandField
public int commandField() -
tagOfSOPClassUID
public int tagOfSOPClassUID() -
tagOfSOPInstanceUID
public int tagOfSOPInstanceUID() -
isRSP
public boolean isRSP() -
isRetrieveRQ
public boolean isRetrieveRQ() -
isRetrieveRSP
public boolean isRetrieveRSP() -
isCService
public boolean isCService() -
commandFieldOfRSP
public int commandFieldOfRSP() -
toString
-
toString
-