Uses of Class
org.hl7.fhir.r4.model.Encounter.EncounterLocationComponent
-
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.r4.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
RdfParser.composeEncounterEncounterLocationComponent
(Turtle.Complex parent, String parentType, String name, Encounter.EncounterLocationComponent element, int index) protected void
XmlParser.composeEncounterEncounterLocationComponent
(String name, Encounter.EncounterLocationComponent element) protected void
XmlParser.composeEncounterEncounterLocationComponentElements
(Encounter.EncounterLocationComponent element) protected void
JsonParser.composeEncounterEncounterLocationComponentInner
(Encounter.EncounterLocationComponent element) protected boolean
XmlParser.parseEncounterEncounterLocationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.EncounterLocationComponent res) protected void
JsonParser.parseEncounterEncounterLocationComponentProperties
(com.google.gson.JsonObject json, Encounter owner, Encounter.EncounterLocationComponent res) -
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.r4.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.getLocationFirstRep()
Encounter.EncounterLocationComponent.setLocation
(Reference value) Encounter.EncounterLocationComponent.setLocationTarget
(Location value) Encounter.EncounterLocationComponent.setPhysicalType
(CodeableConcept value) Encounter.EncounterLocationComponent.setStatus
(Encounter.EncounterLocationStatus value) Encounter.EncounterLocationComponent.setStatusElement
(Enumeration<Encounter.EncounterLocationStatus> value) Modifier and TypeMethodDescriptionEncounter.addLocation
(Encounter.EncounterLocationComponent t) void
Encounter.EncounterLocationComponent.copyValues
(Encounter.EncounterLocationComponent dst) Modifier and TypeMethodDescriptionEncounter.setLocation
(List<Encounter.EncounterLocationComponent> theLocation)