问题修改
This commit is contained in:
@@ -387,7 +387,10 @@ namespace IRaCIS.Core.Application.Contracts.DTO
|
||||
public string ModalityForEdit { get; set; } = string.Empty;
|
||||
|
||||
public bool IsHaveUploadFailed { get; set; }
|
||||
}
|
||||
|
||||
public bool IsCompleteClinicalData { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class QASeriesInfoDto
|
||||
{
|
||||
|
||||
@@ -123,8 +123,11 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public bool IsEnrollementQualificationConfirm { get; set; }
|
||||
public bool IsPDProgressView { get; set; }
|
||||
|
||||
public bool IsHaveStudyClinicalData { get; set; }
|
||||
|
||||
public string OutEnrollmentVisitName { get; set; } = String.Empty;
|
||||
|
||||
|
||||
public string OutEnrollmentVisitName { get; set; } = String.Empty;
|
||||
|
||||
public string BodyPartTypes { get; set; } = String.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user