Uses of Class
com.ibm.fhir.model.resource.Encounter.Location
-
Packages that use Encounter.Location Package Description com.ibm.fhir.model.resource -
-
Uses of Encounter.Location in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Encounter.Location Modifier and Type Method Description Encounter.LocationEncounter.Location.Builder. build()Build theEncounter.LocationMethods in com.ibm.fhir.model.resource that return types with arguments of type Encounter.Location Modifier and Type Method Description List<Encounter.Location>Encounter. getLocation()List of locations where the patient has been during this encounter.Methods in com.ibm.fhir.model.resource with parameters of type Encounter.Location Modifier and Type Method Description protected Encounter.Location.BuilderEncounter.Location.Builder. from(Encounter.Location location)Encounter.BuilderEncounter.Builder. location(Encounter.Location... location)List of locations where the patient has been during this encounter.protected voidEncounter.Location.Builder. validate(Encounter.Location location)Method parameters in com.ibm.fhir.model.resource with type arguments of type Encounter.Location Modifier and Type Method Description Encounter.BuilderEncounter.Builder. location(Collection<Encounter.Location> location)List of locations where the patient has been during this encounter.
-