| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected 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 Type | Field and Description |
|---|---|
protected List<ValueSet.ConceptSetFilterComponent> |
ValueSet.ConceptSetComponent.filter
Select concepts by specify a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system.
|
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ConceptSetFilterComponent |
ValueSet.ConceptSetComponent.addFilter() |
ValueSet.ConceptSetFilterComponent |
ValueSet.ConceptSetFilterComponent.copy() |
ValueSet.ConceptSetFilterComponent |
ValueSet.ConceptSetComponent.getFilterFirstRep() |
ValueSet.ConceptSetFilterComponent |
ValueSet.ConceptSetFilterComponent.setOp(ValueSet.FilterOperator value) |
ValueSet.ConceptSetFilterComponent |
ValueSet.ConceptSetFilterComponent.setOpElement(Enumeration<ValueSet.FilterOperator> value) |
ValueSet.ConceptSetFilterComponent |
ValueSet.ConceptSetFilterComponent.setProperty(String value) |
ValueSet.ConceptSetFilterComponent |
ValueSet.ConceptSetFilterComponent.setPropertyElement(CodeType value) |
ValueSet.ConceptSetFilterComponent |
ValueSet.ConceptSetFilterComponent.setValue(String value) |
ValueSet.ConceptSetFilterComponent |
ValueSet.ConceptSetFilterComponent.setValueElement(StringType value) |
| Modifier and Type | Method and Description |
|---|---|
List<ValueSet.ConceptSetFilterComponent> |
ValueSet.ConceptSetComponent.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ConceptSetComponent |
ValueSet.ConceptSetComponent.addFilter(ValueSet.ConceptSetFilterComponent t) |
void |
ValueSet.ConceptSetFilterComponent.copyValues(ValueSet.ConceptSetFilterComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.ConceptSetComponent |
ValueSet.ConceptSetComponent.setFilter(List<ValueSet.ConceptSetFilterComponent> theFilter) |
Copyright © 2014–2021 Health Level 7. All rights reserved.