Class FhirCamelTranslators
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.fhir.core.FhirCamelTranslators
Camel processors for translation of messages between FHIR and something else
- Since:
- 3.1
- Author:
- Christian Ohr
-
Method Summary
Modifier and TypeMethodDescriptionstatic Expression
transformFhir
(FhirTranslator<?> translator) static Processor
translateFhir
(FhirTranslator<?> translator) Returns a processor for translating FHIR messages to XDS using the given translator instance.static <T> Processor
translateToFhir
(ToFhirTranslator<T> translator, Class<T> clazz) Returns a processor for translating HL7v2 messages to FHIR using the given translator instance.
-
Method Details
-
translateFhir
Returns a processor for translating FHIR messages to XDS using the given translator instance. -
transformFhir
-
translateToFhir
Returns a processor for translating HL7v2 messages to FHIR using the given translator instance.
-