修改一版

This commit is contained in:
he
2022-06-24 18:03:32 +08:00
parent b0f0925377
commit 45d5a64cdf
9 changed files with 98 additions and 5 deletions
@@ -69,6 +69,8 @@ namespace IRaCIS.Core.Application.Contracts
public Guid CreateUserId { get; set; }
public Guid ClinicalDataTrialSetId { get; set; }
public string FullFilePath => Path;
@@ -97,6 +99,8 @@ namespace IRaCIS.Core.Application.Contracts
public string Path { get; set; } = String.Empty;
public string FileName { get; set; } = String.Empty;
public string Position { get; set; } = String.Empty;
public Guid ClinicalDataTrialSetId { get; set; }
//public Guid SubjectId { get; set; }
}
@@ -24,6 +24,8 @@ namespace IRaCIS.Core.Application.Contracts
//public Guid SubjectId { get; set; }
public Guid CreateUserId { get; set; }
public Guid ClinicalDataTrialSetId { get; set; }
public string FullFilePath => Path;
}
@@ -48,6 +50,12 @@ namespace IRaCIS.Core.Application.Contracts
public string Path { get; set; }=String.Empty;
public string FileName { get; set; } = String.Empty;
public string TreatmentType { get; set; } = String.Empty;
/// <summary>
/// 临床数据类型Id
/// </summary>
public Guid ClinicalDataTrialSetId { get; set; }
//public Guid SubjectId { get; set; }
}
@@ -22,6 +22,8 @@ namespace IRaCIS.Core.Application.Contracts
//public Guid SubjectId { get; set; }
public Guid CreateUserId { get; set; }
public Guid ClinicalDataTrialSetId { get; set; }
public string FullFilePath => Path;
}
@@ -43,6 +45,12 @@ namespace IRaCIS.Core.Application.Contracts
public string Path { get; set; } = String.Empty;
public string FileName { get; set; } = String.Empty;
public string OperationName { get; set; } = string.Empty;
/// <summary>
/// 临床数据类型Id
/// </summary>
public Guid ClinicalDataTrialSetId { get; set; }
//public Guid SubjectId { get; set; }
}