Class JpaResourceDaoConceptMap<T extends org.hl7.fhir.instance.model.api.IBaseResource>

All Implemented Interfaces:
IDao, IFhirResourceDao<T>, IFhirResourceDaoConceptMap<T>, IJpaDao<T>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class JpaResourceDaoConceptMap<T extends org.hl7.fhir.instance.model.api.IBaseResource> extends JpaResourceDao<T> implements IFhirResourceDaoConceptMap<T>
  • Constructor Details

  • Method Details

    • translate

      public ca.uhn.fhir.context.support.TranslateConceptResults translate(TranslationRequest theTranslationRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Specified by:
      translate in interface IFhirResourceDaoConceptMap<T extends org.hl7.fhir.instance.model.api.IBaseResource>
    • updateEntity

      public ResourceTable updateEntity(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IBasePersistedResource theEntity, Date theDeletedTimestampOrNull, boolean thePerformIndexing, boolean theUpdateVersion, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails, boolean theForceUpdate, boolean theCreateNewHistoryEntry)
      Specified by:
      updateEntity in interface IJpaDao<T extends org.hl7.fhir.instance.model.api.IBaseResource>
      Overrides:
      updateEntity in class BaseHapiFhirDao<T extends org.hl7.fhir.instance.model.api.IBaseResource>