public enum RecordType extends Enum<RecordType>
| Modifier and Type | Method and Description |
|---|---|
String |
code() |
static RecordType |
forCode(String code) |
static RecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordType PATIENT
public static final RecordType STUDY
public static final RecordType SERIES
public static final RecordType IMAGE
public static final RecordType OVERLAY
public static final RecordType VOI_LUT
public static final RecordType CURVE
public static final RecordType STORED_PRINT
public static final RecordType RT_DOSE
public static final RecordType RT_STRUCTURE_SET
public static final RecordType RT_PLAN
public static final RecordType RT_TREAT_RECORD
public static final RecordType PRESENTATION
public static final RecordType WAVEFORM
public static final RecordType SR_DOCUMENT
public static final RecordType KEY_OBJECT_DOC
public static final RecordType SPECTROSCOPY
public static final RecordType RAW_DATA
public static final RecordType REGISTRATION
public static final RecordType FIDUCIAL
public static final RecordType HANGING_PROTOCOL
public static final RecordType ENCAP_DOC
public static final RecordType HL7_STRUC_DOC
public static final RecordType VALUE_MAP
public static final RecordType STEREOMETRIC
public static final RecordType PALETTE
public static final RecordType IMPLANT
public static final RecordType IMPLANT_ASSY
public static final RecordType IMPLANT_GROUP
public static final RecordType PLAN
public static final RecordType MEASUREMENT
public static final RecordType SURFACE
public static final RecordType SURFACE_SCAN
public static final RecordType TRACT
public static final RecordType ASSESSMENT
public static final RecordType PRIVATE
public static RecordType[] values()
for (RecordType c : RecordType.values()) System.out.println(c);
public static RecordType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static RecordType forCode(String code)
public String code()
Copyright © 2020. All rights reserved.