12345678910111213141516171819202122232425262728293031 |
- [
- {
- "code": "ruyuanjiluzhuanyong",
- "editThePromptStatement": "入院48小时后无法编辑病历。",
- "id": 1,
- "level1DoctorCreatesATimeLimit": 24,
- "level1DoctorEditingTimeLimit": 48,
- "name": "入院质控",
- "open": 0,
- "sql": "select top 1 * from (select top 1 order_time from yz_act_order where inpatient_no = '${patNo}' and admiss_times = ${times} order by act_order_no union select top 1 admiss_times from view_xc_all_yz where inpatient_no = '${patNo}' and admiss_times = ${times}) temp",
- "sqlId": 1,
- "sqlName": "第一次医嘱时间",
- "thePromptWasNotCreated": "请在入院24小时内创建完成病历。",
- "theSeniorDoctorCreatesATimeLimit": 48,
- "timeSubtracts": 0
- },
- {
- "code": "76973d005e4911edbb0eab416e27b81a",
- "editThePromptStatement": "测试",
- "level1DoctorCreatesATimeLimit": 24,
- "level1DoctorEditingTimeLimit": 48,
- "name": "测试入院谈话",
- "open": 0,
- "sql": "select top 1 * from (select top 1 order_time from yz_act_order where inpatient_no = '${patNo}' and admiss_times = ${times} order by act_order_no union select top 1 admiss_times from view_xc_all_yz where inpatient_no = '${patNo}' and admiss_times = ${times}) temp",
- "sqlId": 1,
- "sqlName": "第一次医嘱时间",
- "thePromptWasNotCreated": "测试",
- "theSeniorDoctorCreatesATimeLimit": 48,
- "timeSubtracts": 0
- }
- ]
|