Package org.hl7.fhir.r5.renderers
Class ObligationsRenderer
java.lang.Object
org.hl7.fhir.r5.renderers.Renderer
org.hl7.fhir.r5.renderers.ObligationsRenderer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.renderers.Renderer
Renderer.RenderingStatus
-
Field Summary
-
Constructor Summary
ConstructorDescriptionObligationsRenderer
(String corePath, StructureDefinition profile, String path, RenderingContext context, IMarkdownProcessor md, CodeResolver cr) -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected ObligationsRenderer.ObligationDetail
render
(Renderer.RenderingStatus status, ResourceWrapper res, String defPath, String anchorPrefix, List<ElementDefinition> inScopeElements) void
renderList
(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Cell c) void
renderTable
(Renderer.RenderingStatus status, ResourceWrapper res, List<org.hl7.fhir.utilities.xhtml.XhtmlNode> children, boolean fullDoco, String defPath, String anchorPrefix, List<ElementDefinition> inScopeElements) void
renderTable
(Renderer.RenderingStatus status, ResourceWrapper res, org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Cell c, List<ElementDefinition> inScopeElements) void
seeObligations
(List<Extension> list) void
void
seeObligations
(ElementDefinition element, String id) void
seeRootObligations
(String eid, List<Extension> list) void
seeRootObligations
(String eid, List<Extension> list, List<Extension> compList, boolean compare, String id) Methods inherited from class org.hl7.fhir.r5.renderers.Renderer
egt, formatPhrase, genStandardsStatus, getTranslatedCode, renderStatus, renderStatusDiv, renderStatusRow, renderStatusSummary, toStr, toStr, wrap, wrapNC, wrapWC
-
Constructor Details
-
ObligationsRenderer
public ObligationsRenderer(String corePath, StructureDefinition profile, String path, RenderingContext context, IMarkdownProcessor md, CodeResolver cr)
-
-
Method Details
-
seeObligations
-
seeObligations
-
seeRootObligations
-
seeObligations
-
seeRootObligations
-
obligationDetail
-
render
public String render(Renderer.RenderingStatus status, ResourceWrapper res, String defPath, String anchorPrefix, List<ElementDefinition> inScopeElements) throws IOException - Throws:
IOException
-
renderTable
public void renderTable(Renderer.RenderingStatus status, ResourceWrapper res, org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Cell c, List<ElementDefinition> inScopeElements) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
IOException
-
renderList
public void renderList(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Cell c) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
IOException
-
renderTable
public void renderTable(Renderer.RenderingStatus status, ResourceWrapper res, List<org.hl7.fhir.utilities.xhtml.XhtmlNode> children, boolean fullDoco, String defPath, String anchorPrefix, List<ElementDefinition> inScopeElements) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
IOException
-
hasObligations
-