Enum ReferencerangeMeaning
- java.lang.Object
-
- java.lang.Enum<ReferencerangeMeaning>
-
- org.hl7.fhir.r4.model.codesystems.ReferencerangeMeaning
-
- All Implemented Interfaces:
Serializable,Comparable<ReferencerangeMeaning>
public enum ReferencerangeMeaning extends Enum<ReferencerangeMeaning>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ENDOCRINEEndocrine related states that change the expected value.FOLLICULARAn expected range in an individual during the follicular stage of the cycle.LUTEALAn expected range in an individual during the luteal stage of the cycle.MIDCYCLEAn expected range in an individual during the midcycle stage of the cycle.NORMALValues expected for a normal member of the relevant control population being measured.NULLadded to help the parsersPOSTThe optimal range for best therapeutic outcomes for a specimen taken immediately after administration.POSTMENOPAUSALAn expected range in an individual post-menopause.PREThe optimal range for best therapeutic outcomes for a specimen taken immediately before administration.PREPUBERTYAn expected range in an individual prior to puberty.RECOMMENDEDThe range that is recommended by a relevant professional body.THERAPEUTICThe optimal range for best therapeutic outcomes.TREATMENTThe range at which treatment would/should be considered.TYPEGeneral types of reference range.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferencerangeMeaningfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ReferencerangeMeaningvalueOf(String name)Returns the enum constant of this type with the specified name.static ReferencerangeMeaning[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TYPE
public static final ReferencerangeMeaning TYPE
General types of reference range.
-
NORMAL
public static final ReferencerangeMeaning 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
public static final ReferencerangeMeaning RECOMMENDED
The range that is recommended by a relevant professional body.
-
TREATMENT
public static final ReferencerangeMeaning TREATMENT
The range at which treatment would/should be considered.
-
THERAPEUTIC
public static final ReferencerangeMeaning THERAPEUTIC
The optimal range for best therapeutic outcomes.
-
PRE
public static final ReferencerangeMeaning PRE
The optimal range for best therapeutic outcomes for a specimen taken immediately before administration.
-
POST
public static final ReferencerangeMeaning POST
The optimal range for best therapeutic outcomes for a specimen taken immediately after administration.
-
ENDOCRINE
public static final ReferencerangeMeaning ENDOCRINE
Endocrine related states that change the expected value.
-
PREPUBERTY
public static final ReferencerangeMeaning PREPUBERTY
An expected range in an individual prior to puberty.
-
FOLLICULAR
public static final ReferencerangeMeaning FOLLICULAR
An expected range in an individual during the follicular stage of the cycle.
-
MIDCYCLE
public static final ReferencerangeMeaning MIDCYCLE
An expected range in an individual during the midcycle stage of the cycle.
-
LUTEAL
public static final ReferencerangeMeaning LUTEAL
An expected range in an individual during the luteal stage of the cycle.
-
POSTMENOPAUSAL
public static final ReferencerangeMeaning POSTMENOPAUSAL
An expected range in an individual post-menopause.
-
NULL
public static final ReferencerangeMeaning NULL
added to help the parsers
-
-
Method Detail
-
values
public static ReferencerangeMeaning[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ReferencerangeMeaning c : ReferencerangeMeaning.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ReferencerangeMeaning valueOf(String name)
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 nameNullPointerException- if the argument is null
-
fromCode
public static ReferencerangeMeaning fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-