Uses of Class
org.hl7.fhir.r4b.model.ValueSet.ValueSetExpansionParameterComponent
-
Packages that use ValueSet.ValueSetExpansionParameterComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description protected ValueSet.ValueSetExpansionParameterComponentJsonParser. parseValueSetExpansionParameterComponent(com.google.gson.JsonObject json)protected ValueSet.ValueSetExpansionParameterComponentXmlParser. parseValueSetExpansionParameterComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type ValueSet.ValueSetExpansionParameterComponent Modifier and Type Field Description protected List<ValueSet.ValueSetExpansionParameterComponent>ValueSet.ValueSetExpansionComponent. parameterA parameter that controlled the expansion process.Methods in org.hl7.fhir.r4b.model that return ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionComponent. addParameter()ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionParameterComponent. copy()ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionComponent. getParameterFirstRep()ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionParameterComponent. setName(String value)ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionParameterComponent. setNameElement(StringType value)ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionParameterComponent. setValue(DataType value)Methods in org.hl7.fhir.r4b.model that return types with arguments of type ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description List<ValueSet.ValueSetExpansionParameterComponent>ValueSet.ValueSetExpansionComponent. getParameter()Methods in org.hl7.fhir.r4b.model with parameters of type ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentValueSet.ValueSetExpansionComponent. addParameter(ValueSet.ValueSetExpansionParameterComponent t)voidValueSet.ValueSetExpansionParameterComponent. copyValues(ValueSet.ValueSetExpansionParameterComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentValueSet.ValueSetExpansionComponent. setParameter(List<ValueSet.ValueSetExpansionParameterComponent> theParameter)
-