Class ImmunizationBaseTextGenerator
java.lang.Object
org.projecthusky.cda.elga.narrative.BaseTextGenerator
org.projecthusky.cda.elga.narrative.ImmunizationBaseTextGenerator
- Direct Known Subclasses:
ImmunizationNarrativeTextGenerator,ImmunizationRecommendationNarrativeTextGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddCommentContent(org.projecthusky.common.hl7cdar2.StrucDocText text, org.projecthusky.common.hl7cdar2.POCDMT000040Entry entry, Map<String, String> comments) protected org.projecthusky.common.hl7cdar2.StrucDocTrgetRowDose(org.projecthusky.common.hl7cdar2.POCDMT000040Precondition precondition) protected org.projecthusky.common.hl7cdar2.StrucDocTrgetRowScheme(org.projecthusky.common.hl7cdar2.POCDMT000040Precondition precondition, int index) protected List<org.projecthusky.common.hl7cdar2.StrucDocTr>getRowTargetDiseases(List<org.projecthusky.common.hl7cdar2.POCDMT000040EntryRelationship> entryRelationships) Methods inherited from class org.projecthusky.cda.elga.narrative.BaseTextGenerator
getCellTd, getCellTdCode, getCellTdCodes, getCellTdId, getCellTdTime, getCellTdWithContent, getCellWithRenderMultiMedia, getStrucDocContent, getTableHeaderCell, getTsElement
-
Constructor Details
-
ImmunizationBaseTextGenerator
public ImmunizationBaseTextGenerator()
-
-
Method Details
-
getRowScheme
protected org.projecthusky.common.hl7cdar2.StrucDocTr getRowScheme(org.projecthusky.common.hl7cdar2.POCDMT000040Precondition precondition, int index) -
getRowTargetDiseases
-
getRowDose
protected org.projecthusky.common.hl7cdar2.StrucDocTr getRowDose(org.projecthusky.common.hl7cdar2.POCDMT000040Precondition precondition) -
addCommentContent
-