修改一版
This commit is contained in:
@@ -35,10 +35,21 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public Guid ClinicalDataTrialSetId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 临床数据类型Id
|
||||
/// 是否是访视
|
||||
/// </summary>
|
||||
public bool IsVisit { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否盲化
|
||||
/// </summary>
|
||||
public bool IsBlind { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否完整
|
||||
/// </summary>
|
||||
public bool IsComplete { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 要删除的对象
|
||||
/// </summary>
|
||||
|
||||
@@ -19,7 +19,7 @@ using Panda.DynamicWebApi.Attributes;
|
||||
namespace IRaCIS.Application.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// 阅片临床数据配置
|
||||
/// 阅片临床数据
|
||||
/// </summary>
|
||||
[ApiExplorerSettings(GroupName = "Reading")]
|
||||
public class ReadingClinicalDataService : BaseService, IReadingClinicalDataService
|
||||
|
||||
Reference in New Issue
Block a user