public enum AdverseEventCategory extends Enum<AdverseEventCategory>
| Enum Constant and Description |
|---|
EXPIREDDRUG
null
|
INCORRECTPRESCRIBINGINFORMATION
null
|
MEDICALDEVICEUSEERROR
null
|
NULL
added to help the parsers
|
PROBLEMDIFFERENTMANUFACTURER
null
|
PRODUCTPROBLEM
null
|
PRODUCTQUALITY
null
|
PRODUCTUSEERROR
null
|
UNSAFEPHYSICALENVIRONMENT
null
|
WRONGDOSE
null
|
WRONGDURATION
null
|
WRONGRATE
null
|
WRONGROUTEOFADMINISTRATION
null
|
WRONGTECHNIQUE
null
|
WRONGTIME
null
|
| 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–2018 University Health Network. All rights reserved.