| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Encounter.Location |
Encounter.addLocation()
Adds and returns a new value for location ()
|
Encounter.Location |
Encounter.getLocationFirstRep()
Gets the first repetition for location (),
creating it if it does not already exist.
|
Encounter.Location |
Encounter.Location.setLocation(ResourceReferenceDt theValue)
Sets the value(s) for location (where)
|
Encounter.Location |
Encounter.Location.setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
Encounter.Location |
Encounter.Location.setStatus(BoundCodeDt<EncounterLocationStatusEnum> theValue)
Sets the value(s) for status ()
|
Encounter.Location |
Encounter.Location.setStatus(EncounterLocationStatusEnum theValue)
Sets the value(s) for status ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Encounter.Location> |
Encounter.getLocation()
Gets the value(s) for location ().
|
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.addLocation(Encounter.Location theValue)
Adds a given new value for location ()
|
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.setLocation(List<Encounter.Location> theValue)
Sets the value(s) for location ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.