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.LocationEncounter.Location.Builder. build()Build theEncounter.LocationMethods 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.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 org.linuxforhealth.fhir.model.resource with type arguments of type Encounter.Location Modifier and Type Method Description Encounter.BuilderEncounter.Builder. location(java.util.Collection<Encounter.Location> location)List of locations where the patient has been during this encounter.
-