public enum HL7ObservationInterpretationNormality extends Enum<HL7ObservationInterpretationNormality>
| Enum Constant and Description |
|---|
Abnormal |
AbnormalAlert |
High |
HighAlert |
Low |
LowAlert |
Normal |
Undefined |
| Modifier and Type | Method and Description |
|---|---|
Coded |
getAsCoded() |
String |
getCode() |
String |
getName() |
static HL7ObservationInterpretationNormality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HL7ObservationInterpretationNormality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HL7ObservationInterpretationNormality Undefined
public static final HL7ObservationInterpretationNormality Abnormal
public static final HL7ObservationInterpretationNormality AbnormalAlert
public static final HL7ObservationInterpretationNormality HighAlert
public static final HL7ObservationInterpretationNormality LowAlert
public static final HL7ObservationInterpretationNormality High
public static final HL7ObservationInterpretationNormality Low
public static final HL7ObservationInterpretationNormality Normal
public static HL7ObservationInterpretationNormality[] values()
for (HL7ObservationInterpretationNormality c : HL7ObservationInterpretationNormality.values()) System.out.println(c);
public static HL7ObservationInterpretationNormality 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 String getCode()
public String getName()
public Coded getAsCoded()
Copyright © 2021. All rights reserved.