Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptSetComponent
Package
Description
-
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.context
Modifier and TypeMethodDescriptionBaseWorkerContext.expandVS
(ValueSet.ConceptSetComponent inc, boolean hierarchical, boolean noInactive) IWorkerContext.expandVS
(ValueSet.ConceptSetComponent inc, boolean hierarchical, boolean noInactive) 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
Modifier and TypeMethodDescriptionprotected ValueSet.ConceptSetComponent
JsonParser.parseValueSetConceptSetComponent
(com.google.gson.JsonObject json) protected ValueSet.ConceptSetComponent
XmlParser.parseValueSetConceptSetComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConceptSetComponent
(String name, ValueSet.ConceptSetComponent element) protected void
JsonParser.composeConceptSetComponentProperties
(ValueSet.ConceptSetComponent element) protected void
RdfParser.composeValueSetConceptSetComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ConceptSetComponent element, int index) protected void
XmlParser.composeValueSetConceptSetComponent
(String name, ValueSet.ConceptSetComponent element) protected void
XmlParser.composeValueSetConceptSetComponentElements
(ValueSet.ConceptSetComponent element) protected boolean
XmlParser.parseValueSetConceptSetComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ConceptSetComponent res) protected void
JsonParser.parseValueSetConceptSetComponentProperties
(com.google.gson.JsonObject json, ValueSet.ConceptSetComponent res) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.hapi.ctx
Modifier and TypeMethodDescriptionHapiWorkerContext.expandVS
(ValueSet.ConceptSetComponent theInc, boolean theHierarchical, boolean theNoInactive) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ValueSet.ConceptSetComponent> ValueSet.ValueSetComposeComponent.exclude
Exclude one or more codes from the value set based on code system filters and/or other value sets.protected List
<ValueSet.ConceptSetComponent> ValueSet.ValueSetComposeComponent.include
Include one or more codes from a code system or other value set(s).Modifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addConcept
(ValueSet.ConceptReferenceComponent t) ValueSet.ValueSetComposeComponent.addExclude()
ValueSet.ConceptSetComponent.addFilter
(ValueSet.ConceptSetFilterComponent t) ValueSet.ValueSetComposeComponent.addInclude()
ValueSet.ConceptSetComponent.addValueSet
(String value) ValueSet.ConceptSetComponent.copy()
ValueSet.ValueSetComposeComponent.getExcludeFirstRep()
ValueSet.ValueSetComposeComponent.getIncludeFirstRep()
ValueSet.ConceptSetComponent.setConcept
(List<ValueSet.ConceptReferenceComponent> theConcept) ValueSet.ConceptSetComponent.setCopyright
(String value) ValueSet.ConceptSetComponent.setCopyrightElement
(StringType value) ValueSet.ConceptSetComponent.setFilter
(List<ValueSet.ConceptSetFilterComponent> theFilter) ValueSet.ConceptSetComponent.setSystemElement
(UriType value) ValueSet.ConceptSetComponent.setValueSet
(List<CanonicalType> theValueSet) ValueSet.ConceptSetComponent.setVersion
(String value) ValueSet.ConceptSetComponent.setVersionElement
(StringType value) Modifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.getExclude()
ValueSet.ValueSetComposeComponent.getInclude()
Modifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.addExclude
(ValueSet.ConceptSetComponent t) ValueSet.ValueSetComposeComponent.addInclude
(ValueSet.ConceptSetComponent t) void
ValueSet.ConceptSetComponent.copyValues
(ValueSet.ConceptSetComponent dst) Modifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.setExclude
(List<ValueSet.ConceptSetComponent> theExclude) ValueSet.ValueSetComposeComponent.setInclude
(List<ValueSet.ConceptSetComponent> theInclude) ModifierConstructorDescriptionConstructor -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.renderers
Modifier and TypeMethodDescriptionprotected <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
Modifier and TypeMethodDescriptionstatic void
ValueSetUtilities.sortInclude
(ValueSet.ConceptSetComponent inc) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.terminologies.expansion
Modifier and TypeMethodDescriptionvoid
ValueSetExpander.doInternalIncludeCodes
(ValueSet.ConceptSetComponent inc, ValueSet.ValueSetExpansionComponent exp, Parameters expParams, List<ValueSet> imports, CodeSystem cs, boolean noInactive, Resource vsSrc) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.terminologies.providers
Modifier and TypeMethodDescriptionabstract void
CodeSystemProvider.includeCodes
(ValueSet.ConceptSetComponent inc, boolean heirarchical, ValueSet.ValueSetExpansionComponent exp, List<ValueSet> imports, Parameters expParams, List<Extension> extensions, boolean noInactive, List<ValueSet.ValueSetExpansionPropertyComponent> vsProps) void
ColorRGBProvider.includeCodes
(ValueSet.ConceptSetComponent inc, boolean heirarchical, ValueSet.ValueSetExpansionComponent exp, List<ValueSet> imports, Parameters expParams, List<Extension> extensions, boolean noInactive, List<ValueSet.ValueSetExpansionPropertyComponent> vsProps) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.utils
Modifier and TypeMethodDescriptionstatic void
ToolingExtensions.addVSComment
(ValueSet.ConceptSetComponent nc, String comment)