Class FhirResourceDaoValueSetR4

java.lang.Object
ca.uhn.fhir.jpa.dao.BaseStorageDao
ca.uhn.fhir.jpa.dao.BaseHapiFhirDao<T>
ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao<org.hl7.fhir.r4.model.ValueSet>
ca.uhn.fhir.jpa.dao.r4.FhirResourceDaoValueSetR4
All Implemented Interfaces:
ca.uhn.fhir.jpa.api.dao.IDao, ca.uhn.fhir.jpa.api.dao.IFhirResourceDao<org.hl7.fhir.r4.model.ValueSet>, ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet<org.hl7.fhir.r4.model.ValueSet,org.hl7.fhir.r4.model.Coding,org.hl7.fhir.r4.model.CodeableConcept>, ca.uhn.fhir.jpa.api.dao.IJpaDao<org.hl7.fhir.r4.model.ValueSet>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class FhirResourceDaoValueSetR4 extends BaseHapiFhirResourceDao<org.hl7.fhir.r4.model.ValueSet> implements ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet<org.hl7.fhir.r4.model.ValueSet,org.hl7.fhir.r4.model.Coding,org.hl7.fhir.r4.model.CodeableConcept>
  • Constructor Details

  • Method Details

    • expand

      public org.hl7.fhir.r4.model.ValueSet expand(org.hl7.fhir.instance.model.api.IIdType theId, ca.uhn.fhir.context.support.ValueSetExpansionOptions theOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Specified by:
      expand in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet<org.hl7.fhir.r4.model.ValueSet,org.hl7.fhir.r4.model.Coding,org.hl7.fhir.r4.model.CodeableConcept>
    • expandByIdentifier

      public org.hl7.fhir.r4.model.ValueSet expandByIdentifier(String theUri, ca.uhn.fhir.context.support.ValueSetExpansionOptions theOptions)
      Specified by:
      expandByIdentifier in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet<org.hl7.fhir.r4.model.ValueSet,org.hl7.fhir.r4.model.Coding,org.hl7.fhir.r4.model.CodeableConcept>
    • expand

      public org.hl7.fhir.r4.model.ValueSet expand(org.hl7.fhir.r4.model.ValueSet theSource, ca.uhn.fhir.context.support.ValueSetExpansionOptions theOptions)
      Specified by:
      expand in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet<org.hl7.fhir.r4.model.ValueSet,org.hl7.fhir.r4.model.Coding,org.hl7.fhir.r4.model.CodeableConcept>
    • validateCode

      public ca.uhn.fhir.context.support.IValidationSupport.CodeValidationResult validateCode(org.hl7.fhir.instance.model.api.IPrimitiveType<String> theValueSetIdentifier, org.hl7.fhir.instance.model.api.IIdType theId, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theCode, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theSystem, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theDisplay, org.hl7.fhir.r4.model.Coding theCoding, org.hl7.fhir.r4.model.CodeableConcept theCodeableConcept, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Specified by:
      validateCode in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet<org.hl7.fhir.r4.model.ValueSet,org.hl7.fhir.r4.model.Coding,org.hl7.fhir.r4.model.CodeableConcept>
    • purgeCaches

      public void purgeCaches()
      Specified by:
      purgeCaches in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet<org.hl7.fhir.r4.model.ValueSet,org.hl7.fhir.r4.model.Coding,org.hl7.fhir.r4.model.CodeableConcept>
    • 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 ca.uhn.fhir.jpa.api.dao.IJpaDao<org.hl7.fhir.r4.model.ValueSet>
      Overrides:
      updateEntity in class BaseHapiFhirDao<org.hl7.fhir.r4.model.ValueSet>