@@ -24,6 +24,22 @@
|
||||
public bool IsAuthorizedView { get; set; }
|
||||
}
|
||||
|
||||
public class GetTrialDoctorSelectInDto
|
||||
{
|
||||
public Guid TrialId { get; set; }
|
||||
}
|
||||
|
||||
public class GetTrialDoctorListOutDto
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string BlindName { get; set; } = string.Empty;
|
||||
|
||||
public string BlindNameCN { get; set; } = string.Empty;
|
||||
public string ChineseName { get; set; } = string.Empty;
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
public string FullName => LastName + " / " + FirstName;
|
||||
public string LastName { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class GetTrialAttachmentsInDto:PageInput
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user