public class AdverseReactionsImpl extends ExclusionStatementImpl implements AdverseReactions
| Constructor and Description |
|---|
AdverseReactionsImpl(Coded exclusionStatement)
The constructor to use when there are no adverse reactions.
|
AdverseReactionsImpl(List<? extends AdverseReaction> reactions)
The constructor to use when there are AdverseReactions.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends AdverseReaction> |
getAdverseReactions()
Information about adverse reactions and/or propensity to adverse reaction
of the patient (including allergies and intolerances), and any relevant
reaction details.
|
static AdverseReactions |
noneKnown()
A convenience method to construct the most likely case -
no reactions with an exclusion statement of none known.
|
getExclusionStatement, getGlobalStatement, getID, setExclusionStatement, setGlobalStatement, setIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIDgetExclusionStatement, getGlobalStatement, setExclusionStatement, setGlobalStatementpublic AdverseReactionsImpl(Coded exclusionStatement)
public AdverseReactionsImpl(List<? extends AdverseReaction> reactions)
public static AdverseReactions noneKnown()
public List<? extends AdverseReaction> getAdverseReactions()
AdverseReactionsgetAdverseReactions in interface AdverseReactionsCopyright © 2021. All rights reserved.