Package org.openehealth.ipf.modules.cda
Class CDAR2Parser
java.lang.Object
org.openehealth.ipf.modules.cda.CDAR2Parser
- All Implemented Interfaces:
Parser<org.openhealthtools.mdht.uml.cda.ClinicalDocument>
public class CDAR2Parser
extends Object
implements Parser<org.openhealthtools.mdht.uml.cda.ClinicalDocument>
- Author:
- Stefan Ivanov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openhealthtools.mdht.uml.cda.ClinicalDocumentparse(InputStream is, Object... options) Parses aClinicalDocumentfrom anInputStream.org.openhealthtools.mdht.uml.cda.ClinicalDocumentParses a message and returns an internal representation of the information.org.openhealthtools.mdht.uml.cda.ClinicalDocumentParses a message and returns an internal representation of the information.org.openhealthtools.mdht.uml.cda.ClinicalDocumentParses a message and returns an internal representation of the information.
-
Constructor Details
-
CDAR2Parser
public CDAR2Parser()
-
-
Method Details
-
parse
Description copied from interface:ParserParses a message and returns an internal representation of the information. -
parse
Parses aClinicalDocumentfrom anInputStream. This parser is not vulnerable to XXE injections. Parsing an XML document with a Doctype will throw aParseExceptionand all <include xmlns="http://www.w3.org/2001/XInclude"/gt; tags will be striped.The MDHT parser is unsafe, so the clinical document is parsed to a
Documenthere before being passed to MDHT. -
parse
Description copied from interface:ParserParses a message and returns an internal representation of the information. -
parse
Description copied from interface:ParserParses a message and returns an internal representation of the information.
-