
Uses of Class
ca.uhn.fhir.jpa.entity.TermConceptMap
Packages that use TermConceptMap
-
Uses of TermConceptMap in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data that return types with arguments of type TermConceptMapModifier and TypeMethodDescriptionITermConceptMapDao.findTermConceptMapByResourcePid
(Long theResourcePid) ITermConceptMapDao.findTermConceptMapByUrl
(String theUrl) Deprecated.ITermConceptMapDao.findTermConceptMapByUrlAndNullVersion
(String theUrl) ITermConceptMapDao.findTermConceptMapByUrlAndVersion
(String theUrl, String theVersion) ITermConceptMapDao.getTermConceptMapEntitiesByUrlOrderByMostRecentUpdate
(org.springframework.data.domain.Pageable thePage, String theUrl) -
Uses of TermConceptMap in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return TermConceptMapModifier and TypeMethodDescriptionTermConceptMapGroup.getConceptMap()
TermConceptMap.setResource
(ResourceTable theResource) TermConceptMap.setVersion
(String theVersion) Methods in ca.uhn.fhir.jpa.entity with parameters of type TermConceptMapModifier and TypeMethodDescriptionTermConceptMapGroup.setConceptMap
(TermConceptMap theTermConceptMap)