| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected CodeSystem.PropertyComponent |
JsonParser.parseCodeSystemPropertyComponent(com.google.gson.JsonObject json,
CodeSystem owner) |
protected CodeSystem.PropertyComponent |
XmlParser.parseCodeSystemPropertyComponent(org.xmlpull.v1.XmlPullParser xpp,
CodeSystem owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeCodeSystemPropertyComponent(String name,
CodeSystem.PropertyComponent element) |
protected void |
XmlParser.composeCodeSystemPropertyComponent(String name,
CodeSystem.PropertyComponent element) |
protected void |
XmlParser.composeCodeSystemPropertyComponentElements(CodeSystem.PropertyComponent element) |
protected void |
JsonParser.composeCodeSystemPropertyComponentInner(CodeSystem.PropertyComponent element) |
protected boolean |
XmlParser.parseCodeSystemPropertyComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
CodeSystem owner,
CodeSystem.PropertyComponent res) |
protected void |
JsonParser.parseCodeSystemPropertyComponentProperties(com.google.gson.JsonObject json,
CodeSystem owner,
CodeSystem.PropertyComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CodeSystem.PropertyComponent> |
CodeSystem.property
A property defines an additional slot through which additional information can be provided about a concept.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeSystem.PropertyComponent> |
CodeSystem.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem |
CodeSystem.addProperty(CodeSystem.PropertyComponent t) |
| Modifier and Type | Method and Description |
|---|---|
CodeSystem |
CodeSystem.setProperty(List<CodeSystem.PropertyComponent> theProperty) |
Copyright © 2014–2019 University Health Network. All rights reserved.