Location¶
-
public class
Location¶ Represents a single location. A location is a physical place where patients can be seen.
Constructors¶
Location¶
Location¶
-
public
Location(String name, String country, String address6, String countyDistrict, String stateProvince)¶ Creates a location with the given
namethat is placed in the givencountry,address6,countryDistrictandstateProvince.Parameters: - name – the name of the location
- country – the name of the country where the location is placed
- address6 – the name of the region where the location is placed
- countyDistrict – the name of the county/district where the location is placed
- stateProvince – the name of the state/province where the location is placed
Location¶
-
public
Location(String uuid, String display, String name, String country, String address6, String countyDistrict, String stateProvince)¶ Creates a location with the given
name,displayanduuidthat is placed in the givencountry,address6,countryDistrictandstateProvince.Parameters: - uuid – the ID of the location
- display – the display of the location
- name – the name of the location
- country – the name of the country where the location is placed
- address6 – the name of the region where the location is placed
- countyDistrict – the name of the county/district where the location is placed
- stateProvince – the name of the state/province where the location is placed