| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Measure.MeasureImprovementNotation> |
Measure.improvementNotation
Information on whether an increase or decrease in score is the preferred result (e.g., a higher score indicates better quality OR a lower score indicates better quality OR quality is within a range).
|
| Modifier and Type | Method and Description |
|---|---|
static Measure.MeasureImprovementNotation |
Measure.MeasureImprovementNotation.fromCode(String codeString) |
Measure.MeasureImprovementNotation |
Measure.MeasureImprovementNotationEnumFactory.fromCode(String codeString) |
Measure.MeasureImprovementNotation |
Measure.getImprovementNotation() |
static Measure.MeasureImprovementNotation |
Measure.MeasureImprovementNotation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Measure.MeasureImprovementNotation[] |
Measure.MeasureImprovementNotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Measure.MeasureImprovementNotation> |
Measure.MeasureImprovementNotationEnumFactory.fromType(Base code) |
Enumeration<Measure.MeasureImprovementNotation> |
Measure.getImprovementNotationElement() |
| Modifier and Type | Method and Description |
|---|---|
Measure |
Measure.setImprovementNotation(Measure.MeasureImprovementNotation value) |
String |
Measure.MeasureImprovementNotationEnumFactory.toCode(Measure.MeasureImprovementNotation code) |
String |
Measure.MeasureImprovementNotationEnumFactory.toSystem(Measure.MeasureImprovementNotation code) |
| Modifier and Type | Method and Description |
|---|---|
Measure |
Measure.setImprovementNotationElement(Enumeration<Measure.MeasureImprovementNotation> value) |
Copyright © 2014–2018 University Health Network. All rights reserved.