Enum Class Dimse

java.lang.Object
java.lang.Enum<Dimse>
org.aoju.bus.image.Dimse
All Implemented Interfaces:
Serializable, Comparable<Dimse>, Constable

public enum Dimse extends Enum<Dimse>
复合DIMSE服务
Since:
Java 17+
Author:
Kimi Liu
  • Enum Constant Details

    • C_STORE_RQ

      public static final Dimse C_STORE_RQ
    • C_STORE_RSP

      public static final Dimse C_STORE_RSP
    • C_GET_RQ

      public static final Dimse C_GET_RQ
    • C_GET_RSP

      public static final Dimse C_GET_RSP
    • C_FIND_RQ

      public static final Dimse C_FIND_RQ
    • C_FIND_RSP

      public static final Dimse C_FIND_RSP
    • C_MOVE_RQ

      public static final Dimse C_MOVE_RQ
    • C_MOVE_RSP

      public static final Dimse C_MOVE_RSP
    • C_ECHO_RQ

      public static final Dimse C_ECHO_RQ
    • C_ECHO_RSP

      public static final Dimse C_ECHO_RSP
    • N_EVENT_REPORT_RQ

      public static final Dimse N_EVENT_REPORT_RQ
    • N_EVENT_REPORT_RSP

      public static final Dimse N_EVENT_REPORT_RSP
    • N_GET_RQ

      public static final Dimse N_GET_RQ
    • N_GET_RSP

      public static final Dimse N_GET_RSP
    • N_SET_RQ

      public static final Dimse N_SET_RQ
    • N_SET_RSP

      public static final Dimse N_SET_RSP
    • N_ACTION_RQ

      public static final Dimse N_ACTION_RQ
    • N_ACTION_RSP

      public static final Dimse N_ACTION_RSP
    • N_CREATE_RQ

      public static final Dimse N_CREATE_RQ
    • N_CREATE_RSP

      public static final Dimse N_CREATE_RSP
    • N_DELETE_RQ

      public static final Dimse N_DELETE_RQ
    • N_DELETE_RSP

      public static final Dimse N_DELETE_RSP
    • C_CANCEL_RQ

      public static final Dimse C_CANCEL_RQ
  • Method Details

    • values

      public static Dimse[] 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

      public static Dimse valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • valueOf

      public static Dimse valueOf(int commandField)
      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 name
      NullPointerException - 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

      public String toString(Attributes cmdAttrs)
    • toString

      public String toString(Attributes cmdAttrs, int pcid, String tsuid)