public static enum Enumerations.SpecialValues extends Enum<Enumerations.SpecialValues>
| Enum Constant and Description |
|---|
FALSE
Boolean false.
|
NILKNOWN
The are no known applicable values in this context.
|
NULL
added to help the parsers
|
SUFFICIENT
The specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material.
|
TRACE
The content is greater than zero, but too small to be quantified.
|
TRUE
Boolean true.
|
WITHDRAWN
The value is no longer available.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumerations.SpecialValues |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Enumerations.SpecialValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.SpecialValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.SpecialValues TRUE
public static final Enumerations.SpecialValues FALSE
public static final Enumerations.SpecialValues TRACE
public static final Enumerations.SpecialValues SUFFICIENT
public static final Enumerations.SpecialValues WITHDRAWN
public static final Enumerations.SpecialValues NILKNOWN
public static final Enumerations.SpecialValues NULL
public static Enumerations.SpecialValues[] values()
for (Enumerations.SpecialValues c : Enumerations.SpecialValues.values()) System.out.println(c);
public static Enumerations.SpecialValues 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 Enumerations.SpecialValues 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.