![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Encounter.StatusHistoryComponent
Packages that use Encounter.StatusHistoryComponent
-
Uses of Encounter.StatusHistoryComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Encounter.StatusHistoryComponentModifier and TypeMethodDescriptionprotected Encounter.StatusHistoryComponent
JsonParser.parseEncounterStatusHistoryComponent
(com.google.gson.JsonObject json, Encounter owner) protected Encounter.StatusHistoryComponent
XmlParser.parseEncounterStatusHistoryComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) Methods in org.hl7.fhir.r4.formats with parameters of type Encounter.StatusHistoryComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeEncounterStatusHistoryComponent
(String name, Encounter.StatusHistoryComponent element) protected void
RdfParser.composeEncounterStatusHistoryComponent
(Turtle.Complex parent, String parentType, String name, Encounter.StatusHistoryComponent element, int index) protected void
XmlParser.composeEncounterStatusHistoryComponent
(String name, Encounter.StatusHistoryComponent element) protected void
XmlParser.composeEncounterStatusHistoryComponentElements
(Encounter.StatusHistoryComponent element) protected void
JsonParser.composeEncounterStatusHistoryComponentInner
(Encounter.StatusHistoryComponent element) protected boolean
XmlParser.parseEncounterStatusHistoryComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.StatusHistoryComponent res) protected void
JsonParser.parseEncounterStatusHistoryComponentProperties
(com.google.gson.JsonObject json, Encounter owner, Encounter.StatusHistoryComponent res) -
Uses of Encounter.StatusHistoryComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Encounter.StatusHistoryComponentModifier and TypeFieldDescriptionprotected 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.Methods in org.hl7.fhir.r4.model that return Encounter.StatusHistoryComponentModifier and TypeMethodDescriptionEncounter.addStatusHistory()
Encounter.StatusHistoryComponent.copy()
Encounter.getStatusHistoryFirstRep()
Encounter.StatusHistoryComponent.setStatus
(Encounter.EncounterStatus value) Encounter.StatusHistoryComponent.setStatusElement
(Enumeration<Encounter.EncounterStatus> value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Encounter.StatusHistoryComponentMethods in org.hl7.fhir.r4.model with parameters of type Encounter.StatusHistoryComponentModifier and TypeMethodDescriptionEncounter.addStatusHistory
(Encounter.StatusHistoryComponent t) void
Encounter.StatusHistoryComponent.copyValues
(Encounter.StatusHistoryComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Encounter.StatusHistoryComponentModifier and TypeMethodDescriptionEncounter.setStatusHistory
(List<Encounter.StatusHistoryComponent> theStatusHistory)