public enum AdverseEventCausalityAssess extends Enum<AdverseEventCausalityAssess>
Enum Constant and Description |
---|
CERTAIN
i) Event or laboratory test abnormality, with plausible time relationship to drug intake; ii) Cannot be explained by disease or other drugs; iii) Response to withdrawal plausible (pharmacologically, pathologically); iv) Event definitive pharmacologically or phenomenologically (i.e.
|
CONDITIONALCLASSIFIED
i) Event or laboratory test abnormality; ii) More data for proper assessment needed; or iii) Additional data under examination.
|
NULL
added to help the parsers
|
POSSIBLE
i) Event or laboratory test abnormality, with reasonable time relationship to drug intake; ii) Could also be explained by disease or other drugs; or iii) Information on drug withdrawal may be lacking or unclear.
|
PROBABLYLIKELY
i) Event or laboratory test abnormality, with reasonable time relationship to drug intake; ii) Unlikely to be attributed to disease or other drugs; iii) Response to withdrawal clinically reasonable; or iv) Re-challenge not required.
|
UNASSESSABLEUNCLASSIFIABLE
i) Report suggesting an adverse reaction; ii) Cannot be judged because information is insufficient or contradictory; or iii) Data cannot be supplemented or verified.
|
UNLIKELY
i) Event or laboratory test abnormality, with a time to drug intake that makes a relationship improbable (but not impossible); or ii) Disease or other drugs provide plausible explanations.
|
Modifier and Type | Method and Description |
---|---|
static AdverseEventCausalityAssess |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AdverseEventCausalityAssess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdverseEventCausalityAssess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdverseEventCausalityAssess CERTAIN
public static final AdverseEventCausalityAssess PROBABLYLIKELY
public static final AdverseEventCausalityAssess POSSIBLE
public static final AdverseEventCausalityAssess UNLIKELY
public static final AdverseEventCausalityAssess CONDITIONALCLASSIFIED
public static final AdverseEventCausalityAssess UNASSESSABLEUNCLASSIFIABLE
public static final AdverseEventCausalityAssess NULL
public static AdverseEventCausalityAssess[] values()
for (AdverseEventCausalityAssess c : AdverseEventCausalityAssess.values()) System.out.println(c);
public static AdverseEventCausalityAssess 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 AdverseEventCausalityAssess fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.