Uses of Class
org.hl7.fhir.r4.model.ValueSet.ValueSetExpansionParameterComponent
-
Packages that use ValueSet.ValueSetExpansionParameterComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.terminologies -
-
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.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.r4.model with type arguments of type ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentValueSet.ValueSetExpansionComponent. setParameter(List<ValueSet.ValueSetExpansionParameterComponent> theParameter) -
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.r4.terminologies
Method parameters in org.hl7.fhir.r4.terminologies with type arguments of type ValueSet.ValueSetExpansionParameterComponent Modifier and Type Method Description voidValueSetExpanderSimple. doInternalIncludeCodes(ValueSet.ConceptSetComponent inc, List<ValueSet.ValueSetExpansionParameterComponent> params, Parameters expParams, List<ValueSet> imports, CodeSystem cs)
-