Enum AdverseEventCategory
- java.lang.Object
-
- java.lang.Enum<AdverseEventCategory>
-
- org.hl7.fhir.r4.model.codesystems.AdverseEventCategory
-
- All Implemented Interfaces:
Serializable,Comparable<AdverseEventCategory>
public enum AdverseEventCategory extends Enum<AdverseEventCategory>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXPIREDDRUGThe adverse event pertains to an expired drug.INCORRECTPRESCRIBINGINFORMATIONThe adverse event pertains to incorrect perscribing information.MEDICALDEVICEUSEERRORThe adverse event pertains to a medical device use error.NULLadded to help the parsersPROBLEMDIFFERENTMANUFACTURERThe adverse event pertains to a problem with a different manufacturer of the same medication.PRODUCTPROBLEMThe adverse event pertains to a product problem.PRODUCTQUALITYThe adverse event pertains to product quality.PRODUCTUSEERRORThe adverse event pertains to a product use error.UNSAFEPHYSICALENVIRONMENTThe adverse event pertains to an unsafe physical environment.WRONGDOSEThe adverse event pertains to a wrong dose.WRONGDURATIONThe adverse event pertains to a wrong duration.WRONGRATEThe adverse event pertains to a wrong rate.WRONGROUTEOFADMINISTRATIONThe adverse event pertains to a wrong route of administration.WRONGTECHNIQUEThe adverse event pertains to a wrong technique.WRONGTIMEThe adverse event pertains to a wrong time.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdverseEventCategoryfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static AdverseEventCategoryvalueOf(String name)Returns the enum constant of this type with the specified name.static AdverseEventCategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PRODUCTPROBLEM
public static final AdverseEventCategory PRODUCTPROBLEM
The adverse event pertains to a product problem.
-
PRODUCTQUALITY
public static final AdverseEventCategory PRODUCTQUALITY
The adverse event pertains to product quality.
-
PRODUCTUSEERROR
public static final AdverseEventCategory PRODUCTUSEERROR
The adverse event pertains to a product use error.
-
WRONGDOSE
public static final AdverseEventCategory WRONGDOSE
The adverse event pertains to a wrong dose.
-
INCORRECTPRESCRIBINGINFORMATION
public static final AdverseEventCategory INCORRECTPRESCRIBINGINFORMATION
The adverse event pertains to incorrect perscribing information.
-
WRONGTECHNIQUE
public static final AdverseEventCategory WRONGTECHNIQUE
The adverse event pertains to a wrong technique.
-
WRONGROUTEOFADMINISTRATION
public static final AdverseEventCategory WRONGROUTEOFADMINISTRATION
The adverse event pertains to a wrong route of administration.
-
WRONGRATE
public static final AdverseEventCategory WRONGRATE
The adverse event pertains to a wrong rate.
-
WRONGDURATION
public static final AdverseEventCategory WRONGDURATION
The adverse event pertains to a wrong duration.
-
WRONGTIME
public static final AdverseEventCategory WRONGTIME
The adverse event pertains to a wrong time.
-
EXPIREDDRUG
public static final AdverseEventCategory EXPIREDDRUG
The adverse event pertains to an expired drug.
-
MEDICALDEVICEUSEERROR
public static final AdverseEventCategory MEDICALDEVICEUSEERROR
The adverse event pertains to a medical device use error.
-
PROBLEMDIFFERENTMANUFACTURER
public static final AdverseEventCategory PROBLEMDIFFERENTMANUFACTURER
The adverse event pertains to a problem with a different manufacturer of the same medication.
-
UNSAFEPHYSICALENVIRONMENT
public static final AdverseEventCategory UNSAFEPHYSICALENVIRONMENT
The adverse event pertains to an unsafe physical environment.
-
NULL
public static final AdverseEventCategory NULL
added to help the parsers
-
-
Method Detail
-
values
public static AdverseEventCategory[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AdverseEventCategory c : AdverseEventCategory.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AdverseEventCategory valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static AdverseEventCategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-