Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ConceptSetFilterComponent
-
Packages that use ValueSet.ConceptSetFilterComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ConceptSetFilterComponent Modifier and Type Method Description protected 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.dstu2.formats with parameters of type ValueSet.ConceptSetFilterComponent Modifier and Type Method Description protected voidJsonParser. composeValueSetConceptSetFilterComponent(String name, ValueSet.ConceptSetFilterComponent element)protected voidXmlParser. composeValueSetConceptSetFilterComponent(String name, ValueSet.ConceptSetFilterComponent element)protected voidJsonParser. composeValueSetConceptSetFilterComponentInner(ValueSet.ConceptSetFilterComponent element) -
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ValueSet.ConceptSetFilterComponent Modifier and Type Field Description protected List<ValueSet.ConceptSetFilterComponent>ValueSet.ConceptSetComponent. filterSelect concepts by specify a matching criteria based on the properties (including relationships) defined by the system.Methods in org.hl7.fhir.dstu2.model that return ValueSet.ConceptSetFilterComponent Modifier and Type Method Description ValueSet.ConceptSetFilterComponentValueSet.ConceptSetComponent. addFilter()ValueSet.ConceptSetFilterComponentValueSet.ConceptSetFilterComponent. copy()ValueSet.ConceptSetFilterComponentValueSet.ConceptSetFilterComponent. setOp(ValueSet.FilterOperator value)ValueSet.ConceptSetFilterComponentValueSet.ConceptSetFilterComponent. setOpElement(Enumeration<ValueSet.FilterOperator> value)ValueSet.ConceptSetFilterComponentValueSet.ConceptSetFilterComponent. setProperty(String value)ValueSet.ConceptSetFilterComponentValueSet.ConceptSetFilterComponent. setPropertyElement(CodeType value)ValueSet.ConceptSetFilterComponentValueSet.ConceptSetFilterComponent. setValue(String value)ValueSet.ConceptSetFilterComponentValueSet.ConceptSetFilterComponent. setValueElement(CodeType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ValueSet.ConceptSetFilterComponent Modifier and Type Method Description List<ValueSet.ConceptSetFilterComponent>ValueSet.ConceptSetComponent. getFilter()Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ConceptSetFilterComponent Modifier and Type Method Description ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. addFilter(ValueSet.ConceptSetFilterComponent t)
-