修改一版
parent
e2c58ac74c
commit
670913743c
|
@ -226,16 +226,16 @@ namespace IRaCIS.Core.Application.Service
|
|||
await ReadingCalculate(data);
|
||||
|
||||
VerifyVisitTaskQuestionsOutDto result = new VerifyVisitTaskQuestionsOutDto() {
|
||||
|
||||
IsVerified=true,
|
||||
ErrorMessage=string.Empty,
|
||||
};
|
||||
|
||||
List<VerifyVisitTaskDto> types = new List<VerifyVisitTaskDto>() {
|
||||
new VerifyVisitTaskDto (){ QuestionType=QuestionType.TargetLesion,Fun=this.GetTargetLesionEvaluate },
|
||||
new VerifyVisitTaskDto (){ QuestionType=QuestionType.NoTargetLesion,Fun=this.GetNoTargetLesionEvaluate },
|
||||
new VerifyVisitTaskDto (){ QuestionType=QuestionType.NewLesions,Fun=this.GetNewLesionEvaluate }
|
||||
};
|
||||
//new VerifyVisitTaskDto (){ QuestionType=QuestionType.TargetLesion,Fun=this.GetTargetLesionEvaluate },
|
||||
//new VerifyVisitTaskDto (){ QuestionType=QuestionType.NoTargetLesion,Fun=this.GetNoTargetLesionEvaluate },
|
||||
//new VerifyVisitTaskDto (){ QuestionType=QuestionType.NewLesions,Fun=this.GetNewLesionEvaluate },
|
||||
new VerifyVisitTaskDto (){ QuestionType=QuestionType.Tumor,Fun=this.GetTumor },
|
||||
};
|
||||
|
||||
foreach (var type in types)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue