Merge branch 'Test.Study' of http://192.168.3.69:3000/XCKJ/irc-netcore-api into Test.Study
commit
376c02f44c
|
@ -21,7 +21,7 @@
|
|||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Test_Study"
|
||||
},
|
||||
"applicationUrl": "http://localhost:6100"
|
||||
"applicationUrl": "http://localhost:6000"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -67,6 +67,8 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
|
||||
public string Modalitys { get; set; } = string.Empty;
|
||||
|
||||
public string VisitBaseDataDes { get; set; }
|
||||
|
||||
public List<string> ModalityList { get; set; } = new List<string>();
|
||||
|
||||
|
||||
|
|
|
@ -77,6 +77,8 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
public bool IsPDProgressView { get; set; }
|
||||
|
||||
public string VisitBaseDataDes { get; set; }
|
||||
|
||||
public bool IsSubjectSecondCodeView { get; set; } = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -299,6 +299,7 @@ namespace IRaCIS.Core.Domain.Models
|
|||
|
||||
public int PlanVisitCount { get; set; }
|
||||
|
||||
public string VisitBaseDataDes { get; set; } = StaticData.International("Trial_VisitBaseDataDes");
|
||||
|
||||
|
||||
public DateTime? TrialFinishedTime { get; set; }
|
||||
|
|
Loading…
Reference in New Issue