![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Encounter.EncounterLocationComponent
Packages that use Encounter.EncounterLocationComponent
-
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Encounter.EncounterLocationComponentModifier 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) Methods in org.hl7.fhir.r4.formats with parameters of type Encounter.EncounterLocationComponentModifier 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
Fields in org.hl7.fhir.r4.model with type parameters of type Encounter.EncounterLocationComponentModifier and TypeFieldDescriptionprotected List
<Encounter.EncounterLocationComponent> Encounter.location
List of locations where the patient has been during this encounter.Methods in org.hl7.fhir.r4.model that return Encounter.EncounterLocationComponentModifier 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) Methods in org.hl7.fhir.r4.model that return types with arguments of type Encounter.EncounterLocationComponentMethods in org.hl7.fhir.r4.model with parameters of type Encounter.EncounterLocationComponentModifier and TypeMethodDescriptionEncounter.addLocation
(Encounter.EncounterLocationComponent t) void
Encounter.EncounterLocationComponent.copyValues
(Encounter.EncounterLocationComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Encounter.EncounterLocationComponentModifier and TypeMethodDescriptionEncounter.setLocation
(List<Encounter.EncounterLocationComponent> theLocation)