Uses of Class
com.ibm.fhir.term.spi.TranslationOutcome
-
Packages that use TranslationOutcome Package Description com.ibm.fhir.term.service com.ibm.fhir.term.service.provider com.ibm.fhir.term.spi -
-
Uses of TranslationOutcome in com.ibm.fhir.term.service
Methods in com.ibm.fhir.term.service that return TranslationOutcome Modifier and Type Method Description TranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, CodeableConcept codeableConcept)Translate the given coding using the provided concept mapTranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, CodeableConcept codeableConcept, TranslationParameters parameters)Translate the given codeable concept using the provided concept map and translation parametersTranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, Coding coding)Translate the given coding using the provided concept mapTranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, Coding coding, TranslationParameters parameters)Translate the given coding using the provided concept map and translation parametersTranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, Uri system, String version, Code code)Translate the given system, version and code using the provided concept mapTranslationOutcomeFHIRTermService. 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 parameters -
Uses of TranslationOutcome in com.ibm.fhir.term.service.provider
Methods in com.ibm.fhir.term.service.provider that return TranslationOutcome Modifier and Type Method Description TranslationOutcomeDefaultTermServiceProvider. translate(ConceptMap conceptMap, CodeableConcept codeableConcept, TranslationParameters parameters)TranslationOutcomeDefaultTermServiceProvider. translate(ConceptMap conceptMap, Coding coding, TranslationParameters parameters) -
Uses of TranslationOutcome in com.ibm.fhir.term.spi
Methods in com.ibm.fhir.term.spi that return TranslationOutcome Modifier and Type Method Description TranslationOutcomeTranslationOutcome.Builder. build()default TranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, CodeableConcept codeableConcept)Translate the given coding using the provided concept mapTranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, CodeableConcept codeableConcept, TranslationParameters parameters)Translate the given codeable concept using the provided concept map and translation parametersdefault TranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, Coding coding)Translate the given coding using the provided concept mapTranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, Coding coding, TranslationParameters parameters)Translate the given coding using the provided concept map and translation parametersdefault TranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, Uri system, String version, Code code)Translate the given system, version and code using the provided concept mapdefault TranslationOutcomeFHIRTermServiceProvider. 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 com.ibm.fhir.term.spi with parameters of type TranslationOutcome Modifier and Type Method Description protected TranslationOutcome.BuilderTranslationOutcome.Builder. from(TranslationOutcome translationOutcome)
-