Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ValueSetExpansionParameterComponent
-
Packages that use ValueSet.ValueSetExpansionParameterComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description protected ValueSet.ValueSetExpansionParameterComponentJsonParser. parseValueSetValueSetExpansionParameterComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ValueSetExpansionParameterComponentXmlParser. parseValueSetValueSetExpansionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description protected voidJsonParser. composeValueSetValueSetExpansionParameterComponent(String name, ValueSet.ValueSetExpansionParameterComponent element)protected voidXmlParser. composeValueSetValueSetExpansionParameterComponent(String name, ValueSet.ValueSetExpansionParameterComponent element)protected voidJsonParser. composeValueSetValueSetExpansionParameterComponentInner(ValueSet.ValueSetExpansionParameterComponent element) -
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.dstu2.model that return ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionComponent. addParameter()ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionParameterComponent. copy()ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionParameterComponent. setName(String value)ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionParameterComponent. setNameElement(StringType value)ValueSet.ValueSetExpansionParameterComponentValueSet.ValueSetExpansionParameterComponent. setValue(Type value)Methods in org.hl7.fhir.dstu2.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.dstu2.model with parameters of type ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentValueSet.ValueSetExpansionComponent. addParameter(ValueSet.ValueSetExpansionParameterComponent t)
-