
Uses of Class
ca.uhn.fhir.jpa.entity.TermValueSet
Packages that use TermValueSet
Package
Description
-
Uses of TermValueSet in ca.uhn.fhir.jpa.config
Methods in ca.uhn.fhir.jpa.config with parameters of type TermValueSetModifier and TypeMethodDescriptionJpaConfig.valueSetConceptAccumulator
(TermValueSet theTermValueSet) -
Uses of TermValueSet in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data that return types with arguments of type TermValueSetModifier and TypeMethodDescriptionorg.springframework.data.domain.Slice
<TermValueSet> ITermValueSetDao.findByExpansionStatus
(org.springframework.data.domain.Pageable pageable, TermValueSetPreExpansionStatusEnum theExpansionStatus) ITermValueSetDao.findByResourcePid
(JpaPid 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
Methods in ca.uhn.fhir.jpa.entity that return TermValueSetModifier 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) Methods in ca.uhn.fhir.jpa.entity with parameters of type TermValueSetModifier and TypeMethodDescriptionTermValueSetConcept.setValueSet
(TermValueSet theValueSet) TermValueSetConceptDesignation.setValueSet
(TermValueSet theValueSet) -
Uses of TermValueSet in ca.uhn.fhir.jpa.term
Methods in ca.uhn.fhir.jpa.term that return types with arguments of type TermValueSetModifier 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.Methods in ca.uhn.fhir.jpa.term with parameters of type TermValueSetModifier and TypeMethodDescriptionValueSetConceptAccumulatorFactory.create
(TermValueSet theTermValueSet) Constructors in ca.uhn.fhir.jpa.term with parameters of type TermValueSetModifierConstructorDescriptionValueSetConceptAccumulator
(TermValueSet theTermValueSet, jakarta.persistence.EntityManager theEntityManager, ITermValueSetConceptDao theValueSetConceptDao, ITermValueSetConceptDesignationDao theValueSetConceptDesignationDao) -
Uses of TermValueSet in ca.uhn.fhir.jpa.term.api
Methods in ca.uhn.fhir.jpa.term.api that return types with arguments of type TermValueSetModifier and TypeMethodDescriptionITermReadSvc.findCurrentTermValueSet
(String theUrl) Version independent