Uses of Class
org.hl7.fhir.r4.model.Encounter.EncounterLocationComponent
-
Packages that use Encounter.EncounterLocationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Encounter.EncounterLocationComponent Modifier and Type Method Description protected Encounter.EncounterLocationComponentJsonParser. parseEncounterEncounterLocationComponent(com.google.gson.JsonObject json, Encounter owner)protected Encounter.EncounterLocationComponentXmlParser. parseEncounterEncounterLocationComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) -
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Encounter.EncounterLocationComponent Modifier and Type Field Description protected List<Encounter.EncounterLocationComponent>Encounter. locationList of locations where the patient has been during this encounter.Methods in org.hl7.fhir.r4.model that return types with arguments of type Encounter.EncounterLocationComponent Modifier and Type Method Description List<Encounter.EncounterLocationComponent>Encounter. getLocation()Methods in org.hl7.fhir.r4.model with parameters of type Encounter.EncounterLocationComponent Modifier and Type Method Description EncounterEncounter. addLocation(Encounter.EncounterLocationComponent t)voidEncounter.EncounterLocationComponent. copyValues(Encounter.EncounterLocationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Encounter.EncounterLocationComponent Modifier and Type Method Description EncounterEncounter. setLocation(List<Encounter.EncounterLocationComponent> theLocation)
-