Class Iti45Converters
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.hl7v3.core.converters.Hl7v3ConvertersBase
org.openehealth.ipf.platform.camel.ihe.hl7v3.core.converters.Iti45Converters
Camel type converters for HL7 PRPA models in ITI-45 transaction.
- Since:
- 4.1
- Author:
- Quentin Ligier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
prpaRequestToXml
(net.ihe.gazelle.hl7v3.prpain201309UV02.PRPAIN201309UV02Type request) static String
prpaResponseToXml
(net.ihe.gazelle.hl7v3.prpain201310UV02.PRPAIN201310UV02Type response) static PixV3QueryRequest
simpleRequestToXml
(String xml) static PixV3QueryResponse
static net.ihe.gazelle.hl7v3.prpain201309UV02.PRPAIN201309UV02Type
xmlToPrpaRequest
(String xml) static net.ihe.gazelle.hl7v3.prpain201310UV02.PRPAIN201310UV02Type
xmlToPrpaResponse
(String xml) static String
xmlToSimpleRequest
(PixV3QueryRequest simpleRequest) static String
xmlToSimpleResponse
(PixV3QueryResponse simpleResponse) Methods inherited from class org.openehealth.ipf.platform.camel.ihe.hl7v3.core.converters.Hl7v3ConvertersBase
fromXml, toXml
-
Constructor Details
-
Iti45Converters
public Iti45Converters()
-
-
Method Details
-
xmlToPrpaRequest
@Converter public static net.ihe.gazelle.hl7v3.prpain201309UV02.PRPAIN201309UV02Type xmlToPrpaRequest(String xml) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
prpaRequestToXml
@Converter public static String prpaRequestToXml(net.ihe.gazelle.hl7v3.prpain201309UV02.PRPAIN201309UV02Type request) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
xmlToSimpleRequest
@Converter public static String xmlToSimpleRequest(PixV3QueryRequest simpleRequest) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
simpleRequestToXml
@Converter public static PixV3QueryRequest simpleRequestToXml(String xml) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
xmlToPrpaResponse
@Converter public static net.ihe.gazelle.hl7v3.prpain201310UV02.PRPAIN201310UV02Type xmlToPrpaResponse(String xml) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
prpaResponseToXml
@Converter public static String prpaResponseToXml(net.ihe.gazelle.hl7v3.prpain201310UV02.PRPAIN201310UV02Type response) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
xmlToSimpleResponse
@Converter public static String xmlToSimpleResponse(PixV3QueryResponse simpleResponse) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
simpleResponseToXml
@Converter public static PixV3QueryResponse simpleResponseToXml(String xml) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-