Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.ExpansionParameter
-
Uses of ValueSet.ExpansionParameter in ca.uhn.fhir.model.dstu2.resource
Modifier 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] ()Modifier and TypeMethodDescriptionValueSet.Expansion.getParameter()
Gets the value(s) for parameter ().Modifier and TypeMethodDescriptionValueSet.Expansion.addParameter
(ValueSet.ExpansionParameter theValue) Adds a given new value for parameter ()Modifier and TypeMethodDescriptionValueSet.Expansion.setParameter
(List<ValueSet.ExpansionParameter> theValue) Sets the value(s) for parameter ()