Uses of Class
org.hl7.fhir.r5.model.Encounter.EncounterLocationComponent
-
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Encounter.EncounterLocationComponent
JsonParser.parseEncounterLocationComponent
(com.google.gson.JsonObject json) protected Encounter.EncounterLocationComponent
XmlParser.parseEncounterLocationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeEncounterLocationComponent
(String name, Encounter.EncounterLocationComponent element) protected void
RdfParser.composeEncounterLocationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Encounter.EncounterLocationComponent element, int index) protected void
XmlParser.composeEncounterLocationComponent
(String name, Encounter.EncounterLocationComponent element) protected void
XmlParser.composeEncounterLocationComponentElements
(Encounter.EncounterLocationComponent element) protected void
JsonParser.composeEncounterLocationComponentProperties
(Encounter.EncounterLocationComponent element) protected boolean
XmlParser.parseEncounterLocationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter.EncounterLocationComponent res) protected void
JsonParser.parseEncounterLocationComponentProperties
(com.google.gson.JsonObject json, Encounter.EncounterLocationComponent res) -
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.r5.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.setForm
(CodeableConcept value) Encounter.EncounterLocationComponent.setLocation
(Reference 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)