public static enum MeasureReport.MeasureImprovementNotation extends Enum<MeasureReport.MeasureImprovementNotation>
| Enum Constant and Description |
|---|
DECREASE
Improvement in the measure is noted as a decrease in the measure score.
|
INCREASE
Improvement in the measure is noted as an increase in the measure score.
|
NULL
added to help the parsers with the generic types
|
| Modifier and Type | Method and Description |
|---|---|
static MeasureReport.MeasureImprovementNotation |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MeasureReport.MeasureImprovementNotation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasureReport.MeasureImprovementNotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasureReport.MeasureImprovementNotation INCREASE
public static final MeasureReport.MeasureImprovementNotation DECREASE
public static final MeasureReport.MeasureImprovementNotation NULL
public static MeasureReport.MeasureImprovementNotation[] values()
for (MeasureReport.MeasureImprovementNotation c : MeasureReport.MeasureImprovementNotation.values()) System.out.println(c);
public static MeasureReport.MeasureImprovementNotation 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 MeasureReport.MeasureImprovementNotation fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.