|
|
|
@ -103,24 +103,26 @@ class CSharpController extends Controller
|
|
|
|
'inpatientareacode' => $hisInfo['areaCode']??'',
|
|
|
|
'inpatientareacode' => $hisInfo['areaCode']??'',
|
|
|
|
'inpatientarea' => $hisInfo['areaName']??'',
|
|
|
|
'inpatientarea' => $hisInfo['areaName']??'',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'applyinfo' => [
|
|
|
|
'applyinfo' =>
|
|
|
|
'accessionnumber' => $entrust->app_num,
|
|
|
|
// [
|
|
|
|
'hisapplytime' => $entrust->reservation_date . ' ' . $reservation_time,//与pacs 张工沟通 传 预约的日期
|
|
|
|
// 'accessionnumber' => $entrust->app_num,
|
|
|
|
'hisapplydeptcode'=> $hisInfo['orderDeptCode']??'',
|
|
|
|
// 'hisapplytime' => $entrust->reservation_date . ' ' . $reservation_time,//与pacs 张工沟通 传 预约的日期
|
|
|
|
'hisapplydept'=> $hisInfo['orderDeptName']??'',
|
|
|
|
// 'hisapplydeptcode'=> $hisInfo['orderDeptCode']??'',
|
|
|
|
'hisapplydoctorcode'=> $hisInfo['orderPersonCode']??'',
|
|
|
|
// 'hisapplydept'=> $hisInfo['orderDeptName']??'',
|
|
|
|
'hisapplydoctor'=> $hisInfo['orderPersonName']??'',
|
|
|
|
// 'hisapplydoctorcode'=> $hisInfo['orderPersonCode']??'',
|
|
|
|
'diagnosis'=> $hisInfo['diagnosisName']??'',
|
|
|
|
// 'hisapplydoctor'=> $hisInfo['orderPersonName']??'',
|
|
|
|
'applyorderinfo' => [
|
|
|
|
// 'diagnosis'=> $hisInfo['diagnosisName']??'',
|
|
|
|
'orderno' => $entrust->entrust_id,
|
|
|
|
// 'applyorderinfo' => [
|
|
|
|
'bodypartexamined' => $hisInfo['examPosiBigName']??'',
|
|
|
|
// 'orderno' => $entrust->entrust_id,
|
|
|
|
'studyclass1his' => $hisInfo['requestTypeName']??'',
|
|
|
|
// 'bodypartexamined' => $hisInfo['examPosiBigName']??'',
|
|
|
|
'checkitemcode' => $entrust->entrust_code,
|
|
|
|
// 'studyclass1his' => $hisInfo['requestTypeName']??'',
|
|
|
|
'checkitemname' => $entrust->entrust,
|
|
|
|
// 'checkitemcode' => $entrust->entrust_code,
|
|
|
|
'factprice' =>$hisInfo['itemList'][0]['itemCost']??'',
|
|
|
|
// 'checkitemname' => $entrust->entrust,
|
|
|
|
],
|
|
|
|
// 'factprice' =>$hisInfo['itemList'][0]['itemCost']??'',
|
|
|
|
],
|
|
|
|
// ],
|
|
|
|
'hisinfo'=>$hisInfo
|
|
|
|
// ],
|
|
|
|
|
|
|
|
$hisInfo
|
|
|
|
|
|
|
|
// 'hisinfo'=>$hisInfo
|
|
|
|
]
|
|
|
|
]
|
|
|
|
]
|
|
|
|
]
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|