public class AdverseReactionImpl extends Object implements AdverseReaction
| Constructor and Description |
|---|
AdverseReactionImpl(Coded substanceAgent,
List<? extends Manifestation> manifestations) |
| Modifier and Type | Method and Description |
|---|---|
UniqueIdentifier |
getID()
This is a technical identifier that is used for system purposes such as
matching.
|
List<? extends Manifestation> |
getManifestations()
Details about each adverse reaction event.
|
Coded |
getSubstanceAgent()
Identification of a substance, agent, or a class of substance, that is
considered to be responsible for the adverse reaction.
|
void |
setID(UniqueIdentifier id) |
public AdverseReactionImpl(Coded substanceAgent, List<? extends Manifestation> manifestations)
manifestations - - Clinical manifestation of the adverse reaction expressed as a single
word, phrase or brief description. VOCAB is SNOMED CT AU codes.substanceAgent - - Identification of a substance, agent, or a class of substance, that is
considered to be responsible for the adverse reaction.public Coded getSubstanceAgent()
getSubstanceAgent in interface AdverseReactionpublic List<? extends Manifestation> getManifestations()
Clinical manifestation of the adverse reaction expressed as a single word, phrase or brief description
These should be SNOMED CT-AU Clinical Manifestation Values
getManifestations in interface AdverseReactionpublic UniqueIdentifier getID()
Random UUID if not explicitly set
getID in interface AdverseReactionpublic void setID(UniqueIdentifier id)
Copyright © 2021. All rights reserved.