
Package ca.uhn.fhir.jpa.term
Class TermConceptClientMappingSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.term.TermConceptClientMappingSvcImpl
- All Implemented Interfaces:
ca.uhn.fhir.context.support.IValidationSupport,ITermConceptClientMappingSvc
- Direct Known Subclasses:
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.BooleanConceptProperty, 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.CodeValidationIssueDetails, 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
FieldsModifier and TypeFieldDescriptionprotected ITermConceptMapDaoprotected ca.uhn.fhir.context.FhirContextprotected jakarta.persistence.EntityManagerprotected IIdHelperService<JpaPid> Fields inherited from interface ca.uhn.fhir.context.support.IValidationSupport
TYPE_BOOLEAN, TYPE_CODING, TYPE_GROUP, TYPE_STRING, URL_PREFIX_STRUCTURE_DEFINITION, URL_PREFIX_VALUE_SET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.context.FhirContextca.uhn.fhir.context.support.TranslateConceptResultstranslate(TranslationRequest theTranslationRequest) ca.uhn.fhir.context.support.TranslateConceptResultstranslateWithReverse(TranslationRequest theTranslationRequest) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.context.support.IValidationSupport
expandValueSet, expandValueSet, fetchAllConformanceResources, fetchAllNonBaseStructureDefinitions, fetchAllSearchParameters, fetchAllStructureDefinitions, fetchBinary, fetchCodeSystem, fetchResource, fetchStructureDefinition, fetchValueSet, generateSnapshot, getName, invalidateCaches, isCodeableConceptValidationSuccessfulIfNotAllCodingsAreValid, isCodeSystemSupported, isRemoteTerminologyServiceConfigured, isValueSetSupported, lookupCode, lookupCode, lookupCode, translateConcept, validateCode, validateCodeInValueSet
-
Field Details
-
myEntityManager
-
myContext
-
myIdHelperService
-
myConceptMapDao
-
-
Constructor Details
-
TermConceptClientMappingSvcImpl
public TermConceptClientMappingSvcImpl()
-
-
Method Details
-
translate
@Transactional(propagation=REQUIRED) public ca.uhn.fhir.context.support.TranslateConceptResults translate(TranslationRequest theTranslationRequest) - Specified by:
translatein interfaceITermConceptClientMappingSvc
-
translateWithReverse
@Transactional(propagation=REQUIRED) public ca.uhn.fhir.context.support.TranslateConceptResults translateWithReverse(TranslationRequest theTranslationRequest) - Specified by:
translateWithReversein interfaceITermConceptClientMappingSvc
-
getFhirContext
- Specified by:
getFhirContextin interfaceca.uhn.fhir.context.support.IValidationSupport
-