
Uses of Class
org.hl7.fhir.dstu3.model.ValueSet.ValueSetExpansionComponent
Packages that use ValueSet.ValueSetExpansionComponent
Package
Description
-
Uses of ValueSet.ValueSetExpansionComponent in org.hl7.fhir.dstu3.context
Methods in org.hl7.fhir.dstu3.context that return ValueSet.ValueSetExpansionComponentModifier and TypeMethodDescriptionIWorkerContext.expandVS(ValueSet.ConceptSetComponent inc, boolean heiarchical) Value set expanion inside the internal expansion engine - used for references to supported system (see "supportsSystem") for which there is no value set. -
Uses of ValueSet.ValueSetExpansionComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ValueSet.ValueSetExpansionComponentModifier and TypeMethodDescriptionprotected ValueSet.ValueSetExpansionComponentJsonParser.parseValueSetValueSetExpansionComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ValueSetExpansionComponentXmlParser.parseValueSetValueSetExpansionComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ValueSet.ValueSetExpansionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetValueSetExpansionComponent(String name, ValueSet.ValueSetExpansionComponent element) protected voidRdfParser.composeValueSetValueSetExpansionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ValueSetExpansionComponent element, int index) protected voidXmlParser.composeValueSetValueSetExpansionComponent(String name, ValueSet.ValueSetExpansionComponent element) protected voidXmlParser.composeValueSetValueSetExpansionComponentElements(ValueSet.ValueSetExpansionComponent element) protected voidJsonParser.composeValueSetValueSetExpansionComponentInner(ValueSet.ValueSetExpansionComponent element) protected booleanXmlParser.parseValueSetValueSetExpansionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ValueSetExpansionComponent res) protected voidJsonParser.parseValueSetValueSetExpansionComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ValueSetExpansionComponent res) -
Uses of ValueSet.ValueSetExpansionComponent in org.hl7.fhir.dstu3.hapi.ctx
Methods in org.hl7.fhir.dstu3.hapi.ctx that return ValueSet.ValueSetExpansionComponentModifier and TypeMethodDescriptionHapiWorkerContext.expandVS(ValueSet.ConceptSetComponent theInc, boolean theHierarchical) -
Uses of ValueSet.ValueSetExpansionComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ValueSet.ValueSetExpansionComponentModifier and TypeFieldDescriptionprotected ValueSet.ValueSetExpansionComponentValueSet.expansionA value set can also be "expanded", where the value set is turned into a simple collection of enumerated codes.Methods in org.hl7.fhir.dstu3.model that return ValueSet.ValueSetExpansionComponentModifier and TypeMethodDescriptionValueSet.ValueSetExpansionComponent.addContains(ValueSet.ValueSetExpansionContainsComponent t) ValueSet.ValueSetExpansionComponent.addParameter(ValueSet.ValueSetExpansionParameterComponent t) ValueSet.ValueSetExpansionComponent.copy()ValueSet.getExpansion()ValueSet.ValueSetExpansionComponent.setContains(List<ValueSet.ValueSetExpansionContainsComponent> theContains) ValueSet.ValueSetExpansionComponent.setIdentifier(String value) ValueSet.ValueSetExpansionComponent.setIdentifierElement(UriType value) ValueSet.ValueSetExpansionComponent.setOffset(int value) ValueSet.ValueSetExpansionComponent.setOffsetElement(IntegerType value) ValueSet.ValueSetExpansionComponent.setParameter(List<ValueSet.ValueSetExpansionParameterComponent> theParameter) ValueSet.ValueSetExpansionComponent.setTimestamp(Date value) ValueSet.ValueSetExpansionComponent.setTimestampElement(DateTimeType value) ValueSet.ValueSetExpansionComponent.setTotal(int value) ValueSet.ValueSetExpansionComponent.setTotalElement(IntegerType value) Methods in org.hl7.fhir.dstu3.model with parameters of type ValueSet.ValueSetExpansionComponentModifier and TypeMethodDescriptionValueSet.setExpansion(ValueSet.ValueSetExpansionComponent value)