Package ca.uhn.fhir.jpa.term.api
Interface ITermConceptMappingSvc
- All Superinterfaces:
ca.uhn.fhir.context.support.IValidationSupport
- All Known Implementing Classes:
TermConceptMappingSvcImpl
-
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.CodeValidationResult, ca.uhn.fhir.context.support.IValidationSupport.CodingConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.ConceptDesignation, 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
URL_PREFIX_VALUE_SET
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteConceptMapAndChildren
(ResourceTable theResourceTable) void
storeTermConceptMapAndChildren
(ResourceTable theResourceTable, org.hl7.fhir.r4.model.ConceptMap theConceptMap) ca.uhn.fhir.context.support.TranslateConceptResults
translate
(ca.uhn.fhir.jpa.api.model.TranslationRequest theTranslationRequest) ca.uhn.fhir.context.support.TranslateConceptResults
translateWithReverse
(ca.uhn.fhir.jpa.api.model.TranslationRequest theTranslationRequest) Methods inherited from interface ca.uhn.fhir.context.support.IValidationSupport
expandValueSet, fetchAllConformanceResources, fetchAllNonBaseStructureDefinitions, fetchAllStructureDefinitions, fetchCodeSystem, fetchResource, fetchStructureDefinition, fetchValueSet, generateSnapshot, getFhirContext, invalidateCaches, isCodeSystemSupported, isRemoteTerminologyServiceConfigured, isValueSetSupported, lookupCode, lookupCode, translateConcept, validateCode, validateCodeInValueSet
-
Method Details
-
translate
ca.uhn.fhir.context.support.TranslateConceptResults translate(ca.uhn.fhir.jpa.api.model.TranslationRequest theTranslationRequest) -
translateWithReverse
ca.uhn.fhir.context.support.TranslateConceptResults translateWithReverse(ca.uhn.fhir.jpa.api.model.TranslationRequest theTranslationRequest) -
deleteConceptMapAndChildren
-
storeTermConceptMapAndChildren
void storeTermConceptMapAndChildren(ResourceTable theResourceTable, org.hl7.fhir.r4.model.ConceptMap theConceptMap)
-