public class ImmunisationsImpl extends Object implements Immunisations
| Modifier and Type | Field and Description |
|---|---|
protected List<Immunisation> |
immunisations |
| Constructor and Description |
|---|
ImmunisationsImpl(List<Immunisation> immunisations) |
| Modifier and Type | Method and Description |
|---|---|
au.net.electronichealth.ns.cda._2_0.StrucDocText |
getCustomNarrative() |
List<Immunisation> |
getImmunisations() |
void |
setCustomNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText customNarrative) |
void |
setImmunisations(List<Immunisation> immunisations) |
protected List<Immunisation> immunisations
public ImmunisationsImpl(List<Immunisation> immunisations)
public List<Immunisation> getImmunisations()
getImmunisations in interface Immunisationspublic void setImmunisations(List<Immunisation> immunisations)
setImmunisations in interface Immunisationspublic au.net.electronichealth.ns.cda._2_0.StrucDocText getCustomNarrative()
getCustomNarrative in interface Immunisationspublic void setCustomNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText customNarrative)
setCustomNarrative in interface ImmunisationsCopyright © 2021. All rights reserved.