
Uses of Class
org.hl7.fhir.r5.model.CodeSystem.ConceptDefinitionDesignationComponent
Packages that use CodeSystem.ConceptDefinitionDesignationComponent
- 
Uses of CodeSystem.ConceptDefinitionDesignationComponent in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return CodeSystem.ConceptDefinitionDesignationComponentModifier and TypeMethodDescriptionJsonParser.parseCodeSystemConceptDefinitionDesignationComponent(com.google.gson.JsonObject json) XmlParser.parseCodeSystemConceptDefinitionDesignationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CodeSystem.ConceptDefinitionDesignationComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeCodeSystemConceptDefinitionDesignationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CodeSystem.ConceptDefinitionDesignationComponent element, int index) protected voidXmlParser.composeCodeSystemConceptDefinitionDesignationComponent(String name, CodeSystem.ConceptDefinitionDesignationComponent element) protected voidXmlParser.composeCodeSystemConceptDefinitionDesignationComponentElements(CodeSystem.ConceptDefinitionDesignationComponent element) protected voidJsonParser.composeConceptDefinitionDesignationComponent(String name, CodeSystem.ConceptDefinitionDesignationComponent element) protected voidJsonParser.composeConceptDefinitionDesignationComponentProperties(CodeSystem.ConceptDefinitionDesignationComponent element) protected booleanXmlParser.parseCodeSystemConceptDefinitionDesignationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem.ConceptDefinitionDesignationComponent res) protected voidJsonParser.parseCodeSystemConceptDefinitionDesignationComponentProperties(com.google.gson.JsonObject json, CodeSystem.ConceptDefinitionDesignationComponent res) 
- 
Uses of CodeSystem.ConceptDefinitionDesignationComponent in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type CodeSystem.ConceptDefinitionDesignationComponentModifier and TypeFieldDescriptionCodeSystem.ConceptDefinitionComponent.designationAdditional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.Methods in org.hl7.fhir.r5.model that return CodeSystem.ConceptDefinitionDesignationComponentModifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionDesignationComponent.addAdditionalUse(Coding t) CodeSystem.ConceptDefinitionComponent.addDesignation()CodeSystem.ConceptDefinitionDesignationComponent.copy()CodeSystem.ConceptDefinitionComponent.getDesignationFirstRep()CodeSystem.ConceptDefinitionDesignationComponent.setAdditionalUse(List<Coding> theAdditionalUse) CodeSystem.ConceptDefinitionDesignationComponent.setLanguage(String value) CodeSystem.ConceptDefinitionDesignationComponent.setLanguageElement(CodeType value) CodeSystem.ConceptDefinitionDesignationComponent.setValueElement(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type CodeSystem.ConceptDefinitionDesignationComponentMethods in org.hl7.fhir.r5.model with parameters of type CodeSystem.ConceptDefinitionDesignationComponentModifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.addDesignation(CodeSystem.ConceptDefinitionDesignationComponent t) voidCodeSystem.ConceptDefinitionDesignationComponent.copyValues(CodeSystem.ConceptDefinitionDesignationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type CodeSystem.ConceptDefinitionDesignationComponentModifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.setDesignation(List<CodeSystem.ConceptDefinitionDesignationComponent> theDesignation)