
Uses of Class
org.hl7.fhir.r5.model.EncounterHistory.EncounterHistoryLocationComponent
Packages that use EncounterHistory.EncounterHistoryLocationComponent
-
Uses of EncounterHistory.EncounterHistoryLocationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return EncounterHistory.EncounterHistoryLocationComponentModifier and TypeMethodDescriptionJsonParser.parseEncounterHistoryLocationComponent(com.google.gson.JsonObject json) XmlParser.parseEncounterHistoryLocationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type EncounterHistory.EncounterHistoryLocationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeEncounterHistoryLocationComponent(String name, EncounterHistory.EncounterHistoryLocationComponent element) protected voidRdfParser.composeEncounterHistoryLocationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EncounterHistory.EncounterHistoryLocationComponent element, int index) protected voidXmlParser.composeEncounterHistoryLocationComponent(String name, EncounterHistory.EncounterHistoryLocationComponent element) protected voidXmlParser.composeEncounterHistoryLocationComponentElements(EncounterHistory.EncounterHistoryLocationComponent element) protected voidJsonParser.composeEncounterHistoryLocationComponentProperties(EncounterHistory.EncounterHistoryLocationComponent element) protected booleanXmlParser.parseEncounterHistoryLocationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EncounterHistory.EncounterHistoryLocationComponent res) protected voidJsonParser.parseEncounterHistoryLocationComponentProperties(com.google.gson.JsonObject json, EncounterHistory.EncounterHistoryLocationComponent res) -
Uses of EncounterHistory.EncounterHistoryLocationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type EncounterHistory.EncounterHistoryLocationComponentModifier and TypeFieldDescriptionEncounterHistory.locationThe 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.Methods in org.hl7.fhir.r5.model that return EncounterHistory.EncounterHistoryLocationComponentModifier and TypeMethodDescriptionEncounterHistory.addLocation()EncounterHistory.EncounterHistoryLocationComponent.copy()EncounterHistory.getLocationFirstRep()EncounterHistory.EncounterHistoryLocationComponent.setForm(CodeableConcept value) EncounterHistory.EncounterHistoryLocationComponent.setLocation(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type EncounterHistory.EncounterHistoryLocationComponentMethods in org.hl7.fhir.r5.model with parameters of type EncounterHistory.EncounterHistoryLocationComponentModifier and TypeMethodDescriptionEncounterHistory.addLocation(EncounterHistory.EncounterHistoryLocationComponent t) voidEncounterHistory.EncounterHistoryLocationComponent.copyValues(EncounterHistory.EncounterHistoryLocationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type EncounterHistory.EncounterHistoryLocationComponentModifier and TypeMethodDescriptionEncounterHistory.setLocation(List<EncounterHistory.EncounterHistoryLocationComponent> theLocation)