| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Bundle.BundleLinkComponent |
JsonParser.parseBundleBundleLinkComponent(com.google.gson.JsonObject json,
Bundle owner) |
protected Bundle.BundleLinkComponent |
XmlParser.parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp,
Bundle owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeBundleBundleLinkComponent(String name,
Bundle.BundleLinkComponent element) |
protected void |
XmlParser.composeBundleBundleLinkComponent(String name,
Bundle.BundleLinkComponent element) |
protected void |
XmlParser.composeBundleBundleLinkComponentElements(Bundle.BundleLinkComponent element) |
protected void |
JsonParser.composeBundleBundleLinkComponentInner(Bundle.BundleLinkComponent element) |
protected boolean |
XmlParser.parseBundleBundleLinkComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Bundle owner,
Bundle.BundleLinkComponent res) |
protected void |
JsonParser.parseBundleBundleLinkComponentProperties(com.google.gson.JsonObject json,
Bundle owner,
Bundle.BundleLinkComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Bundle.BundleLinkComponent> |
Bundle.link
A series of links that provide context to this bundle.
|
protected List<Bundle.BundleLinkComponent> |
Bundle.BundleEntryComponent.link
A series of links that provide context to this entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bundle.BundleLinkComponent> |
Bundle.getLink() |
List<Bundle.BundleLinkComponent> |
Bundle.BundleEntryComponent.getLink() |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.addLink(Bundle.BundleLinkComponent t) |
Bundle.BundleEntryComponent |
Bundle.BundleEntryComponent.addLink(Bundle.BundleLinkComponent t) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.setLink(List<Bundle.BundleLinkComponent> theLink) |
Bundle.BundleEntryComponent |
Bundle.BundleEntryComponent.setLink(List<Bundle.BundleLinkComponent> theLink) |
Copyright © 2014–2019 University Health Network. All rights reserved.