Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.CodeSystemConceptDesignation
-
Packages that use ValueSet.CodeSystemConceptDesignation Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ValueSet.CodeSystemConceptDesignation in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.CodeSystemConceptDesignation Modifier and Type Method Description ValueSet.CodeSystemConceptDesignationValueSet.CodeSystemConcept. addDesignation()Adds and returns a new value for designation ()ValueSet.CodeSystemConceptDesignationValueSet.ComposeIncludeConcept. addDesignation()Adds and returns a new value for designation ()ValueSet.CodeSystemConceptDesignationValueSet.CodeSystemConcept. getDesignationFirstRep()Gets the first repetition for designation (), creating it if it does not already exist.ValueSet.CodeSystemConceptDesignationValueSet.ComposeIncludeConcept. getDesignationFirstRep()Gets the first repetition for designation (), creating it if it does not already exist.ValueSet.CodeSystemConceptDesignationValueSet.CodeSystemConceptDesignation. setLanguage(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for language ()ValueSet.CodeSystemConceptDesignationValueSet.CodeSystemConceptDesignation. setLanguage(String theCode)Sets the value for language ()ValueSet.CodeSystemConceptDesignationValueSet.CodeSystemConceptDesignation. setUse(CodingDt theValue)Sets the value(s) for use ()ValueSet.CodeSystemConceptDesignationValueSet.CodeSystemConceptDesignation. setValue(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for value ()ValueSet.CodeSystemConceptDesignationValueSet.CodeSystemConceptDesignation. setValue(String theString)Sets the value for value ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ValueSet.CodeSystemConceptDesignation Modifier and Type Method Description List<ValueSet.CodeSystemConceptDesignation>ValueSet.CodeSystemConcept. getDesignation()Gets the value(s) for designation ().List<ValueSet.CodeSystemConceptDesignation>ValueSet.ComposeIncludeConcept. getDesignation()Gets the value(s) for designation ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.CodeSystemConceptDesignation Modifier and Type Method Description ValueSet.CodeSystemConceptValueSet.CodeSystemConcept. addDesignation(ValueSet.CodeSystemConceptDesignation theValue)Adds a given new value for designation ()ValueSet.ComposeIncludeConceptValueSet.ComposeIncludeConcept. addDesignation(ValueSet.CodeSystemConceptDesignation theValue)Adds a given new value for designation ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ValueSet.CodeSystemConceptDesignation Modifier and Type Method Description ValueSet.CodeSystemConceptValueSet.CodeSystemConcept. setDesignation(List<ValueSet.CodeSystemConceptDesignation> theValue)Sets the value(s) for designation ()ValueSet.ComposeIncludeConceptValueSet.ComposeIncludeConcept. setDesignation(List<ValueSet.CodeSystemConceptDesignation> theValue)Sets the value(s) for designation ()
-