
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.ExpansionParameter
Packages that use ValueSet.ExpansionParameter
-
Uses of ValueSet.ExpansionParameter in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.ExpansionParameterModifier and TypeMethodDescriptionValueSet.Expansion.addParameter()
Adds and returns a new value for parameter ()ValueSet.Expansion.getParameterFirstRep()
Gets the first repetition for parameter (), creating it if it does not already exist.ValueSet.ExpansionParameter.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()ValueSet.ExpansionParameter.setValue
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for value[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ValueSet.ExpansionParameterModifier and TypeMethodDescriptionValueSet.Expansion.getParameter()
Gets the value(s) for parameter ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.ExpansionParameterModifier and TypeMethodDescriptionValueSet.Expansion.addParameter
(ValueSet.ExpansionParameter theValue) Adds a given new value for parameter ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ValueSet.ExpansionParameterModifier and TypeMethodDescriptionValueSet.Expansion.setParameter
(List<ValueSet.ExpansionParameter> theValue) Sets the value(s) for parameter ()