|
@@ -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));
|