Class BaseTextGenerator
java.lang.Object
org.projecthusky.cda.elga.narrative.BaseTextGenerator
- Direct Known Subclasses:
AnnotationTextBuilder,AppendixNarrativeTextGenerator,ArztmeldungNarrativeTextGenerator,ExposureRiskNarrativeTextGenerator,ImmunizationBaseTextGenerator,ImmunizationLabResultNarrativeTextGenerator,ImmunizationRelevantDiseasesNarrativeTextGenerator,KonsUeberwGrundNarrativeTextGenerator,MedBaseTextGenerator,PharmRecommendationNarrativeTextGenerator,SpecimenNarrativeTextGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.projecthusky.common.hl7cdar2.StrucDocTdprotected org.projecthusky.common.hl7cdar2.StrucDocTdgetCellTdCode(org.projecthusky.common.hl7cdar2.CD codeTest) protected org.projecthusky.common.hl7cdar2.StrucDocTdgetCellTdCodes(List<org.projecthusky.common.hl7cdar2.CE> interpretationCodes) protected org.projecthusky.common.hl7cdar2.StrucDocTdgetCellTdId(org.projecthusky.common.hl7cdar2.II codeId) protected org.projecthusky.common.hl7cdar2.StrucDocTdgetCellTdTime(org.projecthusky.common.hl7cdar2.IVLTS time) protected org.projecthusky.common.hl7cdar2.StrucDocTdgetCellTdWithContent(String text, String contentId) protected org.projecthusky.common.hl7cdar2.StrucDocTdgetCellWithRenderMultiMedia(String referenceObject) protected javax.xml.bind.JAXBElement<org.projecthusky.common.hl7cdar2.StrucDocContent>getStrucDocContent(String text, String contentId) protected org.projecthusky.common.hl7cdar2.StrucDocThgetTableHeaderCell(String text, String styleCode) getTsElement(org.projecthusky.common.hl7cdar2.IVLTS time) extracts allTSelements of passedIVLTS.
-
Constructor Details
-
BaseTextGenerator
public BaseTextGenerator()
-
-
Method Details
-
getCellTd
-
getCellWithRenderMultiMedia
protected org.projecthusky.common.hl7cdar2.StrucDocTd getCellWithRenderMultiMedia(String referenceObject) -
getTableHeaderCell
-
getCellTdWithContent
-
getStrucDocContent
-
getTsElement
extracts allTSelements of passedIVLTS. Extracted elements are stored in a map, where key is element name like "high" and value is element value.- Parameters:
time- to be extracted- Returns:
- map of element name and value
-
getCellTdTime
protected org.projecthusky.common.hl7cdar2.StrucDocTd getCellTdTime(org.projecthusky.common.hl7cdar2.IVLTS time) -
getCellTdCodes
protected org.projecthusky.common.hl7cdar2.StrucDocTd getCellTdCodes(List<org.projecthusky.common.hl7cdar2.CE> interpretationCodes) -
getCellTdCode
protected org.projecthusky.common.hl7cdar2.StrucDocTd getCellTdCode(org.projecthusky.common.hl7cdar2.CD codeTest) -
getCellTdId
protected org.projecthusky.common.hl7cdar2.StrucDocTd getCellTdId(org.projecthusky.common.hl7cdar2.II codeId)
-