Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptSetComponent
-
Packages that use ValueSet.ConceptSetComponent Package Description org.hl7.fhir.r5.context org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.renderers org.hl7.fhir.r5.terminologies org.hl7.fhir.r5.utils -
-
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context with parameters of type ValueSet.ConceptSetComponent Modifier and Type Method Description ValueSetExpander.ValueSetExpansionOutcomeBaseWorkerContext. expandVS(ValueSet.ConceptSetComponent inc, boolean hierarchical)ValueSetExpander.ValueSetExpansionOutcomeIWorkerContext. expandVS(ValueSet.ConceptSetComponent inc, boolean hierarchical)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.ConceptSetComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ConceptSetComponent Modifier and Type Method Description protected ValueSet.ConceptSetComponentJsonParser. parseValueSetConceptSetComponent(com.google.gson.JsonObject json)protected ValueSet.ConceptSetComponentXmlParser. parseValueSetConceptSetComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ValueSet.ConceptSetComponent Modifier and Type Field Description protected List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent. excludeExclude one or more codes from the value set based on code system filters and/or other value sets.protected List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent. includeInclude one or more codes from a code system or other value set(s).Methods in org.hl7.fhir.r5.model that return types with arguments of type ValueSet.ConceptSetComponent Modifier and Type Method Description List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent. getExclude()List<ValueSet.ConceptSetComponent>ValueSet.ValueSetComposeComponent. getInclude()Methods in org.hl7.fhir.r5.model with parameters of type ValueSet.ConceptSetComponent Modifier and Type Method Description ValueSet.ValueSetComposeComponentValueSet.ValueSetComposeComponent. addExclude(ValueSet.ConceptSetComponent t)ValueSet.ValueSetComposeComponentValueSet.ValueSetComposeComponent. addInclude(ValueSet.ConceptSetComponent t)voidValueSet.ConceptSetComponent. copyValues(ValueSet.ConceptSetComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ValueSet.ConceptSetComponent Modifier and Type Method Description ValueSet.ValueSetComposeComponentValueSet.ValueSetComposeComponent. setExclude(List<ValueSet.ConceptSetComponent> theExclude)ValueSet.ValueSetComposeComponentValueSet.ValueSetComposeComponent. setInclude(List<ValueSet.ConceptSetComponent> theInclude)Constructors in org.hl7.fhir.r5.model with parameters of type ValueSet.ConceptSetComponent Constructor Description ValueSetComposeComponent(ValueSet.ConceptSetComponent include)Constructor -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ValueSet.ConceptSetComponent Modifier and Type Method Description protected <T extends Resource>
voidTerminologyRenderer. addCsRef(ValueSet.ConceptSetComponent inc, org.hl7.fhir.utilities.xhtml.XhtmlNode li, T cs) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies with parameters of type ValueSet.ConceptSetComponent Modifier and Type Method Description booleanITerminologyServices. checkVS(ValueSet.ConceptSetComponent vsi, String system, String code)Test the value set fragment (system | codes | filters).voidValueSetExpanderSimple. doInternalIncludeCodes(ValueSet.ConceptSetComponent inc, ValueSet.ValueSetExpansionComponent exp, Parameters expParams, List<ValueSet> imports, CodeSystem cs)ValueSet.ValueSetExpansionComponentITerminologyServices. expandVS(ValueSet.ConceptSetComponent inc)Expand the value set fragment (system | codes | filters). -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils with parameters of type ValueSet.ConceptSetComponent Modifier and Type Method Description static voidToolingExtensions. addVSComment(ValueSet.ConceptSetComponent nc, String comment)
-