
Uses of Class
org.hl7.fhir.r5.model.ValueSet.ValueSetExpansionParameterComponent
Packages that use ValueSet.ValueSetExpansionParameterComponent
-
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ValueSetExpansionParameterComponentModifier and TypeMethodDescriptionJsonParser.parseValueSetExpansionParameterComponent
(com.google.gson.JsonObject json) XmlParser.parseValueSetExpansionParameterComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ValueSet.ValueSetExpansionParameterComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeValueSetExpansionParameterComponent
(String name, ValueSet.ValueSetExpansionParameterComponent element) protected void
RdfParser.composeValueSetExpansionParameterComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ValueSetExpansionParameterComponent element, int index) protected void
XmlParser.composeValueSetExpansionParameterComponent
(String name, ValueSet.ValueSetExpansionParameterComponent element) protected void
XmlParser.composeValueSetExpansionParameterComponentElements
(ValueSet.ValueSetExpansionParameterComponent element) protected void
JsonParser.composeValueSetExpansionParameterComponentProperties
(ValueSet.ValueSetExpansionParameterComponent element) protected boolean
XmlParser.parseValueSetExpansionParameterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ValueSetExpansionParameterComponent res) protected void
JsonParser.parseValueSetExpansionParameterComponentProperties
(com.google.gson.JsonObject json, ValueSet.ValueSetExpansionParameterComponent res) -
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ValueSet.ValueSetExpansionParameterComponentModifier and TypeFieldDescriptionprotected List
<ValueSet.ValueSetExpansionParameterComponent> ValueSet.ValueSetExpansionComponent.parameter
A parameter that controlled the expansion process.Methods in org.hl7.fhir.r5.model that return ValueSet.ValueSetExpansionParameterComponentModifier and TypeMethodDescriptionValueSet.ValueSetExpansionComponent.addParameter()
ValueSet.ValueSetExpansionParameterComponent.copy()
ValueSet.ValueSetExpansionComponent.getParameterFirstRep()
ValueSet.ValueSetExpansionParameterComponent.setNameElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ValueSet.ValueSetExpansionParameterComponentMethods in org.hl7.fhir.r5.model with parameters of type ValueSet.ValueSetExpansionParameterComponentModifier and TypeMethodDescriptionValueSet.ValueSetExpansionComponent.addParameter
(ValueSet.ValueSetExpansionParameterComponent t) void
ValueSet.ValueSetExpansionParameterComponent.copyValues
(ValueSet.ValueSetExpansionParameterComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ValueSet.ValueSetExpansionParameterComponentModifier and TypeMethodDescriptionValueSet.ValueSetExpansionComponent.setParameter
(List<ValueSet.ValueSetExpansionParameterComponent> theParameter)