diff --git a/custom/export_registry_xml.php b/custom/export_registry_xml.php index 54a78cedf23..d52dc7d4aff 100644 --- a/custom/export_registry_xml.php +++ b/custom/export_registry_xml.php @@ -109,7 +109,9 @@ function getMeasureNumber($row) { $physician_ids['tin'] = $row['federaltaxid']; } } - + $physician_ids['encounter-from-date'] = '01-01-' . date('Y', strtotime($target_date )); + $physician_ids['encounter-to-date'] = '12-31-' . date('Y', strtotime($target_date )); + $xml->open_provider($physician_ids); $firstProviderFlag = FALSE; $existProvider = TRUE;