Package dev.dsf.fhir.adapter
Interface HtmlGenerator<R extends org.hl7.fhir.r4.model.BaseResource>
- All Known Implementing Classes:
QuestionnaireResponseHtmlGenerator
public interface HtmlGenerator<R extends org.hl7.fhir.r4.model.BaseResource>
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteHtml(String basePath, R resource, OutputStreamWriter out)
-
Method Details
-
getResourceType
- Returns:
- the resource type supported by this generator
-
writeHtml
- Parameters:
basePath- the applications base base, e.g. /fhir/resource- the resource, notnullout- the outputStreamWriter, notnull- Throws:
IOException
-