Uses of Class
ca.uhn.fhir.jpa.entity.TermConceptParentChildLink
-
Uses of TermConceptParentChildLink in ca.uhn.fhir.jpa.entity
Modifier and TypeMethodDescriptionTermConcept.addChild
(TermConcept theChild, TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) TermConceptParentChildLink.setChild
(TermConcept theChild) TermConceptParentChildLink.setCodeSystem
(TermCodeSystemVersion theCodeSystem) TermConceptParentChildLink.setParent
(TermConcept theParent) TermConceptParentChildLink.setRelationshipType
(TermConceptParentChildLink.RelationshipTypeEnum theRelationshipType) -
Uses of TermConceptParentChildLink in ca.uhn.fhir.jpa.term
Modifier and TypeMethodDescriptionvoid
TermDeferredStorageSvcImpl.addConceptLinkToStorageQueue
(TermConceptParentChildLink theConceptLink) -
Uses of TermConceptParentChildLink in ca.uhn.fhir.jpa.term.api
Modifier and TypeMethodDescriptionvoid
ITermDeferredStorageSvc.addConceptLinkToStorageQueue
(TermConceptParentChildLink theConceptLink)