This commit is contained in:
he
2022-04-27 17:33:45 +08:00
parent 35a9fe2878
commit 29fe343519
8 changed files with 116 additions and 4 deletions
@@ -19,6 +19,8 @@ namespace IRaCIS.Core.Infra.EFCore
{
public interface IRepository<TEntity> : ICommandRepository<TEntity>, IQueryRepository<TEntity> where TEntity : Entity
{
IRaCISDBContext _dbContext { get; set; }
/// <summary>
/// 获取中心啥的名称
/// </summary>
@@ -201,7 +201,6 @@ namespace IRaCIS.Core.Infra.EFCore
}
#endregion
@@ -794,6 +793,9 @@ namespace IRaCIS.Core.Infra.EFCore
Identification = "Init|Trial|Status|Trial Setting-Infomation", // 初始化项目
JsonDetail = entity.ToJcJson()
});
}
// 受试者
@@ -811,6 +813,8 @@ namespace IRaCIS.Core.Infra.EFCore
Identification = "Init|Subject|Status|Subject", // 初始化受试者信息
JsonDetail = entity.ToJcJson()
});
}
// Dicom序列 // 移动不进来