Compare commits
No commits in common. "84bfcb4d3e0aac7931cfd2158badf547609b31df" and "c6920a1995d0a6afc8c976a726222b0624871a43" have entirely different histories.
84bfcb4d3e
...
c6920a1995
|
|
@ -814,7 +814,6 @@ public class Tumor_CDISC_ExportService(IRepository<ReadingQuestionCriterionTrial
|
||||||
co.RemarksQuote = $"{co.ArmEnumStr}_VISIT_COMMENTS";
|
co.RemarksQuote = $"{co.ArmEnumStr}_VISIT_COMMENTS";
|
||||||
co.Remarks = task.VisitNote;
|
co.Remarks = task.VisitNote;
|
||||||
|
|
||||||
co.CODTC = task.SignTime?.ToString("yyyy-MM-dd");
|
|
||||||
coList.Add(co);
|
coList.Add(co);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue