public enum SpecialValues extends Enum<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 SpecialValues |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static SpecialValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecialValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecialValues TRUE
public static final SpecialValues FALSE
public static final SpecialValues TRACE
public static final SpecialValues SUFFICIENT
public static final SpecialValues WITHDRAWN
public static final SpecialValues NILKNOWN
public static final SpecialValues NULL
public static SpecialValues[] values()
for (SpecialValues c : SpecialValues.values()) System.out.println(c);
public static 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 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.