Uses of Class
org.hl7.fhir.dstu3.model.ValueSet.ValueSetExpansionComponent
-
Packages that use ValueSet.ValueSetExpansionComponent Package Description org.hl7.fhir.dstu3.context org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model org.hl7.fhir.dstu3.terminologies -
-
Uses of ValueSet.ValueSetExpansionComponent in org.hl7.fhir.dstu3.context
Methods in org.hl7.fhir.dstu3.context that return ValueSet.ValueSetExpansionComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentBaseWorkerContext. expandVS(ValueSet.ConceptSetComponent inc, boolean heirachical)ValueSet.ValueSetExpansionComponentIWorkerContext. 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.ValueSetExpansionComponent Modifier and Type Method Description protected ValueSet.ValueSetExpansionComponentJsonParser. parseValueSetValueSetExpansionComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ValueSetExpansionComponentXmlParser. parseValueSetValueSetExpansionComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) -
Uses of ValueSet.ValueSetExpansionComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ValueSet.ValueSetExpansionComponent Modifier and Type Field Description protected 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 with parameters of type ValueSet.ValueSetExpansionComponent Modifier and Type Method Description ValueSetValueSet. setExpansion(ValueSet.ValueSetExpansionComponent value) -
Uses of ValueSet.ValueSetExpansionComponent in org.hl7.fhir.dstu3.terminologies
Methods in org.hl7.fhir.dstu3.terminologies that return ValueSet.ValueSetExpansionComponent Modifier and Type Method Description ValueSet.ValueSetExpansionComponentITerminologyServices. expandVS(ValueSet.ConceptSetComponent inc)Expand the value set fragment (system | codes | filters).
-