
Enum Class ImmunizationEvaluationDoseStatusReason
java.lang.Object
java.lang.Enum<ImmunizationEvaluationDoseStatusReason>
org.hl7.fhir.r4.model.codesystems.ImmunizationEvaluationDoseStatusReason
- All Implemented Interfaces:
Serializable
,Comparable<ImmunizationEvaluationDoseStatusReason>
,Constable
public enum ImmunizationEvaluationDoseStatusReason
extends Enum<ImmunizationEvaluationDoseStatusReason>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe product was stored in a manner inconsistent with manufacturer guidelines potentially reducing the effectiveness of the product.The product was stored at a temperature inconsistent with manufacturer guidelines potentially reducing the effectiveness of the product.The product was administered after the expiration date associated with lot of vaccine.added to help the parsersThe product was administered at a time inconsistent with the documented schedule.The product administered has been recalled by the manufacturer. -
Method Summary
-
Enum Constant Details
-
ADVSTORAGE
The product was stored in a manner inconsistent with manufacturer guidelines potentially reducing the effectiveness of the product. -
COLDCHBRK
The product was stored at a temperature inconsistent with manufacturer guidelines potentially reducing the effectiveness of the product. -
EXPLOT
The product was administered after the expiration date associated with lot of vaccine. -
OUTSIDESCHED
The product was administered at a time inconsistent with the documented schedule. -
PRODRECALL
The product administered has been recalled by the manufacturer. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ImmunizationEvaluationDoseStatusReason fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-