删除qc 废弃的字段
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
da8812868c
commit
cb6f93ec0a
|
@ -14778,13 +14778,6 @@
|
||||||
影像阅片临床数据签名
|
影像阅片临床数据签名
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Application.Services.ReadingClinicalDataService.DealVisiTaskClinicalDataSignedAsync(System.Guid,System.Guid,System.Guid,System.Boolean,System.Guid)">
|
|
||||||
<summary>
|
|
||||||
一致性分析的临床数据
|
|
||||||
</summary>
|
|
||||||
<param name="inDto"></param>
|
|
||||||
<returns></returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:IRaCIS.Application.Services.ReadingClinicalDataService.GetTrialClinicalDataSelect(IRaCIS.Core.Application.Service.Reading.Dto.GetTrialClinicalDataSelectIndto)">
|
<member name="M:IRaCIS.Application.Services.ReadingClinicalDataService.GetTrialClinicalDataSelect(IRaCIS.Core.Application.Service.Reading.Dto.GetTrialClinicalDataSelectIndto)">
|
||||||
<summary>
|
<summary>
|
||||||
获取下拉菜单
|
获取下拉菜单
|
||||||
|
|
|
@ -1279,7 +1279,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
public bool IsBaseLine { get; set; }
|
public bool IsBaseLine { get; set; }
|
||||||
public bool IsUrgent { get; set; }
|
public bool IsUrgent { get; set; }
|
||||||
public Guid? ClinicalDataSignUserId { get; set; }
|
|
||||||
|
|
||||||
public bool IsQCConfirmedReupload { get; set; }
|
public bool IsQCConfirmedReupload { get; set; }
|
||||||
|
|
||||||
|
|
|
@ -376,11 +376,11 @@ namespace IRaCIS.Application.Services
|
||||||
return ResponseOutput.Result(result);
|
return ResponseOutput.Result(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
///// <summary>
|
||||||
/// 一致性分析的临床数据
|
///// 一致性分析的临床数据
|
||||||
/// </summary>
|
///// </summary>
|
||||||
/// <param name="inDto"></param>
|
///// <param name="inDto"></param>
|
||||||
/// <returns></returns>
|
///// <returns></returns>
|
||||||
//public async Task<IResponseOutput> ReadClinicalDataSign(ReadingClinicalDataSignIndto inDto)
|
//public async Task<IResponseOutput> ReadClinicalDataSign(ReadingClinicalDataSignIndto inDto)
|
||||||
//{
|
//{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue