Enum Class RecordType

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

public enum RecordType extends Enum<RecordType>
Since:
Java 17+
Author:
Kimi Liu
  • Enum Constant Details

    • PATIENT

      public static final RecordType PATIENT
    • STUDY

      public static final RecordType STUDY
    • SERIES

      public static final RecordType SERIES
    • IMAGE

      public static final RecordType IMAGE
    • OVERLAY

      public static final RecordType OVERLAY
    • VOI_LUT

      public static final RecordType VOI_LUT
    • CURVE

      public static final RecordType CURVE
    • STORED_PRINT

      public static final RecordType STORED_PRINT
    • RT_DOSE

      public static final RecordType RT_DOSE
    • RT_STRUCTURE_SET

      public static final RecordType RT_STRUCTURE_SET
    • RT_PLAN

      public static final RecordType RT_PLAN
    • RT_TREAT_RECORD

      public static final RecordType RT_TREAT_RECORD
    • PRESENTATION

      public static final RecordType PRESENTATION
    • WAVEFORM

      public static final RecordType WAVEFORM
    • SR_DOCUMENT

      public static final RecordType SR_DOCUMENT
    • KEY_OBJECT_DOC

      public static final RecordType KEY_OBJECT_DOC
    • SPECTROSCOPY

      public static final RecordType SPECTROSCOPY
    • RAW_DATA

      public static final RecordType RAW_DATA
    • REGISTRATION

      public static final RecordType REGISTRATION
    • FIDUCIAL

      public static final RecordType FIDUCIAL
    • HANGING_PROTOCOL

      public static final RecordType HANGING_PROTOCOL
    • ENCAP_DOC

      public static final RecordType ENCAP_DOC
    • HL7_STRUC_DOC

      public static final RecordType HL7_STRUC_DOC
    • VALUE_MAP

      public static final RecordType VALUE_MAP
    • STEREOMETRIC

      public static final RecordType STEREOMETRIC
    • PALETTE

      public static final RecordType PALETTE
    • IMPLANT

      public static final RecordType IMPLANT
    • IMPLANT_ASSY

      public static final RecordType IMPLANT_ASSY
    • IMPLANT_GROUP

      public static final RecordType IMPLANT_GROUP
    • PLAN

      public static final RecordType PLAN
    • MEASUREMENT

      public static final RecordType MEASUREMENT
    • SURFACE

      public static final RecordType SURFACE
    • SURFACE_SCAN

      public static final RecordType SURFACE_SCAN
    • TRACT

      public static final RecordType TRACT
    • ASSESSMENT

      public static final RecordType ASSESSMENT
    • PRIVATE

      public static final RecordType PRIVATE
  • Method Details

    • values

      public static RecordType[] 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 RecordType 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
    • forCode

      public static RecordType forCode(String code)
    • code

      public String code()