Uses of Class
ca.uhn.fhir.jpa.entity.TermConceptMap
-
Uses of TermConceptMap in ca.uhn.fhir.jpa.dao.data
Modifier 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
Modifier and TypeMethodDescriptionTermConceptMapGroup.getConceptMap()
TermConceptMap.setResource
(ResourceTable theResource) TermConceptMap.setResourcePid
(Long theResourcePid) TermConceptMap.setVersion
(String theVersion) Modifier and TypeMethodDescriptionTermConceptMapGroup.setConceptMap
(TermConceptMap theTermConceptMap)