
Uses of Class
org.hl7.fhir.dstu3.model.ValueSet.ValueSetExpansionParameterComponent
Packages that use ValueSet.ValueSetExpansionParameterComponent
-
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ValueSet.ValueSetExpansionParameterComponentModifier and TypeMethodDescriptionJsonParser.parseValueSetValueSetExpansionParameterComponent(com.google.gson.JsonObject json, ValueSet owner) XmlParser.parseValueSetValueSetExpansionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ValueSet.ValueSetExpansionParameterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetValueSetExpansionParameterComponent(String name, ValueSet.ValueSetExpansionParameterComponent element) protected voidRdfParser.composeValueSetValueSetExpansionParameterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ValueSetExpansionParameterComponent element, int index) protected voidXmlParser.composeValueSetValueSetExpansionParameterComponent(String name, ValueSet.ValueSetExpansionParameterComponent element) protected voidXmlParser.composeValueSetValueSetExpansionParameterComponentElements(ValueSet.ValueSetExpansionParameterComponent element) protected voidJsonParser.composeValueSetValueSetExpansionParameterComponentInner(ValueSet.ValueSetExpansionParameterComponent element) protected booleanXmlParser.parseValueSetValueSetExpansionParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ValueSetExpansionParameterComponent res) protected voidJsonParser.parseValueSetValueSetExpansionParameterComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ValueSetExpansionParameterComponent res) -
Uses of ValueSet.ValueSetExpansionParameterComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ValueSet.ValueSetExpansionParameterComponentModifier and TypeFieldDescriptionprotected List<ValueSet.ValueSetExpansionParameterComponent> ValueSet.ValueSetExpansionComponent.parameterA parameter that controlled the expansion process.Methods in org.hl7.fhir.dstu3.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.dstu3.model that return types with arguments of type ValueSet.ValueSetExpansionParameterComponentMethods in org.hl7.fhir.dstu3.model with parameters of type ValueSet.ValueSetExpansionParameterComponentModifier and TypeMethodDescriptionValueSet.ValueSetExpansionComponent.addParameter(ValueSet.ValueSetExpansionParameterComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ValueSet.ValueSetExpansionParameterComponentModifier and TypeMethodDescriptionValueSet.ValueSetExpansionComponent.setParameter(List<ValueSet.ValueSetExpansionParameterComponent> theParameter)