添加代码
This commit is contained in:
@@ -175,24 +175,6 @@ namespace IRaCIS.Core.Application.Services
|
||||
|
||||
if (isStudyNeedAdd)
|
||||
{
|
||||
//dicomStudy.Id = NewId.NextGuid();
|
||||
|
||||
//datas.Add(new DataInspection()
|
||||
//{
|
||||
|
||||
// SiteId = dicomStudy.SiteId,
|
||||
// SubjectId = dicomStudy.SubjectId,
|
||||
// TrialId = dicomStudy.TrialId,
|
||||
// SubjectVisitId = dicomStudy.SubjectVisitId,
|
||||
// CreateTime = createtime,
|
||||
// GeneralId= dicomStudy.Id,
|
||||
// Identification = "Edit|Visit|Status|Visit-Image Upload|Add Image",
|
||||
// JsonDetail = JsonConvert.SerializeObject(new
|
||||
// {
|
||||
// SubmitState = "待提交",
|
||||
// })
|
||||
//});
|
||||
|
||||
// 添加检查
|
||||
await _studyRepository.AddAsync(dicomStudy);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user