public enum AdverseEventCategory extends Enum<AdverseEventCategory>
| Enum Constant and Description |
|---|
EXPIREDDRUG
The adverse event pertains to an expired drug.
|
INCORRECTPRESCRIBINGINFORMATION
The adverse event pertains to incorrect perscribing information.
|
MEDICALDEVICEUSEERROR
The adverse event pertains to a medical device use error.
|
NULL
added to help the parsers
|
PROBLEMDIFFERENTMANUFACTURER
The adverse event pertains to a problem with a different manufacturer of the same medication.
|
PRODUCTPROBLEM
The adverse event pertains to a product problem.
|
PRODUCTQUALITY
The adverse event pertains to product quality.
|
PRODUCTUSEERROR
The adverse event pertains to a product use error.
|
UNSAFEPHYSICALENVIRONMENT
The adverse event pertains to an unsafe physical environment.
|
WRONGDOSE
The adverse event pertains to a wrong dose.
|
WRONGDURATION
The adverse event pertains to a wrong duration.
|
WRONGRATE
The adverse event pertains to a wrong rate.
|
WRONGROUTEOFADMINISTRATION
The adverse event pertains to a wrong route of administration.
|
WRONGTECHNIQUE
The adverse event pertains to a wrong technique.
|
WRONGTIME
The adverse event pertains to a wrong time.
|
| Modifier and Type | Method and Description |
|---|---|
static AdverseEventCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AdverseEventCategory |
valueOf(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.
|
public static final AdverseEventCategory PRODUCTPROBLEM
public static final AdverseEventCategory PRODUCTQUALITY
public static final AdverseEventCategory PRODUCTUSEERROR
public static final AdverseEventCategory WRONGDOSE
public static final AdverseEventCategory INCORRECTPRESCRIBINGINFORMATION
public static final AdverseEventCategory WRONGTECHNIQUE
public static final AdverseEventCategory WRONGROUTEOFADMINISTRATION
public static final AdverseEventCategory WRONGRATE
public static final AdverseEventCategory WRONGDURATION
public static final AdverseEventCategory WRONGTIME
public static final AdverseEventCategory EXPIREDDRUG
public static final AdverseEventCategory MEDICALDEVICEUSEERROR
public static final AdverseEventCategory PROBLEMDIFFERENTMANUFACTURER
public static final AdverseEventCategory UNSAFEPHYSICALENVIRONMENT
public static final AdverseEventCategory NULL
public static AdverseEventCategory[] values()
for (AdverseEventCategory c : AdverseEventCategory.values()) System.out.println(c);
public static AdverseEventCategory 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 AdverseEventCategory 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.