{{tab.name}}({{tab.num}})
基本信息
{{dataInfo.patientInspectLogData.state ? dataInfo.patientInspectLogData.state.name : ''}}
患者科室:
{{dataInfo.patientInspectLogData.deptName}}
患者姓名:
{{dataInfo.patientInspectLogData.patientName}}
年龄:{{dataInfo.patientInspectLogData.age }}岁
住院号:
{{dataInfo.patientInspectLogData.patientCode}}
床号:{{dataInfo.patientInspectLogData.bedNum }}
护理等级:
{{dataInfo.patientInspectLogData.careLevel ? dataInfo.patientInspectLogData.careLevel.name : ''}}
危重等级:{{dataInfo.patientInspectLogData.illnessState ? dataInfo.patientInspectLogData.illnessState.name : ''}}
陪检信息
陪检方式:
{{dataInfo.patientInspectLogData.tripTypeDTO ? dataInfo.patientInspectLogData.tripTypeDTO.inspectMode : ''}}
携带设备:
{{dataInfo.patientInspectLogData.goodsList | filterNames('name')}}
出科时间:
{{dataInfo.patientInspectLogData.outDeptTime | formatDate('yyyy-MM-dd hh:mm')}}
出科人:
{{dataInfo.patientInspectLogData.outDeptUserDTO ? dataInfo.patientInspectLogData.outDeptUserDTO.name : ''}}
最新操作
签到时间:
{{dataInfo.patientInspectLogData.signTime | formatDate('yyyy-MM-dd hh:mm')}}
签到人:
{{dataInfo.patientInspectLogData.signUserDTO ? dataInfo.patientInspectLogData.signUserDTO.name : ''}}
签到科室:
{{dataInfo.patientInspectLogData.signDeptDTO ? dataInfo.patientInspectLogData.signDeptDTO.dept : ''}}
回科信息
回科时间:
{{dataInfo.patientInspectLogData.backDeptTime | formatDate('yyyy-MM-dd hh:mm')}}
回科人:
{{dataInfo.patientInspectLogData.backDeptUserDTO ? dataInfo.patientInspectLogData.backDeptUserDTO.name : ''}}
检查项目:{{item.inspectName}}
检查单号:{{item.inspectCode}}
状态:{{item.inspectState ? item.inspectState.name : ''}}
检查地点:{{item.execDept ? item.execDept.dept : ''}}
{{item.operationType ? item.operationType.name : '' }}
({{item.remark}})
{{item.operationTime | formatDate('yyyy-MM-dd hh:mm')}}
{{item.username}}