Uses of Interface
ca.uhn.fhir.narrative2.INarrativeTemplate
-
Packages that use INarrativeTemplate Package Description ca.uhn.fhir.narrative2 -
-
Uses of INarrativeTemplate in ca.uhn.fhir.narrative2
Classes in ca.uhn.fhir.narrative2 that implement INarrativeTemplate Modifier and Type Class Description classNarrativeTemplateMethods in ca.uhn.fhir.narrative2 that return types with arguments of type INarrativeTemplate Modifier and Type Method Description List<INarrativeTemplate>INarrativeTemplateManifest. getTemplateByElement(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, IBase theElementValue)List<INarrativeTemplate>NarrativeTemplateManifest. getTemplateByElement(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, IBase theElement)List<INarrativeTemplate>INarrativeTemplateManifest. getTemplateByName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theName)List<INarrativeTemplate>NarrativeTemplateManifest. getTemplateByName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theName)List<INarrativeTemplate>INarrativeTemplateManifest. getTemplateByResourceName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theResourceName)List<INarrativeTemplate>NarrativeTemplateManifest. getTemplateByResourceName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theResourceName)Methods in ca.uhn.fhir.narrative2 with parameters of type INarrativeTemplate Modifier and Type Method Description protected abstract StringBaseNarrativeGenerator. applyTemplate(FhirContext theFhirContext, INarrativeTemplate theTemplate, IBase theTargetContext)protected StringThymeleafNarrativeGenerator. applyTemplate(FhirContext theFhirContext, INarrativeTemplate theTemplate, IBase theTargetContext)
-