
Uses of Class
org.hl7.fhir.r5.model.Encounter.EncounterLocationComponent
Packages that use Encounter.EncounterLocationComponent
-
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Encounter.EncounterLocationComponentModifier and TypeMethodDescriptionprotected Encounter.EncounterLocationComponentJsonParser.parseEncounterLocationComponent(com.google.gson.JsonObject json) protected Encounter.EncounterLocationComponentXmlParser.parseEncounterLocationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Encounter.EncounterLocationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element) protected voidRdfParser.composeEncounterLocationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Encounter.EncounterLocationComponent element, int index) protected voidXmlParser.composeEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element) protected voidXmlParser.composeEncounterLocationComponentElements(Encounter.EncounterLocationComponent element) protected voidJsonParser.composeEncounterLocationComponentProperties(Encounter.EncounterLocationComponent element) protected booleanXmlParser.parseEncounterLocationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter.EncounterLocationComponent res) protected voidJsonParser.parseEncounterLocationComponentProperties(com.google.gson.JsonObject json, Encounter.EncounterLocationComponent res) -
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Encounter.EncounterLocationComponentModifier and TypeFieldDescriptionprotected List<Encounter.EncounterLocationComponent> Encounter.locationList of locations where the patient has been during this encounter.Methods in org.hl7.fhir.r5.model that return Encounter.EncounterLocationComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type Encounter.EncounterLocationComponentMethods in org.hl7.fhir.r5.model with parameters of type Encounter.EncounterLocationComponentModifier and TypeMethodDescriptionEncounter.addLocation(Encounter.EncounterLocationComponent t) voidEncounter.EncounterLocationComponent.copyValues(Encounter.EncounterLocationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Encounter.EncounterLocationComponentModifier and TypeMethodDescriptionEncounter.setLocation(List<Encounter.EncounterLocationComponent> theLocation)