Uses of Interface
org.openehealth.ipf.commons.ihe.hl7v3.translation.Hl7TranslatorV3toV2
-
Packages that use Hl7TranslatorV3toV2 Package Description org.openehealth.ipf.commons.ihe.hl7v3.translation org.openehealth.ipf.platform.camel.ihe.hl7v3 -
-
Uses of Hl7TranslatorV3toV2 in org.openehealth.ipf.commons.ihe.hl7v3.translation
Classes in org.openehealth.ipf.commons.ihe.hl7v3.translation that implement Hl7TranslatorV3toV2 Modifier and Type Class Description class
PdqRequest3to2Translator
class
PixAck3to2Translator
class
PixFeedRequest3to2Translator
class
PixQueryRequest3to2Translator
-
Uses of Hl7TranslatorV3toV2 in org.openehealth.ipf.platform.camel.ihe.hl7v3
Methods in org.openehealth.ipf.platform.camel.ihe.hl7v3 with parameters of type Hl7TranslatorV3toV2 Modifier and Type Method Description static org.apache.camel.Processor
PixPdqV3CamelTranslators. translatorHL7v3toHL7v2(Hl7TranslatorV3toV2 translator)
Returns a processor for translating HL7v3 messages to Hl7v2 using the given translator instance.
-