Uses of Interface
org.hl7.fhir.r5.renderers.utils.BaseWrappers.ResourceWrapper
Packages that use BaseWrappers.ResourceWrapper
-
Uses of BaseWrappers.ResourceWrapper in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers that return BaseWrappers.ResourceWrapperModifier and TypeMethodDescriptionprotected BaseWrappers.ResourceWrapperResourceRenderer.fetchResource(BaseWrappers.BaseWrapper subject)Methods in org.hl7.fhir.r5.renderers with parameters of type BaseWrappers.ResourceWrapperModifier and TypeMethodDescriptionvoidPatientRenderer.describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper pat)voidResourceRenderer.describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper r)BundleRenderer.display(BaseWrappers.ResourceWrapper r)CapabilityStatementRenderer.display(BaseWrappers.ResourceWrapper r)CompartmentDefinitionRenderer.display(BaseWrappers.ResourceWrapper r)DiagnosticReportRenderer.display(BaseWrappers.ResourceWrapper r)EncounterRenderer.display(BaseWrappers.ResourceWrapper r)ImplementationGuideRenderer.display(BaseWrappers.ResourceWrapper r)LibraryRenderer.display(BaseWrappers.ResourceWrapper r)LiquidRenderer.display(BaseWrappers.ResourceWrapper r)ListRenderer.display(BaseWrappers.ResourceWrapper r)NamingSystemRenderer.display(BaseWrappers.ResourceWrapper r)OperationOutcomeRenderer.display(BaseWrappers.ResourceWrapper r)ParametersRenderer.display(BaseWrappers.ResourceWrapper r)PatientRenderer.display(BaseWrappers.ResourceWrapper pat)ProfileDrivenRenderer.display(BaseWrappers.ResourceWrapper r)ProvenanceRenderer.display(BaseWrappers.ResourceWrapper r)QuestionnaireResponseRenderer.display(BaseWrappers.ResourceWrapper r)abstract StringResourceRenderer.display(BaseWrappers.ResourceWrapper r)StructureDefinitionRenderer.display(BaseWrappers.ResourceWrapper r)TerminologyRenderer.display(BaseWrappers.ResourceWrapper r)static ResourceRendererRendererFactory.factory(BaseWrappers.ResourceWrapper rw, RenderingContext lrc)static ResourceRendererRendererFactory.factory(BaseWrappers.ResourceWrapper resource, RenderingContext context, Resolver.ResourceContext resourceContext)voidProfileDrivenRenderer.generateElementByProfile(BaseWrappers.ResourceWrapper res, StructureDefinition profile, List<ElementDefinition> allElements, org.hl7.fhir.utilities.xhtml.XhtmlNode x, String path, boolean showCodeDetails, int indent, BaseWrappers.PropertyWrapper p, ElementDefinition child)voidProfileDrivenRenderer.generateResourceSummary(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper res, boolean textAlready, boolean showCodeDetails, boolean canLink)protected BaseWrappers.PropertyWrapperResourceRenderer.getProperty(BaseWrappers.ResourceWrapper res, String name)booleanBundleRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper b)booleanDiagnosticReportRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper dr)booleanLibraryRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper lib)booleanLiquidRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper r)booleanListRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper list)booleanParametersRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper params)booleanProfileDrivenRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper r)booleanQuestionnaireResponseRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper qr)org.hl7.fhir.utilities.xhtml.XhtmlNodeResourceRenderer.render(BaseWrappers.ResourceWrapper r)booleanResourceRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper r)voidQuestionnaireResponseRenderer.renderAnswer(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, BaseWrappers.ResourceWrapper q, org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Row r, BaseWrappers.BaseWrapper ans)voidResourceRenderer.renderCanonical(BaseWrappers.ResourceWrapper rw, org.hl7.fhir.utilities.xhtml.XhtmlNode x, String url)voidResourceRenderer.renderCanonical(BaseWrappers.ResourceWrapper rw, org.hl7.fhir.utilities.xhtml.XhtmlNode x, String url, boolean allowLinks)booleanQuestionnaireResponseRenderer.renderForm(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper q)voidResourceRenderer.renderReference(BaseWrappers.ResourceWrapper rw, org.hl7.fhir.utilities.xhtml.XhtmlNode x, Reference r)voidResourceRenderer.renderReference(BaseWrappers.ResourceWrapper rw, org.hl7.fhir.utilities.xhtml.XhtmlNode x, Reference r, boolean allowLinks)voidResourceRenderer.renderReference(BaseWrappers.ResourceWrapper rw, org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.BaseWrapper r)protected voidResourceRenderer.renderResourceHeader(BaseWrappers.ResourceWrapper r, org.hl7.fhir.utilities.xhtml.XhtmlNode x)booleanQuestionnaireResponseRenderer.renderTree(org.hl7.fhir.utilities.xhtml.XhtmlNode x, BaseWrappers.ResourceWrapper qr)protected Resolver.ResourceWithReferenceResourceRenderer.resolveReference(BaseWrappers.ResourceWrapper res, String url) -
Uses of BaseWrappers.ResourceWrapper in org.hl7.fhir.r5.renderers.utils
Classes in org.hl7.fhir.r5.renderers.utils that implement BaseWrappers.ResourceWrapperModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in org.hl7.fhir.r5.renderers.utils that return BaseWrappers.ResourceWrapperModifier and TypeMethodDescriptionBaseWrappers.PropertyWrapper.getAsResource()DirectWrappers.PropertyWrapperDirect.getAsResource()DOMWrappers.PropertyWrapperElement.getAsResource()ElementWrappers.PropertyWrapperMetaElement.getAsResource()Resolver.ResourceWithReference.getResource()Methods in org.hl7.fhir.r5.renderers.utils that return types with arguments of type BaseWrappers.ResourceWrapperModifier and TypeMethodDescriptionBaseWrappers.ResourceWrapper.getContained()DirectWrappers.ResourceWrapperDirect.getContained()DOMWrappers.ResourceWrapperElement.getContained()ElementWrappers.ResourceWrapperMetaElement.getContained()Constructors in org.hl7.fhir.r5.renderers.utils with parameters of type BaseWrappers.ResourceWrapperModifierConstructorDescriptionResourceWithReference(String reference, BaseWrappers.ResourceWrapper resource)