public class ImmunisationsImpl extends ExclusionStatementImpl implements Immunisations
| Constructor and Description |
|---|
ImmunisationsImpl(Coded exclusionStatement) |
ImmunisationsImpl(List<Immunisation> immunisations) |
| Modifier and Type | Method and Description |
|---|---|
List<Immunisation> |
getAdministeredImmunisations()
The act of administering a dose of a vaccine to a person for the purpose of preventing or
minimising the effects of a disease by producing immunity and/or to counter the effects of an
infectious organism or insult.
|
static Immunisations |
noneKnown()
Convenience constructor to construct a default case.
|
static Immunisations |
noneSupplied()
Convenience constructor to construct a default case.
|
getExclusionStatement, getGlobalStatement, getID, setExclusionStatement, setGlobalStatement, setIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExclusionStatement, getGlobalStatement, getID, setExclusionStatement, setGlobalStatementpublic ImmunisationsImpl(Coded exclusionStatement)
public ImmunisationsImpl(List<Immunisation> immunisations)
immunisations - - A list of Immunisationspublic static Immunisations noneKnown()
public static Immunisations noneSupplied()
public List<Immunisation> getAdministeredImmunisations()
getAdministeredImmunisations in interface ImmunisationsCopyright © 2021. All rights reserved.