Uses of Class
org.hl7.fhir.r4.model.Encounter.StatusHistoryComponent
-
Packages that use Encounter.StatusHistoryComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Encounter.StatusHistoryComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Encounter.StatusHistoryComponent Modifier and Type Method Description protected Encounter.StatusHistoryComponentJsonParser. parseEncounterStatusHistoryComponent(com.google.gson.JsonObject json, Encounter owner)protected Encounter.StatusHistoryComponentXmlParser. parseEncounterStatusHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) -
Uses of Encounter.StatusHistoryComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Encounter.StatusHistoryComponent Modifier and Type Field Description protected List<Encounter.StatusHistoryComponent>Encounter. statusHistoryThe 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.StatusHistoryComponent Modifier and Type Method Description Encounter.StatusHistoryComponentEncounter. addStatusHistory()Encounter.StatusHistoryComponentEncounter.StatusHistoryComponent. copy()Encounter.StatusHistoryComponentEncounter. getStatusHistoryFirstRep()Encounter.StatusHistoryComponentEncounter.StatusHistoryComponent. setPeriod(Period value)Encounter.StatusHistoryComponentEncounter.StatusHistoryComponent. setStatus(Encounter.EncounterStatus value)Encounter.StatusHistoryComponentEncounter.StatusHistoryComponent. setStatusElement(Enumeration<Encounter.EncounterStatus> value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Encounter.StatusHistoryComponent Modifier and Type Method Description List<Encounter.StatusHistoryComponent>Encounter. getStatusHistory()Methods in org.hl7.fhir.r4.model with parameters of type Encounter.StatusHistoryComponent Modifier and Type Method Description EncounterEncounter. addStatusHistory(Encounter.StatusHistoryComponent t)voidEncounter.StatusHistoryComponent. copyValues(Encounter.StatusHistoryComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Encounter.StatusHistoryComponent Modifier and Type Method Description EncounterEncounter. setStatusHistory(List<Encounter.StatusHistoryComponent> theStatusHistory)
-