Uses of Class
org.linuxforhealth.fhir.model.resource.Encounter.Location
-
Packages that use Encounter.Location Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Encounter.Location in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Encounter.Location Modifier and Type Method Description Encounter.Location
Encounter.Location.Builder. build()
Build theEncounter.Location
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Encounter.Location Modifier and Type Method Description java.util.List<Encounter.Location>
Encounter. getLocation()
List of locations where the patient has been during this encounter.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type Encounter.Location Modifier and Type Method Description Encounter.Builder
Encounter.Builder. location(java.util.Collection<Encounter.Location> location)
List of locations where the patient has been during this encounter.
-