Constructor and Description |
---|
CDAR2Renderer() |
Modifier and Type | Method and Description |
---|---|
String |
render(org.openhealthtools.mdht.uml.cda.ClinicalDocument doc,
Object... options)
Renders the model into its external representation.
|
OutputStream |
render(org.openhealthtools.mdht.uml.cda.ClinicalDocument doc,
OutputStream os,
Object... options)
Renders the clinical document as XML.
|
Result |
render(org.openhealthtools.mdht.uml.cda.ClinicalDocument doc,
Result result,
Object... options)
Renders the model into its external representation.
|
Writer |
render(org.openhealthtools.mdht.uml.cda.ClinicalDocument doc,
Writer writer,
Object... options)
Renders the model into its external representation.
|
public String render(org.openhealthtools.mdht.uml.cda.ClinicalDocument doc, Object... options)
Renderer
public OutputStream render(org.openhealthtools.mdht.uml.cda.ClinicalDocument doc, OutputStream os, Object... options) throws IOException
render
in interface Renderer<org.openhealthtools.mdht.uml.cda.ClinicalDocument>
doc
- the clinical documentos
- the stream to write the XML tooptions
- may contains a map with options for rendering.IOException
public Result render(org.openhealthtools.mdht.uml.cda.ClinicalDocument doc, Result result, Object... options) throws IOException
Renderer
render
in interface Renderer<org.openhealthtools.mdht.uml.cda.ClinicalDocument>
options
- dynamic information used during rendering. See the respective
implementation class documentation if this is required or
supported.IOException
public Writer render(org.openhealthtools.mdht.uml.cda.ClinicalDocument doc, Writer writer, Object... options) throws IOException
Renderer
render
in interface Renderer<org.openhealthtools.mdht.uml.cda.ClinicalDocument>
options
- dynamic information used during rendering. See the respective
implementation class documentation if this is required or
supported.IOException
Copyright © 2018 Open eHealth Foundation. All rights reserved.