|
@@ -42,9 +42,7 @@ public class THR03017 extends QCCatalogue {
|
|
|
for (AttendingDoctorWardDoc attendingDoctorWardDoc : attendingDoctorWardDocs) {
|
|
|
jlDateStr = attendingDoctorWardDoc.getStructureMap().get("记录时间");
|
|
|
shDateStr = attendingDoctorWardDoc.getStructureMap().get("审核日期");
|
|
|
- professor = CatalogueUtil.getProfessor(attendingDoctorWardDoc.getStructureMap().get("审核人"));
|
|
|
- if (StringUtil.isBlank(professor)
|
|
|
- || !professor.contains("主治")
|
|
|
+ if (!CatalogueUtil.isOccup(attendingDoctorWardDoc.getStructureMap().get("审核人"))
|
|
|
|| CatalogueUtil.compareTime(StringUtil.parseDateTime(jlDateStr), StringUtil.parseDateTime(shDateStr), 48 * 60L)) {
|
|
|
findIndications = false;
|
|
|
break;
|