Class PixPdqV3CamelTranslators

java.lang.Object
org.openehealth.ipf.platform.camel.ihe.hl7v3.PixPdqV3CamelTranslators

public abstract class PixPdqV3CamelTranslators extends Object
Camel processors for translation of HL7 messages between versions 2 and 3.
Author:
Dmytro Rud
  • Field Details

    • HL7V3_ORIGINAL_REQUEST_PROPERTY

      public static final String HL7V3_ORIGINAL_REQUEST_PROPERTY
      Name of the Camel exchange property in which original request messages will be saved before translation.
      See Also:
  • Constructor Details

    • PixPdqV3CamelTranslators

      public PixPdqV3CamelTranslators()
  • Method Details

    • translatorHL7v3toHL7v2

      public static Processor translatorHL7v3toHL7v2(Hl7TranslatorV3toV2 translator)
      Returns a processor for translating HL7v3 messages to Hl7v2 using the given translator instance.
    • translatorHL7v2toHL7v3

      public static Processor translatorHL7v2toHL7v3(Hl7TranslatorV2toV3 translator)
      Returns a processor for translating HL7v2 messages to HL7v3 using the given translator instance.