|
@@ -947,11 +947,11 @@ class PatientServies
|
|
|
$report['RESULT_STATUS'] = $RESULT_STATUS;
|
|
|
if(empty($report['AUDITTIME']))
|
|
|
{
|
|
|
- $report['AUDITTIME'] = null;
|
|
|
+ unset($report['AUDITTIME']);
|
|
|
}
|
|
|
if(empty($report['STUDYTIME']))
|
|
|
{
|
|
|
- $report['STUDYTIME'] = null;
|
|
|
+ unset($report['STUDYTIME']);
|
|
|
}
|
|
|
return $report;
|
|
|
}
|