This commit is contained in:
he
2022-06-30 15:22:53 +08:00
parent d639afb8a0
commit 2281c50747
3 changed files with 113 additions and 3 deletions
@@ -154,6 +154,20 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string Path { get; set; }
}
public class GetReadingOrTaskClinicalDataListInDto
{
[NotDefault]
public Guid SubjectId { get; set; }
[NotDefault]
public Guid TrialId { get; set; }
public Guid? ReadingId { get; set; }
public Guid? VisitTaskId { get; set; }
}
/// <summary>
/// 获取访视列表
/// </summary>