@@ -169,6 +169,16 @@ namespace IRaCIS.Application.Contracts
|
||||
public class ReviewerConfirmationQueryDTO : PageInput
|
||||
{
|
||||
public Guid TrialId { get; set; } = Guid.Empty;
|
||||
|
||||
public DateTime? OptStartTime{ get; set; }
|
||||
|
||||
public DateTime? OptEndTime { get; set; }
|
||||
|
||||
public string? Code { get; set; }
|
||||
|
||||
public int? OptUserType { get; set; }
|
||||
|
||||
public string? OptUserName { get; set; }
|
||||
}
|
||||
|
||||
public class SelectionReviewerDTO : DoctorDTO
|
||||
|
||||
Reference in New Issue
Block a user