Uses of Class
ca.uhn.fhir.jpa.entity.TermCodeSystem
-
Uses of TermCodeSystem in ca.uhn.fhir.jpa.dao.data
Modifier and TypeMethodDescriptionITermCodeSystemDao.findByCodeSystemUri
(String theCodeSystemUri) ITermCodeSystemDao.findByResourcePid
(Long theResourcePid) Modifier and TypeMethodDescriptionITermCodeSystemDao.findWithCodeSystemVersionAsCurrentVersion
(Long theCodeSystemVersionPid) Modifier and TypeMethodDescriptionvoid
ITermCodeSystemVersionDao.deleteForCodeSystem
(TermCodeSystem theCodeSystem) -
Uses of TermCodeSystem in ca.uhn.fhir.jpa.entity
Modifier and TypeMethodDescriptionTermCodeSystemVersion.getCodeSystem()
TermCodeSystem.setCodeSystemUri
(String theCodeSystemUri) TermCodeSystem.setCurrentVersion
(TermCodeSystemVersion theCurrentVersion) TermCodeSystem.setResource
(ResourceTable theResource) Modifier and TypeMethodDescriptionTermCodeSystemVersion.setCodeSystem
(TermCodeSystem theCodeSystem)