Uses of Class
org.hl7.fhir.dstu2.model.Encounter.EncounterLocationComponent
-
Packages that use Encounter.EncounterLocationComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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)Methods in org.hl7.fhir.dstu2.formats with parameters of type Encounter.EncounterLocationComponent Modifier and Type Method Description protected voidJsonParser. composeEncounterEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element)protected voidXmlParser. composeEncounterEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element)protected voidJsonParser. composeEncounterEncounterLocationComponentInner(Encounter.EncounterLocationComponent element) -
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.dstu2.model that return Encounter.EncounterLocationComponent Modifier and Type Method Description Encounter.EncounterLocationComponentEncounter. addLocation()Encounter.EncounterLocationComponentEncounter.EncounterLocationComponent. copy()Encounter.EncounterLocationComponentEncounter.EncounterLocationComponent. setLocation(Reference value)Encounter.EncounterLocationComponentEncounter.EncounterLocationComponent. setLocationTarget(Location value)Encounter.EncounterLocationComponentEncounter.EncounterLocationComponent. setPeriod(Period value)Encounter.EncounterLocationComponentEncounter.EncounterLocationComponent. setStatus(Encounter.EncounterLocationStatus value)Encounter.EncounterLocationComponentEncounter.EncounterLocationComponent. setStatusElement(Enumeration<Encounter.EncounterLocationStatus> value)Methods in org.hl7.fhir.dstu2.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.dstu2.model with parameters of type Encounter.EncounterLocationComponent Modifier and Type Method Description EncounterEncounter. addLocation(Encounter.EncounterLocationComponent t)
-