增加访视基准日期说明

Uat_Study
hang 2023-09-14 10:37:11 +08:00
parent c8660c0426
commit 9380b40c28
4 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Test_Study" "ASPNETCORE_ENVIRONMENT": "Test_Study"
}, },
"applicationUrl": "http://localhost:6100" "applicationUrl": "http://localhost:6000"
} }
} }
} }

View File

@ -67,6 +67,8 @@ namespace IRaCIS.Core.Application.Contracts
public string Modalitys { get; set; } = string.Empty; public string Modalitys { get; set; } = string.Empty;
public string VisitBaseDataDes { get; set; }
public List<string> ModalityList { get; set; } = new List<string>(); public List<string> ModalityList { get; set; } = new List<string>();

View File

@ -77,6 +77,8 @@ namespace IRaCIS.Application.Contracts
public bool IsPDProgressView { get; set; } public bool IsPDProgressView { get; set; }
public string VisitBaseDataDes { get; set; }
public bool IsSubjectSecondCodeView { get; set; } = false; public bool IsSubjectSecondCodeView { get; set; } = false;
} }

View File

@ -299,7 +299,7 @@ namespace IRaCIS.Core.Domain.Models
public int PlanVisitCount { get; set; } public int PlanVisitCount { get; set; }
public string VisitBaseDataDes { get; set; } = string.Empty;
public DateTime? TrialFinishedTime { get; set; } public DateTime? TrialFinishedTime { get; set; }