Uses of Class
org.hl7.fhir.dstu3.model.ValueSet.ValueSetExpansionParameterComponent
-
Packages that use ValueSet.ValueSetExpansionParameterComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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) -
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.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(Type value)Methods in org.hl7.fhir.dstu3.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.dstu3.model with parameters of type ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentValueSet.ValueSetExpansionComponent. addParameter(ValueSet.ValueSetExpansionParameterComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentValueSet.ValueSetExpansionComponent. setParameter(List<ValueSet.ValueSetExpansionParameterComponent> theParameter)
-