Explorar o código

厦门:每周无三次主治,每周无两次主任->每周无两次主治,每周无一次主任

wangsy %!s(int64=4) %!d(string=hai) anos
pai
achega
3b7a12a39f

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/xiamen/threelevelward/THR0127.java

@@ -111,11 +111,11 @@ public class THR0127 extends QCCatalogue {
                 for (int j = 0; j < roundRecordEveryWeek.size(); j++) {
                     int directorNum = CatalogueUtil.appearNumber(roundRecordEveryWeek.get(j).split(","), Content.director);
                     int dept_doctorNum = CatalogueUtil.appearNumber(roundRecordEveryWeek.get(j).split(","), Content.dept_doctor);
-                    //三级医师查房算一次主任查房
+                    //多学科联合,三级医师查房算一次主任查房
                     int threeDoctorNum = CatalogueUtil.appearNumber(roundRecordEveryWeek.get(j).split(","), "多学科联合");
                     //北仑内分泌科(主任携主任代主治)
                     int endocrinologyTitleNum = endocrinologyTitleNum(roundRecordEveryWeek.get(j).split(","));
-                    if (directorNum + dept_doctorNum + threeDoctorNum + endocrinologyTitleNum < 2) {
+                    if (directorNum + dept_doctorNum + threeDoctorNum + endocrinologyTitleNum < 1) {
                         //每周无2次主任医师查房记录/科主任查房记录
                         status.set("-1");
                         resultInfos.add(lastWardDateRangeList.get(j));

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/xiamen/threelevelward/THR0128.java

@@ -132,12 +132,12 @@ public class THR0128 extends QCCatalogue {
                 List<String> resultInfos = new ArrayList<>();
                 for (int j = 0; j < roundRecordEveryWeek.size(); j++) {
                     int indicationsNum = CatalogueUtil.appearNumber(roundRecordEveryWeek.get(j).split(","), Content.attend);
-                    //三级医师查房算一次主治查房
+                    //多学科联合,三级医师查房算一次主治查房
                     int threeDoctorNum = CatalogueUtil.appearNumber(roundRecordEveryWeek.get(j).split(","), "多学科联合");
                     if (j == 0 && firstRecordAttendExist) { //如果首程中医师签名为主治医师,第一周查房记录也要加上
                         indicationsNum += 1;
                     }
-                    if (indicationsNum + threeDoctorNum < 3) {
+                    if (indicationsNum + threeDoctorNum < 2) {
                         //每周无3次主治医师查房记录
                         status.set("-1");
                         resultInfos.add(lastWardDateRangeList.get(j));