Uses of Class
org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionDesignationComponent
-
Packages that use CodeSystem.ConceptDefinitionDesignationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CodeSystem.ConceptDefinitionDesignationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CodeSystem.ConceptDefinitionDesignationComponent Modifier and Type Method Description protected CodeSystem.ConceptDefinitionDesignationComponentJsonParser. parseCodeSystemConceptDefinitionDesignationComponent(com.google.gson.JsonObject json, CodeSystem owner)protected CodeSystem.ConceptDefinitionDesignationComponentXmlParser. parseCodeSystemConceptDefinitionDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) -
Uses of CodeSystem.ConceptDefinitionDesignationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CodeSystem.ConceptDefinitionDesignationComponent Modifier and Type Field Description protected List<CodeSystem.ConceptDefinitionDesignationComponent>CodeSystem.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 types with arguments of type CodeSystem.ConceptDefinitionDesignationComponent Modifier and Type Method Description List<CodeSystem.ConceptDefinitionDesignationComponent>CodeSystem.ConceptDefinitionComponent. getDesignation()Methods in org.hl7.fhir.r4.model with parameters of type CodeSystem.ConceptDefinitionDesignationComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentCodeSystem.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.ConceptDefinitionDesignationComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentCodeSystem.ConceptDefinitionComponent. setDesignation(List<CodeSystem.ConceptDefinitionDesignationComponent> theDesignation)
-