Uses of Interface
org.openehealth.ipf.commons.ihe.fhir.translation.ToFhirTranslator
Packages that use ToFhirTranslator
Package
Description
-
Uses of ToFhirTranslator in org.openehealth.ipf.commons.ihe.fhir.atna.translation
Classes in org.openehealth.ipf.commons.ihe.fhir.atna.translation that implement ToFhirTranslator -
Uses of ToFhirTranslator in org.openehealth.ipf.commons.ihe.fhir.iti78
Classes in org.openehealth.ipf.commons.ihe.fhir.iti78 that implement ToFhirTranslator -
Uses of ToFhirTranslator in org.openehealth.ipf.commons.ihe.fhir.iti83
Classes in org.openehealth.ipf.commons.ihe.fhir.iti83 that implement ToFhirTranslator -
Uses of ToFhirTranslator in org.openehealth.ipf.platform.camel.ihe.fhir.core
Methods in org.openehealth.ipf.platform.camel.ihe.fhir.core with parameters of type ToFhirTranslatorModifier and TypeMethodDescriptionstatic <T> Processor
FhirCamelTranslators.translateToFhir
(ToFhirTranslator<T> translator, Class<T> clazz) Returns a processor for translating HL7v2 messages to FHIR using the given translator instance.