public static enum AllergyIntolerance.AllergyIntoleranceCertainty extends Enum<AllergyIntolerance.AllergyIntoleranceCertainty>
| Enum Constant and Description |
|---|
CONFIRMED
There is a very high level of clinical certainty that the reaction was due to the identified Substance, which may include clinical evidence by testing or rechallenge.
|
LIKELY
There is a high level of clinical certainty that the reaction was caused by the identified Substance.
|
NULL
added to help the parsers
|
UNLIKELY
There is a low level of clinical certainty that the reaction was caused by the identified Substance.
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntolerance.AllergyIntoleranceCertainty |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AllergyIntolerance.AllergyIntoleranceCertainty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntolerance.AllergyIntoleranceCertainty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllergyIntolerance.AllergyIntoleranceCertainty UNLIKELY
public static final AllergyIntolerance.AllergyIntoleranceCertainty LIKELY
public static final AllergyIntolerance.AllergyIntoleranceCertainty CONFIRMED
public static final AllergyIntolerance.AllergyIntoleranceCertainty NULL
public static AllergyIntolerance.AllergyIntoleranceCertainty[] values()
for (AllergyIntolerance.AllergyIntoleranceCertainty c : AllergyIntolerance.AllergyIntoleranceCertainty.values()) System.out.println(c);
public static AllergyIntolerance.AllergyIntoleranceCertainty 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 AllergyIntolerance.AllergyIntoleranceCertainty fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.