
Uses of Class
ca.uhn.fhir.jpa.entity.TermCodeSystemVersion
Packages that use TermCodeSystemVersion
Package
Description
-
Uses of TermCodeSystemVersion in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data that return TermCodeSystemVersionModifier and TypeMethodDescriptionITermCodeSystemVersionDao.findByCodeSystemPidAndVersion(Long theCodeSystemPid, String theCodeSystemVersionId) ITermCodeSystemVersionDao.findByCodeSystemPidVersionIsNull(Long theCodeSystemPid) ITermCodeSystemVersionDao.findByCodeSystemUriAndVersion(String theCodeSystemUri, String theCodeSystemVersionId) ITermCodeSystemVersionDao.findCurrentVersionForCodeSystemResourcePid(Long theCodeSystemResourcePid) Methods in ca.uhn.fhir.jpa.dao.data that return types with arguments of type TermCodeSystemVersionModifier and TypeMethodDescriptionITermCodeSystemVersionDao.findByCodeSystemResourcePid(JpaPid theCodeSystemResourcePid) ITermCodeSystemVersionDao.findByPid(long theVersionPid) Deprecated.Methods in ca.uhn.fhir.jpa.dao.data with parameters of type TermCodeSystemVersionModifier and TypeMethodDescriptionITermConceptDao.findByCodeSystemVersion(TermCodeSystemVersion theCodeSystem) -
Uses of TermCodeSystemVersion in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return TermCodeSystemVersionModifier and TypeMethodDescriptionTermConceptParentChildLink.getCodeSystem()TermConcept.getCodeSystemVersion()TermCodeSystem.getCurrentVersion()TermCodeSystemVersion.setCodeSystem(TermCodeSystem theCodeSystem) TermCodeSystemVersion.setCodeSystemVersionId(String theCodeSystemVersionId) TermCodeSystemVersion.setResource(ResourceTable theResource) Methods in ca.uhn.fhir.jpa.entity with parameters of type TermCodeSystemVersionModifier and TypeMethodDescriptionTermConceptParentChildLink.setCodeSystem(TermCodeSystemVersion theCodeSystemVersion) TermConcept.setCodeSystemVersion(TermCodeSystemVersion theCodeSystemVersion) TermConceptDesignation.setCodeSystemVersion(TermCodeSystemVersion theCodeSystemVersion) TermConceptProperty.setCodeSystemVersion(TermCodeSystemVersion theCodeSystemVersion) TermCodeSystem.setCurrentVersion(TermCodeSystemVersion theCurrentVersion) Constructors in ca.uhn.fhir.jpa.entity with parameters of type TermCodeSystemVersion -
Uses of TermCodeSystemVersion in ca.uhn.fhir.jpa.term
Methods in ca.uhn.fhir.jpa.term with parameters of type TermCodeSystemVersionModifier and TypeMethodDescriptionvoidTermDeferredStorageSvcImpl.deleteCodeSystemVersion(TermCodeSystemVersion theCodeSystemVersion) voidTermCodeSystemStorageSvcImpl.storeNewCodeSystemVersion(String theSystemUri, String theSystemName, String theCodeSystemVersionId, TermCodeSystemVersion theCodeSystemVersion, ResourceTable theCodeSystemResourceTable, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) org.hl7.fhir.instance.model.api.IIdTypeTermCodeSystemStorageSvcImpl.storeNewCodeSystemVersion(org.hl7.fhir.r4.model.CodeSystem theCodeSystemResource, TermCodeSystemVersion theCodeSystemVersion, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps) -
Uses of TermCodeSystemVersion in ca.uhn.fhir.jpa.term.api
Methods in ca.uhn.fhir.jpa.term.api with parameters of type TermCodeSystemVersionModifier and TypeMethodDescriptionvoidITermDeferredStorageSvc.deleteCodeSystemVersion(TermCodeSystemVersion theCodeSystemVersion) default voidITermCodeSystemStorageSvc.storeNewCodeSystemVersion(String theSystemUri, String theSystemName, String theSystemVersionId, TermCodeSystemVersion theCodeSystemVersion, ResourceTable theCodeSystemResourceTable) Default implementation supports previous signature of method which was added RequestDetails parametervoidITermCodeSystemStorageSvc.storeNewCodeSystemVersion(String theSystemUri, String theSystemName, String theSystemVersionId, TermCodeSystemVersion theCodeSystemVersion, ResourceTable theCodeSystemResourceTable, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) org.hl7.fhir.instance.model.api.IIdTypeITermCodeSystemStorageSvc.storeNewCodeSystemVersion(org.hl7.fhir.r4.model.CodeSystem theCodeSystemResource, TermCodeSystemVersion theCodeSystemVersion, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps) -
Uses of TermCodeSystemVersion in ca.uhn.fhir.jpa.term.custom
Methods in ca.uhn.fhir.jpa.term.custom that return TermCodeSystemVersion -
Uses of TermCodeSystemVersion in ca.uhn.fhir.jpa.term.icd10
Constructors in ca.uhn.fhir.jpa.term.icd10 with parameters of type TermCodeSystemVersionModifierConstructorDescriptionIcd10Loader(org.hl7.fhir.r4.model.CodeSystem codeSystem, TermCodeSystemVersion codeSystemVersion) -
Uses of TermCodeSystemVersion in ca.uhn.fhir.jpa.term.icd10cm
Constructors in ca.uhn.fhir.jpa.term.icd10cm with parameters of type TermCodeSystemVersionModifierConstructorDescriptionIcd10CmLoader(TermCodeSystemVersion theCodeSystemVersion) Constructor -
Uses of TermCodeSystemVersion in ca.uhn.fhir.jpa.term.loinc
Constructors in ca.uhn.fhir.jpa.term.loinc with parameters of type TermCodeSystemVersionModifierConstructorDescriptionLoincAnswerListHandler(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) 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) LoincPartHandler(TermCodeSystemVersion theCodeSystemVersion, Map<String, TermConcept> theCode2concept) LoincPartLinkHandler(TermCodeSystemVersion theCodeSystemVersion, Map<String, TermConcept> theCode2concept, Map<String, org.hl7.fhir.r4.model.CodeSystem.PropertyType> thePropertyNames) -
Uses of TermCodeSystemVersion in ca.uhn.fhir.jpa.term.snomedct
Constructors in ca.uhn.fhir.jpa.term.snomedct with parameters of type TermCodeSystemVersionModifierConstructorDescriptionSctHandlerDescription(Set<String> theValidConceptIds, Map<String, TermConcept> theCode2concept, Map<String, TermConcept> theId2concept, TermCodeSystemVersion theCodeSystemVersion) SctHandlerRelationship(TermCodeSystemVersion theCodeSystemVersion, HashMap<String, TermConcept> theRootConcepts, Map<String, TermConcept> theCode2concept)