Uses of Class
ca.uhn.fhir.jpa.entity.TermValueSet
Package
Description
-
Uses of TermValueSet in ca.uhn.fhir.jpa.config
Modifier and TypeMethodDescriptionJpaConfig.valueSetConceptAccumulator
(TermValueSet theTermValueSet) -
Uses of TermValueSet in ca.uhn.fhir.jpa.dao.data
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Slice
<TermValueSet> ITermValueSetDao.findByExpansionStatus
(org.springframework.data.domain.Pageable pageable, TermValueSetPreExpansionStatusEnum theExpansionStatus) ITermValueSetDao.findByResourcePid
(Long theResourcePid) Deprecated.ITermValueSetDao.findTermValueSetByForcedId
(String theForcedId) The current TermValueSet is not necessarily the last uploaded anymore, but the current VS resource is pointed by a specific ForcedId, so we locate current ValueSet as the one pointing to current VS resourceITermValueSetDao.findTermValueSetByUrl
(org.springframework.data.domain.Pageable thePage, String theUrl) ITermValueSetDao.findTermValueSetByUrlAndNullVersion
(String theUrl) ITermValueSetDao.findTermValueSetByUrlAndVersion
(String theUrl, String theVersion) -
Uses of TermValueSet in ca.uhn.fhir.jpa.entity
Modifier and TypeMethodDescriptionTermValueSet.decrementTotalConceptDesignations()
TermValueSet.decrementTotalConcepts()
TermValueSetConcept.getValueSet()
TermValueSetConceptDesignation.getValueSet()
TermValueSet.incrementTotalConceptDesignations()
TermValueSet.incrementTotalConcepts()
TermValueSet.setResource
(ResourceTable theResource) TermValueSet.setTotalConceptDesignations
(Long theTotalConceptDesignations) TermValueSet.setTotalConcepts
(Long theTotalConcepts) TermValueSet.setVersion
(String theVersion) Modifier and TypeMethodDescriptionTermValueSetConcept.setValueSet
(TermValueSet theValueSet) TermValueSetConceptDesignation.setValueSet
(TermValueSet theValueSet) -
Uses of TermValueSet in ca.uhn.fhir.jpa.term
Modifier and TypeMethodDescriptionTermReadSvcImpl.deleteValueSetForResource
(ResourceTable theResourceTable) TermReadSvcImpl.findCurrentTermValueSet
(String theUrl) When the search is for unversioned loinc system it uses the forcedId to obtain the current version, as it is not necessarily the last one anymore.Modifier and TypeMethodDescriptionValueSetConceptAccumulatorFactory.create
(TermValueSet theTermValueSet) ModifierConstructorDescriptionValueSetConceptAccumulator
(TermValueSet theTermValueSet, ITermValueSetDao theValueSetDao, ITermValueSetConceptDao theValueSetConceptDao, ITermValueSetConceptDesignationDao theValueSetConceptDesignationDao) -
Uses of TermValueSet in ca.uhn.fhir.jpa.term.api
Modifier and TypeMethodDescriptionITermReadSvc.findCurrentTermValueSet
(String theUrl) Version independent