| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.utils |
| Modifier and Type | Method and Description |
|---|---|
protected Bundle.BundleEntryComponent |
JsonParser.parseBundleBundleEntryComponent(com.google.gson.JsonObject json,
Bundle owner) |
protected Bundle.BundleEntryComponent |
XmlParser.parseBundleBundleEntryComponent(org.xmlpull.v1.XmlPullParser xpp,
Bundle owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeBundleBundleEntryComponent(String name,
Bundle.BundleEntryComponent element) |
protected void |
XmlParser.composeBundleBundleEntryComponent(String name,
Bundle.BundleEntryComponent element) |
protected void |
XmlParser.composeBundleBundleEntryComponentElements(Bundle.BundleEntryComponent element) |
protected void |
JsonParser.composeBundleBundleEntryComponentInner(Bundle.BundleEntryComponent element) |
protected boolean |
XmlParser.parseBundleBundleEntryComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Bundle owner,
Bundle.BundleEntryComponent res) |
protected void |
JsonParser.parseBundleBundleEntryComponentProperties(com.google.gson.JsonObject json,
Bundle owner,
Bundle.BundleEntryComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Bundle.BundleEntryComponent> |
Bundle.entry
An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).
|
| Modifier and Type | Method and Description |
|---|---|
List<Bundle.BundleEntryComponent> |
Bundle.getEntry() |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.addEntry(Bundle.BundleEntryComponent t) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.setEntry(List<Bundle.BundleEntryComponent> theEntry) |
| Modifier and Type | Method and Description |
|---|---|
static Bundle.BundleEntryComponent |
ResourceUtilities.getEntryById(Bundle feed,
ResourceType type,
String reference) |
| Constructor and Description |
|---|
SearchEdge(String type,
Bundle.BundleEntryComponent be) |
Copyright © 2014–2019 University Health Network. All rights reserved.