|
@@ -67,7 +67,7 @@ public class THR0126 extends QCCatalogue {
|
|
|
/* 首次病程录如果是主治或者主任写的,也算主治查房 */
|
|
|
FirstCourseRecordDoc firstCourseRecordDoc = inputInfo.getFirstCourseRecordDoc();
|
|
|
if (firstCourseRecordDoc != null) {
|
|
|
- String doctorSign = firstCourseRecordDoc.getStructureMap().get("医生签名");
|
|
|
+ String doctorSign = firstCourseRecordDoc.getStructureMap().get("记录医生");
|
|
|
String firstCourseProfessor = getFirstCourseProfessor(doctorSign);
|
|
|
if (firstCourseProfessor.contains("主治") || firstCourseProfessor.contains("主任")) {
|
|
|
String recordDateStr = firstCourseRecordDoc.getStructureMap().get("记录时间");
|