修改导表
This commit is contained in:
@@ -244,10 +244,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
//public DateTime? SignDate { get; set; }
|
||||
//public bool IsUrgent { get; set; }
|
||||
|
||||
[ExcelFormat("MMMM dd, yyyy")]
|
||||
//[ExcelColumn(Name = "FirstGiveMedicineTime", Format = "yyyy-MM-dd")]
|
||||
public DateTime? FirstGiveMedicineTime { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "FirstGiveMedicineTime", Format = "yyyy-MM-dd")]
|
||||
|
||||
public string FirstGiveMedicineTimeStr => FirstGiveMedicineTime?.ToString("yyyy-MM-dd");
|
||||
|
||||
@@ -424,6 +423,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
[ExcelFormat("yyyy-MM-dd")]
|
||||
public DateTime? FirstGiveMedicineTime { get; set; }
|
||||
|
||||
public string FirstGiveMedicineTimeStr => FirstGiveMedicineTime?.ToString("yyyy-MM-dd");
|
||||
|
||||
public string ModuleName { get; set; }
|
||||
|
||||
|
||||
@@ -447,6 +448,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
[ExcelFormat("yyyy-MM-dd")]
|
||||
public DateTime? StudyTime { get; set; }
|
||||
|
||||
public string StudyTimeStr => StudyTime?.ToString("yyyy-MM-dd");
|
||||
|
||||
public string SubjectCode { get; set; } = String.Empty;
|
||||
|
||||
public string VisitName { get; set; } = string.Empty;
|
||||
@@ -840,7 +843,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string BodyPartDescription { get; set; }
|
||||
|
||||
//测量值
|
||||
public string MeasurementResult { get; set; }
|
||||
//public string MeasurementResult { get; set; }
|
||||
|
||||
|
||||
//长径
|
||||
@@ -1148,6 +1151,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
[ExcelFormat("yyyy-MM-dd")]
|
||||
public DateTime? StudyTime { get; set; }
|
||||
|
||||
public string StudyTimeStr => StudyTime?.ToString("yyyy-MM-dd");
|
||||
|
||||
public DateTime? CheckTime { get; set; }
|
||||
public CheckChanllengeTypeEnum CheckChallengeState { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user