Serialized Form
-
Package ca.uhn.fhir.jpa.config
-
Class ca.uhn.fhir.jpa.config.HapiFhirHibernateJpaDialect
class HapiFhirHibernateJpaDialect extends org.springframework.orm.jpa.vendor.HibernateJpaDialect implements Serializable-
Serialized Fields
-
myLocalizer
ca.uhn.fhir.i18n.HapiLocalizer myLocalizer
-
-
-
Class ca.uhn.fhir.jpa.config.HapiFhirLocalContainerEntityManagerFactoryBean
class HapiFhirLocalContainerEntityManagerFactoryBean extends org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean implements Serializable-
Serialized Fields
-
myConfigurableListableBeanFactory
org.springframework.beans.factory.config.ConfigurableListableBeanFactory myConfigurableListableBeanFactory
-
-
-
-
Package ca.uhn.fhir.jpa.dao.predicate
-
Exception Class ca.uhn.fhir.jpa.dao.predicate.SearchFilterParser.FilterSyntaxException
class FilterSyntaxException extends Exception implements Serializable
-
-
Package ca.uhn.fhir.jpa.dao.search
-
Exception Class ca.uhn.fhir.jpa.dao.search.ResourceNotFoundInIndexException
class ResourceNotFoundInIndexException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
-
Package ca.uhn.fhir.jpa.entity
-
Class ca.uhn.fhir.jpa.entity.Batch2JobInstanceEntity
class Batch2JobInstanceEntity extends Object implements Serializable- serialVersionUID:
- 8187134261799095422L
-
Serialized Fields
-
myCancelled
boolean myCancelled
-
myCombinedRecordsProcessed
Integer myCombinedRecordsProcessed
-
myCombinedRecordsProcessedPerSecond
Double myCombinedRecordsProcessedPerSecond
-
myCreateTime
Date myCreateTime
-
myCurrentGatedStepId
String myCurrentGatedStepId
-
myDefinitionId
String myDefinitionId
-
myDefinitionVersion
int myDefinitionVersion
-
myEndTime
Date myEndTime
-
myErrorCount
int myErrorCount
-
myErrorMessage
String myErrorMessage
-
myEstimatedTimeRemaining
String myEstimatedTimeRemaining
-
myFastTracking
Boolean myFastTracking
-
myId
String myId
-
myParamsJson
String myParamsJson
-
myParamsJsonLob
String myParamsJsonLob
-
myParamsJsonVc
String myParamsJsonVc
-
myProgress
double myProgress
-
myReport
String myReport
Any output from the job can be held in this column Even serialized json -
myReportVc
String myReportVc
-
myStartTime
Date myStartTime
-
myStatus
StatusEnum myStatus
-
myTotalElapsedMillis
Integer myTotalElapsedMillis
-
myTriggeringClientId
String myTriggeringClientId
-
myTriggeringUsername
String myTriggeringUsername
-
myUpdateTime
Date myUpdateTime
-
myWarningMessages
String myWarningMessages
-
myWorkChunksPurged
boolean myWorkChunksPurged
-
-
Class ca.uhn.fhir.jpa.entity.Batch2WorkChunkEntity
class Batch2WorkChunkEntity extends Object implements Serializable- serialVersionUID:
- -6202771941965780558L
-
Serialized Fields
-
myCreateTime
Date myCreateTime
-
myEndTime
Date myEndTime
-
myErrorCount
int myErrorCount
-
myErrorMessage
String myErrorMessage
-
myId
String myId
-
myInstance
Batch2JobInstanceEntity myInstance
-
myInstanceId
String myInstanceId
-
myJobDefinitionId
String myJobDefinitionId
-
myJobDefinitionVersion
int myJobDefinitionVersion
-
myNextPollTime
Date myNextPollTime
The next time the work chunk can attempt to rerun its work step. -
myPollAttempts
Integer myPollAttempts
The number of times the work chunk has had its state set back to POLL_WAITING.TODO: Note that this column was added in 7.2.0, so it is nullable in order to account for existing rows that were added before the column was added. In the future we should make this non-null.
-
myRecordsProcessed
Integer myRecordsProcessed
-
mySequence
int mySequence
-
mySerializedData
String mySerializedData
-
mySerializedDataVc
String mySerializedDataVc
-
myStartTime
Date myStartTime
-
myStatus
WorkChunkStatusEnum myStatus
-
myTargetStepId
String myTargetStepId
-
myUpdateTime
Date myUpdateTime
-
myWarningMessage
String myWarningMessage
-
-
Class ca.uhn.fhir.jpa.entity.Batch2WorkChunkMetadataView
class Batch2WorkChunkMetadataView extends Object implements Serializable-
Serialized Fields
-
myId
String myId
-
myInstanceId
String myInstanceId
-
myJobDefinitionId
String myJobDefinitionId
-
myJobDefinitionVersion
int myJobDefinitionVersion
-
mySequence
int mySequence
-
myStatus
WorkChunkStatusEnum myStatus
-
myTargetStepId
String myTargetStepId
-
-
-
Class ca.uhn.fhir.jpa.entity.BulkExportCollectionEntity
class BulkExportCollectionEntity extends Object implements Serializable-
Serialized Fields
-
myFiles
Collection<BulkExportCollectionFileEntity> myFiles
Deprecated. -
myFilter
String myFilter
Deprecated. -
myId
Long myId
Deprecated. -
myJob
BulkExportJobEntity myJob
Deprecated. -
myResourceType
String myResourceType
Deprecated. -
myVersion
int myVersion
Deprecated.
-
-
-
Class ca.uhn.fhir.jpa.entity.BulkExportCollectionFileEntity
class BulkExportCollectionFileEntity extends Object implements Serializable-
Serialized Fields
-
myCollection
BulkExportCollectionEntity myCollection
Deprecated. -
myId
Long myId
Deprecated. -
myResourceId
String myResourceId
Deprecated.
-
-
-
Class ca.uhn.fhir.jpa.entity.BulkExportJobEntity
class BulkExportJobEntity extends Object implements Serializable-
Serialized Fields
-
myCollections
Collection<BulkExportCollectionEntity> myCollections
Deprecated. -
myCreated
Date myCreated
Deprecated. -
myExpiry
Date myExpiry
Deprecated. -
myId
Long myId
Deprecated. -
myJobId
String myJobId
Deprecated. -
myRequest
String myRequest
Deprecated. -
mySince
Date mySince
Deprecated. -
myStatus
String myStatus
Deprecated. -
myStatusMessage
String myStatusMessage
Deprecated. -
myStatusTime
Date myStatusTime
Deprecated. -
myVersion
int myVersion
Deprecated.
-
-
-
Class ca.uhn.fhir.jpa.entity.BulkImportJobEntity
class BulkImportJobEntity extends Object implements Serializable-
Serialized Fields
-
myBatchSize
int myBatchSize
-
myFileCount
int myFileCount
-
myId
Long myId
-
myJobDescription
String myJobDescription
-
myJobId
String myJobId
-
myRowProcessingMode
JobFileRowProcessingModeEnum myRowProcessingMode
-
myStatus
BulkImportJobStatusEnum myStatus
-
myStatusMessage
String myStatusMessage
-
myStatusTime
Date myStatusTime
-
myVersion
int myVersion
-
-
-
Class ca.uhn.fhir.jpa.entity.BulkImportJobFileEntity
class BulkImportJobFileEntity extends Object implements Serializable-
Serialized Fields
-
myContents
byte[] myContents
-
myContentsVc
String myContentsVc
-
myFileDescription
String myFileDescription
-
myFileSequence
int myFileSequence
-
myId
Long myId
-
myJob
BulkImportJobEntity myJob
-
myTenantName
String myTenantName
-
-
-
Class ca.uhn.fhir.jpa.entity.HapiFhirEnversRevision
class HapiFhirEnversRevision extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myRev
long myRev
-
myRevtstmp
Date myRevtstmp
-
-
Class ca.uhn.fhir.jpa.entity.MdmLink
class MdmLink extends AuditableBasePartitionable implements Serializable-
Serialized Fields
-
myCreated
Date myCreated
-
myEidMatch
Boolean myEidMatch
This link was created as a result of an eid match -
myGoldenResource
ResourceTable myGoldenResource
-
myGoldenResourcePid
Long myGoldenResourcePid
-
myHadToCreateNewGoldenResource
Boolean myHadToCreateNewGoldenResource
This link created a new person -
myId
Long myId
-
myLinkSource
ca.uhn.fhir.mdm.api.MdmLinkSourceEnum myLinkSource
-
myMatchResult
ca.uhn.fhir.mdm.api.MdmMatchResultEnum myMatchResult
-
myMdmSourceType
String myMdmSourceType
-
myPerson
ResourceTable myPerson
Deprecated. -
myPersonPid
Long myPersonPid
Deprecated. -
myRuleCount
Long myRuleCount
-
myScore
Double myScore
-
mySource
ResourceTable mySource
-
mySourcePid
Long mySourcePid
-
myUpdated
Date myUpdated
-
myVector
Long myVector
-
myVersion
String myVersion
-
-
-
Class ca.uhn.fhir.jpa.entity.ResourceReindexJobEntity
class ResourceReindexJobEntity extends Object implements Serializable-
Serialized Fields
-
myDeleted
boolean myDeleted
Deprecated. -
myId
Long myId
Deprecated. -
myReindexCount
Integer myReindexCount
Deprecated. -
myResourceType
String myResourceType
Deprecated. -
mySuspendedUntil
Date mySuspendedUntil
Deprecated. -
myThresholdHigh
Date myThresholdHigh
Deprecated.Inclusive -
myThresholdLow
Date myThresholdLow
Deprecated.Inclusive
-
-
-
Class ca.uhn.fhir.jpa.entity.ResourceSearchView
class ResourceSearchView extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myDeleted
Date myDeleted
-
myEncoding
ResourceEncodingEnum myEncoding
-
myFhirId
String myFhirId
-
myFhirVersion
ca.uhn.fhir.context.FhirVersionEnum myFhirVersion
-
myHasTags
boolean myHasTags
-
myId
Long myId
-
myPartitionId
Integer myPartitionId
-
myProvenanceRequestId
String myProvenanceRequestId
-
myProvenanceSourceUri
String myProvenanceSourceUri
-
myPublished
Date myPublished
-
myResource
byte[] myResource
-
myResourceId
Long myResourceId
-
myResourceTextVc
String myResourceTextVc
-
myResourceType
String myResourceType
-
myResourceVersion
Long myResourceVersion
-
myUpdated
Date myUpdated
-
-
Class ca.uhn.fhir.jpa.entity.Search
class Search extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myCreated
Date myCreated
-
myDeleted
Boolean myDeleted
-
myExpiryOrNull
Date myExpiryOrNull
-
myFailureCode
Integer myFailureCode
-
myFailureMessage
String myFailureMessage
-
myHistorySearchStyle
ca.uhn.fhir.rest.param.HistorySearchStyleEnum myHistorySearchStyle
This isn't currently persisted in the DB. When there is search criteria defined in the search parameter, this is used to keep the search criteria type. -
myId
Long myId
-
myIncludes
Collection<SearchInclude> myIncludes
-
myLastUpdatedHigh
Date myLastUpdatedHigh
-
myLastUpdatedLow
Date myLastUpdatedLow
-
myNumBlocked
Integer myNumBlocked
-
myNumFound
int myNumFound
-
myOffset
Integer myOffset
This isn't currently persisted in the DB as it's only used for offset mode. We could change this if needed in the future. -
myPreferredPageSize
Integer myPreferredPageSize
-
myResourceId
Long myResourceId
-
myResourceType
String myResourceType
-
mySearchParameterMap
byte[] mySearchParameterMap
-
mySearchParameterMapBin
byte[] mySearchParameterMapBin
-
mySearchQueryString
String mySearchQueryString
Note that this field may have the request partition IDs prepended to it -
mySearchQueryStringHash
Integer mySearchQueryStringHash
-
mySearchQueryStringVc
String mySearchQueryStringVc
Note that this field may have the request partition IDs prepended to it -
mySearchType
SearchTypeEnum mySearchType
-
mySizeModeSize
Integer mySizeModeSize
This isn't currently persisted in the DB as it's only used for offset mode. We could change this if needed in the future. -
myStatus
SearchStatusEnum myStatus
-
myTotalCount
Integer myTotalCount
-
myUuid
String myUuid
-
myVersion
Integer myVersion
-
-
Class ca.uhn.fhir.jpa.entity.SearchInclude
class SearchInclude extends Object implements Serializable- serialVersionUID:
- 1L
-
Class ca.uhn.fhir.jpa.entity.SearchResult
class SearchResult extends Object implements Serializable- serialVersionUID:
- 1L
-
Class ca.uhn.fhir.jpa.entity.TermCodeSystem
class TermCodeSystem extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myCodeSystemUri
String myCodeSystemUri
-
myCurrentVersion
TermCodeSystemVersion myCurrentVersion
-
myCurrentVersionPid
Long myCurrentVersionPid
-
myName
String myName
-
myPid
Long myPid
-
myResource
ResourceTable myResource
-
myResourcePid
Long myResourcePid
-
-
Class ca.uhn.fhir.jpa.entity.TermCodeSystemVersion
class TermCodeSystemVersion extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myCodeSystem
TermCodeSystem myCodeSystem
This was added in HAPI FHIR 3.3.0 and is nullable just to avoid migration issued. It should be made non-nullable at some point. -
myCodeSystemDisplayName
String myCodeSystemDisplayName
-
myCodeSystemHavingThisVersionAsCurrentVersionIfAny
TermCodeSystem myCodeSystemHavingThisVersionAsCurrentVersionIfAny
-
myCodeSystemPid
Long myCodeSystemPid
-
myCodeSystemVersionId
String myCodeSystemVersionId
-
myConcepts
Collection<TermConcept> myConcepts
-
myId
Long myId
-
myResource
ResourceTable myResource
-
myResourcePid
Long myResourcePid
-
-
Class ca.uhn.fhir.jpa.entity.TermConcept
class TermConcept extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myChildren
List<TermConceptParentChildLink> myChildren
-
myCode
String myCode
-
myCodeSystem
TermCodeSystemVersion myCodeSystem
-
myCodeSystemVersionPid
long myCodeSystemVersionPid
-
myDesignations
Collection<TermConceptDesignation> myDesignations
-
myDisplay
String myDisplay
-
myId
Long myId
-
myIndexStatus
Long myIndexStatus
-
myParentPids
String myParentPids
Deprecated. -
myParentPidsVc
String myParentPidsVc
-
myParents
List<TermConceptParentChildLink> myParents
-
myProperties
Collection<TermConceptProperty> myProperties
-
mySequence
Integer mySequence
-
mySupportLegacyLob
boolean mySupportLegacyLob
-
myUpdated
Date myUpdated
-
-
Class ca.uhn.fhir.jpa.entity.TermConceptDesignation
class TermConceptDesignation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myCodeSystemVersion
TermCodeSystemVersion myCodeSystemVersion
TODO: Make this non-null- Since:
- 3.5.0
-
myConcept
TermConcept myConcept
-
myId
Long myId
-
myLanguage
String myLanguage
-
myUseCode
String myUseCode
-
myUseDisplay
String myUseDisplay
-
myUseSystem
String myUseSystem
-
myValue
String myValue
-
myValueVc
String myValueVc
-
-
Class ca.uhn.fhir.jpa.entity.TermConceptMap
class TermConceptMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myConceptMapGroups
List<TermConceptMapGroup> myConceptMapGroups
-
myId
Long myId
-
myResource
ResourceTable myResource
-
myResourcePid
Long myResourcePid
-
mySource
String mySource
-
myTarget
String myTarget
-
myUrl
String myUrl
-
myVersion
String myVersion
-
-
Class ca.uhn.fhir.jpa.entity.TermConceptMapGroup
class TermConceptMapGroup extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myConceptMap
TermConceptMap myConceptMap
-
myConceptMapGroupElements
List<TermConceptMapGroupElement> myConceptMapGroupElements
-
myConceptMapUrl
String myConceptMapUrl
-
myId
Long myId
-
mySource
String mySource
-
mySourceValueSet
String mySourceValueSet
-
mySourceVersion
String mySourceVersion
-
myTarget
String myTarget
-
myTargetValueSet
String myTargetValueSet
-
myTargetVersion
String myTargetVersion
-
-
Class ca.uhn.fhir.jpa.entity.TermConceptMapGroupElement
class TermConceptMapGroupElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myCode
String myCode
-
myConceptMapGroup
TermConceptMapGroup myConceptMapGroup
-
myConceptMapGroupElementTargets
List<TermConceptMapGroupElementTarget> myConceptMapGroupElementTargets
-
myConceptMapUrl
String myConceptMapUrl
-
myDisplay
String myDisplay
-
myId
Long myId
-
mySystem
String mySystem
-
mySystemVersion
String mySystemVersion
-
myValueSet
String myValueSet
-
-
Class ca.uhn.fhir.jpa.entity.TermConceptMapGroupElementTarget
class TermConceptMapGroupElementTarget extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myCode
String myCode
-
myConceptMapGroupElement
TermConceptMapGroupElement myConceptMapGroupElement
-
myConceptMapUrl
String myConceptMapUrl
-
myDisplay
String myDisplay
-
myEquivalence
org.hl7.fhir.r4.model.Enumerations.ConceptMapEquivalence myEquivalence
-
myId
Long myId
-
mySystem
String mySystem
-
mySystemVersion
String mySystemVersion
-
myValueSet
String myValueSet
-
-
Class ca.uhn.fhir.jpa.entity.TermConceptParentChildLink
class TermConceptParentChildLink extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myChild
TermConcept myChild
-
myChildPid
Long myChildPid
-
myCodeSystem
TermCodeSystemVersion myCodeSystem
-
myCodeSystemVersionPid
long myCodeSystemVersionPid
-
myParent
TermConcept myParent
-
myParentPid
Long myParentPid
-
myPid
Long myPid
-
myRelationshipType
TermConceptParentChildLink.RelationshipTypeEnum myRelationshipType
-
-
Class ca.uhn.fhir.jpa.entity.TermConceptProperty
class TermConceptProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myCodeSystem
String myCodeSystem
Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
-
myCodeSystemVersion
TermCodeSystemVersion myCodeSystemVersion
TODO: Make this non-null- Since:
- 3.5.0
-
myConcept
TermConcept myConcept
-
myDisplay
String myDisplay
Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
-
myId
Long myId
-
myKey
@NotBlank String myKey
-
myType
TermConceptPropertyTypeEnum myType
-
myValue
String myValue
-
myValueBin
byte[] myValueBin
-
myValueLob
byte[] myValueLob
Deprecated.
-
-
Class ca.uhn.fhir.jpa.entity.TermValueSet
class TermValueSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myConcepts
List<TermValueSetConcept> myConcepts
-
myExpansionStatus
TermValueSetPreExpansionStatusEnum myExpansionStatus
-
myExpansionTimestamp
Date myExpansionTimestamp
-
myId
Long myId
-
myName
String myName
-
myResource
ResourceTable myResource
-
myResourcePid
Long myResourcePid
-
myTotalConceptDesignations
Long myTotalConceptDesignations
-
myTotalConcepts
Long myTotalConcepts
-
myUrl
String myUrl
-
myVersion
String myVersion
-
-
Class ca.uhn.fhir.jpa.entity.TermValueSetConcept
class TermValueSetConcept extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myCode
String myCode
-
myDesignations
List<TermValueSetConceptDesignation> myDesignations
-
myDisplay
String myDisplay
-
myId
Long myId
-
myIndexStatus
Long myIndexStatus
-
myOrder
int myOrder
-
mySourceConceptDirectParentPids
String mySourceConceptDirectParentPids
Deprecated. -
mySourceConceptDirectParentPidsVc
String mySourceConceptDirectParentPidsVc
-
mySourceConceptPid
Long mySourceConceptPid
-
mySystem
String mySystem
-
mySystemVer
String mySystemVer
-
myValueSet
TermValueSet myValueSet
-
myValueSetName
String myValueSetName
-
myValueSetPid
Long myValueSetPid
-
myValueSetUrl
String myValueSetUrl
-
-
Class ca.uhn.fhir.jpa.entity.TermValueSetConceptDesignation
class TermValueSetConceptDesignation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myConcept
TermValueSetConcept myConcept
-
myConceptPid
Long myConceptPid
-
myId
Long myId
-
myLanguage
String myLanguage
-
myUseCode
String myUseCode
-
myUseDisplay
String myUseDisplay
-
myUseSystem
String myUseSystem
-
myValue
String myValue
-
myValueSet
TermValueSet myValueSet
-
myValueSetName
String myValueSetName
-
myValueSetPid
Long myValueSetPid
-
myValueSetUrl
String myValueSetUrl
-
-
Class ca.uhn.fhir.jpa.entity.TermValueSetConceptView
class TermValueSetConceptView extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
myConceptCode
String myConceptCode
-
myConceptDisplay
String myConceptDisplay
-
myConceptOrder
int myConceptOrder
-
myConceptPid
Long myConceptPid
-
myConceptSystemUrl
String myConceptSystemUrl
-
myConceptSystemVersion
String myConceptSystemVersion
-
myConceptValueSetPid
Long myConceptValueSetPid
-
myDesignationLang
String myDesignationLang
-
myDesignationPid
Long myDesignationPid
-
myDesignationUseCode
String myDesignationUseCode
-
myDesignationUseDisplay
String myDesignationUseDisplay
-
myDesignationUseSystem
String myDesignationUseSystem
-
myDesignationVal
String myDesignationVal
-
mySourceConceptDirectParentPids
Clob mySourceConceptDirectParentPids
-
mySourceConceptDirectParentPidsVc
String mySourceConceptDirectParentPidsVc
-
mySourceConceptPid
Long mySourceConceptPid
-
-
Class ca.uhn.fhir.jpa.entity.TermValueSetConceptViewOracle
class TermValueSetConceptViewOracle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
myConceptCode
String myConceptCode
-
myConceptDisplay
String myConceptDisplay
-
myConceptOrder
int myConceptOrder
-
myConceptPid
Long myConceptPid
-
myConceptSystemUrl
String myConceptSystemUrl
-
myConceptSystemVersion
String myConceptSystemVersion
-
myConceptValueSetPid
Long myConceptValueSetPid
-
myDesignationLang
String myDesignationLang
-
myDesignationPid
Long myDesignationPid
-
myDesignationUseCode
String myDesignationUseCode
-
myDesignationUseDisplay
String myDesignationUseDisplay
-
myDesignationUseSystem
String myDesignationUseSystem
-
myDesignationVal
String myDesignationVal
-
mySourceConceptDirectParentPids
Clob mySourceConceptDirectParentPids
-
mySourceConceptPid
Long mySourceConceptPid
-
-
-
Package ca.uhn.fhir.jpa.esr
-
Class ca.uhn.fhir.jpa.esr.ExternallyStoredResourceAddressMetadataKey
class ExternallyStoredResourceAddressMetadataKey extends ca.uhn.fhir.model.api.ResourceMetadataKeyEnum<ExternallyStoredResourceAddress> implements Serializable
-
-
Package ca.uhn.fhir.jpa.packages
-
Exception Class ca.uhn.fhir.jpa.packages.ImplementationGuideInstallationException
class ImplementationGuideInstallationException extends RuntimeException implements Serializable
-
-
Package ca.uhn.fhir.jpa.term
-
Class ca.uhn.fhir.jpa.term.ValueSetExpansionComponentWithConceptAccumulator
class ValueSetExpansionComponentWithConceptAccumulator extends org.hl7.fhir.r4.model.ValueSet.ValueSetExpansionComponent implements Serializable-
Serialized Fields
-
myAddedConcepts
int myAddedConcepts
-
myConceptToSourceDirectParentPids
Map<org.hl7.fhir.r4.model.ValueSet.ValueSetExpansionContainsComponent,
String> myConceptToSourceDirectParentPids -
myContext
ca.uhn.fhir.context.FhirContext myContext
-
myHardExpansionMaximumSize
int myHardExpansionMaximumSize
-
myMaxCapacity
int myMaxCapacity
-
myMessages
List<String> myMessages
-
mySkipCountRemaining
int mySkipCountRemaining
-
mySourcePidToConcept
Map<Long,
org.hl7.fhir.r4.model.ValueSet.ValueSetExpansionContainsComponent> mySourcePidToConcept -
myTotalConcepts
Integer myTotalConcepts
-
myTrackingHierarchy
boolean myTrackingHierarchy
-
-
-
-
Package ca.uhn.fhir.jpa.term.ex
-
Exception Class ca.uhn.fhir.jpa.term.ex.ExpansionTooCostlyException
class ExpansionTooCostlyException extends ca.uhn.fhir.rest.server.exceptions.InternalErrorException implements Serializable
-
-
Package ca.uhn.fhir.jpa.util
-
Class ca.uhn.fhir.jpa.util.ISequenceValueMassager.NoopSequenceValueMassager
class NoopSequenceValueMassager extends Object implements Serializable -
Class ca.uhn.fhir.jpa.util.SqlQueryList
-