public static enum Measure.MeasurePopulationType extends Enum<Measure.MeasurePopulationType>
| Enum Constant and Description |
|---|
DENOMINATOR
The denominator for the measure
|
DENOMINATOREXCEPTION
The denominator exception for the measure
|
DENOMINATOREXCLUSION
The denominator exclusion for the measure
|
INITIALPOPULATION
The initial population for the measure
|
MEASUREPOPULATION
The measure population for the measure
|
MEASUREPOPULATIONEXCLUSION
The measure population exclusion for the measure
|
MEASURESCORE
The measure score for the measure
|
NULL
added to help the parsers
|
NUMERATOR
The numerator for the measure
|
NUMERATOREXCLUSION
The numerator exclusion for the measure
|
| Modifier and Type | Method and Description |
|---|---|
static Measure.MeasurePopulationType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Measure.MeasurePopulationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Measure.MeasurePopulationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Measure.MeasurePopulationType INITIALPOPULATION
public static final Measure.MeasurePopulationType NUMERATOR
public static final Measure.MeasurePopulationType NUMERATOREXCLUSION
public static final Measure.MeasurePopulationType DENOMINATOR
public static final Measure.MeasurePopulationType DENOMINATOREXCLUSION
public static final Measure.MeasurePopulationType DENOMINATOREXCEPTION
public static final Measure.MeasurePopulationType MEASUREPOPULATION
public static final Measure.MeasurePopulationType MEASUREPOPULATIONEXCLUSION
public static final Measure.MeasurePopulationType MEASURESCORE
public static final Measure.MeasurePopulationType NULL
public static Measure.MeasurePopulationType[] values()
for (Measure.MeasurePopulationType c : Measure.MeasurePopulationType.values()) System.out.println(c);
public static Measure.MeasurePopulationType 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 Measure.MeasurePopulationType 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.