Uses of Class
org.hl7.fhir.dstu2016may.model.ValueSet.ConceptReferenceDesignationComponent
-
Packages that use ValueSet.ConceptReferenceDesignationComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ValueSet.ConceptReferenceDesignationComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ValueSet.ConceptReferenceDesignationComponent Modifier and Type Method Description protected voidJsonParser. composeValueSetConceptReferenceDesignationComponent(String name, ValueSet.ConceptReferenceDesignationComponent element)protected voidRdfParser. composeValueSetConceptReferenceDesignationComponent(RdfGenerator.Complex parent, String parentType, String name, ValueSet.ConceptReferenceDesignationComponent element, int index)protected voidXmlParser. composeValueSetConceptReferenceDesignationComponent(String name, ValueSet.ConceptReferenceDesignationComponent element)protected voidJsonParser. composeValueSetConceptReferenceDesignationComponentInner(ValueSet.ConceptReferenceDesignationComponent element) -
Uses of ValueSet.ConceptReferenceDesignationComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.Methods in org.hl7.fhir.dstu2016may.model that return ValueSet.ConceptReferenceDesignationComponent Modifier and Type Method Description ValueSet.ConceptReferenceDesignationComponentValueSet.ConceptReferenceComponent. addDesignation()ValueSet.ConceptReferenceDesignationComponentValueSet.ConceptReferenceDesignationComponent. copy()ValueSet.ConceptReferenceDesignationComponentValueSet.ConceptReferenceDesignationComponent. setLanguage(String value)ValueSet.ConceptReferenceDesignationComponentValueSet.ConceptReferenceDesignationComponent. setLanguageElement(CodeType value)ValueSet.ConceptReferenceDesignationComponentValueSet.ConceptReferenceDesignationComponent. setUse(Coding value)ValueSet.ConceptReferenceDesignationComponentValueSet.ConceptReferenceDesignationComponent. setValue(String value)ValueSet.ConceptReferenceDesignationComponentValueSet.ConceptReferenceDesignationComponent. setValueElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ValueSet.ConceptReferenceDesignationComponent Modifier and Type Method Description List<ValueSet.ConceptReferenceDesignationComponent>ValueSet.ConceptReferenceComponent. getDesignation()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ValueSet.ConceptReferenceDesignationComponent Modifier and Type Method Description ValueSet.ConceptReferenceComponentValueSet.ConceptReferenceComponent. addDesignation(ValueSet.ConceptReferenceDesignationComponent t)
-