修改
This commit is contained in:
@@ -322,6 +322,34 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class UnionStudyExportDTO
|
||||
{
|
||||
|
||||
public string Modalities { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public DateTime? StudyTime { get; set; }
|
||||
|
||||
public string SubjectCode { get; set; } = String.Empty;
|
||||
|
||||
public string VisitName { get; set; } = string.Empty;
|
||||
|
||||
public decimal VisitNum { get; set; }
|
||||
|
||||
public string TrialSiteCode { get; set; } = string.Empty;
|
||||
|
||||
public string TrialSiteAliasName { get; set; } = string.Empty;
|
||||
|
||||
//public string Uploader { get; set; } = string.Empty;
|
||||
|
||||
//public DateTime UploadTime { get; set; }
|
||||
|
||||
public string StudyCode { get; set; }
|
||||
|
||||
[DictionaryTranslateAttribute("YesOrNo")]
|
||||
public bool IsDicom { get; set; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user