| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Bundle.Entry |
Bundle.addEntry()
Adds and returns a new value for entry ()
|
Bundle.Entry |
Bundle.Entry.addLink(Bundle.Link theValue)
Adds a given new value for link ()
|
Bundle.Entry |
Bundle.getEntryFirstRep()
Gets the first repetition for entry (),
creating it if it does not already exist.
|
Bundle.Entry |
Bundle.Entry.setFullUrl(String theUri)
Sets the value for fullUrl ()
|
Bundle.Entry |
Bundle.Entry.setFullUrl(UriDt theValue)
Sets the value(s) for fullUrl ()
|
Bundle.Entry |
Bundle.Entry.setLink(List<Bundle.Link> theValue)
Sets the value(s) for link ()
|
Bundle.Entry |
Bundle.Entry.setRequest(Bundle.EntryRequest theValue)
Sets the value(s) for request ()
|
Bundle.Entry |
Bundle.Entry.setResource(IResource theValue)
Sets the value(s) for resource ()
|
Bundle.Entry |
Bundle.Entry.setResponse(Bundle.EntryResponse theValue)
Sets the value(s) for response ()
|
Bundle.Entry |
Bundle.Entry.setSearch(Bundle.EntrySearch theValue)
Sets the value(s) for search ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Bundle.Entry> |
Bundle.getEntry()
Gets the value(s) for entry ().
|
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.addEntry(Bundle.Entry theValue)
Adds a given new value for entry ()
|
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.setEntry(List<Bundle.Entry> theValue)
Sets the value(s) for entry ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.