Uses of Class
org.hl7.fhir.dstu2.model.Encounter.EncounterLocationComponent
-
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Encounter.EncounterLocationComponent
JsonParser.parseEncounterEncounterLocationComponent
(com.google.gson.JsonObject json, Encounter owner) protected Encounter.EncounterLocationComponent
XmlParser.parseEncounterEncounterLocationComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeEncounterEncounterLocationComponent
(String name, Encounter.EncounterLocationComponent element) protected void
XmlParser.composeEncounterEncounterLocationComponent
(String name, Encounter.EncounterLocationComponent element) protected void
JsonParser.composeEncounterEncounterLocationComponentInner
(Encounter.EncounterLocationComponent element) -
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected List
<Encounter.EncounterLocationComponent> Encounter.location
List of locations where the patient has been during this encounter.Modifier and TypeMethodDescriptionEncounter.addLocation()
Encounter.EncounterLocationComponent.copy()
Encounter.EncounterLocationComponent.setLocation
(Reference value) Encounter.EncounterLocationComponent.setLocationTarget
(Location value) Encounter.EncounterLocationComponent.setStatus
(Encounter.EncounterLocationStatus value) Encounter.EncounterLocationComponent.setStatusElement
(Enumeration<Encounter.EncounterLocationStatus> value)