public enum ReferencerangeMeaning extends Enum<ReferencerangeMeaning>
| Enum Constant and Description |
|---|
ENDOCRINE
Endocrine related states that change the expected value.
|
FOLLICULAR
An expected range in an individual during the follicular stage of the cycle.
|
LUTEAL
An expected range in an individual during the luteal stage of the cycle.
|
MIDCYCLE
An expected range in an individual during the midcycle stage of the cycle.
|
NORMAL
Values expected for a normal member of the relevant control population being measured.
|
NULL
added to help the parsers
|
POST
The optimal range for best therapeutic outcomes for a specimen taken immediately after administration.
|
POSTMENOPAUSAL
An expected range in an individual post-menopause.
|
PRE
The optimal range for best therapeutic outcomes for a specimen taken immediately before administration.
|
PREPUBERTY
An expected range in an individual prior to puberty.
|
RECOMMENDED
The range that is recommended by a relevant professional body.
|
THERAPEUTIC
The optimal range for best therapeutic outcomes.
|
TREATMENT
The range at which treatment would/should be considered.
|
TYPE
General types of reference range.
|
| Modifier and Type | Method and Description |
|---|---|
static ReferencerangeMeaning |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ReferencerangeMeaning |
valueOf(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.
|
public static final ReferencerangeMeaning TYPE
public static final ReferencerangeMeaning NORMAL
public static final ReferencerangeMeaning RECOMMENDED
public static final ReferencerangeMeaning TREATMENT
public static final ReferencerangeMeaning THERAPEUTIC
public static final ReferencerangeMeaning PRE
public static final ReferencerangeMeaning POST
public static final ReferencerangeMeaning ENDOCRINE
public static final ReferencerangeMeaning PREPUBERTY
public static final ReferencerangeMeaning FOLLICULAR
public static final ReferencerangeMeaning MIDCYCLE
public static final ReferencerangeMeaning LUTEAL
public static final ReferencerangeMeaning POSTMENOPAUSAL
public static final ReferencerangeMeaning NULL
public static ReferencerangeMeaning[] values()
for (ReferencerangeMeaning c : ReferencerangeMeaning.values()) System.out.println(c);
public static ReferencerangeMeaning 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 ReferencerangeMeaning 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.