Uses of Class
ca.uhn.fhir.jpa.entity.TermValueSetConcept
-
Uses of TermValueSetConcept in ca.uhn.fhir.jpa.dao.data
Modifier 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
Modifier and TypeMethodDescriptionTermValueSetConceptDesignation.getConcept()
TermValueSetConcept.setDisplay
(String theDisplay) TermValueSetConcept.setOrder
(int theOrder) TermValueSetConcept.setSystemVersion
(String theSystemVersion) TermValueSetConcept.setValueSet
(TermValueSet theValueSet) Modifier and TypeMethodDescriptionTermValueSetConceptDesignation.setConcept
(TermValueSetConcept theConcept)