增加访视基准日期说明
parent
c8660c0426
commit
9380b40c28
|
@ -21,7 +21,7 @@
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Test_Study"
|
"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 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>();
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue