Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added the <encounter-from-date> and <encounter-to-date> tags to the P…
…QRI XML.

Signed-off-by: rammohan <rammohan@ensoftek.com>
  • Loading branch information
rreddy70 authored and bradymiller committed Feb 23, 2011
1 parent 0d73171 commit 44bc384
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom/export_registry_xml.php
Expand Up @@ -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;
Expand Down

0 comments on commit 44bc384

Please sign in to comment.