public enum ObservationStatistics extends Enum<ObservationStatistics>
| Enum Constant and Description |
|---|
_20PERCENT
The 20th [Percentile](https://en.wikipedia.org/wiki/Percentile) of N measurements over the stated period.
|
_4DEV
The difference between the upper and lower [Quartiles](https://en.wikipedia.org/wiki/Quartile) is called the Interquartile range.
|
_4LOWER
The lower [Quartile](https://en.wikipedia.org/wiki/Quartile) Boundary of N measurements over the stated period.
|
_4UPPER
The upper [Quartile](https://en.wikipedia.org/wiki/Quartile) Boundary of N measurements over the stated period.
|
_51
The lowest of four values that divide the N measurements into a frequency distribution of five classes with each containing one fifth of the total population.
|
_52
The second of four values that divide the N measurements into a frequency distribution of five classes with each containing one fifth of the total population.
|
_53
The third of four values that divide the N measurements into a frequency distribution of five classes with each containing one fifth of the total population.
|
_54
The fourth of four values that divide the N measurements into a frequency distribution of five classes with each containing one fifth of the total population.
|
_80PERCENT
The 80th [Percentile](https://en.wikipedia.org/wiki/Percentile) of N measurements over the stated period.
|
AVERAGE
The [mean](https://en.wikipedia.org/wiki/Arithmetic_mean) of N measurements over the stated period.
|
COUNT
The [number] of valid measurements over the stated period that contributed to the other statistical outputs.
|
KURTOSIS
Kurtosis is a measure of the "tailedness" of the probability distribution of a real-valued random variable.
|
MAXIMUM
The [maximum](https://en.wikipedia.org/wiki/Maximal_element) value of N measurements over the stated period.
|
MEDIAN
The [median](https://en.wikipedia.org/wiki/Median) of N measurements over the stated period.
|
MINIMUM
The [minimum](https://en.wikipedia.org/wiki/Minimal_element) value of N measurements over the stated period.
|
NULL
added to help the parsers
|
REGRESSION
Linear regression is an approach for modeling two-dimensional sample points with one independent variable and one dependent variable (conventionally, the x and y coordinates in a Cartesian coordinate system) and finds a linear function (a non-vertical straight line) that, as accurately as possible, predicts the dependent variable values as a function of the independent variables.
|
SKEW
Skewness is a measure of the asymmetry of the probability distribution of a real-valued random variable about its mean.
|
STDDEV
The [standard deviation](https://en.wikipedia.org/wiki/Standard_deviation) of N measurements over the stated period.
|
SUM
The [sum](https://en.wikipedia.org/wiki/Summation) of N measurements over the stated period.
|
TOTALCOUNT
The total [number] of valid measurements over the stated period, including observations that were ignored because they did not contain valid result values.
|
VARIANCE
The [variance](https://en.wikipedia.org/wiki/Variance) of N measurements over the stated period.
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationStatistics |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ObservationStatistics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationStatistics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObservationStatistics AVERAGE
public static final ObservationStatistics MAXIMUM
public static final ObservationStatistics MINIMUM
public static final ObservationStatistics COUNT
public static final ObservationStatistics TOTALCOUNT
public static final ObservationStatistics MEDIAN
public static final ObservationStatistics STDDEV
public static final ObservationStatistics SUM
public static final ObservationStatistics VARIANCE
public static final ObservationStatistics _20PERCENT
public static final ObservationStatistics _80PERCENT
public static final ObservationStatistics _4LOWER
public static final ObservationStatistics _4UPPER
public static final ObservationStatistics _4DEV
public static final ObservationStatistics _51
public static final ObservationStatistics _52
public static final ObservationStatistics _53
public static final ObservationStatistics _54
public static final ObservationStatistics SKEW
public static final ObservationStatistics KURTOSIS
public static final ObservationStatistics REGRESSION
public static final ObservationStatistics NULL
public static ObservationStatistics[] values()
for (ObservationStatistics c : ObservationStatistics.values()) System.out.println(c);
public static ObservationStatistics 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 ObservationStatistics 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.