@@ -1,6 +1,3 @@
|
||||
|
||||
|
||||
|
||||
namespace IRaCIS.Core.Domain.Models
|
||||
{
|
||||
///<summary>
|
||||
@@ -13,28 +10,19 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[JsonIgnore]
|
||||
[ForeignKey("TrialSiteSurveyId")]
|
||||
public TrialSiteSurvey TrialSiteSurvey { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("EquipmentTypeId")]
|
||||
public Dictionary EquipmentType { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
public Guid TrialSiteSurveyId { get; set; }
|
||||
|
||||
public Guid EquipmentTypeId { get; set; }
|
||||
public string Parameters { get; set; } = string.Empty;
|
||||
|
||||
public string ManufacturerName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string ScannerType { get; set; } = string.Empty;
|
||||
|
||||
public string Note { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
namespace IRaCIS.Core.Domain.Models
|
||||
{
|
||||
@@ -32,19 +28,11 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public Guid TrialSiteId { get; set; }
|
||||
|
||||
public TrialSiteSurveyEnum State { get; set; } = TrialSiteSurveyEnum.ToSubmit;
|
||||
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
|
||||
public string Phone { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string Email { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public int AverageEngravingCycle { get; set; }
|
||||
|
||||
public bool IsConfirmImagingTechnologist { get; set; }
|
||||
@@ -66,10 +54,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public DateTime? PreliminaryTime { get; set; }
|
||||
|
||||
public DateTime? ReviewerTime { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
namespace IRaCIS.Core.Domain.Models
|
||||
{
|
||||
@@ -19,13 +15,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[ForeignKey("UserTypeId")]
|
||||
public UserType UserTypeRole { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
public Guid TrialSiteSurveyId { get; set; }
|
||||
|
||||
public Guid? UserTypeId { get; set; }
|
||||
|
||||
|
||||
public int? TrialRoleCode { get; set; }
|
||||
|
||||
public string Phone { get; set; } = string.Empty;
|
||||
@@ -42,22 +34,14 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public bool IsGenerateAccount { get; set; }
|
||||
|
||||
public bool IsGenerateSuccess { get; set; }
|
||||
|
||||
|
||||
public TrialSiteUserStateEnum InviteState { get; set; } = TrialSiteUserStateEnum.WaitSent;
|
||||
|
||||
public bool IsJoin { get; set; }
|
||||
|
||||
|
||||
public bool IsHistoryUser { get; set; }
|
||||
|
||||
public bool? IsHistoryUserDeleted { get; set; }
|
||||
|
||||
public bool? IsHistoryUserOriginDeleted { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user