Uses of Class
org.linuxforhealth.fhir.term.service.TranslationOutcome
-
Packages that use TranslationOutcome Package Description org.linuxforhealth.fhir.term.service -
-
Uses of TranslationOutcome in org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.fhir.term.service that return TranslationOutcome Modifier and Type Method Description TranslationOutcome
TranslationOutcome.Builder. build()
TranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, CodeableConcept codeableConcept)
Translate the given coding using the provided concept mapTranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, CodeableConcept codeableConcept, TranslationParameters parameters)
Translate the given codeable concept using the provided concept map and translation parametersTranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, Coding coding)
Translate the given coding using the provided concept mapTranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, Coding coding, TranslationParameters parameters)
Translate the given coding using the provided concept map and translation parametersTranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, Uri system, String version, Code code)
Translate the given system, version and code using the provided concept mapTranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, Uri system, String version, Code code, TranslationParameters parameters)
Translate the given system, version and code using the provided concept map and translation parametersMethods in org.linuxforhealth.fhir.term.service with parameters of type TranslationOutcome Modifier and Type Method Description protected TranslationOutcome.Builder
TranslationOutcome.Builder. from(TranslationOutcome translationOutcome)
-