Uses of Class
org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionDesignationComponent
-
Uses of CodeSystem.ConceptDefinitionDesignationComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseCodeSystemConceptDefinitionDesignationComponent
(com.google.gson.JsonObject json, CodeSystem owner) XmlParser.parseCodeSystemConceptDefinitionDesignationComponent
(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCodeSystemConceptDefinitionDesignationComponent
(String name, CodeSystem.ConceptDefinitionDesignationComponent element) protected void
RdfParser.composeCodeSystemConceptDefinitionDesignationComponent
(Turtle.Complex parent, String parentType, String name, CodeSystem.ConceptDefinitionDesignationComponent element, int index) protected void
XmlParser.composeCodeSystemConceptDefinitionDesignationComponent
(String name, CodeSystem.ConceptDefinitionDesignationComponent element) protected void
XmlParser.composeCodeSystemConceptDefinitionDesignationComponentElements
(CodeSystem.ConceptDefinitionDesignationComponent element) protected void
JsonParser.composeCodeSystemConceptDefinitionDesignationComponentInner
(CodeSystem.ConceptDefinitionDesignationComponent element) protected boolean
XmlParser.parseCodeSystemConceptDefinitionDesignationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptDefinitionDesignationComponent res) protected void
JsonParser.parseCodeSystemConceptDefinitionDesignationComponentProperties
(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptDefinitionDesignationComponent res) -
Uses of CodeSystem.ConceptDefinitionDesignationComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionCodeSystem.ConceptDefinitionComponent.designation
Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.Modifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.addDesignation()
CodeSystem.ConceptDefinitionDesignationComponent.copy()
CodeSystem.ConceptDefinitionComponent.getDesignationFirstRep()
CodeSystem.ConceptDefinitionDesignationComponent.setLanguage
(String value) CodeSystem.ConceptDefinitionDesignationComponent.setLanguageElement
(CodeType value) CodeSystem.ConceptDefinitionDesignationComponent.setValueElement
(StringType value) Modifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.addDesignation
(CodeSystem.ConceptDefinitionDesignationComponent t) void
CodeSystem.ConceptDefinitionDesignationComponent.copyValues
(CodeSystem.ConceptDefinitionDesignationComponent dst) Modifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.setDesignation
(List<CodeSystem.ConceptDefinitionDesignationComponent> theDesignation)