Uses of Class
ca.uhn.fhir.jpa.api.model.TranslationRequest
Packages that use TranslationRequest
-
Uses of TranslationRequest in ca.uhn.fhir.jpa.api.dao
Methods in ca.uhn.fhir.jpa.api.dao with parameters of type TranslationRequestModifier and TypeMethodDescriptionca.uhn.fhir.context.support.TranslateConceptResultsIFhirResourceDaoConceptMap.translate(TranslationRequest theTranslationRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
Uses of TranslationRequest in ca.uhn.fhir.jpa.api.model
Methods in ca.uhn.fhir.jpa.api.model that return TranslationRequestModifier and TypeMethodDescriptionThis is just a convenience method that creates a codeableconcept if one doesn't already exist, and adds a coding to itTranslationRequest.setCodeableConcept(org.hl7.fhir.r4.model.CodeableConcept theCodeableConcept)TranslationRequest.setConceptMapVersion(org.hl7.fhir.r4.model.StringType theConceptMapVersion)TranslationRequest.setSource(org.hl7.fhir.r4.model.UriType theSource)TranslationRequest.setTarget(org.hl7.fhir.r4.model.UriType theTarget)TranslationRequest.setTargetSystem(org.hl7.fhir.r4.model.UriType theTargetSystem)TranslationRequest.setUrl(org.hl7.fhir.r4.model.UriType theUrl)