|
@@ -82,8 +82,6 @@ public class ViewController extends Controller {
|
|
|
report.setReviewDoctorId(getDoctorIdByName(record.getStr("REVIEWDOCTOR")));
|
|
|
report.setReviewDatetime(parseStringToDate(record.getStr("REPORTDATE")));
|
|
|
report.setConfirmDoctorId(getDoctorIdByName(record.getStr("REVIEWDOCTOR")));
|
|
|
- examsd.add(recordTemp);
|
|
|
-
|
|
|
report.setConfirmDatetime(parseStringToDate(record.getStr("REPORTDATE")));
|
|
|
// report.save();
|
|
|
// PatientInfos patientInfos = PatientInfos.dao.use("zskk").findById(exams2.getPatientId());
|