Class ImmunizationRecommendation
java.lang.Object
org.projecthusky.cda.elga.models.eimpf.ImmunizationRecommendation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SXCMTS
createIntervalEffectiveTime
(TS low, TS high) getDrug()
getId()
getImmunizationRecommendationEntry
(int index) void
setAuthor
(PractitionerCdaAt author) void
setComments
(List<Comment> comments) void
void
setExternalDocument
(Appendix externalDocument) void
setId
(Identificator id) void
setImmunizationPlan
(Appendix immunizationPlan) void
setImmunizationTargets
(List<Code> immunizationTargets) void
setSchedule
(ImmunizationSchedule schedule) void
setStartRecommendation
(ZonedDateTime startRecommendation) void
setStopRecommendation
(ZonedDateTime stopRecommendation) void
setTimeAuthor
(ZonedDateTime timeAuthor) void
setTranslations
(List<Translation> translations) void
setVaccination
(Code vaccination)
-
Constructor Details
-
ImmunizationRecommendation
public ImmunizationRecommendation()
-
-
Method Details
-
getId
-
setId
-
getVaccination
-
setVaccination
-
getStartRecommendation
-
setStartRecommendation
-
getStopRecommendation
-
setStopRecommendation
-
getDrug
-
setDrug
-
getAuthor
-
setAuthor
-
getTimeAuthor
-
setTimeAuthor
-
getComments
-
setComments
-
getExternalDocument
-
setExternalDocument
-
getImmunizationPlan
-
setImmunizationPlan
-
getImmunizationTargets
-
setImmunizationTargets
-
getSchedule
-
setSchedule
-
getTranslations
-
setTranslations
-
getImmunizationRecommendationEntry
-
createIntervalEffectiveTime
-