public enum CompositeMeasureScoring extends Enum<CompositeMeasureScoring>
Enum Constant and Description |
---|
ALLORNOTHING
All-or-nothing scoring includes an individual in the numerator of the composite measure if they are in the numerators of all of the component measures in which they are in the denominator.
|
LINEAR
Linear scoring gives an individual a score based on the number of numerators in which they appear.
|
NULL
added to help the parsers
|
OPPORTUNITY
Opportunity scoring combines the scores from component measures by combining the numerators and denominators for each component.
|
WEIGHTED
Weighted scoring gives an individual a score based on a weighted factor for each component numerator in which they appear.
|
Modifier and Type | Method and Description |
---|---|
static CompositeMeasureScoring |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CompositeMeasureScoring |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeMeasureScoring[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositeMeasureScoring OPPORTUNITY
public static final CompositeMeasureScoring ALLORNOTHING
public static final CompositeMeasureScoring LINEAR
public static final CompositeMeasureScoring WEIGHTED
public static final CompositeMeasureScoring NULL
public static CompositeMeasureScoring[] values()
for (CompositeMeasureScoring c : CompositeMeasureScoring.values()) System.out.println(c);
public static CompositeMeasureScoring 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 CompositeMeasureScoring fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.