Uses of Class
org.hl7.fhir.r4.model.ValueSet.ConceptSetFilterComponent
Packages that use ValueSet.ConceptSetFilterComponent
-
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ValueSet.ConceptSetFilterComponentModifier and TypeMethodDescriptionprotected ValueSet.ConceptSetFilterComponentJsonParser.parseValueSetConceptSetFilterComponent(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptSetFilterComponentXmlParser.parseValueSetConceptSetFilterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) Methods in org.hl7.fhir.r4.formats with parameters of type ValueSet.ConceptSetFilterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetConceptSetFilterComponent(String name, ValueSet.ConceptSetFilterComponent element) protected voidRdfParser.composeValueSetConceptSetFilterComponent(Turtle.Complex parent, String parentType, String name, ValueSet.ConceptSetFilterComponent element, int index) protected voidXmlParser.composeValueSetConceptSetFilterComponent(String name, ValueSet.ConceptSetFilterComponent element) protected voidXmlParser.composeValueSetConceptSetFilterComponentElements(ValueSet.ConceptSetFilterComponent element) protected voidJsonParser.composeValueSetConceptSetFilterComponentInner(ValueSet.ConceptSetFilterComponent element) protected booleanXmlParser.parseValueSetConceptSetFilterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ConceptSetFilterComponent res) protected voidJsonParser.parseValueSetConceptSetFilterComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ConceptSetFilterComponent res) -
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ValueSet.ConceptSetFilterComponentModifier and TypeFieldDescriptionprotected List<ValueSet.ConceptSetFilterComponent>ValueSet.ConceptSetComponent.filterSelect concepts by specify 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.r4.model that return ValueSet.ConceptSetFilterComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addFilter()ValueSet.ConceptSetFilterComponent.copy()ValueSet.ConceptSetComponent.getFilterFirstRep()ValueSet.ConceptSetFilterComponent.setOp(ValueSet.FilterOperator value) ValueSet.ConceptSetFilterComponent.setOpElement(Enumeration<ValueSet.FilterOperator> value) ValueSet.ConceptSetFilterComponent.setProperty(String value) ValueSet.ConceptSetFilterComponent.setPropertyElement(CodeType value) ValueSet.ConceptSetFilterComponent.setValueElement(StringType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type ValueSet.ConceptSetFilterComponentMethods in org.hl7.fhir.r4.model with parameters of type ValueSet.ConceptSetFilterComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addFilter(ValueSet.ConceptSetFilterComponent t) voidValueSet.ConceptSetFilterComponent.copyValues(ValueSet.ConceptSetFilterComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type ValueSet.ConceptSetFilterComponentModifier and TypeMethodDescriptionValueSet.ConceptSetComponent.setFilter(List<ValueSet.ConceptSetFilterComponent> theFilter)