|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ObservationInterpretation>
org.hl7.types.enums.ObservationInterpretation
public enum ObservationInterpretation
One or more codes specifying a rough qualitative interpretation of the observation, such as "normal", "abnormal", "below normal", "change up", "resistant", "susceptible", etc.
| Enum Constant Summary | |
|---|---|
Better
Better (of severity or nominal observations) |
|
Change
Change of quantity and/or severity. |
|
Decreased
Significant change down (quantitative observations, does not imply B or W) |
|
Exceptions
Technical exceptions. |
|
HighAlert
Above upper alert threshold (for quantitative observations) |
|
HighOffScale
Above absolute high-off instrument scale. |
|
Increased
Significant change up (quantitative observations, does not imply B or W) |
|
Intermediate
Intermediate |
|
LowAlert
Below lower alert threshold (for quantitative observations) |
|
LowOffScale
Below absolute low-off instrument scale. |
|
ModeratelySusceptible
Moderately susceptible |
|
Normal
Normal (for all service types) |
|
Normality
Normality, Abnormality, Alert. |
|
NormalityAbnormal
Abnormal (for nominal observations, all service types) |
|
NormalityAlert
Abnormal alert (for nominal observations and all service types) |
|
NormalityHigh
Above high normal (for quantitative observations) |
|
NormalityLow
Below low normal (for quantitative observations) |
|
Resistent
Resistent |
|
root
|
|
Susceptibility
Microbiology: interpretations of minimal inhibitory concentration (MIC) values. |
|
Susceptible
Susceptible |
|
VerySusceptible
Very susceptible |
|
Worse
Worse (of severity or nominal observations) |
|
| Field Summary | |
|---|---|
static UID |
CODE_SYSTEM
|
static ST |
CODE_SYSTEM_NAME
|
| Method Summary | |
|---|---|
ST |
code()
The plain code symbol defined by the code system. |
UID |
codeSystem()
Specifies the code system that defines the code. |
ST |
codeSystemName()
A common name of the coding system. |
ST |
codeSystemVersion()
If applicable, a version descriptor defined specifically for the given code system. |
ST |
displayName()
A name or title for the code, under which the sending system shows the code value to its users. |
java.lang.String |
domainName()
|
BL |
equal(ANY that)
|
BL |
implies(CD that)
|
BL |
isNull()
|
boolean |
isNullJ()
|
ObservationInterpretation |
mostSpecificGeneralization(CD that)
|
BL |
nonNull()
|
boolean |
nonNullJ()
|
BL |
notApplicable()
|
boolean |
notApplicableJ()
|
NullFlavor |
nullFlavor()
An exceptional value expressing missing information and possibly the reason why the information is missing. |
ST |
originalText()
|
BL |
other()
|
boolean |
otherJ()
|
LIST<CR> |
qualifier()
|
java.lang.String |
toString()
|
SET<CD> |
translation()
|
BL |
unknown()
|
boolean |
unknownJ()
|
static ObservationInterpretation |
valueOf(ST code)
|
static ObservationInterpretation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ObservationInterpretation[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ObservationInterpretation root
public static final ObservationInterpretation Change
public static final ObservationInterpretation Better
public static final ObservationInterpretation Decreased
public static final ObservationInterpretation Increased
public static final ObservationInterpretation Worse
public static final ObservationInterpretation Exceptions
public static final ObservationInterpretation HighOffScale
public static final ObservationInterpretation LowOffScale
public static final ObservationInterpretation Normality
public static final ObservationInterpretation Normal
public static final ObservationInterpretation NormalityAbnormal
public static final ObservationInterpretation NormalityAlert
public static final ObservationInterpretation NormalityHigh
public static final ObservationInterpretation HighAlert
public static final ObservationInterpretation NormalityLow
public static final ObservationInterpretation LowAlert
public static final ObservationInterpretation Susceptibility
public static final ObservationInterpretation Intermediate
public static final ObservationInterpretation ModeratelySusceptible
public static final ObservationInterpretation Resistent
public static final ObservationInterpretation Susceptible
public static final ObservationInterpretation VerySusceptible
| Field Detail |
|---|
public static final UID CODE_SYSTEM
public static final ST CODE_SYSTEM_NAME
| Method Detail |
|---|
public static final ObservationInterpretation[] values()
for(ObservationInterpretation c : ObservationInterpretation.values())
System.out.println(c);
public static ObservationInterpretation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final BL equal(ANY that)
equal in interface ANYpublic BL implies(CD that)
implies in interface CDpublic ObservationInterpretation mostSpecificGeneralization(CD that)
mostSpecificGeneralization in interface CDpublic static ObservationInterpretation valueOf(ST code)
public java.lang.String toString()
toString in interface CStoString in class java.lang.Enum<ObservationInterpretation>public java.lang.String domainName()
public ST code()
CD
code in interface CDpublic ST displayName()
CD
displayName in interface CDpublic UID codeSystem()
CD
codeSystem in interface CDpublic ST codeSystemName()
CD
codeSystemName in interface CDpublic ST codeSystemVersion()
CD
codeSystemVersion in interface CDpublic ST originalText()
originalText in interface CDpublic SET<CD> translation()
translation in interface CDpublic LIST<CR> qualifier()
qualifier in interface CDpublic NullFlavor nullFlavor()
ANY
nullFlavor in interface ANYpublic boolean isNullJ()
isNullJ in interface ANYpublic boolean nonNullJ()
nonNullJ in interface ANYpublic boolean notApplicableJ()
notApplicableJ in interface ANYpublic boolean unknownJ()
unknownJ in interface ANYpublic boolean otherJ()
otherJ in interface ANYpublic BL isNull()
isNull in interface ANYpublic BL nonNull()
nonNull in interface ANYpublic BL notApplicable()
notApplicable in interface ANYpublic BL unknown()
unknown in interface ANYpublic BL other()
other in interface ANY
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||