public enum ObservationParamcode extends Enum<ObservationParamcode>
| Enum Constant and Description |
|---|
AVERAGE
The [mean](https://en.wikipedia.org/wiki/Arithmetic_mean)of N measurements over the stated period
|
COUNT
The [number] of measurements over the stated period
|
MAX
The [maximum](https://en.wikipedia.org/wiki/Maximal_element) value of N measurements over the stated period
|
MIN
The [minimum](https://en.wikipedia.org/wiki/Minimal_element) value of N measurements over the stated period
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationParamcode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ObservationParamcode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationParamcode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObservationParamcode AVERAGE
public static final ObservationParamcode MAX
public static final ObservationParamcode MIN
public static final ObservationParamcode COUNT
public static final ObservationParamcode NULL
public static ObservationParamcode[] values()
for (ObservationParamcode c : ObservationParamcode.values()) System.out.println(c);
public static ObservationParamcode 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 ObservationParamcode 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.