Uses of Class
org.hl7.fhir.r4b.model.ValueSet.ConceptSetFilterComponent
-
Packages that use ValueSet.ConceptSetFilterComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model org.hl7.fhir.r4b.terminologies -
-
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ValueSet.ConceptSetFilterComponent Modifier and Type Method Description protected ValueSet.ConceptSetFilterComponentJsonParser. parseValueSetConceptSetFilterComponent(com.google.gson.JsonObject json)protected ValueSet.ConceptSetFilterComponentXmlParser. parseValueSetConceptSetFilterComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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 criterion based on the properties (including relationships) defined by the system, or on filters defined by the system.Methods in org.hl7.fhir.r4b.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.r4b.model with parameters of type ValueSet.ConceptSetFilterComponent Modifier and Type Method Description ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. addFilter(ValueSet.ConceptSetFilterComponent t)voidValueSet.ConceptSetFilterComponent. copyValues(ValueSet.ConceptSetFilterComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type ValueSet.ConceptSetFilterComponent Modifier and Type Method Description ValueSet.ConceptSetComponentValueSet.ConceptSetComponent. setFilter(List<ValueSet.ConceptSetFilterComponent> theFilter) -
Uses of ValueSet.ConceptSetFilterComponent in org.hl7.fhir.r4b.terminologies
Constructors in org.hl7.fhir.r4b.terminologies with parameters of type ValueSet.ConceptSetFilterComponent Constructor Description PropertyFilter(ValueSet.ConceptSetFilterComponent fc, CodeSystem.PropertyComponent propertyDefinition)
-