入院时限.json 1.5 KB

1234567891011121314151617181920212223
  1. [
  2. {
  3. "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'",
  4. "name": "入院病历",
  5. "prescription": 24,
  6. "timeoutComplete": "超时完成:入院时间:【${start}】,病历创建时间:【${end}】,超时:【${cs}】小时",
  7. "timeoutNotWritten": "超时未写:入院时间:【${start}】,参考时间:【${gfsj}】,超时:【${cs}】小时"
  8. },
  9. {
  10. "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'",
  11. "name": "首次病程记录",
  12. "prescription": 24,
  13. "timeoutComplete": "超时完成:入院时间:【${start}】,病历创建时间:【${end}】,超时:【${cs}】小时",
  14. "timeoutNotWritten": "超时未写:入院时间:【${start}】,参考时间:【${gfsj}】,超时:【${cs}】小时"
  15. },
  16. {
  17. "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'",
  18. "name": "入院审核",
  19. "prescription": 48,
  20. "timeoutComplete": "超时完成:入院时间:【${start}】,病历创建时间:【${end}】,超时:【${cs}】小时",
  21. "timeoutNotWritten": "超时未审核:入院时间:【${start}】,参考时间:【${gfsj}】,超时:【${cs}】小时"
  22. }
  23. ]