Uses of Class
org.hl7.fhir.dstu2.model.Encounter.EncounterStatusHistoryComponent
-
Packages that use Encounter.EncounterStatusHistoryComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Encounter.EncounterStatusHistoryComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Encounter.EncounterStatusHistoryComponent Modifier and Type Method Description protected Encounter.EncounterStatusHistoryComponentJsonParser. parseEncounterEncounterStatusHistoryComponent(com.google.gson.JsonObject json, Encounter owner)protected Encounter.EncounterStatusHistoryComponentXmlParser. parseEncounterEncounterStatusHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Encounter.EncounterStatusHistoryComponent Modifier and Type Method Description protected voidJsonParser. composeEncounterEncounterStatusHistoryComponent(String name, Encounter.EncounterStatusHistoryComponent element)protected voidXmlParser. composeEncounterEncounterStatusHistoryComponent(String name, Encounter.EncounterStatusHistoryComponent element)protected voidJsonParser. composeEncounterEncounterStatusHistoryComponentInner(Encounter.EncounterStatusHistoryComponent element) -
Uses of Encounter.EncounterStatusHistoryComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Encounter.EncounterStatusHistoryComponent Modifier and Type Field Description protected List<Encounter.EncounterStatusHistoryComponent>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.dstu2.model that return Encounter.EncounterStatusHistoryComponent Modifier and Type Method Description Encounter.EncounterStatusHistoryComponentEncounter. addStatusHistory()Encounter.EncounterStatusHistoryComponentEncounter.EncounterStatusHistoryComponent. copy()Encounter.EncounterStatusHistoryComponentEncounter.EncounterStatusHistoryComponent. setPeriod(Period value)Encounter.EncounterStatusHistoryComponentEncounter.EncounterStatusHistoryComponent. setStatus(Encounter.EncounterState value)Encounter.EncounterStatusHistoryComponentEncounter.EncounterStatusHistoryComponent. setStatusElement(Enumeration<Encounter.EncounterState> value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Encounter.EncounterStatusHistoryComponent Modifier and Type Method Description List<Encounter.EncounterStatusHistoryComponent>Encounter. getStatusHistory()Methods in org.hl7.fhir.dstu2.model with parameters of type Encounter.EncounterStatusHistoryComponent Modifier and Type Method Description EncounterEncounter. addStatusHistory(Encounter.EncounterStatusHistoryComponent t)
-