public class MedicationsImpl extends ExclusionStatementImpl implements Medications
| Constructor and Description |
|---|
MedicationsImpl(Coded exclusionStatement) |
MedicationsImpl(List<KnownMedication> medications)
Medicines which the subject of care is using.
|
| Modifier and Type | Method and Description |
|---|---|
List<KnownMedication> |
getKnownMedications()
Medicines which the subject of care is using.
|
static Medications |
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, waitgetExclusionStatement, getGlobalStatement, getID, setExclusionStatement, setGlobalStatementpublic MedicationsImpl(Coded exclusionStatement)
public MedicationsImpl(List<KnownMedication> medications)
public static Medications noneKnown()
public List<KnownMedication> getKnownMedications()
getKnownMedications in interface MedicationsCopyright © 2021. All rights reserved.