@@ -1,6 +1,3 @@
|
||||
|
||||
|
||||
|
||||
namespace IRaCIS.Core.Domain.Models
|
||||
{
|
||||
///<summary>
|
||||
@@ -16,44 +13,15 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[JsonIgnore]
|
||||
public TrialSite TrialSite { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
public string CallingAE { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string CalledAE { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
public string CallingAEIP { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
public DateTime StartTime { get; set; }
|
||||
|
||||
|
||||
public DateTime EndTime { get; set; }
|
||||
|
||||
|
||||
|
||||
public int FileCount { get; set; }
|
||||
|
||||
|
||||
|
||||
public long FileSize { get; set; }
|
||||
|
||||
|
||||
public int StudyCount { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
public Guid TrialSiteId { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user