Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.ExpansionParameter
-
Packages that use ValueSet.ExpansionParameter Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ValueSet.ExpansionParameter in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.ExpansionParameter Modifier and Type Method Description ValueSet.ExpansionParameterValueSet.Expansion. addParameter()Adds and returns a new value for parameter ()ValueSet.ExpansionParameterValueSet.Expansion. getParameterFirstRep()Gets the first repetition for parameter (), creating it if it does not already exist.ValueSet.ExpansionParameterValueSet.ExpansionParameter. setName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()ValueSet.ExpansionParameterValueSet.ExpansionParameter. setName(String theString)Sets the value for name ()ValueSet.ExpansionParameterValueSet.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.ExpansionParameter Modifier and Type Method Description List<ValueSet.ExpansionParameter>ValueSet.Expansion. getParameter()Gets the value(s) for parameter ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.ExpansionParameter Modifier and Type Method Description ValueSet.ExpansionValueSet.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.ExpansionParameter Modifier and Type Method Description ValueSet.ExpansionValueSet.Expansion. setParameter(List<ValueSet.ExpansionParameter> theValue)Sets the value(s) for parameter ()
-