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.Location
Encounter.Location.Builder. build()
Build theEncounter.Location
Methods 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.Builder
Encounter.Location.Builder. from(Encounter.Location location)
Encounter.Builder
Encounter.Builder. location(Encounter.Location... location)
List of locations where the patient has been during this encounter.protected void
Encounter.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.Builder
Encounter.Builder. location(Collection<Encounter.Location> location)
List of locations where the patient has been during this encounter.
-