Uses of Class
org.hl7.fhir.r5.model.EncounterHistory.EncounterHistoryLocationComponent
-
Uses of EncounterHistory.EncounterHistoryLocationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseEncounterHistoryLocationComponent
(com.google.gson.JsonObject json) XmlParser.parseEncounterHistoryLocationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeEncounterHistoryLocationComponent
(String name, EncounterHistory.EncounterHistoryLocationComponent element) protected void
RdfParser.composeEncounterHistoryLocationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EncounterHistory.EncounterHistoryLocationComponent element, int index) protected void
XmlParser.composeEncounterHistoryLocationComponent
(String name, EncounterHistory.EncounterHistoryLocationComponent element) protected void
XmlParser.composeEncounterHistoryLocationComponentElements
(EncounterHistory.EncounterHistoryLocationComponent element) protected void
JsonParser.composeEncounterHistoryLocationComponentProperties
(EncounterHistory.EncounterHistoryLocationComponent element) protected boolean
XmlParser.parseEncounterHistoryLocationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EncounterHistory.EncounterHistoryLocationComponent res) protected void
JsonParser.parseEncounterHistoryLocationComponentProperties
(com.google.gson.JsonObject json, EncounterHistory.EncounterHistoryLocationComponent res) -
Uses of EncounterHistory.EncounterHistoryLocationComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionEncounterHistory.location
The location of the patient at this point in the encounter, the multiple cardinality permits de-normalizing the levels of the location hierarchy, such as site/ward/room/bed.Modifier and TypeMethodDescriptionEncounterHistory.addLocation()
EncounterHistory.EncounterHistoryLocationComponent.copy()
EncounterHistory.getLocationFirstRep()
EncounterHistory.EncounterHistoryLocationComponent.setForm
(CodeableConcept value) EncounterHistory.EncounterHistoryLocationComponent.setLocation
(Reference value) Modifier and TypeMethodDescriptionEncounterHistory.addLocation
(EncounterHistory.EncounterHistoryLocationComponent t) void
EncounterHistory.EncounterHistoryLocationComponent.copyValues
(EncounterHistory.EncounterHistoryLocationComponent dst) Modifier and TypeMethodDescriptionEncounterHistory.setLocation
(List<EncounterHistory.EncounterHistoryLocationComponent> theLocation)