Uses of Class
ca.uhn.fhir.jpa.entity.TermConcept
Package
Description
-
Uses of TermConcept in ca.uhn.fhir.jpa.dao.data
Modifier and TypeMethodDescriptionITermConceptDao.fetchConceptsAndDesignationsByPid
(List<Long> thePids) ITermConceptDao.fetchConceptsAndDesignationsByVersionPid
(Long theCodeSystemVersionPid) ITermConceptDao.findByCodeSystemAndCode
(Long theCodeSystemVersionPid, String theCode) ITermConceptDao.findByCodeSystemAndCodeList
(Long theCodeSystem, List<String> theCodeList) ITermConceptDao.findByCodeSystemVersion
(TermCodeSystemVersion theCodeSystem) org.springframework.data.domain.Page
<TermConcept> ITermConceptDao.findResourcesRequiringReindexing
(org.springframework.data.domain.Pageable thePageRequest) -
Uses of TermConcept in ca.uhn.fhir.jpa.entity
Modifier and TypeMethodDescriptionTermConcept.addChild
(TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) TermCodeSystemVersion.addConcept()
TermConceptParentChildLink.getChild()
TermConceptParentChildLink.getParent()
TermConcept.setCodeSystemVersion
(TermCodeSystemVersion theCodeSystemVersion) TermConcept.setDisplay
(String theDisplay) TermConcept.setIndexStatus
(Long theIndexStatus) TermConcept.setParentPids
(String theParentPids) TermConcept.setSequence
(Integer theSequence) TermConcept.setUpdated
(Date theUpdated) Modifier and TypeMethodDescriptionTermConcept.getChildCodes()
Returns a view ofgetChildren()
but containing the actual child codesTermCodeSystemVersion.getConcepts()
Modifier and TypeMethodDescriptionTermConcept.addChild
(TermConcept theChild, TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) TermConceptParentChildLink.setChild
(TermConcept theChild) TermConceptDesignation.setConcept
(TermConcept theConcept) TermConceptProperty.setConcept
(TermConcept theConcept) TermConceptParentChildLink.setParent
(TermConcept theParent) Modifier and TypeMethodDescriptionvoid
TermConcept.addChildren
(List<TermConcept> theChildren, TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) -
Uses of TermConcept in ca.uhn.fhir.jpa.term
Modifier and TypeMethodDescriptionstatic TermConcept
TermLoaderSvcImpl.getOrCreateConcept
(Map<String, TermConcept> id2concept, String id) Modifier and TypeMethodDescriptionTermReadSvcImpl.findCodesAbove
(Long theCodeSystemResourcePid, Long theCodeSystemVersionPid, String theCode) TermReadSvcImpl.findCodesBelow
(Long theCodeSystemResourcePid, Long theCodeSystemVersionPid, String theCode) Modifier and TypeMethodDescriptionvoid
TermDeferredStorageSvcImpl.addConceptToStorageQueue
(TermConcept theConcept) int
TermCodeSystemStorageSvcImpl.saveConcept
(TermConcept theConcept) Returns the number of saved conceptsint
TermConceptDaoSvc.saveConcept
(TermConcept theConcept) Modifier and TypeMethodDescriptionstatic TermConcept
TermLoaderSvcImpl.getOrCreateConcept
(Map<String, TermConcept> id2concept, String id) -
Uses of TermConcept in ca.uhn.fhir.jpa.term.api
Modifier and TypeMethodDescriptionITermReadSvc.findCodesAbove
(Long theCodeSystemResourcePid, Long theCodeSystemResourceVersionPid, String theCode) ITermReadSvc.findCodesBelow
(Long theCodeSystemResourcePid, Long theCodeSystemResourceVersionPid, String theCode) Modifier and TypeMethodDescriptionvoid
ITermDeferredStorageSvc.addConceptToStorageQueue
(TermConcept theConcept) int
ITermCodeSystemStorageSvc.saveConcept
(TermConcept theNextConcept) -
Uses of TermConcept in ca.uhn.fhir.jpa.term.custom
Modifier and TypeMethodDescriptionCustomTerminologySet.addRootConcept
(String theCode) CustomTerminologySet.addRootConcept
(String theCode, String theDisplay) ModifierConstructorDescriptionConceptHandler
(Map<String, TermConcept> theCode2concept) HierarchyHandler
(Map<String, TermConcept> theCode2concept) -
Uses of TermConcept in ca.uhn.fhir.jpa.term.loinc
ModifierConstructorDescriptionBaseLoincTop2000LabResultsHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, String theValueSetId, String theValueSetUri, String theValueSetName, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) LoincAnswerListHandler
(TermCodeSystemVersion theCodeSystemVersion, Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) LoincAnswerListLinkHandler
(Map<String, TermConcept> theCode2concept) LoincCodingPropertiesHandler
(Map<String, TermConcept> theCode2concept, Map<String, org.hl7.fhir.r4.model.CodeSystem.PropertyType> thePropertyNameTypeMap) LoincConsumerNameHandler
(Map<String, TermConcept> theCode2concept) LoincDocumentOntologyHandler
(Map<String, TermConcept> theCode2concept, Map<String, org.hl7.fhir.r4.model.CodeSystem.PropertyType> thePropertyNames, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) LoincGroupFileHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) LoincGroupTermsFileHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties) LoincHandler
(TermCodeSystemVersion theCodeSystemVersion, Map<String, TermConcept> theCode2concept, Map<String, org.hl7.fhir.r4.model.CodeSystem.PropertyType> thePropertyNames, Map<PartTypeAndPartName, String> thePartTypeAndPartNameToPartNumber) LoincHierarchyHandler
(TermCodeSystemVersion theCodeSystemVersion, Map<String, TermConcept> theCode2concept) LoincIeeeMedicalDeviceCodeHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) ConstructorLoincImagingDocumentCodeHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties) LoincLinguisticVariantHandler
(Map<String, TermConcept> theCode2Concept, String theLanguageCode) LoincMapToHandler
(Map<String, TermConcept> theCode2concept) LoincParentGroupFileHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties) LoincPartHandler
(TermCodeSystemVersion theCodeSystemVersion, Map<String, TermConcept> theCode2concept) LoincPartLinkHandler
(TermCodeSystemVersion theCodeSystemVersion, Map<String, TermConcept> theCode2concept, Map<String, org.hl7.fhir.r4.model.CodeSystem.PropertyType> thePropertyNames) LoincPartRelatedCodeMappingHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) LoincRsnaPlaybookHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) ConstructorLoincTop2000LabResultsSiHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) LoincTop2000LabResultsUsHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) LoincUniversalOrderSetHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties) -
Uses of TermConcept in ca.uhn.fhir.jpa.term.snomedct
ModifierConstructorDescriptionSctHandlerDescription
(Set<String> theValidConceptIds, Map<String, TermConcept> theCode2concept, Map<String, TermConcept> theId2concept, TermCodeSystemVersion theCodeSystemVersion) SctHandlerRelationship
(TermCodeSystemVersion theCodeSystemVersion, HashMap<String, TermConcept> theRootConcepts, Map<String, TermConcept> theCode2concept) SctHandlerRelationship
(TermCodeSystemVersion theCodeSystemVersion, HashMap<String, TermConcept> theRootConcepts, Map<String, TermConcept> theCode2concept)