TranslationOutcome |
TranslationOutcome.Builder.build() |
|
TranslationOutcome |
FHIRTermService.translate(com.ibm.fhir.model.resource.ConceptMap conceptMap,
com.ibm.fhir.model.type.CodeableConcept codeableConcept) |
Translate the given coding using the provided concept map
|
TranslationOutcome |
FHIRTermService.translate(com.ibm.fhir.model.resource.ConceptMap conceptMap,
com.ibm.fhir.model.type.CodeableConcept codeableConcept,
TranslationParameters parameters) |
Translate the given codeable concept using the provided concept map and translation parameters
|
TranslationOutcome |
FHIRTermService.translate(com.ibm.fhir.model.resource.ConceptMap conceptMap,
com.ibm.fhir.model.type.Coding coding) |
Translate the given coding using the provided concept map
|
TranslationOutcome |
FHIRTermService.translate(com.ibm.fhir.model.resource.ConceptMap conceptMap,
com.ibm.fhir.model.type.Coding coding,
TranslationParameters parameters) |
Translate the given coding using the provided concept map and translation parameters
|
TranslationOutcome |
FHIRTermService.translate(com.ibm.fhir.model.resource.ConceptMap conceptMap,
com.ibm.fhir.model.type.Uri system,
com.ibm.fhir.model.type.String version,
com.ibm.fhir.model.type.Code code) |
Translate the given system, version and code using the provided concept map
|
TranslationOutcome |
FHIRTermService.translate(com.ibm.fhir.model.resource.ConceptMap conceptMap,
com.ibm.fhir.model.type.Uri system,
com.ibm.fhir.model.type.String version,
com.ibm.fhir.model.type.Code code,
TranslationParameters parameters) |
Translate the given system, version and code using the provided concept map and translation parameters
|