Package ca.uhn.fhir.narrative
Interface INarrativeGenerator
-
- All Known Implementing Classes:
BaseNarrativeGenerator,BaseThymeleafNarrativeGenerator,CustomThymeleafNarrativeGenerator,DefaultThymeleafNarrativeGenerator,NullNarrativeGenerator,ThymeleafNarrativeGenerator
public interface INarrativeGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanpopulateResourceNarrative(FhirContext theFhirContext, IBaseResource theResource)Generate any narratives for the given resource that have applicable templates, and populates the appropriate field(s).
-
-
-
Method Detail
-
populateResourceNarrative
boolean populateResourceNarrative(FhirContext theFhirContext, IBaseResource theResource)
Generate any narratives for the given resource that have applicable templates, and populates the appropriate field(s). This almost always means theResource.text.narrativefield, but for some resource types it can mean other fields (e.g.Composition.- Returns:
- Returns
trueif a narrative was actually generated
-
-