Uses of Class
org.hl7.fhir.r4.model.ValueSet.ConceptReferenceDesignationComponent
-
Packages that use ValueSet.ConceptReferenceDesignationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ValueSet.ConceptReferenceDesignationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ValueSet.ConceptReferenceDesignationComponent Modifier and Type Method Description protected ValueSet.ConceptReferenceDesignationComponentJsonParser. parseValueSetConceptReferenceDesignationComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ConceptReferenceDesignationComponentXmlParser. parseValueSetConceptReferenceDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) -
Uses of ValueSet.ConceptReferenceDesignationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ValueSet.ConceptReferenceDesignationComponent Modifier and Type Field Description protected List<ValueSet.ConceptReferenceDesignationComponent>ValueSet.ConceptReferenceComponent. designationAdditional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.protected List<ValueSet.ConceptReferenceDesignationComponent>ValueSet.ValueSetExpansionContainsComponent. designationAdditional representations for this item - other languages, aliases, specialized purposes, used for particular purposes, etc.Methods in org.hl7.fhir.r4.model that return types with arguments of type ValueSet.ConceptReferenceDesignationComponent Modifier and Type Method Description List<ValueSet.ConceptReferenceDesignationComponent>ValueSet.ConceptReferenceComponent. getDesignation()List<ValueSet.ConceptReferenceDesignationComponent>ValueSet.ValueSetExpansionContainsComponent. getDesignation()Methods in org.hl7.fhir.r4.model with parameters of type ValueSet.ConceptReferenceDesignationComponent Modifier and Type Method Description ValueSet.ConceptReferenceComponentValueSet.ConceptReferenceComponent. addDesignation(ValueSet.ConceptReferenceDesignationComponent t)ValueSet.ValueSetExpansionContainsComponentValueSet.ValueSetExpansionContainsComponent. addDesignation(ValueSet.ConceptReferenceDesignationComponent t)voidValueSet.ConceptReferenceDesignationComponent. copyValues(ValueSet.ConceptReferenceDesignationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ValueSet.ConceptReferenceDesignationComponent Modifier and Type Method Description ValueSet.ConceptReferenceComponentValueSet.ConceptReferenceComponent. setDesignation(List<ValueSet.ConceptReferenceDesignationComponent> theDesignation)ValueSet.ValueSetExpansionContainsComponentValueSet.ValueSetExpansionContainsComponent. setDesignation(List<ValueSet.ConceptReferenceDesignationComponent> theDesignation)
-