ValueSet.Expansion |
ValueSet.Expansion.addContains(ValueSet.ExpansionContains theValue) |
Adds a given new value for contains ()
|
ValueSet.Expansion |
ValueSet.Expansion.addParameter(ValueSet.ExpansionParameter theValue) |
Adds a given new value for parameter ()
|
ValueSet.Expansion |
ValueSet.getExpansion() |
Gets the value(s) for expansion ().
|
ValueSet.Expansion |
ValueSet.Expansion.setContains(List<ValueSet.ExpansionContains> theValue) |
Sets the value(s) for contains ()
|
ValueSet.Expansion |
ValueSet.Expansion.setIdentifier(ca.uhn.fhir.model.primitive.UriDt theValue) |
Sets the value(s) for identifier ()
|
ValueSet.Expansion |
ValueSet.Expansion.setIdentifier(String theUri) |
Sets the value for identifier ()
|
ValueSet.Expansion |
ValueSet.Expansion.setOffset(int theInteger) |
Sets the value for offset ()
|
ValueSet.Expansion |
ValueSet.Expansion.setOffset(ca.uhn.fhir.model.primitive.IntegerDt theValue) |
Sets the value(s) for offset ()
|
ValueSet.Expansion |
ValueSet.Expansion.setParameter(List<ValueSet.ExpansionParameter> theValue) |
Sets the value(s) for parameter ()
|
ValueSet.Expansion |
ValueSet.Expansion.setTimestamp(ca.uhn.fhir.model.primitive.DateTimeDt theValue) |
Sets the value(s) for timestamp ()
|
ValueSet.Expansion |
ValueSet.Expansion.setTimestamp(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value for timestamp ()
|
ValueSet.Expansion |
ValueSet.Expansion.setTimestampWithSecondsPrecision(Date theDate) |
Sets the value for timestamp ()
|
ValueSet.Expansion |
ValueSet.Expansion.setTotal(int theInteger) |
Sets the value for total ()
|
ValueSet.Expansion |
ValueSet.Expansion.setTotal(ca.uhn.fhir.model.primitive.IntegerDt theValue) |
Sets the value(s) for total ()
|