Enum ValueRepresentation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ValueRepresentation>

    public enum ValueRepresentation
    extends java.lang.Enum<ValueRepresentation>
    The value representations present in the DICOM standard (version 2013).
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AE
      Application Entity
      AS
      Age String
      AT
      Attribute Tag
      CS
      Code String
      DA
      Date
      DS
      Decimal String
      DT
      Date Time
      FD
      Floating Point Double
      FL
      Floating Point Single
      IS
      Integer String
      LO
      Long String
      LT
      Long Text
      OB
      Other Byte String
      OF
      Other Float String
      OW
      Other Word String
      PN
      Person Name
      SH
      Short String
      SL
      Signed Long
      SQ
      Sequence of Items
      SS
      Signed Short
      ST
      Short Text
      TM
      Time
      UI
      Unique Identifier (UID)
      UL
      Unsigned Long
      UN
      Unknown
      US
      Unsigned Short
      UT
      Unlimited Text
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static ValueRepresentation getInstance​(int value)
      Return the enumeration value that corresponds to an integer value of interest.
      int getValue()
      Get the integer value corresponding to this enumeration value.
      static ValueRepresentation valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static ValueRepresentation[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait