|
|
|
@ -96,7 +96,7 @@ public class MedicalRecAnswerExcelDTO {
|
|
|
|
|
}
|
|
|
|
|
this.absentCheck();
|
|
|
|
|
this.matchQuestionDicId(questionTypeDicList);
|
|
|
|
|
//this.matchQuestion(questionLibraryList);
|
|
|
|
|
this.matchQuestion(questionLibraryList);
|
|
|
|
|
this.matchAskPatientAnswer(askPatientAnswerList);
|
|
|
|
|
this.matchAnswerResource(materialLibraryList);
|
|
|
|
|
}
|
|
|
|
@ -185,7 +185,7 @@ public class MedicalRecAnswerExcelDTO {
|
|
|
|
|
String answerAnswer = askPatientAnswer.getAnswer();
|
|
|
|
|
if (this.libraryQuestionId.equals(questionId) && this.answer.equals(answerAnswer)){
|
|
|
|
|
this.askPatientAnswerId = askPatientAnswer.getId();
|
|
|
|
|
errorCodeEnums.add(ErrorCodeEnum.ASK_PATIENT_ANSWER_REPEAT);
|
|
|
|
|
//errorCodeEnums.add(ErrorCodeEnum.ASK_PATIENT_ANSWER_REPEAT);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|