Package dev.dsf.fhir.adapter
Class QuestionnaireResponseHtmlGenerator
java.lang.Object
dev.dsf.fhir.adapter.QuestionnaireResponseHtmlGenerator
- All Implemented Interfaces:
HtmlGenerator<org.hl7.fhir.r4.model.QuestionnaireResponse>
public class QuestionnaireResponseHtmlGenerator
extends Object
implements HtmlGenerator<org.hl7.fhir.r4.model.QuestionnaireResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<org.hl7.fhir.r4.model.QuestionnaireResponse>voidwriteHtml(String basePath, org.hl7.fhir.r4.model.QuestionnaireResponse questionnaireResponse, OutputStreamWriter out)
-
Constructor Details
-
QuestionnaireResponseHtmlGenerator
public QuestionnaireResponseHtmlGenerator()
-
-
Method Details
-
getResourceType
- Specified by:
getResourceTypein interfaceHtmlGenerator<org.hl7.fhir.r4.model.QuestionnaireResponse>- Returns:
- the resource type supported by this generator
-
writeHtml
public void writeHtml(String basePath, org.hl7.fhir.r4.model.QuestionnaireResponse questionnaireResponse, OutputStreamWriter out) throws IOException - Specified by:
writeHtmlin interfaceHtmlGenerator<org.hl7.fhir.r4.model.QuestionnaireResponse>- Parameters:
basePath- the applications base base, e.g. /fhir/questionnaireResponse- the resource, notnullout- the outputStreamWriter, notnull- Throws:
IOException
-