Uses of Class
ca.uhn.fhir.model.dstu2.resource.Encounter.Location
-
Packages that use Encounter.Location Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Encounter.Location in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Encounter.Location Modifier and Type Method Description Encounter.LocationEncounter. addLocation()Adds and returns a new value for location ()Encounter.LocationEncounter. getLocationFirstRep()Gets the first repetition for location (), creating it if it does not already exist.Encounter.LocationEncounter.Location. setLocation(ResourceReferenceDt theValue)Sets the value(s) for location (where)Encounter.LocationEncounter.Location. setPeriod(PeriodDt theValue)Sets the value(s) for period ()Encounter.LocationEncounter.Location. setStatus(EncounterLocationStatusEnum theValue)Sets the value(s) for status ()Encounter.LocationEncounter.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.Location Modifier and Type Method Description List<Encounter.Location>Encounter. getLocation()Gets the value(s) for location ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Encounter.Location Modifier and Type Method Description EncounterEncounter. 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.Location Modifier and Type Method Description EncounterEncounter. setLocation(List<Encounter.Location> theValue)Sets the value(s) for location ()
-