
Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ActivateJobResult - Class in ca.uhn.fhir.jpa.bulk.imprt.model
- ActivateJobResult(boolean, String) - Constructor for class ca.uhn.fhir.jpa.bulk.imprt.model.ActivateJobResult
- activateNextReadyJob() - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
-
This method is intended to be called from the job scheduler, and will begin execution on the next job in status
READY
- ACTIVE_STATUS - Static variable in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
- add(DeleteConflict) - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- addAll(DeleteConflictList) - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- addCode(String, String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
-
This is just a convenience method that creates a codeableconcept if one doesn't already exist, and adds a coding to it
- addEntry(BUNDLE) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- addEntry(BUNDLE, BUNDLEENTRY) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- addEntry(Bundle) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- addEntry(Bundle, Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- addEntry(Bundle) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- addEntry(Bundle, Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- addFilesToJob(String, List<BulkImportJobFileJson>) - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
-
Add more files to a job in
STAGING
state - addHeader(String) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
-
Adds a header
- addIgnorePath(String) - Method in class ca.uhn.fhir.jpa.patch.FhirPatch
-
Adds a path element that will not be included in generated diffs.
- addInterceptor(ChannelInterceptor) - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper
- addOutput() - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- addResolvedPidToForcedId(T, RequestPartitionId, String, String, Date) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Pre-cache a PID-to-Resource-ID mapping for later retrieval by
IIdHelperService.translatePidsToForcedIds(Set)
and related methods - addRetryHeader(SystemRequestDetails, int) - Static method in class ca.uhn.fhir.jpa.interceptor.UserRequestRetryVersionConflictsInterceptor
-
Convenience method to add a retry header to a system request
- addSupportedSubscriptionType(Subscription.SubscriptionChannelType) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting indicates which subscription channel types are supported by the server.
- addTreatReferencesAsLogical(String) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Add a value to the
logical references list
. - addTrigger(CanonicalSubscription.CanonicalEventDefinition) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
-
For now we're using the R4 TriggerDefinition, but this may change in the future when things stabilize
- addUpliftExtension(String) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- allowAnyExtensions() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Configure the validator to never reject extensions
- ALPHANUMERIC - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.ClientIdStrategyEnum
-
Clients may supply IDs but these IDs are not permitted to be purely numeric.
- and() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.FinalizedTypedRule
- ANY - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.ClientIdStrategyEnum
-
Clients may supply any ID including purely numeric IDs.
- apply(FhirContext, T, String) - Static method in class ca.uhn.fhir.jpa.patch.JsonPatchUtils
- apply(FhirContext, T, String) - Static method in class ca.uhn.fhir.jpa.patch.XmlPatchUtils
- apply(IBaseResource, IBaseResource) - Method in class ca.uhn.fhir.jpa.patch.FhirPatch
- asJson() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryJsonMessage
- asTranslateCodeRequest() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
B
- BaseBinaryStorageSvcImpl - Class in ca.uhn.fhir.jpa.binary.svc
- BaseBinaryStorageSvcImpl() - Constructor for class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- BaseChannelSettings - Class in ca.uhn.fhir.jpa.subscription.channel.api
- BaseChannelSettings() - Constructor for class ca.uhn.fhir.jpa.subscription.channel.api.BaseChannelSettings
- BaseJpaProvider - Class in ca.uhn.fhir.jpa.provider
- BaseJpaProvider() - Constructor for class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- BaseJpaResourceProvider<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Class in ca.uhn.fhir.jpa.provider
- BaseJpaResourceProvider() - Constructor for class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- BaseJpaResourceProvider(IFhirResourceDao<T>) - Constructor for class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- BaseRequestPartitionHelperSvc - Class in ca.uhn.fhir.jpa.partition
- BaseRequestPartitionHelperSvc() - Constructor for class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
- BaseResourcePidList - Class in ca.uhn.fhir.jpa.api.pid
- BaseStorageDao - Class in ca.uhn.fhir.jpa.dao
- BaseStorageDao() - Constructor for class ca.uhn.fhir.jpa.dao.BaseStorageDao
- BaseStorageResourceDao<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Class in ca.uhn.fhir.jpa.dao
- BaseStorageResourceDao() - Constructor for class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- BaseStorageSystemProvider<T,
MT> - Class in ca.uhn.fhir.jpa.provider - BaseStorageSystemProvider() - Constructor for class ca.uhn.fhir.jpa.provider.BaseStorageSystemProvider
- BaseTransactionProcessor - Class in ca.uhn.fhir.jpa.dao
- BaseTransactionProcessor() - Constructor for class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- BaseTransactionProcessor.RetriableBundleTask - Class in ca.uhn.fhir.jpa.dao
- BaseTransactionProcessor.TransactionSorter - Class in ca.uhn.fhir.jpa.dao
-
Transaction Order, per the spec:
- Batch2BaseJobParameters - Class in ca.uhn.fhir.jpa.batch.models
-
Base parameters for StartJob as well as other requests
- Batch2BaseJobParameters(String) - Constructor for class ca.uhn.fhir.jpa.batch.models.Batch2BaseJobParameters
- Batch2BulkImportPullJobParameters - Class in ca.uhn.fhir.batch2.importpull.models
- Batch2BulkImportPullJobParameters() - Constructor for class ca.uhn.fhir.batch2.importpull.models.Batch2BulkImportPullJobParameters
- Batch2JobDefinitionConstants - Class in ca.uhn.fhir.util
- Batch2JobInfo - Class in ca.uhn.fhir.jpa.api.model
- Batch2JobInfo() - Constructor for class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- Batch2JobOperationResult - Class in ca.uhn.fhir.jpa.api.model
- Batch2JobOperationResult() - Constructor for class ca.uhn.fhir.jpa.api.model.Batch2JobOperationResult
- Batch2JobStartResponse - Class in ca.uhn.fhir.jpa.batch.models
- Batch2JobStartResponse() - Constructor for class ca.uhn.fhir.jpa.batch.models.Batch2JobStartResponse
- BinaryAccessProvider - Class in ca.uhn.fhir.jpa.binary.provider
-
This plain provider class can be registered with a JPA RestfulServer to provide the
$binary-access-read
and$binary-access-write
operations that can be used to access attachment data as a raw binary. - BinaryAccessProvider() - Constructor for class ca.uhn.fhir.jpa.binary.provider.BinaryAccessProvider
- binaryAccessRead(IIdType, IPrimitiveType<String>, ServletRequestDetails, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.jpa.binary.provider.BinaryAccessProvider
-
$binary-access-read
- binaryAccessWrite(IIdType, IPrimitiveType<String>, ServletRequestDetails, HttpServletRequest, HttpServletResponse) - Method in class ca.uhn.fhir.jpa.binary.provider.BinaryAccessProvider
-
$binary-access-write
- BinaryStorageInterceptor<T extends org.hl7.fhir.instance.model.api.IPrimitiveType<byte[]>> - Class in ca.uhn.fhir.jpa.binary.interceptor
- BinaryStorageInterceptor(FhirContext) - Constructor for class ca.uhn.fhir.jpa.binary.interceptor.BinaryStorageInterceptor
- BlockPolicy - Class in ca.uhn.fhir.jpa.search.reindex
-
A handler for rejected tasks that will have the caller block until space is available.
- BlockPolicy() - Constructor for class ca.uhn.fhir.jpa.search.reindex.BlockPolicy
- BroadcastingSubscribableChannelWrapper - Class in ca.uhn.fhir.jpa.subscription.channel.subscription
- BroadcastingSubscribableChannelWrapper(IChannelReceiver) - Constructor for class ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper
- build() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder
-
Create the repository validation rules
- build() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.FinalizedTypedRule
- BUILDING - Enum constant in enum ca.uhn.fhir.jpa.bulk.export.model.BulkExportJobStatusEnum
- BULK_EXPORT - Static variable in class ca.uhn.fhir.util.Batch2JobDefinitionConstants
- BulkDataExportProvider - Class in ca.uhn.fhir.jpa.bulk.export.provider
- BulkDataExportProvider() - Constructor for class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
- BulkExportHelperService - Class in ca.uhn.fhir.jpa.bulk.export.svc
- BulkExportHelperService() - Constructor for class ca.uhn.fhir.jpa.bulk.export.svc.BulkExportHelperService
- BulkExportJobInfo - Class in ca.uhn.fhir.jpa.api.model
- BulkExportJobInfo() - Constructor for class ca.uhn.fhir.jpa.api.model.BulkExportJobInfo
- BulkExportJobResults - Class in ca.uhn.fhir.jpa.api.model
- BulkExportJobResults() - Constructor for class ca.uhn.fhir.jpa.api.model.BulkExportJobResults
- BulkExportJobStatusEnum - Enum in ca.uhn.fhir.jpa.bulk.export.model
-
This may be in a "jpa" package, but it is not a jpa model!
- BulkExportParameters - Class in ca.uhn.fhir.jpa.api.model
- BulkExportParameters(String) - Constructor for class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- BulkExportResponseJson - Class in ca.uhn.fhir.jpa.bulk.export.model
- BulkExportResponseJson() - Constructor for class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- BulkExportResponseJson.Output - Class in ca.uhn.fhir.jpa.bulk.export.model
- BulkExportUtils - Class in ca.uhn.fhir.jpa.util
- BulkImportFilePartitionResult - Class in ca.uhn.fhir.batch2.importpull.models
- BulkImportFilePartitionResult() - Constructor for class ca.uhn.fhir.batch2.importpull.models.BulkImportFilePartitionResult
- BulkImportJobFileJson - Class in ca.uhn.fhir.jpa.bulk.imprt.model
- BulkImportJobFileJson() - Constructor for class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobFileJson
- BulkImportJobJson - Class in ca.uhn.fhir.jpa.bulk.imprt.model
- BulkImportJobJson() - Constructor for class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobJson
- BulkImportJobStatusEnum - Enum in ca.uhn.fhir.jpa.bulk.imprt.model
- BulkImportRecord - Class in ca.uhn.fhir.batch2.importpull.models
- BulkImportRecord() - Constructor for class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- ByteArrayFileDescriptor(String, byte[]) - Constructor for class ca.uhn.fhir.jpa.term.api.ITermLoaderSvc.ByteArrayFileDescriptor
C
- ca.uhn.fhir.batch2.importpull.models - package ca.uhn.fhir.batch2.importpull.models
- ca.uhn.fhir.batch2.models - package ca.uhn.fhir.batch2.models
- ca.uhn.fhir.exception - package ca.uhn.fhir.exception
- ca.uhn.fhir.jpa.api.config - package ca.uhn.fhir.jpa.api.config
- ca.uhn.fhir.jpa.api.dao - package ca.uhn.fhir.jpa.api.dao
- ca.uhn.fhir.jpa.api.model - package ca.uhn.fhir.jpa.api.model
- ca.uhn.fhir.jpa.api.pid - package ca.uhn.fhir.jpa.api.pid
- ca.uhn.fhir.jpa.api.svc - package ca.uhn.fhir.jpa.api.svc
- ca.uhn.fhir.jpa.batch.models - package ca.uhn.fhir.jpa.batch.models
- ca.uhn.fhir.jpa.binary.api - package ca.uhn.fhir.jpa.binary.api
- ca.uhn.fhir.jpa.binary.interceptor - package ca.uhn.fhir.jpa.binary.interceptor
- ca.uhn.fhir.jpa.binary.provider - package ca.uhn.fhir.jpa.binary.provider
- ca.uhn.fhir.jpa.binary.svc - package ca.uhn.fhir.jpa.binary.svc
- ca.uhn.fhir.jpa.binstore - package ca.uhn.fhir.jpa.binstore
- ca.uhn.fhir.jpa.bulk.export.api - package ca.uhn.fhir.jpa.bulk.export.api
- ca.uhn.fhir.jpa.bulk.export.job - package ca.uhn.fhir.jpa.bulk.export.job
- ca.uhn.fhir.jpa.bulk.export.model - package ca.uhn.fhir.jpa.bulk.export.model
- ca.uhn.fhir.jpa.bulk.export.provider - package ca.uhn.fhir.jpa.bulk.export.provider
- ca.uhn.fhir.jpa.bulk.export.svc - package ca.uhn.fhir.jpa.bulk.export.svc
- ca.uhn.fhir.jpa.bulk.imprt.api - package ca.uhn.fhir.jpa.bulk.imprt.api
- ca.uhn.fhir.jpa.bulk.imprt.model - package ca.uhn.fhir.jpa.bulk.imprt.model
- ca.uhn.fhir.jpa.dao - package ca.uhn.fhir.jpa.dao
- ca.uhn.fhir.jpa.dao.dstu3 - package ca.uhn.fhir.jpa.dao.dstu3
- ca.uhn.fhir.jpa.dao.expunge - package ca.uhn.fhir.jpa.dao.expunge
- ca.uhn.fhir.jpa.dao.index - package ca.uhn.fhir.jpa.dao.index
- ca.uhn.fhir.jpa.dao.r4 - package ca.uhn.fhir.jpa.dao.r4
- ca.uhn.fhir.jpa.dao.tx - package ca.uhn.fhir.jpa.dao.tx
- ca.uhn.fhir.jpa.dao.validation - package ca.uhn.fhir.jpa.dao.validation
- ca.uhn.fhir.jpa.delete - package ca.uhn.fhir.jpa.delete
- ca.uhn.fhir.jpa.graphql - package ca.uhn.fhir.jpa.graphql
- ca.uhn.fhir.jpa.interceptor - package ca.uhn.fhir.jpa.interceptor
- ca.uhn.fhir.jpa.interceptor.validation - package ca.uhn.fhir.jpa.interceptor.validation
- ca.uhn.fhir.jpa.partition - package ca.uhn.fhir.jpa.partition
- ca.uhn.fhir.jpa.patch - package ca.uhn.fhir.jpa.patch
- ca.uhn.fhir.jpa.provider - package ca.uhn.fhir.jpa.provider
- ca.uhn.fhir.jpa.search - package ca.uhn.fhir.jpa.search
- ca.uhn.fhir.jpa.search.reindex - package ca.uhn.fhir.jpa.search.reindex
- ca.uhn.fhir.jpa.searchparam.submit.config - package ca.uhn.fhir.jpa.searchparam.submit.config
- ca.uhn.fhir.jpa.searchparam.submit.interceptor - package ca.uhn.fhir.jpa.searchparam.submit.interceptor
- ca.uhn.fhir.jpa.subscription.channel.api - package ca.uhn.fhir.jpa.subscription.channel.api
- ca.uhn.fhir.jpa.subscription.channel.config - package ca.uhn.fhir.jpa.subscription.channel.config
- ca.uhn.fhir.jpa.subscription.channel.impl - package ca.uhn.fhir.jpa.subscription.channel.impl
- ca.uhn.fhir.jpa.subscription.channel.subscription - package ca.uhn.fhir.jpa.subscription.channel.subscription
- ca.uhn.fhir.jpa.subscription.match.matcher.matching - package ca.uhn.fhir.jpa.subscription.match.matcher.matching
- ca.uhn.fhir.jpa.subscription.match.registry - package ca.uhn.fhir.jpa.subscription.match.registry
- ca.uhn.fhir.jpa.subscription.model - package ca.uhn.fhir.jpa.subscription.model
- ca.uhn.fhir.jpa.subscription.triggering - package ca.uhn.fhir.jpa.subscription.triggering
- ca.uhn.fhir.jpa.term - package ca.uhn.fhir.jpa.term
- ca.uhn.fhir.jpa.term.api - package ca.uhn.fhir.jpa.term.api
- ca.uhn.fhir.jpa.term.models - package ca.uhn.fhir.jpa.term.models
- ca.uhn.fhir.jpa.util - package ca.uhn.fhir.jpa.util
- ca.uhn.fhir.jpa.validation - package ca.uhn.fhir.jpa.validation
- ca.uhn.fhir.mdm.log - package ca.uhn.fhir.mdm.log
- ca.uhn.fhir.util - package ca.uhn.fhir.util
- CACHED_ONLY_WITHOUT_OFFSET - Enum constant in enum ca.uhn.fhir.jpa.api.model.HistoryCountModeEnum
-
For history invocations with no offset (i.e.
- call() - Method in class ca.uhn.fhir.jpa.dao.expunge.ExpungeOperation
- cancelAllActiveSearches() - Method in interface ca.uhn.fhir.jpa.api.svc.ISearchCoordinatorSvc
- cancelAndPurgeAllJobs() - Method in interface ca.uhn.fhir.jpa.bulk.export.api.IBulkDataExportJobSchedulingHelper
-
Stops all invoked jobs, and then purges them.
- cancelInstance(String) - Method in interface ca.uhn.fhir.jpa.api.svc.IBatch2JobRunner
-
Cancels the job provided
- canDeleteExpunge() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- cannotDeleteExpungeReason() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- CanonicalEventDefinition() - Constructor for class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.CanonicalEventDefinition
-
Constructor
- CanonicalIdentifier - Class in ca.uhn.fhir.util
-
Version independent identifier
- CanonicalIdentifier() - Constructor for class ca.uhn.fhir.util.CanonicalIdentifier
- canonicalize(IBaseResource) - Method in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionCanonicalizer
- CanonicalSubscription - Class in ca.uhn.fhir.jpa.subscription.model
- CanonicalSubscription() - Constructor for class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
-
Constructor
- CanonicalSubscription.CanonicalEventDefinition - Class in ca.uhn.fhir.jpa.subscription.model
- CanonicalSubscription.EmailDetails - Class in ca.uhn.fhir.jpa.subscription.model
- CanonicalSubscription.RestHookDetails - Class in ca.uhn.fhir.jpa.subscription.model
- CanonicalSubscriptionChannelType - Enum in ca.uhn.fhir.jpa.subscription.model
- ChannelConsumerSettings - Class in ca.uhn.fhir.jpa.subscription.channel.api
- ChannelConsumerSettings() - Constructor for class ca.uhn.fhir.jpa.subscription.channel.api.ChannelConsumerSettings
-
Constructor
- channelNamer() - Method in class ca.uhn.fhir.jpa.subscription.channel.config.SubscriptionChannelConfig
-
Create a @Primary @Bean if you need a different implementation
- ChannelProducerSettings - Class in ca.uhn.fhir.jpa.subscription.channel.api
- ChannelProducerSettings() - Constructor for class ca.uhn.fhir.jpa.subscription.channel.api.ChannelProducerSettings
-
Constructor
- ChannelRetryConfiguration - Class in ca.uhn.fhir.jpa.subscription.model
- ChannelRetryConfiguration() - Constructor for class ca.uhn.fhir.jpa.subscription.model.ChannelRetryConfiguration
- check(RequestDetails) - Method in class ca.uhn.fhir.jpa.interceptor.UserRequestRetryVersionConflictsInterceptor
- clear() - Method in class ca.uhn.fhir.jpa.binstore.MemoryBinaryStorageSvcImpl
- clearInterceptorsForUnitTest() - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannel
- clearRequestAsProcessingSubRequest(RequestDetails) - Static method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- clearSupportedSubscriptionTypesForUnitTest() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- CodeSystemConceptsDeleteResult - Class in ca.uhn.fhir.jpa.term.models
- CodeSystemConceptsDeleteResult() - Constructor for class ca.uhn.fhir.jpa.term.models.CodeSystemConceptsDeleteResult
- CodeSystemVersionPIDResult - Class in ca.uhn.fhir.jpa.term.models
- CodeSystemVersionPIDResult() - Constructor for class ca.uhn.fhir.jpa.term.models.CodeSystemVersionPIDResult
- collection(RequestDetails, IBaseBundle) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- compare(IBase, IBase) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor.TransactionSorter
- COMPLETE - Enum constant in enum ca.uhn.fhir.jpa.bulk.export.model.BulkExportJobStatusEnum
- COMPLETE - Enum constant in enum ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobStatusEnum
- compress(String) - Static method in class ca.uhn.fhir.jpa.dao.GZipUtil
- CONCEPT_TRANSLATION - Enum constant in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
- CONCEPT_TRANSLATION_REVERSE - Enum constant in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
- containsSource(String) - Method in class ca.uhn.fhir.jpa.dao.IdSubstitutionMap
- containsSource(IIdType) - Method in class ca.uhn.fhir.jpa.dao.IdSubstitutionMap
- containsTarget(String) - Method in class ca.uhn.fhir.jpa.dao.IdSubstitutionMap
- containsTarget(IIdType) - Method in class ca.uhn.fhir.jpa.dao.IdSubstitutionMap
- COUNT_ACCURATE - Enum constant in enum ca.uhn.fhir.jpa.api.model.HistoryCountModeEnum
-
Always include an accurate count in the response
- COUNT_DISABLED - Enum constant in enum ca.uhn.fhir.jpa.api.model.HistoryCountModeEnum
-
Do not include a count in history responses
- create(HttpServletRequest, T, String, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- create(T) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Deprecated.
- create(T, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- create(T, String) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Deprecated.
- create(T, String, boolean, TransactionDetails, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- create(T, String, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- createBulkExportJobParametersFromExportOptions(BulkDataExportOptions) - Static method in class ca.uhn.fhir.jpa.util.BulkExportUtils
-
Converts the BulkDataExportOptions -> BulkExportParameters
- createBundle(String) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- createBundle(String) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- createBundle(String) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- createCountingInputStream(InputStream) - Method in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- createCountQuery(SearchParameterMap, String, RequestDetails, RequestPartitionId) - Method in interface ca.uhn.fhir.jpa.dao.ISearchBuilder
- createErrorOperationOutcome(String, String) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- createExpungeOptions(IPrimitiveType<? extends Integer>, IPrimitiveType<? extends Boolean>, IPrimitiveType<? extends Boolean>, IPrimitiveType<? extends Boolean>) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- createExpungeResponse(ExpungeOutcome) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- createHashingInputStream(InputStream) - Method in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- createInfoOperationOutcome(String) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- createInfoOperationOutcome(String, StorageResponseCodeEnum) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- createMethodOutcomeForResourceId(String, String, StorageResponseCodeEnum) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
-
Creates a base method outcome for a delete request for the provided ID.
- createNewJob(BulkImportJobJson, List<BulkImportJobFileJson>) - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
-
Create a new job in
STAGING
state (meaning it won't yet be worked on and can be added to) - createOperationOutcome(String, String, String, StorageResponseCodeEnum) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- createPlaceholderTargetIfConfiguredToDoSo(Class<T>, IBaseReference, String, RequestDetails, TransactionDetails) - Method in class ca.uhn.fhir.jpa.dao.index.DaoResourceLinkResolver
- createQuery(SearchParameterMap, SearchRuntimeDetails, RequestDetails, RequestPartitionId) - Method in interface ca.uhn.fhir.jpa.dao.ISearchBuilder
- createResourceGoneException(IBasePersistedResource) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- createSearchParameterMapsForResourceType(RuntimeResourceDefinition, ExportPIDIteratorParameters, boolean) - Method in class ca.uhn.fhir.jpa.bulk.export.svc.BulkExportHelperService
-
Given the parameters, create the search parameter map based on type filters and the _since parameter.
- CURRENTLY_REINDEXING - Static variable in interface ca.uhn.fhir.jpa.api.dao.IDao
D
- DaoConfig - Class in ca.uhn.fhir.jpa.api.config
- DaoConfig() - Constructor for class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Constructor
- DaoConfig.ClientIdStrategyEnum - Enum in ca.uhn.fhir.jpa.api.config
-
This enum provides allowable options for
DaoConfig.setResourceClientIdStrategy(ClientIdStrategyEnum)
- DaoConfig.IdStrategyEnum - Enum in ca.uhn.fhir.jpa.api.config
-
This enum provides allowable options for
DaoConfig.setResourceServerIdStrategy(IdStrategyEnum)
- DaoConfig.IndexEnabledEnum - Enum in ca.uhn.fhir.jpa.api.config
- DaoConfig.StoreMetaSourceInformationEnum - Enum in ca.uhn.fhir.jpa.api.config
- DaoConfig.TagStorageModeEnum - Enum in ca.uhn.fhir.jpa.api.config
- DaoFailureUtil - Class in ca.uhn.fhir.jpa.dao
-
Utility class to help identify classes of failure.
- DaoFailureUtil() - Constructor for class ca.uhn.fhir.jpa.dao.DaoFailureUtil
- DaoMethodOutcome - Class in ca.uhn.fhir.jpa.api.model
- DaoMethodOutcome() - Constructor for class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
-
Constructor
- DaoRegistry - Class in ca.uhn.fhir.jpa.api.dao
- DaoRegistry() - Constructor for class ca.uhn.fhir.jpa.api.dao.DaoRegistry
-
Constructor
- DaoRegistry(FhirContext) - Constructor for class ca.uhn.fhir.jpa.api.dao.DaoRegistry
-
Constructor
- DaoRegistryGraphQLStorageServices - Class in ca.uhn.fhir.jpa.graphql
- DaoRegistryGraphQLStorageServices() - Constructor for class ca.uhn.fhir.jpa.graphql.DaoRegistryGraphQLStorageServices
- DaoRegistryResourceSupportedSvc - Class in ca.uhn.fhir.jpa.provider
- DaoRegistryResourceSupportedSvc(IDaoRegistry) - Constructor for class ca.uhn.fhir.jpa.provider.DaoRegistryResourceSupportedSvc
- DaoResourceLinkResolver<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> - Class in ca.uhn.fhir.jpa.dao.index
- DaoResourceLinkResolver() - Constructor for class ca.uhn.fhir.jpa.dao.index.DaoResourceLinkResolver
- DaoSearchParamProvider - Class in ca.uhn.fhir.jpa.dao
- DaoSearchParamProvider() - Constructor for class ca.uhn.fhir.jpa.dao.DaoSearchParamProvider
- DATABASE - Enum constant in enum ca.uhn.fhir.jpa.subscription.match.matcher.matching.SubscriptionMatchingStrategy
-
Resources cannot be matched against this subscription in-memory.
- decompress(byte[]) - Static method in class ca.uhn.fhir.jpa.dao.GZipUtil
- DEFAULT_BUNDLE_BATCH_MAX_POOL_SIZE - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
- DEFAULT_BUNDLE_BATCH_POOL_SIZE - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
- DEFAULT_BUNDLE_BATCH_QUEUE_CAPACITY - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
- DEFAULT_BUNDLE_TYPES_ALLOWED_FOR_STORAGE - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Default
DaoConfig.setBundleTypesAllowedForStorage(Set)
value: collection document message - DEFAULT_CHANNEL_CONSUMERS - Static variable in class ca.uhn.fhir.jpa.subscription.channel.api.ChannelConsumerSettings
- DEFAULT_CHANNEL_CONSUMERS - Static variable in class ca.uhn.fhir.jpa.subscription.channel.api.ChannelProducerSettings
- DEFAULT_ENABLE_TASKS - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This constant applies to task enablement, e.g.
- DEFAULT_EXPUNGE_BATCH_SIZE - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
- DEFAULT_HISTORY_COUNT_MODE - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
- DEFAULT_MAX_EXPANSION_SIZE - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
- DEFAULT_MAXIMUM_BINARY_SIZE - Static variable in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- DEFAULT_MAXIMUM_INCLUDES_TO_LOAD_PER_PAGE - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
- DEFAULT_REUSE_CACHED_SEARCH_RESULTS_FOR_MILLIS - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Default value for
DaoConfig.setReuseCachedSearchResultsForMillis(Long)
: 60000ms (one minute) - DEFAULT_TAG_STORAGE_MODE - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
- DEFAULT_TRANSLATION_CACHES_EXPIRE_AFTER_WRITE_IN_MINUTES - Static variable in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Default value for
DaoConfig.myTranslationCachesExpireAfterWriteInMinutes
: 60 minutes - delete(HttpServletRequest, IIdType, String, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- delete(IIdType) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Deprecated.Use
IFhirResourceDao.delete(IIdType, RequestDetails)
instead - delete(IIdType, DeleteConflictList, RequestDetails, TransactionDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
This method does not throw an exception if there are delete conflicts, but populates them in the provided list
- delete(IIdType, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
This method throws an exception if there are delete conflicts
- deleteAllSearchParams(IResourcePersistentId) - Method in class ca.uhn.fhir.jpa.dao.expunge.ExpungeService
- deleteAllSearchParams(T) - Method in interface ca.uhn.fhir.jpa.dao.expunge.IResourceExpungeService
- deleteByUrl(String, DeleteConflictList, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
This method does not throw an exception if there are delete conflicts, but populates them in the provided list
- deleteByUrl(String, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
This method throws an exception if there are delete conflicts
- deleteCodeSystem(long) - Method in interface ca.uhn.fhir.jpa.term.api.ITermCodeSystemDeleteJobSvc
-
Deletes a code system.
- DeleteCodeSystemBaseParameters - Class in ca.uhn.fhir.jpa.term.models
- DeleteCodeSystemBaseParameters() - Constructor for class ca.uhn.fhir.jpa.term.models.DeleteCodeSystemBaseParameters
- deleteCodeSystemConceptsByCodeSystemVersionPid(long) - Method in interface ca.uhn.fhir.jpa.term.api.ITermCodeSystemDeleteJobSvc
-
Deletes all metadata associated with a code system version Specific metadata deleted: * concept links * concept properties * concept designations * concepts
- deleteCodeSystemVersion(long) - Method in interface ca.uhn.fhir.jpa.term.api.ITermCodeSystemDeleteJobSvc
-
Deletes a Code System Version NB: it is expected that any concepts related to the Code System Version are deleted first.
- DeleteConflict - Class in ca.uhn.fhir.jpa.api.model
- DeleteConflict(IdDt, String, IdDt) - Constructor for class ca.uhn.fhir.jpa.api.model.DeleteConflict
- DeleteConflictList - Class in ca.uhn.fhir.jpa.api.model
- DeleteConflictList() - Constructor for class ca.uhn.fhir.jpa.api.model.DeleteConflictList
-
Constructor
- DeleteConflictList(DeleteConflictList) - Constructor for class ca.uhn.fhir.jpa.api.model.DeleteConflictList
-
Constructor that shares (i.e.
- DeleteConflictUtil - Class in ca.uhn.fhir.jpa.delete
- deleteExpunge(String, RequestDetails) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- deleteExpunge(List<T>) - Method in interface ca.uhn.fhir.jpa.api.svc.IDeleteExpungeSvc
- deleteJobFiles(String) - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
-
Delete all input files associated with a particular job
- DeleteMethodOutcome - Class in ca.uhn.fhir.jpa.api.model
-
This class is a replacement for
DaoMethodOutcome
for delete operations, as they can perform their operation over multiple resources - DeleteMethodOutcome() - Constructor for class ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
- DeleteMethodOutcome(IBaseOperationOutcome) - Constructor for class ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
- deletePidList(String, Collection<P>, DeleteConflictList, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Delete a list of resource Pids CAUTION: This list does not throw an exception if there are delete conflicts.
- DELIVERY_CHANNEL_CONCURRENT_CONSUMERS - Static variable in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
- DELIVERY_EXECUTOR_QUEUE_SIZE - Static variable in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
-
The size of the queue used for sending resources to the subscription matching processor and by each subscription delivery queue
- describeRules() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingInterceptor
-
Returns a multiline string describing the rules in place for this interceptor.
- deserialize(JsonParser, DeserializationContext) - Method in class ca.uhn.fhir.jpa.util.JsonDateDeserializer
- destroy() - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannel
- destroy() - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper
- determineCreatePartitionForRequest(RequestDetails, IBaseResource, String) - Method in class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
-
Invoke the
Pointcut.STORAGE_PARTITION_IDENTIFY_CREATE
interceptor pointcut to determine the tenant for a create request. - determineCreatePartitionForRequest(RequestDetails, IBaseResource, String) - Method in interface ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc
- determineGenericPartitionForRequest(RequestDetails) - Method in class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
- determineGenericPartitionForRequest(RequestDetails) - Method in interface ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc
- determineReadPartitionForRequest(RequestDetails, String, ReadPartitionIdRequestDetails) - Method in class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
-
Invoke the
Pointcut.STORAGE_PARTITION_IDENTIFY_READ
interceptor pointcut to determine the tenant for a read request. - determineReadPartitionForRequest(RequestDetails, String, ReadPartitionIdRequestDetails) - Method in interface ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc
- determineReadPartitionForRequestForHistory(RequestDetails, String, IIdType) - Method in interface ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc
- determineReadPartitionForRequestForRead(RequestDetails, String, IIdType) - Method in interface ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc
- determineReadPartitionForRequestForSearchType(RequestDetails, String, SearchParameterMap, IBaseResource) - Method in interface ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc
- diff(IBaseResource, IBaseResource) - Method in class ca.uhn.fhir.jpa.patch.FhirPatch
- DISABLED - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.IndexEnabledEnum
- disableTerminologyChecks() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Configure the validator to not perform terminology validation
- disallowProfile(String) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped
-
If set, any resources that contain a profile declaration in
Resource.meta.profile
matching theProfileUrl will be rejected. - disallowProfiles(String...) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped
- doCallHooks(TransactionDetails, RequestDetails, Pointcut, HookParams) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- doExecute(HapiTransactionService.ExecutionBuilder, TransactionCallback<T>) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- doExecuteCallback(HapiTransactionService.ExecutionBuilder, TransactionCallback<T>) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- doExpunge(IIdType, IPrimitiveType<? extends Integer>, IPrimitiveType<? extends Boolean>, IPrimitiveType<? extends Boolean>, IPrimitiveType<? extends Boolean>, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- doExpunge(IPrimitiveType<? extends Integer>, IPrimitiveType<? extends Boolean>, IPrimitiveType<? extends Boolean>, IPrimitiveType<? extends Boolean>, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseStorageSystemProvider
- doGet(MemoryCacheService.CacheEnum, K, Function<K, T>) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
- doGetAllPresent(MemoryCacheService.CacheEnum, Collection<K>) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
- doGetIfPresent(MemoryCacheService.CacheEnum, K) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
- doPut(MemoryCacheService.CacheEnum, K, V) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
- doTransactionWriteOperations(RequestDetails, String, TransactionDetails, Set<IIdType>, IdSubstitutionMap, Map<IIdType, DaoMethodOutcome>, IBaseBundle, IdentityHashMap<IBase, Integer>, List<IBase>, StopWatch) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
-
After pre-hooks have been called
- doUpdateForUpdateOrPatch(RequestDetails, IIdType, String, boolean, boolean, T, IBasePersistedResource, RestOperationTypeEnum, TransactionDetails) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
E
- EMAIL - Enum constant in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
-
The channel is executed by sending an email to the email addressed in the URI (which must be a mailto:).
- EmailDetails() - Constructor for class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.EmailDetails
-
Constructor
- EmptyResourcePidList - Class in ca.uhn.fhir.jpa.api.pid
-
An empty resource pid list
- EmptyResourcePidList() - Constructor for class ca.uhn.fhir.jpa.api.pid.EmptyResourcePidList
- ENABLED - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.IndexEnabledEnum
- encounterInstanceEverything(HttpServletRequest, IIdType, IPrimitiveType<Integer>, IPrimitiveType<Integer>, DateRangeParam, SortSpec) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoEncounter
- encounterTypeEverything(HttpServletRequest, IPrimitiveType<Integer>, IPrimitiveType<Integer>, DateRangeParam, SortSpec) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoEncounter
- endRequest(ServletRequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- endRequest(HttpServletRequest) - Static method in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- EntityAndResource(IBasePersistedResource, IBaseResource) - Constructor for class ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome.EntityAndResource
- EntriesToProcessMap - Class in ca.uhn.fhir.jpa.dao
- EntriesToProcessMap() - Constructor for class ca.uhn.fhir.jpa.dao.EntriesToProcessMap
- entrySet() - Method in class ca.uhn.fhir.jpa.dao.EntriesToProcessMap
- entrySet() - Method in class ca.uhn.fhir.jpa.dao.IdSubstitutionMap
- equals(Object) - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- equals(Object) - Method in class ca.uhn.fhir.jpa.api.model.WarmCacheEntry
- equals(Object) - Method in class ca.uhn.fhir.jpa.api.pid.TypedResourcePid
- equals(Object) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.EmailDetails
- equals(Object) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- equals(Object) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.RestHookDetails
- equals(Object) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService.HistoryCountKey
- equals(Object) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService.TagDefinitionCacheKey
- equals(Object) - Method in class ca.uhn.fhir.util.CanonicalIdentifier
- ERROR - Enum constant in enum ca.uhn.fhir.jpa.bulk.export.model.BulkExportJobStatusEnum
- ERROR - Enum constant in enum ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobStatusEnum
- ERROR_STATUS - Static variable in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
- errorOnUnknownProfiles() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Configure the validator to raise an error if a resource being validated declares a profile, and the StructureDefinition for this profile can not be found.
- evaluate(RequestDetails, IBaseResource) - Method in interface ca.uhn.fhir.jpa.interceptor.validation.IRepositoryValidatingRule
- execute(RequestDetails, TransactionDetails, Propagation, Isolation, Runnable) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
-
Deprecated.Use
HapiTransactionService.withRequest(RequestDetails)
with fluent call instead - execute(RequestDetails, TransactionDetails, TransactionCallback<T>) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
-
Deprecated.Use
HapiTransactionService.withRequest(RequestDetails)
with fluent call instead - execute(RequestDetails, TransactionDetails, TransactionCallback<T>, Runnable) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
-
Deprecated.Use
HapiTransactionService.withRequest(RequestDetails)
with fluent call instead - execute(RequestDetails, TransactionDetails, TransactionCallback<T>, Runnable, Propagation, Isolation) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
-
Deprecated.
- execute(RequestDetails, TransactionDetails, TransactionCallback<T>, Runnable, Propagation, Isolation, RequestPartitionId) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
-
Deprecated.Use
HapiTransactionService.withRequest(RequestDetails)
with fluent call instead - execute(Runnable) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.ExecutionBuilder
- execute(Runnable) - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService.IExecutionBuilder
- execute(Callable<T>) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.ExecutionBuilder
- execute(Callable<T>) - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService.IExecutionBuilder
- execute(TransactionCallback<T>) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.ExecutionBuilder
- execute(TransactionCallback<T>) - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService.IExecutionBuilder
- executeQuery(String, SearchParameterMap, RequestPartitionId) - Method in interface ca.uhn.fhir.jpa.api.svc.ISearchSvc
- executeWithDefaultPartitionInContext(ICallable<T>) - Static method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- ExecutionBuilder(RequestDetails) - Constructor for class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.ExecutionBuilder
- expand(IIdType, ValueSetExpansionOptions, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet
- expand(IIdType, T, IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<Integer>, IPrimitiveType<Integer>, IPrimitiveType<String>, IPrimitiveType<Boolean>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet
- expand(T, ValueSetExpansionOptions) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet
- expandByIdentifier(String, ValueSetExpansionOptions) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet
- expandMdmResources(List<IBaseResource>) - Method in interface ca.uhn.fhir.jpa.bulk.export.api.IBulkExportProcessor
-
Does the MDM expansion of resources if necessary
- export(IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<Date>, List<IPrimitiveType<String>>, ServletRequestDetails) - Method in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
-
$export
- ExportPIDIteratorParameters - Class in ca.uhn.fhir.jpa.bulk.export.model
- ExportPIDIteratorParameters() - Constructor for class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- exportPollStatus(IPrimitiveType<String>, ServletRequestDetails) - Method in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
-
$export-poll-status
- expunge(ExpungeOptions, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- expunge(ExpungeOptions, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirSystemDao
- expunge(String, IResourcePersistentId, ExpungeOptions, RequestDetails) - Method in class ca.uhn.fhir.jpa.dao.expunge.ExpungeService
- expunge(IIdType, ExpungeOptions, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- expunge(IIdType, IPrimitiveType<Integer>, IPrimitiveType<Boolean>, IPrimitiveType<Boolean>, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- expunge(IPrimitiveType<Integer>, IPrimitiveType<Boolean>, IPrimitiveType<Boolean>, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- expunge(IPrimitiveType<Integer>, IPrimitiveType<Boolean>, IPrimitiveType<Boolean>, IPrimitiveType<Boolean>, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseStorageSystemProvider
- expungeBlob(IIdType, String) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
- expungeBlob(IIdType, String) - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- expungeBlob(IIdType, String) - Method in class ca.uhn.fhir.jpa.binstore.FilesystemBinaryStorageSvcImpl
- expungeBlob(IIdType, String) - Method in class ca.uhn.fhir.jpa.binstore.MemoryBinaryStorageSvcImpl
- expungeCurrentVersionOfResources(RequestDetails, List<T>, AtomicInteger) - Method in interface ca.uhn.fhir.jpa.dao.expunge.IResourceExpungeService
- expungeEverything(RequestDetails) - Method in interface ca.uhn.fhir.jpa.dao.expunge.IExpungeEverythingService
- expungeEverythingByType(Class<?>) - Method in interface ca.uhn.fhir.jpa.dao.expunge.IExpungeEverythingService
- expungeEverythingMdmLinks() - Method in interface ca.uhn.fhir.jpa.dao.expunge.IExpungeEverythingService
- expungeHistoricalVersions(RequestDetails, List<T>, AtomicInteger) - Method in interface ca.uhn.fhir.jpa.dao.expunge.IResourceExpungeService
- expungeHistoricalVersionsOfIds(RequestDetails, List<T>, AtomicInteger) - Method in interface ca.uhn.fhir.jpa.dao.expunge.IResourceExpungeService
- ExpungeOperation - Class in ca.uhn.fhir.jpa.dao.expunge
- ExpungeOperation(String, IResourcePersistentId, ExpungeOptions, RequestDetails) - Constructor for class ca.uhn.fhir.jpa.dao.expunge.ExpungeOperation
- ExpungeOptions - Class in ca.uhn.fhir.jpa.api.model
- ExpungeOptions() - Constructor for class ca.uhn.fhir.jpa.api.model.ExpungeOptions
- ExpungeOutcome - Class in ca.uhn.fhir.jpa.api.model
- ExpungeOutcome() - Constructor for class ca.uhn.fhir.jpa.api.model.ExpungeOutcome
- expungeResource(AtomicInteger, IBaseResource) - Method in class ca.uhn.fhir.jpa.binary.interceptor.BinaryStorageInterceptor
- ExpungeService - Class in ca.uhn.fhir.jpa.dao.expunge
- ExpungeService() - Constructor for class ca.uhn.fhir.jpa.dao.expunge.ExpungeService
- extractIdentifierFromUrl(String) - Method in class ca.uhn.fhir.jpa.dao.index.DaoResourceLinkResolver
-
Extracts the first available identifier from the URL part
- extractLargeBinariesBeforeCreate(TransactionDetails, IBaseResource, Pointcut) - Method in class ca.uhn.fhir.jpa.binary.interceptor.BinaryStorageInterceptor
- extractLargeBinariesBeforeUpdate(TransactionDetails, IBaseResource, IBaseResource, Pointcut) - Method in class ca.uhn.fhir.jpa.binary.interceptor.BinaryStorageInterceptor
- extractReferencesToAutoVersion(FhirContext, ModelConfig, IBaseResource) - Static method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
F
- FARM_TO_TABLE_TYPE_FILTER_REGEX - Static variable in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
- fetch(IResourceValidator, Object, String) - Method in class ca.uhn.fhir.jpa.validation.ValidatorResourceFetcher
- fetchBlob(IIdType, String) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
-
Fetch the contents of the given blob
- fetchBlob(IIdType, String) - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- fetchBlob(IIdType, String) - Method in class ca.uhn.fhir.jpa.binstore.FilesystemBinaryStorageSvcImpl
- fetchBlob(IIdType, String) - Method in class ca.uhn.fhir.jpa.binstore.MemoryBinaryStorageSvcImpl
- fetchBlobDetails(IIdType, String) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
- fetchBlobDetails(IIdType, String) - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- fetchBlobDetails(IIdType, String) - Method in class ca.uhn.fhir.jpa.binstore.FilesystemBinaryStorageSvcImpl
- fetchBlobDetails(IIdType, String) - Method in class ca.uhn.fhir.jpa.binstore.MemoryBinaryStorageSvcImpl
- fetchCanonicalResource(IResourceValidator, String) - Method in class ca.uhn.fhir.jpa.validation.ValidatorResourceFetcher
- fetchDataBlobFromBinary(IBaseBinary) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
-
Fetch the byte[] contents of a given Binary resource's `data` element.
- fetchDataBlobFromBinary(IBaseBinary) - Method in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- fetchDataBlobFromBinary(IBaseBinary) - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- fetchesCanonicalResource(IResourceValidator, String) - Method in class ca.uhn.fhir.jpa.validation.ValidatorResourceFetcher
- fetchFile(String, int) - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
-
Fetch a given file by job ID
- fetchGoldenResourceIdsPage(Date, Date, Integer, RequestPartitionId, String) - Method in interface ca.uhn.fhir.jpa.api.svc.IGoldenResourceSearchSvc
-
Fetches a page of resource IDs for golden resources of the given type.
- fetchJob(String) - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
-
Gets the number of files available for a given Job ID
- fetchRaw(IResourceValidator, String) - Method in class ca.uhn.fhir.jpa.validation.ValidatorResourceFetcher
- fetchResourceIdsPage(Date, Date, Integer, RequestPartitionId, String) - Method in interface ca.uhn.fhir.jpa.api.svc.IBatch2DaoSvc
-
Fetches a page of resource IDs for all resource types.
- FHIR_TRANSACTION - Enum constant in enum ca.uhn.fhir.jpa.bulk.imprt.model.JobFileRowProcessingModeEnum
-
Sorting OK
- FhirPatch - Class in ca.uhn.fhir.jpa.patch
- FhirPatch(FhirContext) - Constructor for class ca.uhn.fhir.jpa.patch.FhirPatch
- FilesystemBinaryStorageSvcImpl - Class in ca.uhn.fhir.jpa.binstore
- FilesystemBinaryStorageSvcImpl(String) - Constructor for class ca.uhn.fhir.jpa.binstore.FilesystemBinaryStorageSvcImpl
- FinalizedRequireValidationRule(RequireValidationRule) - Constructor for class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
- findCodeSystemIdsContainingSystemAndCode(String, String, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoCodeSystem
- findHistoricalVersionsOfDeletedResources(String, T, int) - Method in interface ca.uhn.fhir.jpa.dao.expunge.IResourceExpungeService
- findHistoricalVersionsOfNonDeletedResources(String, T, int) - Method in interface ca.uhn.fhir.jpa.dao.expunge.IResourceExpungeService
- findTargetResource(RequestPartitionId, String, PathAndRef, RequestDetails, TransactionDetails) - Method in class ca.uhn.fhir.jpa.dao.index.DaoResourceLinkResolver
- flushSession(Map<IIdType, DaoMethodOutcome>) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- FORCED_ID_TO_PID - Enum constant in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
- forceExpungeInExistingTransaction(IIdType, ExpungeOptions, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- forInstance(Long) - Static method in class ca.uhn.fhir.jpa.util.MemoryCacheService.HistoryCountKey
- forResourcesOfType(String) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.FinalizedTypedRule
- forResourcesOfType(String) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder
-
Begin a new rule for a specific resource type.
- forSystem() - Static method in class ca.uhn.fhir.jpa.util.MemoryCacheService.HistoryCountKey
- forType(String) - Static method in class ca.uhn.fhir.jpa.util.MemoryCacheService.HistoryCountKey
- fromChunksAndDate(List<IResourcePidList>, Date) - Static method in class ca.uhn.fhir.jpa.api.pid.ResourcePidListBuilder
- fromCode(String, String) - Static method in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
- fromJson(String) - Static method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryJsonMessage
- fromTranslateCodeRequest(IValidationSupport.TranslateCodeRequest) - Static method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
G
- generateSnapshot(T, String, String, String) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoStructureDefinition
- get(MemoryCacheService.CacheEnum, K, Function<K, T>) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
- get(P) - Method in class ca.uhn.fhir.jpa.api.model.PersistentIdToForcedIdMap
- getAllCodeSystemVersionForCodeSystemPid(long) - Method in interface ca.uhn.fhir.jpa.term.api.ITermCodeSystemDeleteJobSvc
-
Gets an iterator for all code system version PIDs
- getAllPopulatedChildElementsOfType(Class<T>) - Method in class ca.uhn.fhir.util.CanonicalIdentifier
- getAllPresent(MemoryCacheService.CacheEnum, Collection<K>) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
- getAttachmentId() - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryTarget
- getAutoInflateBinariesMaximumBytes() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls how many bytes of binaries will be automatically inflated from external storage during requests.
- getAutoInflateBinariesMaximumSize() - Method in class ca.uhn.fhir.jpa.binary.interceptor.BinaryStorageInterceptor
-
Any externalized binaries will be rehydrated if their size is below this thhreshold when reading the resource back.
- getBatchSize() - Method in class ca.uhn.fhir.batch2.importpull.models.Batch2BulkImportPullJobParameters
- getBatchSize() - Method in class ca.uhn.fhir.batch2.models.JobInstanceFetchRequest
- getBatchSize() - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobJson
- getBlobId() - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- getBulkExportFileMaximumCapacity() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls how many resources will be stored in each binary file created by a bulk export.
- getBulkExportFileRetentionPeriodHours() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls how long Bulk Export collection entities will be retained after job start.
- getBulkImportMaxRetryCount() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Specifies the maximum number of times that a chunk will be retried during bulk import processes before giving up.
- getBundleBatchMaxPoolSize() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Get the batch transaction thread max pool size.
- getBundleBatchPoolSize() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Get the batch transaction thread pool size.
- getBundleType(BUNDLE) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- getBundleType(Bundle) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- getBundleType(Bundle) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- getBundleTypesAllowedForStorage() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting specifies the bundle types (
Bundle.type
) that are allowed to be stored as-is on the /Bundle endpoint. - getBytes() - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- getCacheControlNoStoreMaxResultsUpperLimit() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Specifies the highest number that a client is permitted to use in a
Cache-Control: nostore, max-results=NNN
directive. - getChannelExtension(String) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getChannelExtensions(String) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getChannelFactory() - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- getChannelName(String, IChannelSettings) - Method in interface ca.uhn.fhir.jpa.subscription.channel.subscription.IChannelNamer
-
Channel factories call this service to qualify the channel name before sending it to the channel factory.
- getChannelNamer() - Method in interface ca.uhn.fhir.jpa.subscription.channel.api.IChannelFactory
- getChannelNamer() - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannelFactory
- getChannelType() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getChannelType(IBaseResource) - Method in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionCanonicalizer
- getCodeableConcept() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- getCodeSystemConceptDelete() - Method in class ca.uhn.fhir.jpa.term.models.CodeSystemConceptsDeleteResult
- getCodeSystemVersionPid() - Method in class ca.uhn.fhir.jpa.term.models.TermCodeSystemDeleteVersionJobParameters
- getCodeSystemVersionPID() - Method in class ca.uhn.fhir.jpa.term.models.CodeSystemVersionPIDResult
- getCoding() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- getConceptMapVersion() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- getConceptMapVersion() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- getConcurrentConsumers() - Method in class ca.uhn.fhir.jpa.subscription.channel.api.ChannelConsumerSettings
- getConcurrentConsumers() - Method in class ca.uhn.fhir.jpa.subscription.channel.api.ChannelProducerSettings
- getConfig() - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
-
Provide the DaoConfig
- getContent() - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- getContents() - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobFileJson
- getContentType() - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryTarget
- getContentType() - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- getContext() - Method in interface ca.uhn.fhir.jpa.api.dao.IDao
- getContext() - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
-
Provides the FHIR context
- getContext() - Method in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- getCount() - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- getCountSearchResultsUpTo() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When searching, if set to a non-null value (default is
null
) the search coordinator will attempt to find at least this many results before returning a response to the client. - getCriteria(IBaseResource) - Method in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionCanonicalizer
- getCriteriaString() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getCrossPartitionEnabled() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getCurrentVersionId(IIdType) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Deprecated.use #read(IIdType, RequestDetails) instead
- getDao() - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- getDao() - Method in class ca.uhn.fhir.jpa.provider.BaseStorageSystemProvider
- getDaoOrThrowException(Class<? extends IBaseResource>) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- getData() - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryTarget
- getDefaultTotalMode() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If a non-null value is supplied (default is
null
), a default for the_total
parameter may be specified here. - getDeferIndexingForCodesystemsOfSize() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When a code system is added that contains more than this number of codes, the code system will be indexed later in an incremental process in order to avoid overwhelming Lucene with a huge number of codes in a single operation.
- getDefinition() - Method in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
- getDeletedCount() - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOutcome
- getDeletedDesignations() - Method in class ca.uhn.fhir.jpa.term.models.CodeSystemConceptsDeleteResult
- getDeletedEntities() - Method in class ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
- getDeletedLinks() - Method in class ca.uhn.fhir.jpa.term.models.CodeSystemConceptsDeleteResult
- getDeletedProperties() - Method in class ca.uhn.fhir.jpa.term.models.CodeSystemConceptsDeleteResult
- getDeleteExpungeJobSubmitter() - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- getDeliveryChannelConcurrentConsumers() - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- getDescription() - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobFileJson
- getDisableHashBasedSearches() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default is false) the server will not use hash based searches. - getDisplay() - Method in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
- getDocumentForComposition(HttpServletRequest, IIdType, IPrimitiveType<Integer>, IPrimitiveType<Integer>, DateRangeParam, SortSpec, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoComposition
- getEmailDetails() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getEmailFromAddress() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If e-mail subscriptions are supported, the From address used when sending e-mails
- getEnableBulkExportJobReuse() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls whether, upon receiving a request for an $export operation, if a batch job already exists that exactly matches the new request, the system should attempt to reuse the batch job.
- getEndpointUrl() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getEndTime() - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- getEntity() - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
- getEntity() - Method in class ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome.EntityAndResource
- getEntity() - Method in class ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome
- getEntries(BUNDLE) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- getEntries(Bundle) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- getEntries(Bundle) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- getEntryIfNoneExist(BUNDLEENTRY) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- getEntryIfNoneExist(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- getEntryIfNoneExist(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- getEntryRequestIfMatch(BUNDLEENTRY) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- getEntryRequestIfMatch(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- getEntryRequestIfMatch(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- getEntryRequestIfNoneExist(BUNDLEENTRY) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- getEntryRequestIfNoneExist(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- getEntryRequestIfNoneExist(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- getEntryRequestIfNoneMatch(BUNDLEENTRY) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- getEntryRequestIfNoneMatch(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- getEntryRequestIfNoneMatch(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- getEntryRequestUrl(BUNDLEENTRY) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- getEntryRequestUrl(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- getEntryRequestUrl(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- getEntryRequestVerb(FhirContext, BUNDLEENTRY) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- getEntryRequestVerb(FhirContext, Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- getEntryRequestVerb(FhirContext, Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- getError() - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- getErrorMsg() - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- getEstimatedSize(MemoryCacheService.CacheEnum) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
- getEverythingIncludesFetchPageSize() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Unlike with normal search queries, $everything queries have their _includes loaded by the main search thread and these included results are added to the normal search results instead of being added on as extras in a page.
- getExpireSearchResultsAfterMillis() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Sets the number of milliseconds that search results for a given client search should be preserved before being purged from the database.
- getExportStyle() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- getExportStyle() - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- getExpungeBatchSize() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
The expunge batch size (default 800) determines the number of records deleted within a single transaction by the expunge operation.
- getExpungeDeletedEntityCount() - Method in interface ca.uhn.fhir.jpa.dao.expunge.IExpungeEverythingService
- getExpungedEntitiesCount() - Method in class ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
-
Deprecated.
- getExpungedResourcesCount() - Method in class ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
-
Deprecated.
- getExpungeOperation(String, IResourcePersistentId, ExpungeOptions, RequestDetails) - Method in class ca.uhn.fhir.jpa.dao.expunge.ExpungeService
- getExpungeThreadCount() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls the number of threads allocated to the expunge operation
- getFailureDescription() - Method in class ca.uhn.fhir.jpa.interceptor.validation.IRepositoryValidatingRule.RuleEvaluation
- getFetchSizeDefaultMaximum() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Gets the default maximum number of results to load in a query.
- getFileCount() - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobJson
- getFileDescription() - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportFilePartitionResult
- getFileDescription(String, int) - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
-
Fetch just the file description for the given file
- getFileIndex() - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportFilePartitionResult
- getFileIndex() - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- getFilename() - Method in class ca.uhn.fhir.jpa.term.api.ITermLoaderSvc.ByteArrayFileDescriptor
- getFilename() - Method in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc.FileDescriptor
- getFilter() - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- getFilters() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- getFilters() - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- getForSource(String) - Method in class ca.uhn.fhir.jpa.dao.IdSubstitutionMap
- getForSource(IIdType) - Method in class ca.uhn.fhir.jpa.dao.IdSubstitutionMap
- getFrom() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.EmailDetails
- getFullUrl(BUNDLEENTRY) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- getFullUrl(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- getFullUrl(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- getGroupId() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- getGroupId() - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- getHash() - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- getHeaders() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getHistoryCountMode() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When performing a FHIR history operation, a
Bundle.total
value is included in the response, indicating the total number of history entries. - getHistoryForResourceInstance(HttpServletRequest, Integer, IIdType, Date, DateRangeParam, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- getHistoryForResourceType(HttpServletRequest, Integer, Date, DateRangeParam, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- getHSearchIndexPrefix() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Sets a prefix for any indexes created when interacting with hsearch.
- getId() - Method in class ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome
- getId(int) - Method in class ca.uhn.fhir.jpa.api.pid.BaseResourcePidList
- getIdElement(FhirContext) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getIdElementString() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getIdPart() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getIds() - Method in class ca.uhn.fhir.jpa.api.pid.BaseResourcePidList
- getIds() - Method in class ca.uhn.fhir.jpa.api.pid.EmptyResourcePidList
- getIds() - Method in interface ca.uhn.fhir.jpa.api.pid.IResourcePidList
- getIdWithVersionlessComparison(IIdType) - Method in class ca.uhn.fhir.jpa.dao.EntriesToProcessMap
- getIfPresent(MemoryCacheService.CacheEnum, K) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
- getIndexMissingFields() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
DaoConfig.IndexEnabledEnum.DISABLED
(default isDaoConfig.IndexEnabledEnum.DISABLED
) the server will not create search indexes for search parameters with no values in resources. - getInlineResourceTextBelowSize() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to a positive number, any resources with a character length at or below the given number of characters will be stored inline in the
HFJ_RES_VER
table instead of using a separate LOB column. - getInputStream() - Method in class ca.uhn.fhir.jpa.term.api.ITermLoaderSvc.ByteArrayFileDescriptor
- getInputStream() - Method in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc.FileDescriptor
- getInterceptorBroadcaster() - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- getInternalSynchronousSearchSize() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This determines the internal search size that is run synchronously during operations such as searching for Code System IDs by System and Code
- getJobDefinitionId() - Method in class ca.uhn.fhir.jpa.batch.models.Batch2BaseJobParameters
- getJobDescription() - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportFilePartitionResult
- getJobDescription() - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobJson
- getJobId() - Method in class ca.uhn.fhir.batch2.importpull.models.Batch2BulkImportPullJobParameters
- getJobId() - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- getJobId() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportJobInfo
- getJobId() - Method in class ca.uhn.fhir.jpa.batch.models.Batch2JobStartResponse
- getJobId() - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- getJobInfo(String) - Method in interface ca.uhn.fhir.jpa.api.svc.IBatch2JobRunner
-
Returns information about a provided job.
- getJobMetadataId() - Method in class ca.uhn.fhir.jpa.bulk.export.provider.JobInfo
- getJobStatus(String) - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
-
Gets the job status for the given job.
- getKeyType() - Method in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
- getLastDate() - Method in class ca.uhn.fhir.jpa.api.pid.BaseResourcePidList
- getLastDate() - Method in class ca.uhn.fhir.jpa.api.pid.EmptyResourcePidList
- getLastDate() - Method in interface ca.uhn.fhir.jpa.api.pid.IResourcePidList
- getLastUpdated() - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- getLimit() - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOptions
-
The maximum number of resources versions to expunge
- getLineIndex() - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- getLineIndex() - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord
- getLocalReferenceValidationDefaultPolicy() - Method in class ca.uhn.fhir.jpa.validation.ValidationSettings
-
Supplies a default policy for validating local references.
- getMatchingChannelConcurrentConsumers() - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- getMatchResourceUrlService() - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- getMatchUrl() - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
- getMatchUrlCache() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Deprecated.Deprecated in 5.5.0. Use
DaoConfig.isMatchUrlCacheEnabled()
instead (the name of this method is misleading) - getMaximumBinarySize() - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
-
Gets the maximum number of bytes that can be stored in a single binary file by this service.
- getMaximumBinarySize() - Method in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- getMaximumBinarySize() - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- getMaximumDeleteConflictQueryCount() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This determines the maximum number of conflicts that should be fetched and handled while retrying a delete of a resource.
- getMaximumExpansionSize() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- getMaximumIncludesToLoadPerPage() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Specifies the maximum number of
_include
and_revinclude
results to return in a single page of results. - getMaximumSearchResultCountInTransaction() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Provides the maximum number of results which may be returned by a search (HTTP GET) which is executed as a sub-operation within within a FHIR
transaction
orbatch
operation. - getMaximumTransactionBundleSize() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Specifies the maximum number of resources permitted within a single transaction bundle.
- getMaxRetries() - Method in class ca.uhn.fhir.jpa.api.model.ResourceVersionConflictResolutionStrategy
- getMdmTroubleshootingLog() - Static method in class ca.uhn.fhir.mdm.log.Logs
- getMessage() - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobOperationResult
- getMessageKeyOrNull() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryJsonMessage
- getMessageKeyOrNull() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- getMessageKeyOrNull() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedJsonMessage
- getMinimumBinarySize() - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
-
Gets the minimum number of bytes that will be stored.
- getMinimumBinarySize() - Method in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- getMinimumBinarySize() - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- getModelConfig() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- getMsg() - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- getName() - Method in interface ca.uhn.fhir.jpa.subscription.channel.api.IChannelReceiver
- getName() - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannel
- getName() - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper
- getNarrative() - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- getNextResultBatch(long) - Method in interface ca.uhn.fhir.jpa.dao.IResultIterator
- getNonSkippedCount() - Method in interface ca.uhn.fhir.jpa.dao.IResultIterator
- getOffset() - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- getOperation() - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobOperationResult
- getOperationOutcome() - Method in class ca.uhn.fhir.jpa.interceptor.validation.IRepositoryValidatingRule.RuleEvaluation
- getOperationType() - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
- getOrCreateProducer(String, Class<?>, ChannelProducerSettings) - Method in interface ca.uhn.fhir.jpa.subscription.channel.api.IChannelFactory
-
Create a channel that is used to send messages to the queue.
- getOrCreateProducer(String, Class<?>, ChannelProducerSettings) - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannelFactory
- getOrCreateReceiver(String, Class<?>, ChannelConsumerSettings) - Method in interface ca.uhn.fhir.jpa.subscription.channel.api.IChannelFactory
-
Create a channel that is used to receive messages from the queue.
- getOrCreateReceiver(String, Class<?>, ChannelConsumerSettings) - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannelFactory
- getOriginalRequestUrl() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportJobResults
- getOriginalRequestUrl() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- getOutcome() - Method in class ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoCodeSystem.SubsumesResult
- getOutput() - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- getOutputFormat() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- getPageStart() - Method in class ca.uhn.fhir.batch2.models.JobInstanceFetchRequest
- getPatientIds() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- getPatientIds() - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- getPayload() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryJsonMessage
- getPayload() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedJsonMessage
- getPayload(FhirContext) - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- getPayloadId() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- getPayloadId(FhirContext) - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- getPayloadSearchCriteria() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getPayloadString() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getPayloadString() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- getPeriodMillis() - Method in class ca.uhn.fhir.jpa.api.model.WarmCacheEntry
- getPersistentId() - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
- getPidOrNull(RequestPartitionId, IBaseResource) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
- getPidOrThrowException(RequestPartitionId, IIdType) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
- getPidOrThrowException(IAnyResource) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
- getPidsOrThrowException(RequestPartitionId, List<IIdType>) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
- getPreExpandValueSetsDefaultCount() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This is the default value of
count
parameter for the ValueSet$expand
operation whenDaoConfig.isPreExpandValueSets()
returnstrue
. - getPreExpandValueSetsDefaultOffset() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This is the default value of
offset
parameter for the ValueSet$expand
operation whenDaoConfig.isPreExpandValueSets()
returnstrue
. - getPreExpandValueSetsMaxCount() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This is the max value of
count
parameter for the ValueSet$expand
operation whenDaoConfig.isPreExpandValueSets()
returnstrue
. - getPreviousResource() - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
-
For update operations, this is the body of the resource as it was before the update
- getProcessingMode() - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportFilePartitionResult
- getProcessingMode() - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- getProcessingMode() - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobJson
- getPublished() - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- getQueueSizeForUnitTest() - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannel
- getRegisteredDaoTypes() - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- getReindexBatchSize() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
The reindex batch size (default 800) determines the number of records reindexed in a single transaction.
- getReindexThreadCount() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls the number of threads allocated to resource reindexing (which is only ever used if SearchParameters change, or a manual reindex is triggered due to a HAPI FHIR upgrade or some other reason).
- getReport() - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- getReportMsg() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportJobResults
- getRequest() - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- getRequestPartitionAssociatedWithThread() - Static method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- getRequestPartitionId() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getRequestPartitionId() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- getRequiresAccessToken() - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- getResolvedResourceIds() - Method in class ca.uhn.fhir.jpa.api.model.PersistentIdToForcedIdMap
- getResource() - Method in class ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome.EntityAndResource
- getResource() - Method in class ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome
- getResource(BUNDLEENTRY) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- getResource(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- getResource(Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- getResourceClientIdStrategy() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Controls the behaviour when a client-assigned ID is encountered, i.e.
- getResourceCounts() - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirSystemDao
- getResourceCountsFromCache() - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirSystemDao
-
Returns a cached count of resources using a cache that regularly refreshes in the background.
- getResourceDao(Class<R>) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- getResourceDao(String) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- getResourceDao(R) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- getResourceDaoIfExists(Class<T>) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
-
Deprecated.
- getResourceDaoIfExists(String) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
-
Deprecated.
- getResourceDaoOrNull(Class<T>) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- getResourceDaoOrNull(String) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- getResourceEncoding() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- getResourceId() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- getResourceId() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- getResourceMetaCountHardLimit() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set, an individual resource will not be allowed to have more than the given number of tags, profiles, and security labels (the limit is for the combined total for all of these things on an individual resource).
- getResourceName() - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
-
Returns the resource type for this DAO, or null if this is a system-level DAO
- getResourceName() - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- getResourcePersistentIdOptionalMap() - Method in class ca.uhn.fhir.jpa.api.model.PersistentIdToForcedIdMap
- getResourcePidIterator(ExportPIDIteratorParameters) - Method in interface ca.uhn.fhir.jpa.bulk.export.api.IBulkExportProcessor
-
For fetching PIDs of resources
- getResources(String, int, int, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.svc.ISearchCoordinatorSvc
- getResourceServerIdStrategy() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting configures the strategy to use in generating IDs for newly created resources on the server.
- getResourceString() - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- getResourceType() - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- getResourceType() - Method in class ca.uhn.fhir.jpa.api.pid.HomogeneousResourcePidList
- getResourceType() - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- getResourceType() - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- getResourceType() - Method in interface ca.uhn.fhir.jpa.interceptor.validation.IRepositoryValidatingRule
- getResourceType() - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- getResourceType() - Method in class ca.uhn.fhir.jpa.provider.SubscriptionTriggeringProvider
- getResourceType(int) - Method in class ca.uhn.fhir.jpa.api.pid.EmptyResourcePidList
- getResourceType(int) - Method in class ca.uhn.fhir.jpa.api.pid.HomogeneousResourcePidList
- getResourceType(int) - Method in interface ca.uhn.fhir.jpa.api.pid.IResourcePidList
- getResourceType(int) - Method in class ca.uhn.fhir.jpa.api.pid.MixedResourcePidList
- getResourceTypes() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportJobInfo
- getResourceTypes() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- getResourceTypeToBinaryIds() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportJobResults
- getResponseBundleEntryWithVersionlessComparison(IIdType) - Method in class ca.uhn.fhir.jpa.dao.EntriesToProcessMap
- getRestHookDetails() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getRetryConfigurationParameters() - Method in class ca.uhn.fhir.jpa.subscription.channel.api.BaseChannelSettings
- getRetryCount() - Method in class ca.uhn.fhir.jpa.subscription.model.ChannelRetryConfiguration
- getReuseCachedSearchResultsForMillis() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to a non null value (default is
non null
) if an identical search is requested multiple times within this window, the same results will be returned to multiple queries. - getReverse() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- getReverseAsBoolean() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- getRowContent() - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord
- getRule() - Method in class ca.uhn.fhir.jpa.interceptor.validation.IRepositoryValidatingRule.RuleEvaluation
- getSearchParamValidatingInterceptor() - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamSubmitInterceptorLoader
- getSearchPreFetchThresholds() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting sets the number of search results to prefetch.
- getSearchTotal(String, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.svc.ISearchCoordinatorSvc
-
Fetch the total number of search results for the given currently executing search, if one is currently executing and the total is known.
- getSendDeleteMessages() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getSkippedCount() - Method in interface ca.uhn.fhir.jpa.dao.IResultIterator
- getSort() - Method in class ca.uhn.fhir.batch2.models.JobInstanceFetchRequest
- getSort() - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- getSource() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- getSource() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- getSourceId() - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflict
- getSourcePath() - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflict
- getStartDate() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- getStartDate() - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- getStartTime() - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- getStatus() - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- getStatus() - Method in class ca.uhn.fhir.jpa.bulk.export.provider.JobInfo
- getStatus() - Method in class ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc.JobInfo
- getStatus() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getStatusMessage() - Method in class ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc.JobInfo
- getStatusTime() - Method in class ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc.JobInfo
- getStorageResourceParser() - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- getStoreMetaSourceInformation() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If enabled, resource source information (
Resource.meta.source
) will be persisted along with each resource. - getSubjectTemplate() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.EmailDetails
- getSubscription() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- getSubscriptionDao() - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- getSubscriptionId() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedMessage
- getSubscriptionId(FhirContext) - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
-
Helper method to fetch the subscription ID
- getSubscriptionStatus(IBaseResource) - Method in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionCanonicalizer
- getSubscriptionTablePidForSubscriptionResource(IIdType, RequestDetails, TransactionDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoSubscription
- getSuccess() - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobOperationResult
- getSupportedSubscriptionTypes() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting indicates which subscription channel types are supported by the server.
- getSystem() - Method in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
- getSystemDao() - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- getSystemElement() - Method in class ca.uhn.fhir.util.CanonicalIdentifier
- getTags() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- getTagStorageMode() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Sets the tag storage mode for the server.
- getTarget() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- getTarget() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- getTarget() - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryTarget
- getTarget() - Method in class ca.uhn.fhir.jpa.term.UploadStatistics
- getTargetId() - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflict
- getTargetSystem() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- getTargetSystem() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- getTenantName() - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- getTenantName() - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobFileJson
- getTenantName() - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord
- getTermPid() - Method in class ca.uhn.fhir.jpa.term.models.TermCodeSystemDeleteJobParameters
- getThenPutAfterCommit(MemoryCacheService.CacheEnum, K, Function<K, T>) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
-
Fetch an item from the cache if it exists, and use the loading function to obtain it otherwise.
- getTransactionManager() - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- getTransactionService() - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- getTransactionTime() - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- getTranslationCachesExpireAfterWriteInMinutes() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Specifies the duration in minutes for which values will be retained after being written to the terminology translation cache.
- getTranslationQueries() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- getTreatBaseUrlsAsLocal() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting may be used to advise the server that any references found in resources that have any of the base URLs given here will be replaced with simple local references.
- getTreatReferencesAsLogical() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting may be used to advise the server that any references found in resources that have any of the base URLs given here will be treated as logical references instead of being treated as real references.
- getTrigger() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
-
For now we're using the R4 triggerdefinition, but this may change in the future when things stabilize
- getType() - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson.Output
- getTypedResourcePids() - Method in class ca.uhn.fhir.jpa.api.pid.BaseResourcePidList
- getTypedResourcePids() - Method in class ca.uhn.fhir.jpa.api.pid.EmptyResourcePidList
- getTypedResourcePids() - Method in interface ca.uhn.fhir.jpa.api.pid.IResourcePidList
- getTypes() - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- getUpdatedConceptCount() - Method in class ca.uhn.fhir.jpa.term.UploadStatistics
- getUpliftExtensions() - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- getUrl() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- getUrl() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- getUrl() - Method in class ca.uhn.fhir.jpa.api.model.WarmCacheEntry
- getUrl() - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson.Output
- getValueElement() - Method in class ca.uhn.fhir.util.CanonicalIdentifier
- getVersionAdapter() - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- getWarmCacheEntries() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Returns a set of searches that should be kept "warm", meaning that searches will periodically be performed in the background to keep results ready for this search
- getWebsocketContextPath() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If websocket subscriptions are enabled, this defines the context path that listens to them.
- getWrappedChannel() - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper
- GraphQLProvider - Class in ca.uhn.fhir.jpa.graphql
- GraphQLProvider(FhirContext, IValidationSupport, IGraphQLStorageServices) - Constructor for class ca.uhn.fhir.jpa.graphql.GraphQLProvider
-
Constructor which uses the given worker context
- GraphQLProvider(IGraphQLStorageServices) - Constructor for class ca.uhn.fhir.jpa.graphql.GraphQLProvider
-
Constructor which uses a default context and validation support object
- groupExport(IIdType, IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<Date>, List<IPrimitiveType<String>>, IPrimitiveType<Boolean>, ServletRequestDetails) - Method in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
-
Group/[id]/$export
- GZipUtil - Class in ca.uhn.fhir.jpa.dao
- GZipUtil() - Constructor for class ca.uhn.fhir.jpa.dao.GZipUtil
H
- handleFailure(IRepositoryValidatingRule.RuleEvaluation) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingInterceptor
- HapiTransactionService - Class in ca.uhn.fhir.jpa.dao.tx
- HapiTransactionService() - Constructor for class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- HapiTransactionService.ExecutionBuilder - Class in ca.uhn.fhir.jpa.dao.tx
- hasConceptMapVersion() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- hasConceptMapVersion() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- hashCode() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- hashCode() - Method in class ca.uhn.fhir.jpa.api.model.WarmCacheEntry
- hashCode() - Method in class ca.uhn.fhir.jpa.api.pid.TypedResourcePid
- hashCode() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.EmailDetails
- hashCode() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- hashCode() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.RestHookDetails
- hashCode() - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService.HistoryCountKey
- hashCode() - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService.TagDefinitionCacheKey
- hashCode() - Method in class ca.uhn.fhir.util.CanonicalIdentifier
- hasResourceId() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- hasResourceId() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- hasReverse() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- hasSource() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- hasSource() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- hasSubscription(MessageHandler) - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannel
- hasTarget() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- hasTarget() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- hasTargetSystem() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- hasTargetSystem() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- hasUrl() - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- hasUrl() - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- HEADER_NAME - Static variable in class ca.uhn.fhir.jpa.interceptor.UserRequestRetryVersionConflictsInterceptor
-
Deprecated.
- history(Date, Date, Integer, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- history(Date, Date, Integer, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirSystemDao
- history(IIdType, HistorySearchDateRangeParam, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- history(IIdType, Date, Date, Integer, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Deprecated.
- HISTORY_COUNT - Enum constant in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
- HistoryCountModeEnum - Enum in ca.uhn.fhir.jpa.api.model
- HomogeneousResourcePidList - Class in ca.uhn.fhir.jpa.api.pid
-
A resource pid list where all pids have the same resource type
- HomogeneousResourcePidList(String, Collection<IResourcePersistentId>, Date) - Constructor for class ca.uhn.fhir.jpa.api.pid.HomogeneousResourcePidList
I
- IBatch2DaoSvc - Interface in ca.uhn.fhir.jpa.api.svc
- IBatch2JobRunner - Interface in ca.uhn.fhir.jpa.api.svc
- IBinaryStorageSvc - Interface in ca.uhn.fhir.jpa.binary.api
- IBinaryTarget - Interface in ca.uhn.fhir.jpa.binary.api
-
Wraps an Attachment datatype or Binary resource, since they both hold binary content but don't look entirely similar
- IBulkDataExportJobSchedulingHelper - Interface in ca.uhn.fhir.jpa.bulk.export.api
- IBulkDataImportSvc - Interface in ca.uhn.fhir.jpa.bulk.imprt.api
- IBulkDataImportSvc.JobInfo - Class in ca.uhn.fhir.jpa.bulk.imprt.api
- IBulkExportProcessor<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> - Interface in ca.uhn.fhir.jpa.bulk.export.api
- ICD10_URI - Static variable in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- ICD10CM_URI - Static variable in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- IChannelFactory - Interface in ca.uhn.fhir.jpa.subscription.channel.api
-
This interface is the factory for Queue Channels, which are the low level abstraction over a queue (e.g.
- IChannelNamer - Interface in ca.uhn.fhir.jpa.subscription.channel.subscription
- IChannelProducer - Interface in ca.uhn.fhir.jpa.subscription.channel.api
- IChannelReceiver - Interface in ca.uhn.fhir.jpa.subscription.channel.api
- IChannelSettings - Interface in ca.uhn.fhir.jpa.subscription.channel.api
- id - Variable in class ca.uhn.fhir.jpa.api.pid.TypedResourcePid
- IDao - Interface in ca.uhn.fhir.jpa.api.dao
-
Note that this interface is not considered a stable interface.
- IDeleteExpungeSvc<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>> - Interface in ca.uhn.fhir.jpa.api.svc
- identifyForCreate(IBaseResource, RequestDetails) - Method in class ca.uhn.fhir.jpa.interceptor.PatientIdPartitionInterceptor
- identifyForRead(ReadPartitionIdRequestDetails, RequestDetails) - Method in class ca.uhn.fhir.jpa.interceptor.PatientIdPartitionInterceptor
- idRequiresForcedId(String) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Returns true if the given resource ID should be stored in a forced ID.
- IdSubstitutionMap - Class in ca.uhn.fhir.jpa.dao
- IdSubstitutionMap() - Constructor for class ca.uhn.fhir.jpa.dao.IdSubstitutionMap
- IEEE_11073_10101_URI - Static variable in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- IExpungeEverythingService - Interface in ca.uhn.fhir.jpa.dao.expunge
- IFhirResourceDao<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
-
Note that this interface is not considered a stable interface.
- IFhirResourceDaoCodeSystem<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IFhirResourceDaoCodeSystem.SubsumesResult - Class in ca.uhn.fhir.jpa.api.dao
- IFhirResourceDaoComposition<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IFhirResourceDaoConceptMap<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IFhirResourceDaoEncounter<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IFhirResourceDaoObservation<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IFhirResourceDaoPatient<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IFhirResourceDaoSearchParameter<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IFhirResourceDaoStructureDefinition<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IFhirResourceDaoSubscription<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IFhirResourceDaoValueSet<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IFhirSystemDao<T,
MT> - Interface in ca.uhn.fhir.jpa.api.dao -
Note that this interface is not considered a stable interface.
- IGoldenResourceSearchSvc - Interface in ca.uhn.fhir.jpa.api.svc
- IHapiTransactionService - Interface in ca.uhn.fhir.jpa.dao.tx
-
This class is used to execute code within the context of a database transaction, just like Spring's
TransactionTemplate
but with more functionality. - IHapiTransactionService.IExecutionBuilder - Interface in ca.uhn.fhir.jpa.dao.tx
- IIdHelperService<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> - Interface in ca.uhn.fhir.jpa.api.svc
-
This interface is used to translate between
IResourcePersistentId
and actual resource IDs. - IJpaDao<T extends org.hl7.fhir.instance.model.api.IBaseResource> - Interface in ca.uhn.fhir.jpa.api.dao
- IJpaSystemProvider - Interface in ca.uhn.fhir.jpa.provider
-
Marker interface for the JPA system provider
- IMGTHLA_URI - Static variable in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- IN_MEMORY - Enum constant in enum ca.uhn.fhir.jpa.subscription.match.matcher.matching.SubscriptionMatchingStrategy
-
Resources can be matched against this subcription in-memory without needing to make a call out to a FHIR Repository
- incrementUpdatedConceptCount() - Method in class ca.uhn.fhir.jpa.term.UploadStatistics
- initialize(RestfulServer) - Method in class ca.uhn.fhir.jpa.graphql.GraphQLProvider
- INLINE - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.TagStorageModeEnum
-
Tags are stored directly in the resource body (in the
ResourceHistoryTable
entry for the resource, meaning that they are not indexed separately, and are versioned with the rest of the resource. - INVALID_PLACEHOLDER_PATTERN - Static variable in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- invalidateAllCaches() - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
- invokeCallableAndHandleAnyException(Callable<T>) - Static method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
-
Invokes
Callable.call()
and rethrows any exceptions thrown by that method. - IRepositoryValidatingRule - Interface in ca.uhn.fhir.jpa.interceptor.validation
-
This is an internal API for HAPI FHIR.
- IRepositoryValidatingRule.RuleEvaluation - Class in ca.uhn.fhir.jpa.interceptor.validation
- IRequestPartitionHelperSvc - Interface in ca.uhn.fhir.jpa.partition
- IResourceExpungeService<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> - Interface in ca.uhn.fhir.jpa.dao.expunge
- IResourceModifiedConsumer - Interface in ca.uhn.fhir.jpa.subscription.match.matcher.matching
- IResourcePidList - Interface in ca.uhn.fhir.jpa.api.pid
-
List of IResourcePersistentId along with a resource type each id
- IResultIterator<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> - Interface in ca.uhn.fhir.jpa.dao
- isAccountForDateIndexNulls() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to true (default is false), date indexes will account for null values in the range columns.
- isActivated - Variable in class ca.uhn.fhir.jpa.bulk.imprt.model.ActivateJobResult
-
Whether the job is activated or not
- isAdvancedHSearchIndexing() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Is HSearch indexing enabled beyond _contains or _text?
- isAllowAutoInflateBinaries() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting indicates whether binaries are allowed to be automatically inflated from external storage during requests.
- isAllowAutoInflateBinaries() - Method in class ca.uhn.fhir.jpa.binary.interceptor.BinaryStorageInterceptor
- isAllowContainsSearches() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If enabled, the server will support the use of :contains searches, which are helpful but can have adverse effects on performance.
- isAllowExternalReferences() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default isfalse
) the server will allow resources to have references to external servers. - isAllowInlineMatchUrlReferences() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- isAllowMdmExpansion() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If enabled, the server will support the use of :mdm search parameter qualifier on Reference Search Parameters.
- isAllowMultipleDelete() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- isAllResourceTypeSupported() - Method in interface ca.uhn.fhir.jpa.api.svc.IBatch2DaoSvc
-
Indicates whether reindexing all resource types is supported.
- isAutoCreatePlaceholderReferenceTargets() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When creating or updating a resource: If this property is set to
true
(default isfalse
), if the resource has a reference to another resource on the local server but that reference does not exist, a placeholder resource will be created. - isCancelled() - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- isConcurrentBundleValidation() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- isCrossPartitionSubscriptionEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting indicates if a cross-partition subscription can be made.
- isCustomIsolationSupported() - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- isDefaultSearchParamsCanBeOverridden() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
the default search params (i.e. - isDeleteEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting should be disabled (set to
false
) on servers that are not allowing deletes. - isDeleteExpungeEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default isfalse
), the _expunge parameter on the DELETE operation will be enabled on this server. - isDeliverLatestVersion() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.RestHookDetails
- ISearchBuilder<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> - Interface in ca.uhn.fhir.jpa.dao
- ISearchCoordinatorSvc<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> - Interface in ca.uhn.fhir.jpa.api.svc
- ISearchSvc - Interface in ca.uhn.fhir.jpa.api.svc
- isEmpty() - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- isEmpty() - Method in class ca.uhn.fhir.jpa.api.pid.BaseResourcePidList
- isEmpty() - Method in class ca.uhn.fhir.jpa.api.pid.EmptyResourcePidList
- isEmpty() - Method in interface ca.uhn.fhir.jpa.api.pid.IResourcePidList
- isEmpty() - Method in class ca.uhn.fhir.jpa.dao.IdSubstitutionMap
- isEmpty() - Method in class ca.uhn.fhir.util.CanonicalIdentifier
- isEnableInMemorySubscriptionMatching() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
false
(default is true) the server will not use in-memory subscription searching and instead use the database matcher for all subscription criteria matching. - isEnableTaskBulkExportJobExecution() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (this is the default), this server will attempt to activate and run Bulk Export batch jobs.
- isEnableTaskBulkImportJobExecution() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (this is the default), this server will attempt to activate and run Bulk Import batch jobs.
- isEnableTaskPreExpandValueSets() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (this is the default), this server will attempt to pre-expand any ValueSets that have been uploaded and are not yet pre-expanded.
- isEnableTaskResourceReindexing() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (this is the default), this server will attempt to run resource reindexing jobs.
- isEnableTaskStaleSearchCleanup() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (this is the default), this server will periodically scan for and try to delete stale searches in the database.
- isEnforceReferenceTargetTypes() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default is true) when a resource is being persisted, the target resource types of references will be validated to ensure that they are appropriate for the field containing the reference. - isEnforceReferentialIntegrityOnDelete() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
false
(default istrue
) resources will be permitted to be deleted even if other resources currently contain references to them. - isEnforceReferentialIntegrityOnWrite() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
false
(default istrue
) resources will be permitted to be created or updated even if they contain references to local resources that do not exist. - isExpandMdm() - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- isExpandMdm() - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- isExpireSearchResults() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is set to
false
(default istrue
) the stale search deletion task will be disabled (meaning that search results will be retained in the database indefinitely). - isExpungeDeletedResources() - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOptions
- isExpungeEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default isfalse
), the $expunge operation will be enabled on this server. - isExpungeEverything() - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOptions
- isExpungeOldVersions() - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOptions
- isFilterParameterEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
the _filter search parameter will be enabled on this server. - isJobFastTrackingEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this setting is enabled, then gated batch jobs that produce only one chunk will immediately trigger a batch maintenance job.
- isLastNEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default isfalse
) the$lastn
operation will be enabled for indexing Observation resources. - isMarkResourcesForReindexingUponSearchParameterChange() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Should resources be marked as needing reindexing when a SearchParameter resource is added or changed.
- isMassIngestionMode() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (disabled by default), Mass Ingestion Mode is enabled.
- isMatchUrlCacheEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If enabled, resolutions for match URLs (e.g.
- isNop() - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
-
Was this a NO-OP - Typically because of an update to a resource that already matched the contents provided
- isPasses() - Method in class ca.uhn.fhir.jpa.interceptor.validation.IRepositoryValidatingRule.RuleEvaluation
- isPlaceholder(IIdType) - Static method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- isPopulateIdentifierInAutoCreatedPlaceholderReferenceTargets() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When
DaoConfig.setAutoCreatePlaceholderReferenceTargets(boolean)
is enabled, if this setting is set totrue
(default istrue
) and the source reference has an identifier populated, the identifier will be copied to the target resource. - isPreExpandValueSets() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
, ValueSets and expansions are stored in terminology tables. - isPreserveRequestIdInResourceBody() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting indicate whether a providedResource.meta.source requestID (source#requestID) should be preserved or overwritten.
- isQualifyChannelName() - Method in class ca.uhn.fhir.jpa.subscription.channel.api.BaseChannelSettings
-
Default true.
- isQualifyChannelName() - Method in interface ca.uhn.fhir.jpa.subscription.channel.api.IChannelSettings
- isReindexEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
false
(default istrue
), reindexing of resources will be disabled on this server. - isResourceIdMarkedForDeletion(IIdType) - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- isResourceIdToIgnoreConflict(IIdType) - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- isResourcePartitionable(String) - Method in class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
- isResourcePartitionable(String) - Method in interface ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc
- isResourceTypeSupported(String) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- isRetry() - Method in class ca.uhn.fhir.jpa.api.model.ResourceVersionConflictResolutionStrategy
- isSchedulingDisabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- isStatusBasedReindexingDisabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default is false), the reindexing of search parameters using a query on the HFJ_RESOURCE.SP_INDEX_STATUS column will be disabled completely. - isStoreRequestId() - Method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.StoreMetaSourceInformationEnum
- isStoreResourceInHSearchIndex() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Is storing of Resource in HSearch index enabled?
- isStoreSourceUri() - Method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.StoreMetaSourceInformationEnum
- isStripVersionId() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.RestHookDetails
- isSupported(String) - Method in class ca.uhn.fhir.jpa.provider.DaoRegistryResourceSupportedSvc
- isSuppressUpdatesWithNoChange() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to true (default is true), if a client performs an update which does not actually result in any chance to a given resource (e.g.
- isTagStorageFailure(Throwable) - Static method in class ca.uhn.fhir.jpa.dao.DaoFailureUtil
- IStorageResourceParser - Interface in ca.uhn.fhir.jpa.dao
-
This interface is used by any storage implementations to convert from persisted database format (independent of the kind of database) and HAPI FHIR resource model classes.
- isTriggerSubscriptionsForNonVersioningChanges() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to true (default is false) then subscriptions will be triggered for resource updates even if they do not trigger a new version (e.g.
- ISubscriptionTriggeringSvc - Interface in ca.uhn.fhir.jpa.subscription.triggering
- isUniqueIndexesCheckedBeforeSave() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When using
unique indexes
, if this setting is set totrue
(default istrue
) the system will test for the existence of a particular unique index value prior to saving a new one. - isUniqueIndexesEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default istrue
), indexes will be created for search parameters marked asHapiExtensions.EXT_SP_UNIQUE
. - isUpdateWithHistoryRewriteEnabled() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting indicates whether updating the history of a resource is allowed.
- isUseExistingJobsFirst() - Method in class ca.uhn.fhir.jpa.batch.models.Batch2BaseJobParameters
- isUseLegacySearchBuilder() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This method controls whether to use the new non-hibernate search SQL builder that was introduced in HAPI FHIR 5.2.0.
- isUsesCachedResult() - Method in class ca.uhn.fhir.jpa.batch.models.Batch2JobStartResponse
- isValidateSearchParameterExpressionsOnSave() - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If
true
(default istrue
), before allowing a SearchParameter resource to be stored (create, update, etc.) the expression will be performed against an empty resource to ensure that the FHIRPath executor is able to process it. - iterator() - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- ITermCodeSystemDeleteJobSvc - Interface in ca.uhn.fhir.jpa.term.api
- ITermLoaderSvc - Interface in ca.uhn.fhir.jpa.term.api
-
This service handles bulk loading concepts into the terminology service concept tables using any of several predefined input formats
- ITermLoaderSvc.ByteArrayFileDescriptor - Class in ca.uhn.fhir.jpa.term.api
- ITermLoaderSvc.FileDescriptor - Interface in ca.uhn.fhir.jpa.term.api
- ITransactionProcessorVersionAdapter<BUNDLE extends org.hl7.fhir.instance.model.api.IBaseBundle,
BUNDLEENTRY extends org.hl7.fhir.instance.model.api.IBase> - Interface in ca.uhn.fhir.jpa.dao
J
- JobFileRowProcessingModeEnum - Enum in ca.uhn.fhir.jpa.bulk.imprt.model
- jobId - Variable in class ca.uhn.fhir.jpa.bulk.imprt.model.ActivateJobResult
-
The newly created jobid
- JobInfo - Class in ca.uhn.fhir.jpa.bulk.export.provider
- JobInfo() - Constructor for class ca.uhn.fhir.jpa.bulk.export.provider.JobInfo
- JobInfo() - Constructor for class ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc.JobInfo
- JobInstanceFetchRequest - Class in ca.uhn.fhir.batch2.models
- JobInstanceFetchRequest() - Constructor for class ca.uhn.fhir.batch2.models.JobInstanceFetchRequest
- JsonDateDeserializer - Class in ca.uhn.fhir.jpa.util
- JsonDateDeserializer() - Constructor for class ca.uhn.fhir.jpa.util.JsonDateDeserializer
- JsonDateSerializer - Class in ca.uhn.fhir.jpa.util
- JsonDateSerializer() - Constructor for class ca.uhn.fhir.jpa.util.JsonDateSerializer
- JsonPatchUtils - Class in ca.uhn.fhir.jpa.patch
- JsonPatchUtils() - Constructor for class ca.uhn.fhir.jpa.patch.JsonPatchUtils
L
- LazyDaoMethodOutcome - Class in ca.uhn.fhir.jpa.api.model
- LazyDaoMethodOutcome(IResourcePersistentId) - Constructor for class ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome
-
Constructor
- LazyDaoMethodOutcome.EntityAndResource - Class in ca.uhn.fhir.jpa.api.model
- LinkedBlockingChannel - Class in ca.uhn.fhir.jpa.subscription.channel.impl
- LinkedBlockingChannel(String, Executor, Supplier<Integer>) - Constructor for class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannel
- LinkedBlockingChannelFactory - Class in ca.uhn.fhir.jpa.subscription.channel.impl
- LinkedBlockingChannelFactory(IChannelNamer) - Constructor for class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannelFactory
- listResources(Object, String, List<Argument>, List<IBaseResource>) - Method in class ca.uhn.fhir.jpa.graphql.DaoRegistryGraphQLStorageServices
- load(Class<T>, IIdType) - Method in class ca.uhn.fhir.jpa.validation.ResourceLoaderImpl
- loadCustom(String, List<ITermLoaderSvc.FileDescriptor>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- loadDeltaAdd(String, List<ITermLoaderSvc.FileDescriptor>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- loadDeltaRemove(String, List<ITermLoaderSvc.FileDescriptor>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- loadIcd10(List<ITermLoaderSvc.FileDescriptor>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- loadIcd10cm(List<ITermLoaderSvc.FileDescriptor>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- loadImgthla(List<ITermLoaderSvc.FileDescriptor>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- loadIncludes(FhirContext, EntityManager, Collection<T>, Collection<Include>, boolean, DateRangeParam, String, RequestDetails, Integer) - Method in interface ca.uhn.fhir.jpa.dao.ISearchBuilder
- loadLoinc(List<ITermLoaderSvc.FileDescriptor>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- loadResourcesByPid(Collection<T>, Collection<T>, List<IBaseResource>, boolean, RequestDetails) - Method in interface ca.uhn.fhir.jpa.dao.ISearchBuilder
- loadSnomedCt(List<ITermLoaderSvc.FileDescriptor>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- Logs - Class in ca.uhn.fhir.mdm.log
- Logs() - Constructor for class ca.uhn.fhir.mdm.log.Logs
- LOINC_URI - Static variable in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- lookup(Object, String, String) - Method in class ca.uhn.fhir.jpa.graphql.DaoRegistryGraphQLStorageServices
- lookup(Object, IBaseResource, IBaseReference) - Method in class ca.uhn.fhir.jpa.graphql.DaoRegistryGraphQLStorageServices
- lookupCode(IPrimitiveType<String>, IPrimitiveType<String>, IBaseCoding, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoCodeSystem
- lookupCode(IPrimitiveType<String>, IPrimitiveType<String>, IBaseCoding, IPrimitiveType<String>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoCodeSystem
M
- markJobAsReadyForActivation(String) - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
- markRequestAsProcessingSubRequest(RequestDetails) - Static method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- MATCH_URL - Enum constant in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
- MATCHING_CHANNEL_CONCURRENT_CONSUMERS - Static variable in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
-
The number of threads used in subscription channel processing
- MatchResourceUrlService<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> - Class in ca.uhn.fhir.jpa.dao
- MatchResourceUrlService() - Constructor for class ca.uhn.fhir.jpa.dao.MatchResourceUrlService
- matchUrlResolved(TransactionDetails, String, String, T) - Method in class ca.uhn.fhir.jpa.dao.MatchResourceUrlService
- MAX_PAGE_SIZE - Static variable in class ca.uhn.fhir.jpa.search.SearchConstants
- MAX_RETRIES - Static variable in class ca.uhn.fhir.jpa.interceptor.UserRequestRetryVersionConflictsInterceptor
-
Deprecated.
- MAX_SUBSCRIPTION_RESULTS - Static variable in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
-
The maximum number of subscriptions that can be active at once
- MemoryBinaryStorageSvcImpl - Class in ca.uhn.fhir.jpa.binstore
-
Purely in-memory implementation of binary storage service.
- MemoryBinaryStorageSvcImpl() - Constructor for class ca.uhn.fhir.jpa.binstore.MemoryBinaryStorageSvcImpl
-
Constructor
- MemoryCacheService - Class in ca.uhn.fhir.jpa.util
-
This class acts as a central spot for all of the many Caffeine caches we use in HAPI FHIR.
- MemoryCacheService(DaoConfig) - Constructor for class ca.uhn.fhir.jpa.util.MemoryCacheService
- MemoryCacheService.CacheEnum - Enum in ca.uhn.fhir.jpa.util
- MemoryCacheService.HistoryCountKey - Class in ca.uhn.fhir.jpa.util
- MemoryCacheService.TagDefinitionCacheKey - Class in ca.uhn.fhir.jpa.util
- MESSAGE - Enum constant in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
-
The channel is executed by sending a message (e.g.
- MESSAGE_KEY_DELETE_RESOURCE_ALREADY_DELETED - Static variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- MESSAGE_KEY_DELETE_RESOURCE_NOT_EXISTING - Static variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- meta(RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- meta(IIdType, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- metaAdd(IIdType, IBaseMetaType, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- metaAddOperation(IIdType, MT, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Not supported in DSTU1!
- MetadataKeyCurrentlyReindexing - Class in ca.uhn.fhir.jpa.api.dao
- MetadataKeyResourcePid - Class in ca.uhn.fhir.jpa.api.dao
- metaDelete(IIdType, IBaseMetaType, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- metaDeleteOperation(IIdType, MT, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Not supported in DSTU1!
- metaGetOperation(RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirSystemDao
-
Not supported for DSTU1
- metaGetOperation(Class<MT>, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Not supported in DSTU1!
- metaGetOperation(Class<MT>, IIdType, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Not supported in DSTU1!
- MixedResourcePidList - Class in ca.uhn.fhir.jpa.api.pid
-
A resource pid list where the pids can have different resource types
- MixedResourcePidList(List<String>, Collection<IResourcePersistentId>, Date) - Constructor for class ca.uhn.fhir.jpa.api.pid.MixedResourcePidList
- myDao - Variable in class ca.uhn.fhir.jpa.provider.BaseStorageSystemProvider
- myDaoConfig - Variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- myDaoConfig - Variable in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- myDaoRegistry - Variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- myFhirContext - Variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- myFhirContext - Variable in class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
- myInterceptorBroadcaster - Variable in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- myModelConfig - Variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- myRequestPartitionHelperSvc - Variable in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- myResourceVersionSvc - Variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- mySearchCoordinatorSvc - Variable in class ca.uhn.fhir.jpa.graphql.DaoRegistryGraphQLStorageServices
- mySearchParamRegistry - Variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- myTransactionManager - Variable in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- myUpliftExtensions - Variable in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
N
- neverReject() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Specifies that the resource should not be rejected from storage even if it does not pass validation.
- newBlobId() - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
-
Generate a new blob ID that will be passed to
IBinaryStorageSvc.storeBlob(IIdType, String, String, InputStream)
later - newBlobId() - Method in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- newBlobId() - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- newConsumerConfigForDeliveryChannel(ChannelConsumerSettings) - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- newConsumerConfigForMatchingChannel(ChannelConsumerSettings) - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- newDeliveryReceivingChannel(String, ChannelConsumerSettings) - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- newDeliverySendingChannel(String, ChannelProducerSettings) - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- newMatchingReceivingChannel(String, ChannelConsumerSettings) - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- newMatchingSendingChannel(String, ChannelProducerSettings) - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- newPid(Object) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
- newPidFromStringIdAndResourceName(String, String) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
- newProducerConfigForDeliveryChannel(ChannelProducerSettings) - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- newProducerConfigForMatchingChannel(ChannelProducerSettings) - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
- newSearchBuilder(IDao, String, Class<? extends IBaseResource>) - Method in class ca.uhn.fhir.jpa.dao.SearchBuilderFactory
- newSynchronous(String) - Static method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannel
-
Creates a synchronous channel, mostly intended for testing
- newThreadPool(int, int, String) - Static method in class ca.uhn.fhir.util.ThreadPoolUtil
- newThreadPool(int, int, String, int) - Static method in class ca.uhn.fhir.util.ThreadPoolUtil
- newThreadPool(int, int, String, int, TaskDecorator) - Static method in class ca.uhn.fhir.util.ThreadPoolUtil
- newThreadPool(Integer, Integer, String) - Method in class ca.uhn.fhir.jpa.dao.ThreadPoolFactory
- NON_VERSIONED - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.TagStorageModeEnum
-
A single set of tags is shared by all resource versions
- NONE - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.StoreMetaSourceInformationEnum
- NOT_ALLOWED - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.ClientIdStrategyEnum
-
Clients are not allowed to supply IDs for resources that do not already exist
- notifyJobComplete(String) - Method in interface ca.uhn.fhir.jpa.term.api.ITermCodeSystemDeleteJobSvc
-
Notifies that the job has completed (or errored out).
- NULL - Enum constant in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
-
added to help the parsers with the generic types
- NullBinaryStorageSvcImpl - Class in ca.uhn.fhir.jpa.binary.svc
- NullBinaryStorageSvcImpl() - Constructor for class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
O
- observationsLastN(SearchParameterMap, RequestDetails, HttpServletResponse) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoObservation
-
Returns a BundleProvider which can be used to implement the $lastn operation.
- onRollback(Runnable) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.ExecutionBuilder
- onRollback(Runnable) - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService.IExecutionBuilder
- OO_SEVERITY_ERROR - Static variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- OO_SEVERITY_INFO - Static variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- OO_SEVERITY_WARN - Static variable in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- Output() - Constructor for class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson.Output
P
- ParsedBulkImportRecord - Class in ca.uhn.fhir.jpa.bulk.imprt.model
- ParsedBulkImportRecord(String, IBaseResource, int) - Constructor for class ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord
- PartitionRunner - Class in ca.uhn.fhir.jpa.dao.expunge
- PartitionRunner(String, String, int, int) - Constructor for class ca.uhn.fhir.jpa.dao.expunge.PartitionRunner
-
Constructor - Use this constructor if you do not want any transaction management
- PartitionRunner(String, String, int, int, HapiTransactionService, RequestDetails) - Constructor for class ca.uhn.fhir.jpa.dao.expunge.PartitionRunner
-
Constructor - Use this constructor and provide a
RequestDetails
andHapiTransactionService
if you want each individual callable task to be performed in a managed transaction. - patch(HttpServletRequest, IIdType, String, RequestDetails, String, PatchTypeEnum, IBaseParameters) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- patch(IIdType, String, PatchTypeEnum, String, IBaseParameters, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Opens a new transaction and performs a patch operation
- patch(IIdType, String, PatchTypeEnum, String, IBaseParameters, RequestDetails) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- patchInTransaction(IIdType, String, boolean, PatchTypeEnum, String, IBaseParameters, RequestDetails, TransactionDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Execute a patch operation within the existing database transaction
- patchInTransaction(IIdType, String, boolean, PatchTypeEnum, String, IBaseParameters, RequestDetails, TransactionDetails) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- PATIENT_BULK_EXPORT_FORWARD_REFERENCE_RESOURCE_TYPES - Static variable in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
- PatientEverythingParameters - Class in ca.uhn.fhir.jpa.api.dao
- PatientEverythingParameters() - Constructor for class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- patientExport(IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<Date>, List<IPrimitiveType<String>>, List<IPrimitiveType<String>>, ServletRequestDetails) - Method in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
-
Patient/$export
- PatientIdPartitionInterceptor - Class in ca.uhn.fhir.jpa.interceptor
-
This interceptor allows JPA servers to be partitioned by Patient ID.
- PatientIdPartitionInterceptor() - Constructor for class ca.uhn.fhir.jpa.interceptor.PatientIdPartitionInterceptor
-
Constructor
- PatientIdPartitionInterceptor(FhirContext, ISearchParamExtractor) - Constructor for class ca.uhn.fhir.jpa.interceptor.PatientIdPartitionInterceptor
-
Constructor
- patientInstanceEverything(HttpServletRequest, RequestDetails, PatientEverythingParameters, IIdType) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoPatient
- patientInstanceExport(IIdType, IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<Date>, List<IPrimitiveType<String>>, ServletRequestDetails) - Method in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
-
Patient/[id]/$export
- patientTypeEverything(HttpServletRequest, RequestDetails, PatientEverythingParameters, TokenOrListParam) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoPatient
- performIdSubstitutionsInMatchUrl(IdSubstitutionMap, String) - Static method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
-
Given a match URL containing
- PersistentIdToForcedIdMap<P extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> - Class in ca.uhn.fhir.jpa.api.model
- PersistentIdToForcedIdMap(Map<P, Optional<String>>) - Constructor for class ca.uhn.fhir.jpa.api.model.PersistentIdToForcedIdMap
- PID_TO_FORCED_ID - Enum constant in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
-
Key type: Long Value type: Optional<String>
- policyForCodedContent(IResourceValidator, Object, String, ElementDefinition, StructureDefinition, BindingKind, ValueSet, List<String>) - Method in class ca.uhn.fhir.jpa.validation.ValidatorPolicyAdvisor
- policyForContained(IResourceValidator, Object, String, String, Element.SpecialElement, String, String) - Method in class ca.uhn.fhir.jpa.validation.ValidatorPolicyAdvisor
- policyForReference(IResourceValidator, Object, String, String) - Method in class ca.uhn.fhir.jpa.validation.ValidatorPolicyAdvisor
- populateEntryWithOperationOutcome(BaseServerResponseException, BUNDLEENTRY) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- populateEntryWithOperationOutcome(BaseServerResponseException, Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- populateEntryWithOperationOutcome(BaseServerResponseException, Bundle.BundleEntryComponent) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- populateOperationOutcomeForUpdate(StopWatch, DaoMethodOutcome, String, RestOperationTypeEnum) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- preFetchResources(List<P>) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirSystemDao
-
Preload resources from the database in batch.
- preProcessResourceForStorage(IBaseResource) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- preProcessResourceForStorage(IBaseResource, RequestDetails, TransactionDetails, boolean) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
-
May be overridden by subclasses to validate resources prior to storage
- preShow(IPreResourceShowDetails) - Method in class ca.uhn.fhir.jpa.binary.interceptor.BinaryStorageInterceptor
- PROCESS_NAME - Static variable in class ca.uhn.fhir.jpa.dao.expunge.ExpungeOperation
- processGraphQlGetRequest(ServletRequestDetails, IIdType, String) - Method in class ca.uhn.fhir.jpa.graphql.GraphQLProvider
- processGraphQlPostRequest(ServletRequestDetails, RequestDetails, IIdType, String) - Method in class ca.uhn.fhir.jpa.graphql.GraphQLProvider
- processGraphQLRequest(ServletRequestDetails, IIdType, String) - Method in class ca.uhn.fhir.jpa.graphql.GraphQLProvider
- processGraphQLRequest(ServletRequestDetails, IIdType, Package) - Method in class ca.uhn.fhir.jpa.graphql.GraphQLProvider
- processMatchUrl(String, Class<R>, TransactionDetails, RequestDetails) - Method in class ca.uhn.fhir.jpa.dao.MatchResourceUrlService
-
Note that this will only return a maximum of 2 results!!
- processMatchUrl(String, Class<R>, TransactionDetails, RequestDetails, IBaseResource) - Method in class ca.uhn.fhir.jpa.dao.MatchResourceUrlService
-
Note that this will only return a maximum of 2 results!!
- processMatchUrlUsingCacheOnly(String, String) - Method in class ca.uhn.fhir.jpa.dao.MatchResourceUrlService
- processMessage(RequestDetails, IBaseBundle) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirSystemDao
-
Implementations may implement this method to implement the $process-message operation
- processSinceOrAt(Date, DateRangeParam) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- provideCompartmentMemberInstanceResponse(RequestDetails, String) - Method in class ca.uhn.fhir.jpa.interceptor.PatientIdPartitionInterceptor
-
Generate the partition for a given patient resource ID.
- provideIdForNewBlob(String) - Method in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- provideNonCompartmentMemberInstanceResponse(IBaseResource) - Method in class ca.uhn.fhir.jpa.interceptor.PatientIdPartitionInterceptor
-
Return a compartment ID (or throw an exception) when an attempt is made to search for a resource that is in the patient compartment, but without any search parameter identifying which compartment to search.
- provideNonCompartmentMemberTypeResponse(IBaseResource) - Method in class ca.uhn.fhir.jpa.interceptor.PatientIdPartitionInterceptor
-
Return a compartment ID (or throw an exception) when storing/reading resource types that are not in the patient compartment (e.g.
- provideNonPatientSpecificQueryResponse(ReadPartitionIdRequestDetails) - Method in class ca.uhn.fhir.jpa.interceptor.PatientIdPartitionInterceptor
-
Return a partition or throw an error for FHIR operations that can not be used with this interceptor
- providePartitionIdForPatientId(RequestDetails, String) - Method in class ca.uhn.fhir.jpa.interceptor.PatientIdPartitionInterceptor
-
Translates an ID (e.g.
- purgeExpiredFiles() - Method in interface ca.uhn.fhir.jpa.bulk.export.api.IBulkDataExportJobSchedulingHelper
-
invoked via scheduled task, purges any tasks which are past their cutoff point.
- put(MemoryCacheService.CacheEnum, K, V) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
- put(IBase, IIdType, IBase) - Method in class ca.uhn.fhir.jpa.dao.EntriesToProcessMap
- put(IIdType, IIdType) - Method in class ca.uhn.fhir.jpa.dao.IdSubstitutionMap
- putAfterCommit(MemoryCacheService.CacheEnum, K, V) - Method in class ca.uhn.fhir.jpa.util.MemoryCacheService
-
This method registers a transaction synchronization that puts an entry in the cache if and when the current database transaction successfully commits.
Q
- queueChannelFactory(IChannelNamer) - Method in class ca.uhn.fhir.jpa.subscription.channel.config.SubscriptionChannelConfig
-
Create a @Primary @Bean if you need a different implementation
R
- read(HttpServletRequest, IIdType, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- read(IIdType) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Deprecated.Use
IFhirResourceDao.read(IIdType, RequestDetails)
instead - read(IIdType) - Method in class ca.uhn.fhir.jpa.dao.DaoSearchParamProvider
- read(IIdType, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- read(IIdType, RequestDetails, boolean) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Should deleted resources be returned successfully.
- readByPid(IResourcePersistentId) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Read a resource by its internal PID
- readByPid(IResourcePersistentId, boolean) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Read a resource by its internal PID
- readEntity(IIdType, boolean, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- readEntity(IIdType, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- readEntityLatestVersion(IResourcePersistentId, RequestDetails, TransactionDetails) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- readEntityLatestVersion(IIdType, RequestDetails, TransactionDetails) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- readOnly() - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.ExecutionBuilder
- readOnly() - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService.IExecutionBuilder
- READY - Enum constant in enum ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobStatusEnum
- register(IFhirResourceDao) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- registerSearch(IFhirResourceDao<?>, SearchParameterMap, String, CacheControlDirective, RequestDetails, RequestPartitionId) - Method in interface ca.uhn.fhir.jpa.api.svc.ISearchCoordinatorSvc
- reindex(IResourcePersistentId, RequestDetails, TransactionDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Reindex the given resource
- reindex(T, ResourceTable) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Updates index tables associated with the given resource.
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class ca.uhn.fhir.jpa.search.reindex.BlockPolicy
-
Puts the Runnable to the blocking queue, effectively blocking the delegating thread until space is available.
- rejectOnSeverity(ResultSeverityEnum) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Specifies the minimum validation result severity that should cause a rejection.
- rejectOnSeverity(String) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Specifies the minimum validation result severity that should cause a rejection.
- rejectUnknownExtensions() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Configure the validator to reject unknown extensions
- REMOTE_ADDR - Static variable in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- REMOTE_UA - Static variable in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- removeAll() - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- removeIf(Predicate<DeleteConflict>) - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- removeTag(IIdType, TagTypeEnum, String, String) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- removeTag(IIdType, TagTypeEnum, String, String, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- replaceDataWithExtension(IBinaryTarget, String) - Method in class ca.uhn.fhir.jpa.binary.provider.BinaryAccessProvider
- REPOSITORY_VALIDATING_RULE_BUILDER - Static variable in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder
- RepositoryValidatingInterceptor - Class in ca.uhn.fhir.jpa.interceptor.validation
-
This interceptor enforces validation rules on any data saved in a HAPI FHIR JPA repository.
- RepositoryValidatingInterceptor() - Constructor for class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingInterceptor
-
Constructor
- RepositoryValidatingInterceptor(FhirContext, List<IRepositoryValidatingRule>) - Constructor for class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingInterceptor
-
Constructor
- RepositoryValidatingRuleBuilder - Class in ca.uhn.fhir.jpa.interceptor.validation
-
This class is used to construct rules to populate the
RepositoryValidatingInterceptor
. - RepositoryValidatingRuleBuilder(IValidationSupport) - Constructor for class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder
- RepositoryValidatingRuleBuilder.FinalizedTypedRule - Class in ca.uhn.fhir.jpa.interceptor.validation
- RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped - Class in ca.uhn.fhir.jpa.interceptor.validation
- RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule - Class in ca.uhn.fhir.jpa.interceptor.validation
- REQUEST_ID - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.StoreMetaSourceInformationEnum
- REQUESTED_STATUS - Static variable in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
- requireAtLeastOneProfileOf(String...) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped
-
Require any resource being persisted to declare conformance to at least one of the given profiles, meaning that the specified profile URL must be found within the resource in
Resource.meta.profile
. - requireAtLeastProfile(String) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped
-
Require any resource being persisted to declare conformance to the given profile, meaning that the specified profile URL must be found within the resource in
Resource.meta.profile
. - requireValidationToDeclaredProfiles() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped
-
Perform a resource validation step using the FHIR Instance Validator and reject the storage if the validation fails.
- resolveResourceIdentity(RequestPartitionId, String, String) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Given a forced ID, convert it to it's Long value.
- resolveResourceIdentity(RequestPartitionId, String, String, boolean) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Given a forced ID, convert it to it's Long value.
- resolveResourcePersistentIds(RequestPartitionId, String, String) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Given a resource type and ID, determines the internal persistent ID for the resource.
- resolveResourcePersistentIds(RequestPartitionId, String, String, boolean) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Given a resource type and ID, determines the internal persistent ID for a resource.
- resolveResourcePersistentIds(RequestPartitionId, String, List<String>) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Returns a mapping of Id -> IResourcePersistentId.
- resolveResourcePersistentIds(RequestPartitionId, String, List<String>, boolean) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Returns a mapping of Id -> IResourcePersistentId.
- resolveResourcePersistentIdsWithCache(RequestPartitionId, List<IIdType>) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Given a collection of resource IDs (resource type + id), resolves the internal persistent IDs.
- resolveResourcePersistentIdsWithCache(RequestPartitionId, List<IIdType>, boolean) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Given a collection of resource IDs (resource type + id), resolves the internal persistent IDs.
- resolveURL(IResourceValidator, Object, String, String, String) - Method in class ca.uhn.fhir.jpa.validation.ValidatorResourceFetcher
- RESOURCE_CONDITIONAL_CREATE_VERSION - Enum constant in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
- RESOURCE_LOOKUP - Enum constant in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
- RESOURCE_PID - Static variable in interface ca.uhn.fhir.jpa.api.dao.IDao
- RESOURCE_PID_KEY - Static variable in interface ca.uhn.fhir.jpa.api.dao.IDao
- ResourceDeliveryJsonMessage - Class in ca.uhn.fhir.jpa.subscription.model
- ResourceDeliveryJsonMessage() - Constructor for class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryJsonMessage
-
Constructor
- ResourceDeliveryJsonMessage(ResourceDeliveryMessage) - Constructor for class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryJsonMessage
-
Constructor
- ResourceDeliveryMessage - Class in ca.uhn.fhir.jpa.subscription.model
- ResourceDeliveryMessage() - Constructor for class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
-
Constructor
- resourceIdFromPidOrThrowException(T, String) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
- ResourceLoaderImpl - Class in ca.uhn.fhir.jpa.validation
- ResourceLoaderImpl() - Constructor for class ca.uhn.fhir.jpa.validation.ResourceLoaderImpl
- ResourceModifiedJsonMessage - Class in ca.uhn.fhir.jpa.subscription.model
- ResourceModifiedJsonMessage() - Constructor for class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedJsonMessage
-
Constructor
- ResourceModifiedJsonMessage(ResourceModifiedMessage) - Constructor for class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedJsonMessage
-
Constructor
- ResourceModifiedMessage - Class in ca.uhn.fhir.jpa.subscription.model
-
Most of this class has been moved to ResourceModifiedMessage in the hapi-fhir-server project, for a reusable channel ResourceModifiedMessage that doesn't require knowledge of subscriptions.
- ResourceModifiedMessage() - Constructor for class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedMessage
-
Constructor
- ResourceModifiedMessage(FhirContext, IBaseResource, BaseResourceMessage.OperationTypeEnum) - Constructor for class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedMessage
- ResourceModifiedMessage(FhirContext, IBaseResource, BaseResourceMessage.OperationTypeEnum, RequestDetails) - Constructor for class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedMessage
- ResourceModifiedMessage(FhirContext, IBaseResource, BaseResourceMessage.OperationTypeEnum, RequestDetails, RequestPartitionId) - Constructor for class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedMessage
- ResourcePidListBuilder - Class in ca.uhn.fhir.jpa.api.pid
- ResourcePidListBuilder() - Constructor for class ca.uhn.fhir.jpa.api.pid.ResourcePidListBuilder
- resourcePreCreate(IBaseResource, RequestDetails) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- resourcePreUpdate(IBaseResource, IBaseResource, RequestDetails) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- resourceType - Variable in class ca.uhn.fhir.jpa.api.pid.TypedResourcePid
- ResourceVersionConflictResolutionStrategy - Class in ca.uhn.fhir.jpa.api.model
- ResourceVersionConflictResolutionStrategy() - Constructor for class ca.uhn.fhir.jpa.api.model.ResourceVersionConflictResolutionStrategy
- RESTHOOK - Enum constant in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
-
The channel is executed by making a post to the URI.
- RestHookDetails() - Constructor for class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.RestHookDetails
-
Constructor
- RetriableBundleTask(CountDownLatch, RequestDetails, Map<Integer, Object>, int, IBase, boolean) - Constructor for class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor.RetriableBundleTask
- RETRY - Static variable in class ca.uhn.fhir.jpa.interceptor.UserRequestRetryVersionConflictsInterceptor
-
Deprecated.
- run() - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor.RetriableBundleTask
- runDeliveryPass() - Method in interface ca.uhn.fhir.jpa.subscription.triggering.ISubscriptionTriggeringSvc
- runInPartitionedThreads(List<IResourcePersistentId>, Consumer<List<IResourcePersistentId>>) - Method in class ca.uhn.fhir.jpa.dao.expunge.PartitionRunner
- RUNNING - Enum constant in enum ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobStatusEnum
S
- SCT_URI - Static variable in interface ca.uhn.fhir.jpa.term.api.ITermLoaderSvc
- search(SearchParameterMap) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Deprecated.
- search(SearchParameterMap) - Method in class ca.uhn.fhir.jpa.dao.DaoSearchParamProvider
- search(SearchParameterMap, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- search(SearchParameterMap, RequestDetails, HttpServletResponse) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- search(SearchParameterMap, Class<R>, RequestDetails, IBaseResource) - Method in class ca.uhn.fhir.jpa.dao.MatchResourceUrlService
- search(Object, String, List<Argument>) - Method in class ca.uhn.fhir.jpa.graphql.DaoRegistryGraphQLStorageServices
- SEARCH_BUILDER_BEAN_NAME - Static variable in interface ca.uhn.fhir.jpa.dao.ISearchBuilder
- SEARCH_PARAM - Static variable in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- SearchBuilderFactory<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>> - Class in ca.uhn.fhir.jpa.dao
- SearchBuilderFactory() - Constructor for class ca.uhn.fhir.jpa.dao.SearchBuilderFactory
- SearchConstants - Class in ca.uhn.fhir.jpa.search
- searchForIds(SearchParameterMap, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Search for IDs for processing a match URLs, etc.
- searchForIds(SearchParameterMap, RequestDetails, IBaseResource) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Search for IDs for processing a match URLs, etc.
- searchParameterCanonicalizer(FhirContext) - Method in class ca.uhn.fhir.jpa.searchparam.submit.config.SearchParamSubmitterConfig
- SearchParameterDaoValidator - Class in ca.uhn.fhir.jpa.dao.validation
- SearchParameterDaoValidator(FhirContext, DaoConfig, ISearchParamRegistry) - Constructor for class ca.uhn.fhir.jpa.dao.validation.SearchParameterDaoValidator
- searchParamSubmitInterceptorLoader() - Method in class ca.uhn.fhir.jpa.searchparam.submit.config.SearchParamSubmitterConfig
- SearchParamSubmitInterceptorLoader - Class in ca.uhn.fhir.jpa.searchparam.submit.interceptor
- SearchParamSubmitInterceptorLoader() - Constructor for class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamSubmitInterceptorLoader
- SearchParamSubmitterConfig - Class in ca.uhn.fhir.jpa.searchparam.submit.config
- SearchParamSubmitterConfig() - Constructor for class ca.uhn.fhir.jpa.searchparam.submit.config.SearchParamSubmitterConfig
- searchParamValidatingInterceptor() - Method in class ca.uhn.fhir.jpa.searchparam.submit.config.SearchParamSubmitterConfig
- SearchParamValidatingInterceptor - Class in ca.uhn.fhir.jpa.searchparam.submit.interceptor
- SearchParamValidatingInterceptor() - Constructor for class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- sendInternal(Message<?>, long) - Method in class ca.uhn.fhir.jpa.subscription.channel.subscription.BroadcastingSubscribableChannelWrapper
- SEQUENTIAL_NUMERIC - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.IdStrategyEnum
-
This strategy is the default strategy, and it simply uses a sequential numeric ID for each newly created resource.
- serialize(Date, JsonGenerator, SerializerProvider) - Method in class ca.uhn.fhir.jpa.util.JsonDateSerializer
- setAccountForDateIndexNulls(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to true (default is false), date indexes will account for null values in the range columns.
- setAdvancedHSearchIndexing(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Enable/disable HSearch indexing enabled beyond _contains or _text.
- setAllowAutoInflateBinaries(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting indicates whether binaries are allowed to be automatically inflated from external storage during requests.
- setAllowAutoInflateBinaries(boolean) - Method in class ca.uhn.fhir.jpa.binary.interceptor.BinaryStorageInterceptor
- setAllowContainsSearches(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If enabled, the server will support the use of :contains searches, which are helpful but can have adverse effects on performance.
- setAllowExternalReferences(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default isfalse
) the server will allow resources to have references to external servers. - setAllowInlineMatchUrlReferences(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Should references containing match URLs be resolved and replaced in create and update operations.
- setAllowMdmExpansion(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If enabled, the server will support the use of :mdm search parameter qualifier on Reference Search Parameters.
- setAllowMultipleDelete(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- setApplicationContext(ApplicationContext) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- setAutoCreatePlaceholderReferenceTargets(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When creating or updating a resource: If this property is set to
true
(default isfalse
), if the resource has a reference to another resource on the local server but that reference does not exist, a placeholder resource will be created. - setAutoInflateBinariesMaximumBytes(long) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls how many bytes of binaries will be automatically inflated from external storage during requests.
- setAutoInflateBinariesMaximumSize(long) - Method in class ca.uhn.fhir.jpa.binary.interceptor.BinaryStorageInterceptor
-
Any externalized binaries will be rehydrated if their size is below this thhreshold when reading the resource back.
- setBatchSize(int) - Method in class ca.uhn.fhir.batch2.models.JobInstanceFetchRequest
- setBatchSize(int) - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobJson
- setBatchSize(long) - Method in class ca.uhn.fhir.batch2.importpull.models.Batch2BulkImportPullJobParameters
- setBinaryStorageSvcForUnitTest(IBinaryStorageSvc) - Method in class ca.uhn.fhir.jpa.binary.provider.BinaryAccessProvider
- setBlobId(String) - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- setBulkExportFileMaximumCapacity(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls how many resources will be stored in each binary file created by a bulk export.
- setBulkExportFileRetentionPeriodHours(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls how long Bulk Export collection entities will be retained after job start.
- setBulkImportMaxRetryCount(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Specifies the maximum number of times that a chunk will be retried during bulk import processes before giving up.
- setBundleBatchMaxPoolSize(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Set the batch transaction thread pool size.
- setBundleBatchPoolSize(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Set the batch transaction thread pool size.
- setBundleTypesAllowedForStorage(Set<String>) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting specifies the bundle types (
Bundle.type
) that are allowed to be stored as-is on the /Bundle endpoint. - setBytes(long) - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- setCacheControlNoStoreMaxResultsUpperLimit(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Specifies the highest number that a client is permitted to use in a
Cache-Control: nostore, max-results=NNN
directive. - setCancelled(boolean) - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- setChannelExtensions(Map<String, List<String>>) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setChannelType(CanonicalSubscriptionChannelType) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setCodeableConcept(CodeableConcept) - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- setCodeSystemConceptDelete(int) - Method in class ca.uhn.fhir.jpa.term.models.CodeSystemConceptsDeleteResult
- setCodeSystemVersionPid(long) - Method in class ca.uhn.fhir.jpa.term.models.TermCodeSystemDeleteVersionJobParameters
- setCodeSystemVersionPID(long) - Method in class ca.uhn.fhir.jpa.term.models.CodeSystemVersionPIDResult
- setCoding(Coding) - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- setConceptMapVersion(String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- setConceptMapVersion(String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- setConcurrentBundleValidation(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- setConcurrentConsumers(int) - Method in class ca.uhn.fhir.jpa.subscription.channel.api.ChannelConsumerSettings
- setConcurrentConsumers(int) - Method in class ca.uhn.fhir.jpa.subscription.channel.api.ChannelProducerSettings
- setContent(StringAndListParam) - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- setContents(String) - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobFileJson
- setContentType(String) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryTarget
- setContentType(String) - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- setContext(FhirContext) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- setContext(FhirContext) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- setCount(IPrimitiveType<Integer>) - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- setCountSearchResultsUpTo(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When searching, if set to a non-null value (default is
null
) the search coordinator will attempt to find at least this many results before returning a response to the client. - setCreated(Boolean) - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
- setCriteriaString(String) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setCrossPartitionEnabled(boolean) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setCrossPartitionSubscription(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting indicates if a cross-partition subscription can be made.
- setDao(IFhirResourceDao<T>) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- setDao(IFhirSystemDao<T, MT>) - Method in class ca.uhn.fhir.jpa.provider.BaseStorageSystemProvider
- setDaoConfig(DaoConfig) - Method in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
- setDaoConfig(DaoConfig) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- setDaoConfigForUnitTest(DaoConfig) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- setDaoRegistry(DaoRegistry) - Method in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
- setDaoRegistry(DaoRegistry) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- setDaoRegistry(DaoRegistry) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- setDaoRegistryForUnitTest(DaoRegistry) - Method in class ca.uhn.fhir.jpa.binary.provider.BinaryAccessProvider
- setData(byte[]) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryTarget
- setDefaultSearchParamsCanBeOverridden(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
the default search params (i.e. - setDefaultTotalMode(SearchTotalModeEnum) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If a non-null value is supplied (default is
null
), a default for the_total
parameter may be specified here. - setDeferIndexingForCodesystemsOfSize(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When a code system is added that contains more than this number of codes, the code system will be indexed later in an incremental process in order to avoid overwhelming Lucene with a huge number of codes in a single operation.
- setDeletedCount(int) - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOutcome
- setDeletedDesignations(int) - Method in class ca.uhn.fhir.jpa.term.models.CodeSystemConceptsDeleteResult
- setDeletedEntities(List<ResourceTable>) - Method in class ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
-
Deprecated.
- setDeletedLinks(int) - Method in class ca.uhn.fhir.jpa.term.models.CodeSystemConceptsDeleteResult
- setDeletedProperties(int) - Method in class ca.uhn.fhir.jpa.term.models.CodeSystemConceptsDeleteResult
- setDeleteEnabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting should be disabled (set to
false
) on servers that are not allowing deletes. - setDeleteExpungeEnabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default isfalse
), the _expunge parameter on the DELETE operation will be enabled on this server. - setDeliverLatestVersion(boolean) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.RestHookDetails
- setDescription(String) - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobFileJson
- setDisableHashBasedSearches(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default is false) the server will not use hash based searches. - setEmailFromAddress(String) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If e-mail subscriptions are supported, the From address used when sending e-mails
- setEnableBulkExportJobReuse(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls whether, upon receiving a request for an $export operation, if a batch job already exists that exactly matches the new request, the system should attempt to reuse the batch job.
- setEnableInMemorySubscriptionMatching(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
false
(default is true) the server will not use in-memory subscription searching and instead use the database matcher for all subscription criteria matching. - setEnableTaskBulkExportJobExecution(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (this is the default), this server will attempt to activate and run Bulk Export batch jobs.
- setEnableTaskBulkImportJobExecution(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (this is the default), this server will attempt to activate and run Bulk Import batch jobs.
- setEnableTaskPreExpandValueSets(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (this is the default), this server will attempt to pre-expand any ValueSets that have been uploaded and are not yet pre-expanded.
- setEnableTaskResourceReindexing(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (this is the default), this server will attempt to run resource reindexing jobs.
- setEnableTaskStaleSearchCleanup(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (this is the default), this server will periodically scan for and try to delete stale searches in the database.
- setEndpointUrl(String) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setEndTime(Date) - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- setEnforceReferenceTargetTypes(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default is true) when a resource is being persisted, the target resource types of references will be validated to ensure that they are appropriate for the field containing the reference. - setEnforceReferentialIntegrityOnDelete(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
false
(default istrue
) resources will be permitted to be deleted even if other resources currently contain references to them. - setEnforceReferentialIntegrityOnWrite(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
false
(default istrue
) resources will be permitted to be created or updated even if they contain references to local resources that do not exist. - setEntity(IBasePersistedResource) - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
- setEntitySupplier(Supplier<LazyDaoMethodOutcome.EntityAndResource>) - Method in class ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome
- setEntitySupplierUseCallback(Runnable) - Method in class ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome
- setErrorMsg(String) - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- setEverythingIncludesFetchPageSize(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Unlike with normal search queries, $everything queries have their _includes loaded by the main search thread and these included results are added to the normal search results instead of being added on as extras in a page.
- setExpandMdm(boolean) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- setExpandMdm(boolean) - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- setExpireSearchResults(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is set to
false
(default istrue
) the stale search deletion task will be disabled (meaning that search results will be retained in the database indefinitely). - setExpireSearchResultsAfterMillis(long) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Sets the number of milliseconds that search results for a given client search should be preserved before being purged from the database.
- setExportStyle(BulkDataExportOptions.ExportStyle) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- setExportStyle(BulkDataExportOptions.ExportStyle) - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- setExpungeBatchSize(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
The expunge batch size (default 800) determines the number of records deleted within a single transaction by the expunge operation.
- setExpungeDeletedResources(boolean) - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOptions
- setExpungedEntitiesCount(long) - Method in class ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
-
Deprecated.
- setExpungedResourcesCount(long) - Method in class ca.uhn.fhir.jpa.api.model.DeleteMethodOutcome
-
Deprecated.
- setExpungeEnabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default isfalse
), the $expunge operation will be enabled on this server. - setExpungeEverything(boolean) - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOptions
- setExpungeOldVersions(boolean) - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOptions
- setExpungeThreadCount(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls the number of threads allocated to the expunge operation
- setFetchSize(int) - Method in interface ca.uhn.fhir.jpa.dao.ISearchBuilder
-
How many results may be fetched at once
- setFetchSizeDefaultMaximum(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Gets the default maximum number of results to load in a query.
- setFhirContext(FhirContext) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingInterceptor
-
Provide the FHIR Context (mandatory)
- setFhirContext(FhirContext) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- setFhirContextForUnitTest(FhirContext) - Method in class ca.uhn.fhir.jpa.binary.provider.BinaryAccessProvider
- setFileCount(int) - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobJson
- setFileDescription(String) - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportFilePartitionResult
- setFileIndex(int) - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportFilePartitionResult
- setFileIndex(int) - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- setFilter(StringAndListParam) - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- setFilterParameterEnabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
the _filter search parameter will be enabled on this server. - setFilters(List<String>) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- setFilters(List<String>) - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- setFrom(String) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.EmailDetails
- setFullUrl(BUNDLEENTRY, String) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- setFullUrl(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- setFullUrl(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- setGroupId(String) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- setGroupId(String) - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- setHapiTransactionService(HapiTransactionService) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- setHash(String) - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- setHeaders(String) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setHeaders(List<? extends IPrimitiveType<String>>) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setHistoryCountMode(HistoryCountModeEnum) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When performing a FHIR history operation, a
Bundle.total
value is included in the response, indicating the total number of history entries. - setHSearchIndexPrefix(String) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Sets a prefix for any indexes created when interacting with hsearch.
- setIdElement(IIdType) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setIdSupplier(Supplier<IIdType>) - Method in class ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome
- setIIDHelperService(IIdHelperService) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- setIncludePreviousValueInDiff(boolean) - Method in class ca.uhn.fhir.jpa.patch.FhirPatch
- setIndexMissingFields(DaoConfig.IndexEnabledEnum) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
DaoConfig.IndexEnabledEnum.DISABLED
(default isDaoConfig.IndexEnabledEnum.DISABLED
) the server will not create search indexes for search parameters with no values in resources. - setInlineResourceTextBelowSize(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to a positive number, any resources with a character length at or below the given number of characters will be stored inline in the
HFJ_RES_VER
table instead of using a separate LOB column. - setInterceptorBroadcaster(IInterceptorBroadcaster) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- setInterceptorRegistry(IInterceptorService) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamSubmitInterceptorLoader
- setInternalSynchronousSearchSize(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This determines the internal search size that is run synchronously during operations such as searching for Code System IDs by System and Code
- setJobDescription(String) - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportFilePartitionResult
- setJobDescription(String) - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobJson
- setJobFastTrackingEnabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this setting is enabled, then gated batch jobs that produce only one chunk will immediately trigger a batch maintenance job.
- setJobId(String) - Method in class ca.uhn.fhir.batch2.importpull.models.Batch2BulkImportPullJobParameters
- setJobId(String) - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- setJobId(String) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportJobInfo
- setJobId(String) - Method in class ca.uhn.fhir.jpa.batch.models.Batch2JobStartResponse
- setJobId(String) - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- setJobMetadataId(String) - Method in class ca.uhn.fhir.jpa.bulk.export.provider.JobInfo
- setJobToStatus(String, BulkImportJobStatusEnum) - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
-
Updates the job status for the given job
- setJobToStatus(String, BulkImportJobStatusEnum, String) - Method in interface ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc
-
Updates the job status for the given job
- setLastNEnabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default isfalse
) the$lastn
operation will be enabled for indexing Observation resources. - setLastUpdated(DateRangeParam) - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- setLimit(int) - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOptions
-
The maximum number of resource versions to expunge
- setLineIndex(int) - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- setLocale(Locale) - Method in class ca.uhn.fhir.jpa.validation.ValidatorResourceFetcher
- setLocalReferenceValidationDefaultPolicy(ReferenceValidationPolicy) - Method in class ca.uhn.fhir.jpa.validation.ValidationSettings
-
Supplies a default policy for validating local references.
- setMarkResourcesForReindexingUponSearchParameterChange(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Should resources be marked as needing reindexing when a SearchParameter resource is added or changed.
- setMassIngestionMode(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If this is enabled (disabled by default), Mass Ingestion Mode is enabled.
- setMatchingStrategyTag(IBaseResource, SubscriptionMatchingStrategy) - Method in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionCanonicalizer
- setMatchUrl(String) - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
- setMatchUrlCache(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Deprecated.Deprecated in 5.5.0. Use
DaoConfig.setMatchUrlCacheEnabled(boolean)
instead (the name of this method is misleading) - setMatchUrlCacheEnabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If enabled, resolutions for match URLs (e.g.
- setMaximumBinarySize(long) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
-
Sets the maximum number of bytes that can be stored in a single binary file by this service.
- setMaximumBinarySize(long) - Method in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- setMaximumBinarySize(long) - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- setMaximumDeleteConflictQueryCount(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This determines the maximum number of conflicts that should be fetched and handled while retrying a delete of a resource.
- setMaximumExpansionSize(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Sets the maximum number of codes that will be added to an in-memory valueset expansion before the operation will be failed as too costly.
- setMaximumIncludesToLoadPerPage(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Specifies the maximum number of
_include
and_revinclude
results to return in a single page of results. - setMaximumSearchResultCountInTransaction(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Provides the maximum number of results which may be returned by a search (HTTP GET) which is executed as a sub-operation within within a FHIR
transaction
orbatch
operation. - setMaximumTransactionBundleSize(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Specifies the maximum number of resources permitted within a single transaction bundle.
- setMaxResultsToFetch(Integer) - Method in interface ca.uhn.fhir.jpa.dao.ISearchBuilder
- setMaxRetries(int) - Method in class ca.uhn.fhir.jpa.api.model.ResourceVersionConflictResolutionStrategy
- setMessage(String) - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobOperationResult
- setMinimumBinarySize(int) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
-
Sets the minimum number of bytes that will be stored.
- setMinimumBinarySize(int) - Method in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- setMinimumBinarySize(int) - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- setModelConfig(ModelConfig) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- setMsg(String) - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- setNarrative(StringAndListParam) - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- setNop(boolean) - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
-
Was this a NO-OP - Typically because of an update to a resource that already matched the contents provided
- setOffset(IPrimitiveType<Integer>) - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- setOperation(String) - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobOperationResult
- setOperationType(RestOperationTypeEnum) - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
- setOriginalRequestUrl(String) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportJobResults
- setOriginalRequestUrl(String) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- setOutputFormat(String) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- setPageStart(int) - Method in class ca.uhn.fhir.batch2.models.JobInstanceFetchRequest
- setPartitionId(RequestPartitionId) - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- setPartitionId(Integer) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setPatientIds(List<String>) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- setPatientIds(List<String>) - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- setPayload(FhirContext, IBaseResource, EncodingEnum) - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- setPayload(ResourceDeliveryMessage) - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryJsonMessage
- setPayload(ResourceModifiedMessage) - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedJsonMessage
- setPayloadId(IIdType) - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- setPayloadSearchCriteria(String) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setPayloadString(String) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setPeriodMillis(long) - Method in class ca.uhn.fhir.jpa.api.model.WarmCacheEntry
- setPersistentId(IResourcePersistentId) - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
- setPopulateIdentifierInAutoCreatedPlaceholderReferenceTargets(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When
DaoConfig.setAutoCreatePlaceholderReferenceTargets(boolean)
is enabled, if this setting is set totrue
(default istrue
) and the source reference has an identifier populated, the identifier will be copied to the target resource. - setPreExpandValueSets(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
, ValueSets and expansions are stored in terminology tables. - setPreExpandValueSetsDefaultCount(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This is the default value of
count
parameter for the ValueSet$expand
operation whenDaoConfig.isPreExpandValueSets()
returnstrue
. - setPreExpandValueSetsMaxCount(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This is the max value of
count
parameter for the ValueSet$expand
operation whenDaoConfig.isPreExpandValueSets()
returnstrue
. - setPreloadBlobFromInputStream(Boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Deprecated.In 5.2.0 this setting no longer does anything
- setPreserveRequestIdInResourceBody(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting indicate whether a providedResource.meta.source requestID (source#requestID) should be preserved or overwritten.
- setPreviouslyAddedResourcePids(List<T>) - Method in interface ca.uhn.fhir.jpa.dao.ISearchBuilder
- setPreviousResource(IBaseResource) - Method in class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
-
For update operations, this is the body of the resource as it was before the update
- setProcessingMode(JobFileRowProcessingModeEnum) - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportFilePartitionResult
- setProcessingMode(JobFileRowProcessingModeEnum) - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- setProcessingMode(JobFileRowProcessingModeEnum) - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobJson
- setPublished(Date) - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- setQualifyChannelName(boolean) - Method in class ca.uhn.fhir.jpa.subscription.channel.api.BaseChannelSettings
-
Default true.
- setReindexBatchSize(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
The reindex batch size (default 800) determines the number of records reindexed in a single transaction.
- setReindexEnabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
false
(default istrue
), reindexing of resources will be disabled on this server. - setReindexThreadCount(int) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting controls the number of threads allocated to resource reindexing (which is only ever used if SearchParameters change, or a manual reindex is triggered due to a HAPI FHIR upgrade or some other reason).
- setReport(String) - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- setReportMsg(String) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportJobResults
- setRequest(String) - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- setRequestPartitionSvcForUnitTest(IRequestPartitionHelperSvc) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- setRequestUrl(BUNDLEENTRY, String) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- setRequestUrl(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- setRequestUrl(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- setRequestVerb(BUNDLEENTRY, String) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- setRequestVerb(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- setRequestVerb(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- setRequiresAccessToken(Boolean) - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- setResource(BUNDLEENTRY, IBaseResource) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- setResource(Bundle.BundleEntryComponent, IBaseResource) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- setResource(Bundle.BundleEntryComponent, IBaseResource) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- setResourceClientIdStrategy(DaoConfig.ClientIdStrategyEnum) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Controls the behaviour when a client-assigned ID is encountered, i.e.
- setResourceDaos(Collection<IFhirResourceDao>) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- setResourceEncoding(ResourceEncodingEnum) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- setResourceId(IIdType) - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- setResourceId(IIdType) - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- setResourceIdMarkedForDeletion(IIdType) - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- setResourceIdToIgnoreConflict(IIdType) - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- setResourceMetaCountHardLimit(Integer) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set, an individual resource will not be allowed to have more than the given number of tags, profiles, and security labels (the limit is for the combined total for all of these things on an individual resource).
- setResourceServerIdStrategy(DaoConfig.IdStrategyEnum) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting configures the strategy to use in generating IDs for newly created resources on the server.
- setResourceString(String) - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- setResourceType(String) - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- setResourceTypes(Collection<String>) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportJobInfo
- setResourceTypes(List<String>) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- setResourceTypeToBinaryIds(Map<String, List<String>>) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportJobResults
- setResponseETag(BUNDLEENTRY, String) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- setResponseETag(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- setResponseETag(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- setResponseLastModified(BUNDLEENTRY, Date) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- setResponseLastModified(Bundle.BundleEntryComponent, Date) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- setResponseLastModified(Bundle.BundleEntryComponent, Date) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- setResponseLocation(BUNDLEENTRY, String) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- setResponseLocation(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- setResponseLocation(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- setResponseOutcome(BUNDLEENTRY, IBaseOperationOutcome) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- setResponseOutcome(Bundle.BundleEntryComponent, IBaseOperationOutcome) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- setResponseOutcome(Bundle.BundleEntryComponent, IBaseOperationOutcome) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- setResponseStatus(BUNDLEENTRY, String) - Method in interface ca.uhn.fhir.jpa.dao.ITransactionProcessorVersionAdapter
- setResponseStatus(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- setResponseStatus(Bundle.BundleEntryComponent, String) - Method in class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- setRetry(boolean) - Method in class ca.uhn.fhir.jpa.api.model.ResourceVersionConflictResolutionStrategy
- setRetryConfiguration(ChannelRetryConfiguration) - Method in class ca.uhn.fhir.jpa.subscription.channel.api.BaseChannelSettings
- setRetryCount(int) - Method in class ca.uhn.fhir.jpa.subscription.model.ChannelRetryConfiguration
- setReuseCachedSearchResultsForMillis(Long) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to a non null value (default is
non null
) if an identical search is requested multiple times within this window, the same results will be returned to multiple queries. - setReverse(Boolean) - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- setRules(List<IRepositoryValidatingRule>) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingInterceptor
-
Provide the rules to use for validation (mandatory)
- setSchedulingDisabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- setSearchParameterCanonicalizer(SearchParameterCanonicalizer) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- setSearchParamRegistry(ISearchParamRegistry) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- setSearchParamValidatingInterceptor(SearchParamValidatingInterceptor) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamSubmitInterceptorLoader
- setSearchPreFetchThresholds(List<Integer>) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting sets the number of search results to prefetch.
- setSendDeleteMessages(boolean) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setSize(Integer) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryTarget
- setSort(SortSpec) - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- setSort(Sort) - Method in class ca.uhn.fhir.batch2.models.JobInstanceFetchRequest
- setSource(String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- setSource(String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- setStartDate(Date) - Method in class ca.uhn.fhir.jpa.api.model.BulkExportParameters
- setStartDate(Date) - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- setStartTime(Date) - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- setStatus(BulkExportJobStatusEnum) - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobInfo
- setStatus(BulkExportJobStatusEnum) - Method in class ca.uhn.fhir.jpa.bulk.export.provider.JobInfo
- setStatus(BulkImportJobStatusEnum) - Method in class ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc.JobInfo
- setStatus(Subscription.SubscriptionStatus) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setStatusBasedReindexingDisabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default is false), the reindexing of search parameters using a query on the HFJ_RESOURCE.SP_INDEX_STATUS column will be disabled completely. - setStatusMessage(String) - Method in class ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc.JobInfo
- setStatusTime(Date) - Method in class ca.uhn.fhir.jpa.bulk.imprt.api.IBulkDataImportSvc.JobInfo
- setStoreMetaSourceInformation(DaoConfig.StoreMetaSourceInformationEnum) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If enabled, resource source information (
Resource.meta.source
) will be persisted along with each resource. - setStoreResourceInHSearchIndex(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Enable Resource to be stored inline with HSearch index mappings.
- setStripVersionId(boolean) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.RestHookDetails
- setSubjectTemplate(String) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.EmailDetails
- setSubscription(CanonicalSubscription) - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- setSubscriptionId(String) - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedMessage
- setSuccess(Boolean) - Method in class ca.uhn.fhir.jpa.api.model.Batch2JobOperationResult
- setSupportedResourceTypes(String...) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- setSupportedResourceTypes(Collection<String>) - Method in class ca.uhn.fhir.jpa.api.dao.DaoRegistry
- setSuppressUpdatesWithNoChange(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to true (default is true), if a client performs an update which does not actually result in any chance to a given resource (e.g.
- setSystem(String) - Method in class ca.uhn.fhir.util.CanonicalIdentifier
- setTags(Map<String, String>) - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- setTagStorageMode(DaoConfig.TagStorageModeEnum) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Sets the tag storage mode for the server.
- setTarget(String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- setTarget(String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- setTargetAttachmentIdForUnitTest(Boolean) - Method in class ca.uhn.fhir.jpa.binary.provider.BinaryAccessProvider
- setTargetSystem(String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- setTargetSystem(String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- setTenantName(String) - Method in class ca.uhn.fhir.batch2.importpull.models.BulkImportRecord
- setTenantName(String) - Method in class ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobFileJson
- setTermPid(long) - Method in class ca.uhn.fhir.jpa.term.models.TermCodeSystemDeleteJobParameters
- setTransactionManager(PlatformTransactionManager) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- setTransactionTime(Date) - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson
- setTreatBaseUrlsAsLocal(Set<String>) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting may be used to advise the server that any references found in resources that have any of the base URLs given here will be replaced with simple local references.
- setTreatReferencesAsLogical(Set<String>) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting may be used to advise the server that any references found in resources that have any of the base URLs given here will be treated as logical references instead of being treated as real references.
- setTriggerSubscriptionsForNonVersioningChanges(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to true (default is false) then subscriptions will be triggered for resource updates even if they do not trigger a new version (e.g.
- setTxManager(PlatformTransactionManager) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- setType(String) - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson.Output
- setTypes(StringAndListParam) - Method in class ca.uhn.fhir.jpa.api.dao.PatientEverythingParameters
- setUniqueIndexesCheckedBeforeSave(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
When using
unique indexes
, if this setting is set totrue
(default istrue
) the system will test for the existence of a particular unique index value prior to saving a new one. - setUniqueIndexesEnabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If set to
true
(default istrue
), indexes will be created for search parameters marked asHapiExtensions.EXT_SP_UNIQUE
. - setUpdateWithHistoryRewriteEnabled(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
This setting indicates whether updating the history of a resource is allowed.
- setUrl(String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationQuery
- setUrl(String) - Method in class ca.uhn.fhir.jpa.api.model.TranslationRequest
- setUrl(String) - Method in class ca.uhn.fhir.jpa.api.model.WarmCacheEntry
- setUrl(String) - Method in class ca.uhn.fhir.jpa.bulk.export.model.BulkExportResponseJson.Output
- setUseExistingJobsFirst(boolean) - Method in class ca.uhn.fhir.jpa.batch.models.Batch2BaseJobParameters
- setUseLegacySearchBuilder(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
Deprecated.in 6.1.0, this toggle will be removed in 6.2.0 as the Legacy Search Builder has been removed.
- setUsesCachedResult(boolean) - Method in class ca.uhn.fhir.jpa.batch.models.Batch2JobStartResponse
- setValidateSearchParameterExpressionsOnSave(boolean) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If
true
(default istrue
), before allowing a SearchParameter resource to be stored (create, update, etc.) the expression will be performed against an empty resource to ensure that the FHIRPath executor is able to process it. - setValue(String) - Method in class ca.uhn.fhir.util.CanonicalIdentifier
- setVersionAdapter(ITransactionProcessorVersionAdapter) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- setWarmCacheEntries(List<WarmCacheEntry>) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
- setWebsocketContextPath(String) - Method in class ca.uhn.fhir.jpa.api.config.DaoConfig
-
If websocket subscriptions are enabled, this defines the context path that listens to them.
- shouldStoreBlob(long, IIdType, String) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
-
Give the storage service the ability to veto items from storage
- shouldStoreBlob(long, IIdType, String) - Method in class ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
- shouldStoreBlob(long, IIdType, String) - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- size() - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- size() - Method in class ca.uhn.fhir.jpa.api.pid.BaseResourcePidList
- size() - Method in class ca.uhn.fhir.jpa.api.pid.EmptyResourcePidList
- size() - Method in interface ca.uhn.fhir.jpa.api.pid.IResourcePidList
- SMS - Enum constant in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
-
The channel is executed by sending an SMS message to the phone number identified in the URL (tel:).
- SOURCE_URI - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.StoreMetaSourceInformationEnum
- SOURCE_URI_AND_REQUEST_ID - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.StoreMetaSourceInformationEnum
- STAGING - Enum constant in enum ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobStatusEnum
- start() - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamSubmitInterceptorLoader
- startNewJob(Batch2BaseJobParameters) - Method in interface ca.uhn.fhir.jpa.api.svc.IBatch2JobRunner
-
Start the job with the given parameters
- startRequest(ServletRequestDetails) - Static method in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- startRequest(HttpServletRequest) - Static method in class ca.uhn.fhir.jpa.provider.BaseJpaProvider
- stop() - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannelFactory
- storeBlob(IIdType, String, String, InputStream) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
-
Store a new binary blob
- storeBlob(IIdType, String, String, InputStream) - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- storeBlob(IIdType, String, String, InputStream) - Method in class ca.uhn.fhir.jpa.binstore.FilesystemBinaryStorageSvcImpl
- storeBlob(IIdType, String, String, InputStream) - Method in class ca.uhn.fhir.jpa.binstore.MemoryBinaryStorageSvcImpl
- StoredDetails - Class in ca.uhn.fhir.jpa.binary.api
- StoredDetails() - Constructor for class ca.uhn.fhir.jpa.binary.api.StoredDetails
-
Constructor
- StoredDetails(String, long, String, HashingInputStream, Date) - Constructor for class ca.uhn.fhir.jpa.binary.api.StoredDetails
-
Constructor
- storeLargeBinariesBeforeCreatePersistence(TransactionDetails, IBaseResource, Pointcut) - Method in class ca.uhn.fhir.jpa.binary.interceptor.BinaryStorageInterceptor
- STRICT_ERROR_HANDLER - Static variable in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- submitResourceModified(ResourceModifiedMessage) - Method in interface ca.uhn.fhir.jpa.subscription.match.matcher.matching.IResourceModifiedConsumer
-
This is an internal API - Use with caution!
- submitResourceModified(IBaseResource, BaseResourceMessage.OperationTypeEnum, RequestDetails) - Method in interface ca.uhn.fhir.jpa.subscription.match.matcher.matching.IResourceModifiedConsumer
-
This is an internal API - Use with caution!
- SUBMITTED - Enum constant in enum ca.uhn.fhir.jpa.bulk.export.model.BulkExportJobStatusEnum
-
Sorting OK!
- subscribe(MessageHandler) - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannel
- SUBSCRIPTION_STATUS - Static variable in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
- SUBSCRIPTION_TYPE - Static variable in class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
- SubscriptionCanonicalizer - Class in ca.uhn.fhir.jpa.subscription.match.registry
- SubscriptionCanonicalizer(FhirContext) - Constructor for class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionCanonicalizer
- SubscriptionChannelConfig - Class in ca.uhn.fhir.jpa.subscription.channel.config
- SubscriptionChannelConfig() - Constructor for class ca.uhn.fhir.jpa.subscription.channel.config.SubscriptionChannelConfig
- subscriptionChannelFactory(IChannelFactory) - Method in class ca.uhn.fhir.jpa.subscription.channel.config.SubscriptionChannelConfig
- SubscriptionChannelFactory - Class in ca.uhn.fhir.jpa.subscription.channel.subscription
- SubscriptionChannelFactory(IChannelFactory) - Constructor for class ca.uhn.fhir.jpa.subscription.channel.subscription.SubscriptionChannelFactory
-
Constructor
- SubscriptionConstants - Class in ca.uhn.fhir.jpa.subscription.match.registry
- SubscriptionConstants() - Constructor for class ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
- SubscriptionMatchingStrategy - Enum in ca.uhn.fhir.jpa.subscription.match.matcher.matching
- SubscriptionTriggeringProvider - Class in ca.uhn.fhir.jpa.provider
- SubscriptionTriggeringProvider() - Constructor for class ca.uhn.fhir.jpa.provider.SubscriptionTriggeringProvider
- subsumes(IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<String>, IBaseCoding, IBaseCoding, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoCodeSystem
- SubsumesResult(ConceptSubsumptionOutcome) - Constructor for class ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoCodeSystem.SubsumesResult
- suppressNoBindingMessage() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Configure the validator to suppress the information-level message that is added to the validation result if a profile StructureDefinition does not declare a binding for a coded field.
- suppressWarningForExtensibleValueSetValidation() - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Configure the validator to suppress the warning-level message that is added when validating a code that can't be found in an ValueSet that has an extensible binding.
T
- TAG_DEFINITION - Enum constant in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
- TagDefinitionCacheKey(TagTypeEnum, String, String) - Constructor for class ca.uhn.fhir.jpa.util.MemoryCacheService.TagDefinitionCacheKey
- tagOnSeverity(ResultSeverityEnum, String, String) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Specifies that if the validation results in any results with a severity of
theSeverity
or greater, the resource will be tagged with the given tag when it is saved. - tagOnSeverity(String, String, String) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Specifies that if the validation results in any results with a severity of
theSeverity
or greater, the resource will be tagged with the given tag when it is saved. - TermCodeSystemDeleteJobParameters - Class in ca.uhn.fhir.jpa.term.models
- TermCodeSystemDeleteJobParameters() - Constructor for class ca.uhn.fhir.jpa.term.models.TermCodeSystemDeleteJobParameters
- TermCodeSystemDeleteVersionJobParameters - Class in ca.uhn.fhir.jpa.term.models
- TermCodeSystemDeleteVersionJobParameters() - Constructor for class ca.uhn.fhir.jpa.term.models.TermCodeSystemDeleteVersionJobParameters
- THREAD_PREFIX - Static variable in class ca.uhn.fhir.jpa.dao.expunge.ExpungeOperation
- threadPoolFactory() - Method in class ca.uhn.fhir.jpa.api.config.ThreadPoolFactoryConfig
- ThreadPoolFactory - Class in ca.uhn.fhir.jpa.dao
-
Basic bean which will create a Task Executor
- ThreadPoolFactory() - Constructor for class ca.uhn.fhir.jpa.dao.ThreadPoolFactory
- ThreadPoolFactoryConfig - Class in ca.uhn.fhir.jpa.api.config
-
This class exists to help generating thread pools for other parts of the code.
- ThreadPoolFactoryConfig() - Constructor for class ca.uhn.fhir.jpa.api.config.ThreadPoolFactoryConfig
- ThreadPoolUtil - Class in ca.uhn.fhir.util
- toBinaryTarget(IBase) - Method in class ca.uhn.fhir.jpa.binary.provider.BinaryAccessProvider
- toCanonical() - Method in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
- toCode() - Method in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
- toId(String) - Method in class ca.uhn.fhir.jpa.bulk.export.svc.BulkExportHelperService
-
Converts the ResourceId to an IIdType.
- TokenParamFormatInvalidRequestException - Exception in ca.uhn.fhir.exception
- TokenParamFormatInvalidRequestException(String, String, String) - Constructor for exception ca.uhn.fhir.exception.TokenParamFormatInvalidRequestException
- toMethodOutcome(RequestDetails, IBasePersistedResource, IBaseResource, String, RestOperationTypeEnum) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- toMethodOutcomeLazy(RequestDetails, IResourcePersistentId, Supplier<LazyDaoMethodOutcome.EntityAndResource>, Supplier<IIdType>) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- toParameters(FhirContext) - Method in class ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoCodeSystem.SubsumesResult
- toReadPartitions(RequestPartitionId) - Method in class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
- toReadPartitions(RequestPartitionId) - Method in interface ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc
- toResource(IBasePersistedResource, boolean) - Method in interface ca.uhn.fhir.jpa.dao.IStorageResourceParser
- toStoragePartition(RequestPartitionId) - Method in class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
- toStoragePartition(RequestPartitionId) - Method in interface ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc
- toString() - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflict
- toString() - Method in class ca.uhn.fhir.jpa.api.model.DeleteConflictList
- toString() - Method in class ca.uhn.fhir.jpa.api.model.ExpungeOptions
- toString() - Method in class ca.uhn.fhir.jpa.api.pid.TypedResourcePid
- toString() - Method in class ca.uhn.fhir.jpa.binary.api.StoredDetails
- toString() - Method in class ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
- toString() - Method in class ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
- toString() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryJsonMessage
- toString() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceDeliveryMessage
- toString() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedJsonMessage
- toString() - Method in class ca.uhn.fhir.jpa.subscription.model.ResourceModifiedMessage
- transaction(RequestDetails, BUNDLE, boolean) - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- transaction(RequestDetails, T) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirSystemDao
-
Executes a FHIR transaction using a new database transaction.
- transactionNested(RequestDetails, T) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirSystemDao
-
Executes a FHIR transaction nested inside the current database transaction.
- TransactionProcessorVersionAdapterDstu3 - Class in ca.uhn.fhir.jpa.dao.dstu3
- TransactionProcessorVersionAdapterDstu3() - Constructor for class ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- TransactionProcessorVersionAdapterR4 - Class in ca.uhn.fhir.jpa.dao.r4
- TransactionProcessorVersionAdapterR4() - Constructor for class ca.uhn.fhir.jpa.dao.r4.TransactionProcessorVersionAdapterR4
- TransactionSorter(Set<String>) - Constructor for class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor.TransactionSorter
- translate(TranslationRequest, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoConceptMap
- translatePidIdToForcedId(FhirContext, String, T) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Given a persistent ID, returns the associated resource ID
- translatePidIdToForcedIdWithCache(T) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
- translatePidsToFhirResourceIds(Set<T>) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
-
Given a set of PIDs, return a set of public FHIR Resource IDs.
- translatePidsToForcedIds(Set<T>) - Method in interface ca.uhn.fhir.jpa.api.svc.IIdHelperService
- translateRawParameters(Map<String, List<String>>, SearchParameterMap) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Takes a map of incoming raw search parameters and translates/parses them into appropriate
IQueryParameterType
instances of the appropriate type for the given param - translateRawParameters(Map<String, List<String>>, SearchParameterMap) - Method in class ca.uhn.fhir.jpa.dao.BaseStorageDao
- TranslationQuery - Class in ca.uhn.fhir.jpa.api.model
- TranslationQuery() - Constructor for class ca.uhn.fhir.jpa.api.model.TranslationQuery
- TranslationRequest - Class in ca.uhn.fhir.jpa.api.model
- TranslationRequest() - Constructor for class ca.uhn.fhir.jpa.api.model.TranslationRequest
- triggerSubscription(List<IPrimitiveType<String>>, List<IPrimitiveType<String>>) - Method in class ca.uhn.fhir.jpa.provider.SubscriptionTriggeringProvider
- triggerSubscription(List<IPrimitiveType<String>>, List<IPrimitiveType<String>>, IIdType) - Method in interface ca.uhn.fhir.jpa.subscription.triggering.ISubscriptionTriggeringSvc
- triggerSubscription(IIdType, List<IPrimitiveType<String>>, List<IPrimitiveType<String>>) - Method in class ca.uhn.fhir.jpa.provider.SubscriptionTriggeringProvider
- TypedResourcePid - Class in ca.uhn.fhir.jpa.api.pid
- TypedResourcePid(String, IResourcePersistentId) - Constructor for class ca.uhn.fhir.jpa.api.pid.TypedResourcePid
- TypedResourcePid(String, Long) - Constructor for class ca.uhn.fhir.jpa.api.pid.TypedResourcePid
U
- UNQUALIFIED_MATCH_URL_START - Static variable in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- unsubscribe(MessageHandler) - Method in class ca.uhn.fhir.jpa.subscription.channel.impl.LinkedBlockingChannel
- UNSUPPORTED_BINARY_TYPE - Static variable in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
-
Bulk data $export does not include the Binary type
- update(HttpServletRequest, T, IIdType, String, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- update(T) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Deprecated.Use
IFhirResourceDao.update(T, RequestDetails)
instead - update(T, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- update(T, String) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Deprecated.
- update(T, String, boolean, boolean, RequestDetails, TransactionDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- update(T, String, boolean, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- update(T, String, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- updateEntity(RequestDetails, IBaseResource, IBasePersistedResource, Date, boolean, boolean, TransactionDetails, boolean, boolean) - Method in interface ca.uhn.fhir.jpa.api.dao.IJpaDao
- updateInternal(RequestDetails, T, String, boolean, boolean, IBasePersistedResource, IIdType, IBaseResource, RestOperationTypeEnum, TransactionDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IJpaDao
- UploadStatistics - Class in ca.uhn.fhir.jpa.term
- UploadStatistics(int, IIdType) - Constructor for class ca.uhn.fhir.jpa.term.UploadStatistics
- UploadStatistics(IIdType) - Constructor for class ca.uhn.fhir.jpa.term.UploadStatistics
- URN_PREFIX - Static variable in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- URN_PREFIX_ESCAPED - Static variable in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- UserRequestRetryVersionConflictsInterceptor - Class in ca.uhn.fhir.jpa.interceptor
-
This interceptor looks for a header on incoming requests called
X-Retry-On-Version-Conflict
and if present, it will instruct the server to automatically retry JPA server operations that would have otherwise failed with aResourceVersionConflictException
(HTTP 409). - UserRequestRetryVersionConflictsInterceptor() - Constructor for class ca.uhn.fhir.jpa.interceptor.UserRequestRetryVersionConflictsInterceptor
- UUID - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.IdStrategyEnum
-
Each resource will receive a randomly generated UUID
V
- validate(SearchParameter) - Method in class ca.uhn.fhir.jpa.dao.validation.SearchParameterDaoValidator
- validate(T, String, EncodingEnum, ValidationModeEnum, String, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- validate(T, IIdType, String, EncodingEnum, ValidationModeEnum, String, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
-
Not supported in DSTU1!
- validate(T, IIdType, String, EncodingEnum, ValidationModeEnum, String, RequestDetails) - Method in class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
- validateAndNormalizePartitionIds(RequestPartitionId) - Method in class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
- validateAndNormalizePartitionNames(RequestPartitionId) - Method in class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
- validateCode(IIdType, IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<String>, IBaseCoding, IBaseDatatype, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoCodeSystem
- validateCode(IPrimitiveType<String>, IIdType, IPrimitiveType<String>, IPrimitiveType<String>, IPrimitiveType<String>, IBaseCoding, IBaseDatatype, RequestDetails) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoValueSet
- validateCriteriaAndReturnResourceDefinition(String) - Method in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
- validateDeleteConflictsEmptyOrThrowException(FhirContext, DeleteConflictList) - Static method in class ca.uhn.fhir.jpa.delete.DeleteConflictUtil
- validateDependencies() - Method in class ca.uhn.fhir.jpa.dao.BaseTransactionProcessor
- validateHasPartitionPermissions(RequestDetails, String, RequestPartitionId) - Method in class ca.uhn.fhir.jpa.partition.BaseRequestPartitionHelperSvc
- validateHasPartitionPermissions(RequestDetails, String, RequestPartitionId) - Method in interface ca.uhn.fhir.jpa.partition.IRequestPartitionHelperSvc
- validatePreferAsyncHeader(ServletRequestDetails, String) - Static method in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
- validateResourceType(IBasePersistedResource, String) - Static method in class ca.uhn.fhir.jpa.dao.BaseStorageResourceDao
- validateSearchParamOnCreate(IBaseResource, RequestDetails) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- validateSearchParamOnUpdate(IBaseResource, RequestDetails) - Method in class ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamValidatingInterceptor
- validateTypeOrThrowException(Class<? extends IBaseResource>) - Method in class ca.uhn.fhir.jpa.dao.index.DaoResourceLinkResolver
- ValidationSettings - Class in ca.uhn.fhir.jpa.validation
- ValidationSettings() - Constructor for class ca.uhn.fhir.jpa.validation.ValidationSettings
- ValidatorPolicyAdvisor - Class in ca.uhn.fhir.jpa.validation
- ValidatorPolicyAdvisor() - Constructor for class ca.uhn.fhir.jpa.validation.ValidatorPolicyAdvisor
- ValidatorResourceFetcher - Class in ca.uhn.fhir.jpa.validation
- ValidatorResourceFetcher(FhirContext, IValidationSupport, DaoRegistry) - Constructor for class ca.uhn.fhir.jpa.validation.ValidatorResourceFetcher
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.ClientIdStrategyEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.IdStrategyEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.IndexEnabledEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.StoreMetaSourceInformationEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.TagStorageModeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.api.model.HistoryCountModeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.bulk.export.model.BulkExportJobStatusEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobStatusEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.bulk.imprt.model.JobFileRowProcessingModeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.subscription.match.matcher.matching.SubscriptionMatchingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.ClientIdStrategyEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.IdStrategyEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.IndexEnabledEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.StoreMetaSourceInformationEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.api.config.DaoConfig.TagStorageModeEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.api.model.HistoryCountModeEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.bulk.export.model.BulkExportJobStatusEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobStatusEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.bulk.imprt.model.JobFileRowProcessingModeEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.subscription.match.matcher.matching.SubscriptionMatchingStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.jpa.util.MemoryCacheService.CacheEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSIONED - Enum constant in enum ca.uhn.fhir.jpa.api.config.DaoConfig.TagStorageModeEnum
-
A separate set of tags is stored for each resource version
W
- WarmCacheEntry - Class in ca.uhn.fhir.jpa.api.model
-
Denotes a search that should be performed in the background periodically in order to keep a fresh copy in the query cache.
- WarmCacheEntry() - Constructor for class ca.uhn.fhir.jpa.api.model.WarmCacheEntry
- WEBSOCKET - Enum constant in enum ca.uhn.fhir.jpa.subscription.model.CanonicalSubscriptionChannelType
-
The channel is executed by sending a packet across a web socket connection maintained by the client.
- withBestPracticeWarningLevel(String) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Sets the "Best Practice Warning Level", which is the severity at which any "best practices" that are specified in the FHIR specification will be added to the validation outcome.
- withBestPracticeWarningLevel(BestPracticeWarningLevel) - Method in class ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.FinalizedRequireValidationRule
-
Sets the "Best Practice Warning Level", which is the severity at which any "best practices" that are specified in the FHIR specification will be added to the validation outcome.
- withIsolation(Isolation) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.ExecutionBuilder
- withIsolation(Isolation) - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService.IExecutionBuilder
- withPropagation(Propagation) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.ExecutionBuilder
- withPropagation(Propagation) - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService.IExecutionBuilder
- withRequest(RequestDetails) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- withRequest(RequestDetails) - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService
-
Fluent builder for creating a transactional callback
- withRequest(RequestDetails, TransactionDetails, Propagation, Isolation, ICallable<T>) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
-
Deprecated.Use
HapiTransactionService.withRequest(RequestDetails)
with fluent call instead - withRequest(RequestDetails, TransactionDetails, Propagation, Isolation, ICallable<T>) - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService
-
Deprecated.It is highly recommended to use
IHapiTransactionService.withRequest(RequestDetails)
instead of this method, for increased visibility. - withRequestPartitionId(RequestPartitionId) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.ExecutionBuilder
- withRequestPartitionId(RequestPartitionId) - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService.IExecutionBuilder
- withTransactionDetails(TransactionDetails) - Method in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService.ExecutionBuilder
- withTransactionDetails(TransactionDetails) - Method in interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService.IExecutionBuilder
- writeBlob(IIdType, String, OutputStream) - Method in interface ca.uhn.fhir.jpa.binary.api.IBinaryStorageSvc
- writeBlob(IIdType, String, OutputStream) - Method in class ca.uhn.fhir.jpa.binary.svc.NullBinaryStorageSvcImpl
- writeBlob(IIdType, String, OutputStream) - Method in class ca.uhn.fhir.jpa.binstore.FilesystemBinaryStorageSvcImpl
- writeBlob(IIdType, String, OutputStream) - Method in class ca.uhn.fhir.jpa.binstore.MemoryBinaryStorageSvcImpl
- writePollingLocationToResponseHeaders(ServletRequestDetails, JobInfo) - Method in class ca.uhn.fhir.jpa.bulk.export.provider.BulkDataExportProvider
X
- XACT_USERDATA_KEY_EXISTING_SEARCH_PARAMS - Static variable in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- XACT_USERDATA_KEY_RESOLVED_TAG_DEFINITIONS - Static variable in class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
- XmlPatchUtils - Class in ca.uhn.fhir.jpa.patch
- XmlPatchUtils() - Constructor for class ca.uhn.fhir.jpa.patch.XmlPatchUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
IFhirResourceDao.create(IBaseResource, RequestDetails)
instead