| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Patient.Link |
Patient.addLink()
Adds and returns a new value for link ()
|
Patient.Link |
Patient.getLinkFirstRep()
Gets the first repetition for link (),
creating it if it does not already exist.
|
Patient.Link |
Patient.Link.setOther(ResourceReferenceDt theValue)
Sets the value(s) for other ()
|
Patient.Link |
Patient.Link.setType(BoundCodeDt<LinkTypeEnum> theValue)
Sets the value(s) for type ()
|
Patient.Link |
Patient.Link.setType(LinkTypeEnum theValue)
Sets the value(s) for type ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Patient.Link> |
Patient.getLink()
Gets the value(s) for link ().
|
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.addLink(Patient.Link theValue)
Adds a given new value for link ()
|
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.setLink(List<Patient.Link> theValue)
Sets the value(s) for link ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.