[-php-]
// ==============================
// FACILITY FILTERING (lemonsoftware)(CHEMED)
// $facilities = getFacilities(); // (CHEMED) commented this out
// We only want to see facilities that are a 'service location',
// as 'billing location' facilities should not have any patient appointments
// TODO: Is the above statement true?
$facilities = getServiceFacilities();
[-/php-]