|
@@ -33,16 +33,16 @@ public class UpdateTask implements ITask {
|
|
if (record == null) {
|
|
if (record == null) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
- if (record.getStr("IMPRESSION").isBlank() && record.getStr("DESCRIPTION").isBlank()) {
|
|
|
|
|
|
+ if (record.getStr("Impression").isBlank() && record.getStr("Description").isBlank()) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
Map<String, String> params = new HashMap<>();
|
|
Map<String, String> params = new HashMap<>();
|
|
//1:exam_id 2:patient_num 3:accession_num 4:study_uid
|
|
//1:exam_id 2:patient_num 3:accession_num 4:study_uid
|
|
- params.put("type", "4");
|
|
|
|
|
|
+ params.put("type", "2");
|
|
|
|
|
|
params.put("institution_id", PropKit.get("institution_id"));
|
|
params.put("institution_id", PropKit.get("institution_id"));
|
|
|
|
|
|
- params.put("code", record.getStr("StudyInsUid"));
|
|
|
|
|
|
+ params.put("code", record.getStr("PatientId"));
|
|
//报告医生姓名
|
|
//报告医生姓名
|
|
params.put("report_doctor_name", record.getStr("ReportDoctor"));
|
|
params.put("report_doctor_name", record.getStr("ReportDoctor"));
|
|
//报告时间
|
|
//报告时间
|