
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Encounter.Location
Packages that use Encounter.Location
-
Uses of Encounter.Location in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Encounter.LocationModifier and TypeMethodDescriptionEncounter.addLocation()Adds and returns a new value for location ()Encounter.getLocationFirstRep()Gets the first repetition for location (), creating it if it does not already exist.Encounter.Location.setLocation(ResourceReferenceDt theValue) Sets the value(s) for location (where)Sets the value(s) for period ()Encounter.Location.setStatus(EncounterLocationStatusEnum theValue) Sets the value(s) for status ()Encounter.Location.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<EncounterLocationStatusEnum> theValue) Sets the value(s) for status ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Encounter.LocationMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Encounter.LocationModifier and TypeMethodDescriptionEncounter.addLocation(Encounter.Location theValue) Adds a given new value for location ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Encounter.LocationModifier and TypeMethodDescriptionEncounter.setLocation(List<Encounter.Location> theValue) Sets the value(s) for location ()