public enum RiskEstimateType extends Enum<RiskEstimateType>
| Enum Constant and Description |
|---|
COUNT
descriptive measure reported as total number of items.
|
DERIVEDPROPORTION
A special use case where the proportion is derived from a formula rather than derived from summary evidence.
|
DESCRIPTIVE
descriptive measure reported as narrative.
|
MEAN
continuous numerical measure reported as an average.
|
MEDIAN
continuous numerical measure reported as the middle of the range.
|
NULL
added to help the parsers
|
PROPORTION
dichotomous measure (present or absent) reported as a ratio compared to the denominator of 1 (A percentage is a proportion with denominator of 100).
|
| Modifier and Type | Method and Description |
|---|---|
static RiskEstimateType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static RiskEstimateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskEstimateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiskEstimateType PROPORTION
public static final RiskEstimateType DERIVEDPROPORTION
public static final RiskEstimateType MEAN
public static final RiskEstimateType MEDIAN
public static final RiskEstimateType COUNT
public static final RiskEstimateType DESCRIPTIVE
public static final RiskEstimateType NULL
public static RiskEstimateType[] values()
for (RiskEstimateType c : RiskEstimateType.values()) System.out.println(c);
public static RiskEstimateType 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 RiskEstimateType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.