添加12
This commit is contained in:
@@ -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序列 // 移动不进来
|
||||
|
||||
Reference in New Issue
Block a user