Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.CodeSystemConceptDesignation
-
Uses of ValueSet.CodeSystemConceptDesignation in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionValueSet.CodeSystemConcept.getDesignation()
Gets the value(s) for designation ().ValueSet.ComposeIncludeConcept.getDesignation()
Gets the value(s) for designation ().Modifier 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 ()Modifier 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 ()