|
@@ -36,10 +36,10 @@ public class ViewController extends Controller {
|
|
|
report.setCreatedAt(new Date());
|
|
|
report.setReportResult(record.getStr("FITEM_RESULT_CODE").contains("阴")?"1":"2");
|
|
|
report.setReportDoctorId(getDoctorIdByName(record.getStr("REPORTDOCTOR")));
|
|
|
-// report.setReviewDoctorId(getDoctorIdByName(record.getStr("REVIEWDOCTOR")));
|
|
|
-// report.setReviewDatetime(aaa(record.getStr("REPORTDATE")));
|
|
|
-// report.setConfirmDoctorId(getDoctorIdByName(record.getStr("REVIEWDOCTOR")));
|
|
|
-// report.setConfirmDatetime(aaa(record.getStr("REPORTDATE")));
|
|
|
+ report.setReviewDoctorId(getDoctorIdByName(record.getStr("REVIEWDOCTOR")));
|
|
|
+ report.setReviewDatetime(aaa(record.getStr("REPORTDATE")));
|
|
|
+ report.setConfirmDoctorId(getDoctorIdByName(record.getStr("REVIEWDOCTOR")));
|
|
|
+ report.setConfirmDatetime(aaa(record.getStr("REPORTDATE")));
|
|
|
report.save();
|
|
|
PatientInfos patientInfos = PatientInfos.dao.use("zskk").findById(exams2.getPatientId());
|
|
|
patientInfos.setName(record.getStr("PATIENTNAME"));
|