
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.ComposeIncludeConcept
Packages that use ValueSet.ComposeIncludeConcept
-
Uses of ValueSet.ComposeIncludeConcept in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.ComposeIncludeConceptModifier and TypeMethodDescriptionValueSet.ComposeInclude.addConcept()
Adds and returns a new value for concept ()ValueSet.ComposeIncludeConcept.addDesignation
(ValueSet.CodeSystemConceptDesignation theValue) Adds a given new value for designation ()ValueSet.ComposeInclude.getConceptFirstRep()
Gets the first repetition for concept (), creating it if it does not already exist.ValueSet.ComposeIncludeConcept.setCode
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for code ()Sets the value for code ()ValueSet.ComposeIncludeConcept.setDesignation
(List<ValueSet.CodeSystemConceptDesignation> theValue) Sets the value(s) for designation ()ValueSet.ComposeIncludeConcept.setDisplay
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for display ()ValueSet.ComposeIncludeConcept.setDisplay
(String theString) Sets the value for display ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ValueSet.ComposeIncludeConceptModifier and TypeMethodDescriptionValueSet.ComposeInclude.getConcept()
Gets the value(s) for concept ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.ComposeIncludeConceptModifier and TypeMethodDescriptionValueSet.ComposeInclude.addConcept
(ValueSet.ComposeIncludeConcept theValue) Adds a given new value for concept ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ValueSet.ComposeIncludeConceptModifier and TypeMethodDescriptionValueSet.ComposeInclude.setConcept
(List<ValueSet.ComposeIncludeConcept> theValue) Sets the value(s) for concept ()