
Uses of Class
ca.uhn.fhir.jpa.entity.TermCodeSystem
Packages that use TermCodeSystem
-
Uses of TermCodeSystem in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data that return TermCodeSystemModifier and TypeMethodDescriptionITermCodeSystemDao.findByCodeSystemUri
(String theCodeSystemUri) ITermCodeSystemDao.findByResourcePid
(JpaPid theResourcePid) Methods in ca.uhn.fhir.jpa.dao.data that return types with arguments of type TermCodeSystemModifier and TypeMethodDescriptionITermCodeSystemDao.findByPid
(long thePid) Deprecated.ITermCodeSystemDao.findWithCodeSystemVersionAsCurrentVersion
(Long theCodeSystemVersionPid) Methods in ca.uhn.fhir.jpa.dao.data with parameters of type TermCodeSystemModifier and TypeMethodDescriptionvoid
ITermCodeSystemVersionDao.deleteForCodeSystem
(TermCodeSystem theCodeSystem) -
Uses of TermCodeSystem in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return TermCodeSystemModifier and TypeMethodDescriptionTermCodeSystemVersion.getCodeSystem()
TermCodeSystem.setCodeSystemUri
(String theCodeSystemUri) TermCodeSystem.setCurrentVersion
(TermCodeSystemVersion theCurrentVersion) TermCodeSystem.setResource
(ResourceTable theResource) Methods in ca.uhn.fhir.jpa.entity with parameters of type TermCodeSystemModifier and TypeMethodDescriptionTermCodeSystemVersion.setCodeSystem
(TermCodeSystem theCodeSystem)