| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected CodeSystem.CodeSystemFilterComponent |
JsonParser.parseCodeSystemCodeSystemFilterComponent(com.google.gson.JsonObject json,
CodeSystem owner) |
protected CodeSystem.CodeSystemFilterComponent |
XmlParser.parseCodeSystemCodeSystemFilterComponent(org.xmlpull.v1.XmlPullParser xpp,
CodeSystem owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeCodeSystemCodeSystemFilterComponent(String name,
CodeSystem.CodeSystemFilterComponent element) |
protected void |
XmlParser.composeCodeSystemCodeSystemFilterComponent(String name,
CodeSystem.CodeSystemFilterComponent element) |
protected void |
XmlParser.composeCodeSystemCodeSystemFilterComponentElements(CodeSystem.CodeSystemFilterComponent element) |
protected void |
JsonParser.composeCodeSystemCodeSystemFilterComponentInner(CodeSystem.CodeSystemFilterComponent element) |
protected boolean |
XmlParser.parseCodeSystemCodeSystemFilterComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
CodeSystem owner,
CodeSystem.CodeSystemFilterComponent res) |
protected void |
JsonParser.parseCodeSystemCodeSystemFilterComponentProperties(com.google.gson.JsonObject json,
CodeSystem owner,
CodeSystem.CodeSystemFilterComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CodeSystem.CodeSystemFilterComponent> |
CodeSystem.filter
A filter that can be used in a value set compose statement when selecting concepts using a filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeSystem.CodeSystemFilterComponent> |
CodeSystem.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem |
CodeSystem.addFilter(CodeSystem.CodeSystemFilterComponent t) |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem |
CodeSystem.setFilter(List<CodeSystem.CodeSystemFilterComponent> theFilter) |
Copyright © 2014–2019 University Health Network. All rights reserved.