
Uses of Class
org.hl7.fhir.r5.model.ValueSet.ConceptSetFilterComponent
Packages that use ValueSet.ConceptSetFilterComponent
Package
Description
-
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ValueSet.ConceptSetFilterComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptSetFilterComponent
JsonParser.parseValueSetConceptSetFilterComponent
(com.google.gson.JsonObject json) protected ValueSet.ConceptSetFilterComponent
XmlParser.parseValueSetConceptSetFilterComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ValueSet.ConceptSetFilterComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeConceptSetFilterComponent
(String name, ValueSet.ConceptSetFilterComponent element) protected void
JsonParser.composeConceptSetFilterComponentProperties
(ValueSet.ConceptSetFilterComponent element) protected void
RdfParser.composeValueSetConceptSetFilterComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ValueSet.ConceptSetFilterComponent element, int index) protected void
XmlParser.composeValueSetConceptSetFilterComponent
(String name, ValueSet.ConceptSetFilterComponent element) protected void
XmlParser.composeValueSetConceptSetFilterComponentElements
(ValueSet.ConceptSetFilterComponent element) protected boolean
XmlParser.parseValueSetConceptSetFilterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet.ConceptSetFilterComponent res) protected void
JsonParser.parseValueSetConceptSetFilterComponentProperties
(com.google.gson.JsonObject json, ValueSet.ConceptSetFilterComponent res) -
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ValueSet.ConceptSetFilterComponentModifier and TypeFieldDescriptionprotected List
<ValueSet.ConceptSetFilterComponent> ValueSet.ConceptSetComponent.filter
Select concepts by specifying a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system.Methods in org.hl7.fhir.r5.model that return ValueSet.ConceptSetFilterComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addFilter()
ValueSet.ConceptSetFilterComponent.copy()
ValueSet.ConceptSetComponent.getFilterFirstRep()
ValueSet.ConceptSetFilterComponent.setOp
(Enumerations.FilterOperator value) ValueSet.ConceptSetFilterComponent.setOpElement
(Enumeration<Enumerations.FilterOperator> value) ValueSet.ConceptSetFilterComponent.setProperty
(String value) ValueSet.ConceptSetFilterComponent.setPropertyElement
(CodeType value) ValueSet.ConceptSetFilterComponent.setValueElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ValueSet.ConceptSetFilterComponentMethods in org.hl7.fhir.r5.model with parameters of type ValueSet.ConceptSetFilterComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addFilter
(ValueSet.ConceptSetFilterComponent t) void
ValueSet.ConceptSetFilterComponent.copyValues
(ValueSet.ConceptSetFilterComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ValueSet.ConceptSetFilterComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.setFilter
(List<ValueSet.ConceptSetFilterComponent> theFilter) -
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.r5.terminologies.expansion
Constructors in org.hl7.fhir.r5.terminologies.expansion with parameters of type ValueSet.ConceptSetFilterComponentModifierConstructorDescriptionKnownPropertyFilter
(List<String> allErrors, ValueSet.ConceptSetFilterComponent fc, String code) PropertyFilter
(List<String> allErrors, ValueSet.ConceptSetFilterComponent fc, CodeSystem.PropertyComponent propertyDefinition)