public static enum AdverseEvent.AdverseEventCategory extends Enum<AdverseEvent.AdverseEventCategory>
| Enum Constant and Description |
|---|
AE
null
|
NULL
added to help the parsers with the generic types
|
PAE
null
|
| Modifier and Type | Method and Description |
|---|---|
static AdverseEvent.AdverseEventCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AdverseEvent.AdverseEventCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdverseEvent.AdverseEventCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdverseEvent.AdverseEventCategory AE
public static final AdverseEvent.AdverseEventCategory PAE
public static final AdverseEvent.AdverseEventCategory NULL
public static AdverseEvent.AdverseEventCategory[] values()
for (AdverseEvent.AdverseEventCategory c : AdverseEvent.AdverseEventCategory.values()) System.out.println(c);
public static AdverseEvent.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 AdverseEvent.AdverseEventCategory fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.