
Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptSetComponent
Packages that use ValueSet.ConceptSetComponent
Package
Description
-
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionBaseWorkerContext.expandVS(IWorkerContext.ITerminologyOperationDetails opCtxt, ValueSet.ConceptSetComponent inc, boolean hierarchical, boolean noInactive) IWorkerContext.expandVS(IWorkerContext.ITerminologyOperationDetails opCtxt, 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.extensions
Methods in org.hl7.fhir.r5.extensions with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionstatic voidExtensionUtilities.addVSComment(ValueSet.ConceptSetComponent nc, String comment) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptSetComponentJsonParser.parseValueSetConceptSetComponent(com.google.gson.JsonObject json) protected ValueSet.ConceptSetComponentXmlParser.parseValueSetConceptSetComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptSetComponent(String name, ValueSet.ConceptSetComponent element) protected voidJsonParser.composeConceptSetComponentProperties(ValueSet.ConceptSetComponent element) protected voidRdfParser.composeValueSetConceptSetComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ConceptSetComponent element, int index) protected voidXmlParser.composeValueSetConceptSetComponent(String name, ValueSet.ConceptSetComponent element) protected voidXmlParser.composeValueSetConceptSetComponentElements(ValueSet.ConceptSetComponent element) protected booleanXmlParser.parseValueSetConceptSetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ConceptSetComponent res) protected voidJsonParser.parseValueSetConceptSetComponentProperties(com.google.gson.JsonObject json, ValueSet.ConceptSetComponent res) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.hapi.ctx
Methods in org.hl7.fhir.r5.hapi.ctx with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionHapiWorkerContext.expandVS(IWorkerContext.ITerminologyOperationDetails iTerminologyOperationDetails, ValueSet.ConceptSetComponent conceptSetComponent, boolean b, boolean b1) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ValueSet.ConceptSetComponentModifier and TypeFieldDescriptionprotected 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 ValueSet.ConceptSetComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.getExclude()ValueSet.ValueSetComposeComponent.getInclude()Methods in org.hl7.fhir.r5.model with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.addExclude(ValueSet.ConceptSetComponent t) ValueSet.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.ConceptSetComponentModifier and TypeMethodDescriptionValueSet.ValueSetComposeComponent.setExclude(List<ValueSet.ConceptSetComponent> theExclude) ValueSet.ValueSetComposeComponent.setInclude(List<ValueSet.ConceptSetComponent> theInclude) Constructors in org.hl7.fhir.r5.model with parameters of type ValueSet.ConceptSetComponentModifierConstructorDescriptionConstructor -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ValueSet.ConceptSetComponentModifier 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
Methods in org.hl7.fhir.r5.terminologies with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionstatic voidValueSetUtilities.sortInclude(ValueSet.ConceptSetComponent inc) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.terminologies.expansion
Methods in org.hl7.fhir.r5.terminologies.expansion with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionvoidValueSetExpander.doInternalIncludeCodes(ValueSet.ConceptSetComponent inc, ValueSet.ValueSetExpansionComponent exp, Parameters expParams, List<ValueSet> imports, CodeSystem cs, boolean noInactive, Resource vsSrc, String vspath) -
Uses of ValueSet.ConceptSetComponent in org.hl7.fhir.r5.terminologies.providers
Methods in org.hl7.fhir.r5.terminologies.providers with parameters of type ValueSet.ConceptSetComponentModifier and TypeMethodDescriptionabstract voidCodeSystemProvider.includeCodes(ValueSet.ConceptSetComponent inc, boolean heirarchical, ValueSet.ValueSetExpansionComponent exp, List<ValueSet> imports, Parameters expParams, List<Extension> extensions, boolean noInactive, List<ValueSet.ValueSetExpansionPropertyComponent> vsProps) voidColorRGBProvider.includeCodes(ValueSet.ConceptSetComponent inc, boolean heirarchical, ValueSet.ValueSetExpansionComponent exp, List<ValueSet> imports, Parameters expParams, List<Extension> extensions, boolean noInactive, List<ValueSet.ValueSetExpansionPropertyComponent> vsProps)