Uses of Class
ca.uhn.fhir.jpa.entity.TermConceptDesignation
-
Uses of TermConceptDesignation in ca.uhn.fhir.jpa.entity
Modifier 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) -
Uses of TermConceptDesignation in ca.uhn.fhir.jpa.term
Modifier 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)