
Uses of Class
org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionDesignationComponent
Packages that use CodeSystem.ConceptDefinitionDesignationComponent
-
Uses of CodeSystem.ConceptDefinitionDesignationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CodeSystem.ConceptDefinitionDesignationComponentModifier and TypeMethodDescriptionJsonParser.parseCodeSystemConceptDefinitionDesignationComponent(com.google.gson.JsonObject json, CodeSystem owner) XmlParser.parseCodeSystemConceptDefinitionDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) Methods in org.hl7.fhir.r4.formats with parameters of type CodeSystem.ConceptDefinitionDesignationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCodeSystemConceptDefinitionDesignationComponent(String name, CodeSystem.ConceptDefinitionDesignationComponent element) protected voidRdfParser.composeCodeSystemConceptDefinitionDesignationComponent(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.composeCodeSystemConceptDefinitionDesignationComponentInner(CodeSystem.ConceptDefinitionDesignationComponent element) protected booleanXmlParser.parseCodeSystemConceptDefinitionDesignationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptDefinitionDesignationComponent res) protected voidJsonParser.parseCodeSystemConceptDefinitionDesignationComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptDefinitionDesignationComponent res) -
Uses of CodeSystem.ConceptDefinitionDesignationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return CodeSystem.ConceptDefinitionDesignationComponentModifier 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) Methods in org.hl7.fhir.r4.model that return types with arguments of type CodeSystem.ConceptDefinitionDesignationComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type CodeSystem.ConceptDefinitionDesignationComponentModifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.setDesignation(List<CodeSystem.ConceptDefinitionDesignationComponent> theDesignation)