
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.CodeSystemConceptDesignation
Packages that use ValueSet.CodeSystemConceptDesignation
-
Uses of ValueSet.CodeSystemConceptDesignation in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.CodeSystemConceptDesignationModifier and TypeMethodDescriptionValueSet.CodeSystemConcept.addDesignation()
Adds and returns a new value for designation ()ValueSet.ComposeIncludeConcept.addDesignation()
Adds and returns a new value for designation ()ValueSet.CodeSystemConcept.getDesignationFirstRep()
Gets the first repetition for designation (), creating it if it does not already exist.ValueSet.ComposeIncludeConcept.getDesignationFirstRep()
Gets the first repetition for designation (), creating it if it does not already exist.ValueSet.CodeSystemConceptDesignation.setLanguage
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for language ()ValueSet.CodeSystemConceptDesignation.setLanguage
(String theCode) Sets the value for language ()Sets the value(s) for use ()ValueSet.CodeSystemConceptDesignation.setValue
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for value ()Sets the value for value ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ValueSet.CodeSystemConceptDesignationModifier and TypeMethodDescriptionValueSet.CodeSystemConcept.getDesignation()
Gets the value(s) for designation ().ValueSet.ComposeIncludeConcept.getDesignation()
Gets the value(s) for designation ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.CodeSystemConceptDesignationModifier and TypeMethodDescriptionValueSet.CodeSystemConcept.addDesignation
(ValueSet.CodeSystemConceptDesignation theValue) Adds a given new value for designation ()ValueSet.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.CodeSystemConceptDesignationModifier and TypeMethodDescriptionValueSet.CodeSystemConcept.setDesignation
(List<ValueSet.CodeSystemConceptDesignation> theValue) Sets the value(s) for designation ()ValueSet.ComposeIncludeConcept.setDesignation
(List<ValueSet.CodeSystemConceptDesignation> theValue) Sets the value(s) for designation ()