| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Bundle.Link |
Bundle.addLink()
Adds and returns a new value for link ()
|
Bundle.Link |
Bundle.Entry.addLink()
Adds and returns a new value for link ()
|
Bundle.Link |
Bundle.getLink(String theRelation)
|
Bundle.Link |
Bundle.getLinkFirstRep()
Gets the first repetition for link (),
creating it if it does not already exist.
|
Bundle.Link |
Bundle.Entry.getLinkFirstRep()
Gets the first repetition for link (),
creating it if it does not already exist.
|
Bundle.Link |
Bundle.getLinkOrCreate(String theRelation)
|
Bundle.Link |
Bundle.Link.setRelation(String theString)
Sets the value for relation ()
|
Bundle.Link |
Bundle.Link.setRelation(StringDt theValue)
Sets the value(s) for relation ()
|
Bundle.Link |
Bundle.Link.setUrl(String theUri)
Sets the value for url ()
|
Bundle.Link |
Bundle.Link.setUrl(UriDt theValue)
Sets the value(s) for url ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Bundle.Link> |
Bundle.getLink()
Gets the value(s) for link ().
|
List<Bundle.Link> |
Bundle.Entry.getLink()
Gets the value(s) for link ().
|
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.addLink(Bundle.Link theValue)
Adds a given new value for link ()
|
Bundle.Entry |
Bundle.Entry.addLink(Bundle.Link theValue)
Adds a given new value for link ()
|
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Bundle.setLink(List<Bundle.Link> theValue)
Sets the value(s) for link ()
|
Bundle.Entry |
Bundle.Entry.setLink(List<Bundle.Link> theValue)
Sets the value(s) for link ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.