Class Iti47Converters
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.hl7v3.core.converters.Hl7v3ConvertersBase
org.openehealth.ipf.platform.camel.ihe.hl7v3.core.converters.Iti47Converters
Camel type converters for HL7 PRPA models for ITI-47 transaction.
- Since:
- 4.1
- Author:
- Quentin Ligier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
prpaRequestToXml
(net.ihe.gazelle.hl7v3.prpain201305UV02.PRPAIN201305UV02Type request) static String
prpaResponseToXml
(net.ihe.gazelle.hl7v3.prpain201306UV02.PRPAIN201306UV02Type response) static net.ihe.gazelle.hl7v3.prpain201305UV02.PRPAIN201305UV02Type
xmlToPrpaRequest
(String xml) static net.ihe.gazelle.hl7v3.prpain201306UV02.PRPAIN201306UV02Type
xmlToPrpaResponse
(String xml) Methods inherited from class org.openehealth.ipf.platform.camel.ihe.hl7v3.core.converters.Hl7v3ConvertersBase
fromXml, toXml
-
Constructor Details
-
Iti47Converters
public Iti47Converters()
-
-
Method Details
-
xmlToPrpaRequest
@Converter public static net.ihe.gazelle.hl7v3.prpain201305UV02.PRPAIN201305UV02Type xmlToPrpaRequest(String xml) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
prpaRequestToXml
@Converter public static String prpaRequestToXml(net.ihe.gazelle.hl7v3.prpain201305UV02.PRPAIN201305UV02Type request) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
xmlToPrpaResponse
@Converter public static net.ihe.gazelle.hl7v3.prpain201306UV02.PRPAIN201306UV02Type xmlToPrpaResponse(String xml) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
prpaResponseToXml
@Converter public static String prpaResponseToXml(net.ihe.gazelle.hl7v3.prpain201306UV02.PRPAIN201306UV02Type response) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-