
Uses of Class
org.hl7.fhir.dstu3.model.Encounter.EncounterLocationComponent
Packages that use Encounter.EncounterLocationComponent
-
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Encounter.EncounterLocationComponentModifier and TypeMethodDescriptionprotected 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.dstu3.formats with parameters of type Encounter.EncounterLocationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeEncounterEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element) protected voidRdfParser.composeEncounterEncounterLocationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Encounter.EncounterLocationComponent element, int index) protected voidXmlParser.composeEncounterEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element) protected voidXmlParser.composeEncounterEncounterLocationComponentElements(Encounter.EncounterLocationComponent element) protected voidJsonParser.composeEncounterEncounterLocationComponentInner(Encounter.EncounterLocationComponent element) protected booleanXmlParser.parseEncounterEncounterLocationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.EncounterLocationComponent res) protected voidJsonParser.parseEncounterEncounterLocationComponentProperties(com.google.gson.JsonObject json, Encounter owner, Encounter.EncounterLocationComponent res) -
Uses of Encounter.EncounterLocationComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.model that return Encounter.EncounterLocationComponentModifier and TypeMethodDescriptionEncounter.addLocation()Encounter.EncounterLocationComponent.copy()Encounter.getLocationFirstRep()Encounter.EncounterLocationComponent.setLocation(Reference value) Encounter.EncounterLocationComponent.setLocationTarget(Location value) Encounter.EncounterLocationComponent.setStatus(Encounter.EncounterLocationStatus value) Encounter.EncounterLocationComponent.setStatusElement(Enumeration<Encounter.EncounterLocationStatus> value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Encounter.EncounterLocationComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Encounter.EncounterLocationComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type Encounter.EncounterLocationComponentModifier and TypeMethodDescriptionEncounter.setLocation(List<Encounter.EncounterLocationComponent> theLocation)