| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Encounter.StatusHistoryComponent |
JsonParser.parseEncounterStatusHistoryComponent(com.google.gson.JsonObject json,
Encounter owner) |
protected Encounter.StatusHistoryComponent |
XmlParser.parseEncounterStatusHistoryComponent(org.xmlpull.v1.XmlPullParser xpp,
Encounter owner) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Encounter.StatusHistoryComponent> |
Encounter.statusHistory
The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them.
|
| Modifier and Type | Method and Description |
|---|---|
Encounter.StatusHistoryComponent |
Encounter.addStatusHistory() |
Encounter.StatusHistoryComponent |
Encounter.StatusHistoryComponent.copy() |
Encounter.StatusHistoryComponent |
Encounter.getStatusHistoryFirstRep() |
Encounter.StatusHistoryComponent |
Encounter.StatusHistoryComponent.setPeriod(Period value) |
Encounter.StatusHistoryComponent |
Encounter.StatusHistoryComponent.setStatus(Encounter.EncounterStatus value) |
Encounter.StatusHistoryComponent |
Encounter.StatusHistoryComponent.setStatusElement(Enumeration<Encounter.EncounterStatus> value) |
| Modifier and Type | Method and Description |
|---|---|
List<Encounter.StatusHistoryComponent> |
Encounter.getStatusHistory() |
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.addStatusHistory(Encounter.StatusHistoryComponent t) |
void |
Encounter.StatusHistoryComponent.copyValues(Encounter.StatusHistoryComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.setStatusHistory(List<Encounter.StatusHistoryComponent> theStatusHistory) |
Copyright © 2014–2021 Health Level 7. All rights reserved.