Enum Constant Summary
Enum Constants
Endocrine related states that change the expected value.
An expected range in an individual during the follicular stage of the cycle.
An expected range in an individual during the luteal stage of the cycle.
An expected range in an individual during the midcycle stage of the cycle.
Values expected for a normal member of the relevant control population being
measured.
added to help the parsers
The optimal range for best therapeutic outcomes for a specimen taken
immediately after administration.
An expected range in an individual post-menopause.
The optimal range for best therapeutic outcomes for a specimen taken
immediately before administration.
An expected range in an individual prior to puberty.
The range that is recommended by a relevant professional body.
The optimal range for best therapeutic outcomes.
The range at which treatment would/should be considered.
General types of reference range.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
TYPE
General types of reference range.
NORMAL
Values expected for a normal member of the relevant control population being
measured. Typically each results producer such as a laboratory has specific
normal ranges and they are usually defined as within two standard deviations
from the mean and account for 95.45% of this population.
RECOMMENDED
The range that is recommended by a relevant professional body.
TREATMENT
The range at which treatment would/should be considered.
THERAPEUTIC
The optimal range for best therapeutic outcomes.
PRE
The optimal range for best therapeutic outcomes for a specimen taken
immediately before administration.
POST
The optimal range for best therapeutic outcomes for a specimen taken
immediately after administration.
ENDOCRINE
Endocrine related states that change the expected value.
PREPUBERTY
An expected range in an individual prior to puberty.
FOLLICULAR
An expected range in an individual during the follicular stage of the cycle.
MIDCYCLE
An expected range in an individual during the midcycle stage of the cycle.
LUTEAL
An expected range in an individual during the luteal stage of the cycle.
POSTMENOPAUSAL
An expected range in an individual post-menopause.
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException