Package ca.uhn.fhir.jpa.term.api
Interface ITermConceptClientMappingSvc
- All Superinterfaces:
ca.uhn.fhir.context.support.IValidationSupport
- All Known Subinterfaces:
ITermConceptMappingSvc
- All Known Implementing Classes:
TermConceptClientMappingSvcImpl
,TermConceptMappingSvcImpl
public interface ITermConceptClientMappingSvc
extends ca.uhn.fhir.context.support.IValidationSupport
Represents the terminology translate functions
-
Nested Class Summary
Nested classes/interfaces inherited from interface ca.uhn.fhir.context.support.IValidationSupport
ca.uhn.fhir.context.support.IValidationSupport.BaseConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationIssue, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationIssueCode, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationIssueCoding, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationResult, ca.uhn.fhir.context.support.IValidationSupport.CodingConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.ConceptDesignation, ca.uhn.fhir.context.support.IValidationSupport.GroupConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.IssueSeverity, ca.uhn.fhir.context.support.IValidationSupport.LookupCodeResult, ca.uhn.fhir.context.support.IValidationSupport.StringConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.TranslateCodeRequest, ca.uhn.fhir.context.support.IValidationSupport.ValueSetExpansionOutcome
-
Field Summary
Fields inherited from interface ca.uhn.fhir.context.support.IValidationSupport
TYPE_CODING, TYPE_GROUP, TYPE_STRING, URL_PREFIX_VALUE_SET
-
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.context.support.TranslateConceptResults
translate
(TranslationRequest theTranslationRequest) ca.uhn.fhir.context.support.TranslateConceptResults
translateWithReverse
(TranslationRequest theTranslationRequest) Methods inherited from interface ca.uhn.fhir.context.support.IValidationSupport
expandValueSet, expandValueSet, fetchAllConformanceResources, fetchAllNonBaseStructureDefinitions, fetchAllSearchParameters, fetchAllStructureDefinitions, fetchBinary, fetchCodeSystem, fetchResource, fetchStructureDefinition, fetchValueSet, generateSnapshot, getFhirContext, getName, invalidateCaches, isCodeSystemSupported, isEnabledValidationForCodingsLogicalAnd, isRemoteTerminologyServiceConfigured, isValueSetSupported, lookupCode, lookupCode, lookupCode, translateConcept, validateCode, validateCodeInValueSet
-
Method Details
-
translate
ca.uhn.fhir.context.support.TranslateConceptResults translate(TranslationRequest theTranslationRequest) -
translateWithReverse
ca.uhn.fhir.context.support.TranslateConceptResults translateWithReverse(TranslationRequest theTranslationRequest)
-