
Uses of Class
ca.uhn.fhir.jpa.entity.TermConceptParentChildLink
Packages that use TermConceptParentChildLink
-
Uses of TermConceptParentChildLink in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return TermConceptParentChildLinkModifier and TypeMethodDescriptionTermConcept.addChild
(TermConcept theChild, TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) TermConceptParentChildLink.setChild
(TermConcept theChild) TermConceptParentChildLink.setCodeSystem
(TermCodeSystemVersion theCodeSystemVersion) TermConceptParentChildLink.setParent
(TermConcept theParent) TermConceptParentChildLink.setRelationshipType
(TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) Methods in ca.uhn.fhir.jpa.entity that return types with arguments of type TermConceptParentChildLink -
Uses of TermConceptParentChildLink in ca.uhn.fhir.jpa.term
Methods in ca.uhn.fhir.jpa.term with parameters of type TermConceptParentChildLinkModifier and TypeMethodDescriptionvoid
TermDeferredStorageSvcImpl.addConceptLinkToStorageQueue
(TermConceptParentChildLink theConceptLink) -
Uses of TermConceptParentChildLink in ca.uhn.fhir.jpa.term.api
Methods in ca.uhn.fhir.jpa.term.api with parameters of type TermConceptParentChildLinkModifier and TypeMethodDescriptionvoid
ITermDeferredStorageSvc.addConceptLinkToStorageQueue
(TermConceptParentChildLink theConceptLink)