Package org.hl7.fhir.r5.conformance
Class AdditionalBindingsRenderer
java.lang.Object
org.hl7.fhir.r5.conformance.AdditionalBindingsRenderer
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAdditionalBindingsRenderer(ProfileKnowledgeProvider pkp, String corePath, StructureDefinition profile, String path, RenderingContext context, IMarkdownProcessor md, CodeResolver cr) -
Method Summary
Modifier and TypeMethodDescriptionbooleanrender()voidvoidrender(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Cell c) voidrender(org.hl7.fhir.utilities.xhtml.XhtmlNodeList children, List<ElementDefinition.ElementDefinitionBindingAdditionalComponent> list) voidseeAdditionalBindings(List<Extension> list) voidseeAdditionalBindings(List<Extension> list, List<Extension> compList, boolean compare) protected voidseeBinding(Extension ext, Extension compExt, boolean compare, String label) voidseeMaxBinding(Extension ext) voidseeMaxBinding(Extension ext, Extension compExt, boolean compare) voidseeMinBinding(Extension ext) voidseeMinBinding(Extension ext, Extension compExt, boolean compare)
-
Constructor Details
-
AdditionalBindingsRenderer
public AdditionalBindingsRenderer(ProfileKnowledgeProvider pkp, String corePath, StructureDefinition profile, String path, RenderingContext context, IMarkdownProcessor md, CodeResolver cr)
-
-
Method Details
-
seeMaxBinding
-
seeMaxBinding
-
seeBinding
-
seeMinBinding
-
seeMinBinding
-
seeAdditionalBindings
-
seeAdditionalBindings
-
additionalBinding
-
render
- Throws:
IOException
-
render
public void render(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.FHIRFormatErrororg.hl7.fhir.exceptions.DefinitionExceptionIOException
-
render
public void render(List<org.hl7.fhir.utilities.xhtml.XhtmlNode> children, boolean fullDoco) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, IOException - Throws:
org.hl7.fhir.exceptions.FHIRFormatErrororg.hl7.fhir.exceptions.DefinitionExceptionIOException
-
hasBindings
-
render
public void render(org.hl7.fhir.utilities.xhtml.XhtmlNodeList children, List<ElementDefinition.ElementDefinitionBindingAdditionalComponent> list)
-