| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Encounter.StatusHistory |
Encounter.addStatusHistory()
Adds and returns a new value for statusHistory ()
|
Encounter.StatusHistory |
Encounter.getStatusHistoryFirstRep()
Gets the first repetition for statusHistory (),
creating it if it does not already exist.
|
Encounter.StatusHistory |
Encounter.StatusHistory.setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
Encounter.StatusHistory |
Encounter.StatusHistory.setStatus(BoundCodeDt<EncounterStateEnum> theValue)
Sets the value(s) for status ()
|
Encounter.StatusHistory |
Encounter.StatusHistory.setStatus(EncounterStateEnum theValue)
Sets the value(s) for status ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Encounter.StatusHistory> |
Encounter.getStatusHistory()
Gets the value(s) for statusHistory ().
|
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.addStatusHistory(Encounter.StatusHistory theValue)
Adds a given new value for statusHistory ()
|
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.setStatusHistory(List<Encounter.StatusHistory> theValue)
Sets the value(s) for statusHistory ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.