Uses of Class
org.hl7.fhir.dstu3.model.ValueSet.ConceptSetFilterComponent
-
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected ValueSet.ConceptSetFilterComponent
JsonParser.parseValueSetConceptSetFilterComponent
(com.google.gson.JsonObject json, ValueSet owner) protected ValueSet.ConceptSetFilterComponent
XmlParser.parseValueSetConceptSetFilterComponent
(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeValueSetConceptSetFilterComponent
(String name, ValueSet.ConceptSetFilterComponent element) protected void
RdfParser.composeValueSetConceptSetFilterComponent
(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 void
JsonParser.composeValueSetConceptSetFilterComponentInner
(ValueSet.ConceptSetFilterComponent element) protected boolean
XmlParser.parseValueSetConceptSetFilterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ConceptSetFilterComponent res) protected void
JsonParser.parseValueSetConceptSetFilterComponentProperties
(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ConceptSetFilterComponent res) -
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List<ValueSet.ConceptSetFilterComponent>
ValueSet.ConceptSetComponent.filter
Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system.Modifier 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
(CodeType value) Modifier and TypeMethodDescriptionValueSet.ConceptSetComponent.addFilter
(ValueSet.ConceptSetFilterComponent t) Modifier and TypeMethodDescriptionValueSet.ConceptSetComponent.setFilter
(List<ValueSet.ConceptSetFilterComponent> theFilter)