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