Merge branch 'Test.Study' of http://192.168.3.69:3000/XCKJ/irc-netcore-api into Test.Study

Uat_Study
he 2023-09-14 14:02:34 +08:00
commit 376c02f44c
4 changed files with 7 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,8 @@ namespace IRaCIS.Core.Domain.Models
public int PlanVisitCount { get; set; } public int PlanVisitCount { get; set; }
public string VisitBaseDataDes { get; set; } = StaticData.International("Trial_VisitBaseDataDes");
public DateTime? TrialFinishedTime { get; set; } public DateTime? TrialFinishedTime { get; set; }