1234567891011121314151617181920212223 |
- [
- {
- "executionSource": "select top 1 create_date from emr_patient_data where pat_no = '${pat_no}' and times = ${times} and del_flag = 0 and emr_category_code = 'ruyuanjiluzhuanyong'",
- "name": "入院病历",
- "prescription": 24,
- "timeoutComplete": "超时完成:入院时间:【${start}】,病历创建时间:【${end}】,超时:【${cs}】小时",
- "timeoutNotWritten": "超时未写:入院时间:【${start}】,参考时间:【${gfsj}】,超时:【${cs}】小时"
- },
- {
- "executionSource": "select top 1 create_date from emr_patient_data where pat_no = '${pat_no}' and times = ${times} and del_flag = 0 and emr_category_code = 'shoucibingchengjilu'",
- "name": "首次病程记录",
- "prescription": 24,
- "timeoutComplete": "超时完成:入院时间:【${start}】,病历创建时间:【${end}】,超时:【${cs}】小时",
- "timeoutNotWritten": "超时未写:入院时间:【${start}】,参考时间:【${gfsj}】,超时:【${cs}】小时"
- },
- {
- "executionSource": "select top 1 review_time from emr_patient_data where pat_no = '${pat_no}' and times = ${times} and del_flag = 0 and emr_category_code = 'ruyuanjiluzhuanyong'",
- "name": "入院审核",
- "prescription": 48,
- "timeoutComplete": "超时完成:入院时间:【${start}】,病历创建时间:【${end}】,超时:【${cs}】小时",
- "timeoutNotWritten": "超时未审核:入院时间:【${start}】,参考时间:【${gfsj}】,超时:【${cs}】小时"
- }
- ]
|