|
@@ -102,7 +102,7 @@ class HrServies
|
|
|
if($params['HR_ITEM_CODE'] ?? '')
|
|
|
{
|
|
|
$exam_report[] = ['HR_ITEMNAME_CODE','in',explode(';',$params['HR_ITEM_CODE'])];
|
|
|
- $inspect_report[] = ['LAB_HR_ITEMNAME_CODE','in',explode(';',$params['HR_ITEM_CODE'])];
|
|
|
+// $inspect_report[] = ['LAB_HR_ITEMNAME_CODE','in',explode(';',$params['HR_ITEM_CODE'])];
|
|
|
}
|
|
|
$_data = $this->getRecogViewDetail($ID_CARDNUM,$params['ORGCODE'] ?? '', $WHERE,$exam_report,$inspect_report,$hr);
|
|
|
$patient = $_data[0]['PATIENT'] ?? [];
|