Class FhirCamelTranslators

java.lang.Object
org.openehealth.ipf.platform.camel.ihe.fhir.core.FhirCamelTranslators

public final class FhirCamelTranslators extends Object
Camel processors for translation of messages between FHIR and something else
Since:
3.1
Author:
Christian Ohr
  • Method Details

    • translateFhir

      public static Processor translateFhir(FhirTranslator<?> translator)
      Returns a processor for translating FHIR messages to XDS using the given translator instance.
    • transformFhir

      public static Expression transformFhir(FhirTranslator<?> translator)
    • translateToFhir

      public static <T> Processor translateToFhir(ToFhirTranslator<T> translator, Class<T> clazz)
      Returns a processor for translating HL7v2 messages to FHIR using the given translator instance.