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 Summary
Fields Modifier and Type Field Description static String
HL7V3_ORIGINAL_REQUEST_PROPERTY
Name of the Camel exchange property in which original request messages will be saved before translation.
-
Constructor Summary
Constructors Constructor Description PixPdqV3CamelTranslators()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.camel.Processor
translatorHL7v2toHL7v3(Hl7TranslatorV2toV3 translator)
Returns a processor for translating HL7v2 messages to HL7v3 using the given translator instance.static org.apache.camel.Processor
translatorHL7v3toHL7v2(Hl7TranslatorV3toV2 translator)
Returns a processor for translating HL7v3 messages to Hl7v2 using the given translator instance.
-
-
-
Field Detail
-
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:
- Constant Field Values
-
-
Method Detail
-
translatorHL7v3toHL7v2
public static org.apache.camel.Processor translatorHL7v3toHL7v2(Hl7TranslatorV3toV2 translator)
Returns a processor for translating HL7v3 messages to Hl7v2 using the given translator instance.
-
translatorHL7v2toHL7v3
public static org.apache.camel.Processor translatorHL7v2toHL7v3(Hl7TranslatorV2toV3 translator)
Returns a processor for translating HL7v2 messages to HL7v3 using the given translator instance.
-
-