
Uses of Class
ca.uhn.fhir.jpa.entity.TermValueSetConcept
Packages that use TermValueSetConcept
-
Uses of TermValueSetConcept in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data that return types with arguments of type TermValueSetConceptModifier and TypeMethodDescriptionITermValueSetConceptDao.findByTermValueSetIdSystemAndCode
(Long theValueSetId, String theSystem, String theCode) ITermValueSetConceptDao.findByTermValueSetIdSystemAndCodeWithVersion
(Long theValueSetId, String theSystem, String theSystemVersion, String theCode) ITermValueSetConceptDao.findByTermValueSetIdSystemOnly
(org.springframework.data.domain.Pageable thePage, Long theValueSetId, String theSystem) ITermValueSetConceptDao.findByValueSetResourcePidAndCode
(Long theValueSetId, String theCode) ITermValueSetConceptDao.findByValueSetResourcePidSystemAndCode
(Long theValueSetId, String theSystem, String theCode) ITermValueSetConceptDao.findByValueSetResourcePidSystemAndCodeWithVersion
(Long theValueSetId, String theSystem, String theSystemVersion, String theCode) -
Uses of TermValueSetConcept in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return TermValueSetConceptModifier and TypeMethodDescriptionTermValueSetConceptDesignation.getConcept()
TermValueSetConcept.setDisplay
(String theDisplay) TermValueSetConcept.setOrder
(int theOrder) TermValueSetConcept.setSystemVersion
(String theSystemVersion) TermValueSetConcept.setValueSet
(TermValueSet theValueSet) Methods in ca.uhn.fhir.jpa.entity that return types with arguments of type TermValueSetConceptMethods in ca.uhn.fhir.jpa.entity with parameters of type TermValueSetConceptModifier and TypeMethodDescriptionTermValueSetConceptDesignation.setConcept
(TermValueSetConcept theConcept)