
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ValueSet.Expansion
Packages that use ValueSet.Expansion
- 
Uses of ValueSet.Expansion in ca.uhn.fhir.model.dstu2.resourceMethods in ca.uhn.fhir.model.dstu2.resource that return ValueSet.ExpansionModifier and TypeMethodDescriptionValueSet.Expansion.addContains(ValueSet.ExpansionContains theValue) Adds a given new value for contains ()ValueSet.Expansion.addParameter(ValueSet.ExpansionParameter theValue) Adds a given new value for parameter ()ValueSet.getExpansion()Gets the value(s) for expansion ().ValueSet.Expansion.setContains(List<ValueSet.ExpansionContains> theValue) Sets the value(s) for contains ()ValueSet.Expansion.setIdentifier(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for identifier ()ValueSet.Expansion.setIdentifier(String theUri) Sets the value for identifier ()ValueSet.Expansion.setOffset(int theInteger) Sets the value for offset ()ValueSet.Expansion.setOffset(ca.uhn.fhir.model.primitive.IntegerDt theValue) Sets the value(s) for offset ()ValueSet.Expansion.setParameter(List<ValueSet.ExpansionParameter> theValue) Sets the value(s) for parameter ()ValueSet.Expansion.setTimestamp(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for timestamp ()ValueSet.Expansion.setTimestamp(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for timestamp ()ValueSet.Expansion.setTimestampWithSecondsPrecision(Date theDate) Sets the value for timestamp ()ValueSet.Expansion.setTotal(int theInteger) Sets the value for total ()ValueSet.Expansion.setTotal(ca.uhn.fhir.model.primitive.IntegerDt theValue) Sets the value(s) for total ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ValueSet.ExpansionModifier and TypeMethodDescriptionValueSet.setExpansion(ValueSet.Expansion theValue) Sets the value(s) for expansion ()