
Uses of Class
ca.uhn.fhir.jpa.entity.TermConceptDesignation
Packages that use TermConceptDesignation
-
Uses of TermConceptDesignation in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return TermConceptDesignationModifier and TypeMethodDescriptionTermConcept.addDesignation()
TermConceptDesignation.setCodeSystemVersion
(TermCodeSystemVersion theCodeSystemVersion) TermConceptDesignation.setConcept
(TermConcept theConcept) TermConceptDesignation.setLanguage
(String theLanguage) TermConceptDesignation.setUseCode
(String theUseCode) TermConceptDesignation.setUseDisplay
(String theUseDisplay) TermConceptDesignation.setUseSystem
(String theUseSystem) Methods in ca.uhn.fhir.jpa.entity that return types with arguments of type TermConceptDesignation -
Uses of TermConceptDesignation in ca.uhn.fhir.jpa.term
Method parameters in ca.uhn.fhir.jpa.term with type arguments of type TermConceptDesignationModifier and TypeMethodDescriptionvoid
IValueSetConceptAccumulator.includeConceptWithDesignations
(String theSystem, String theCode, String theDisplay, Collection<TermConceptDesignation> theDesignations, Long theSourceConceptPid, String theSourceConceptDirectParentPids, String theSystemVersion) void
ValueSetConceptAccumulator.includeConceptWithDesignations
(String theSystem, String theCode, String theDisplay, Collection<TermConceptDesignation> theDesignations, Long theSourceConceptPid, String theSourceConceptDirectParentPids, String theSystemVersion) void
ValueSetExpansionComponentWithConceptAccumulator.includeConceptWithDesignations
(String theSystem, String theCode, String theDisplay, Collection<TermConceptDesignation> theDesignations, Long theSourceConceptPid, String theSourceConceptDirectParentPids, String theCodeSystemVersion)