|
@ -120,6 +120,7 @@ namespace CoviDok.BLL.User.Managers |
|
|
if (c.CaseStatus == CaseStatus.Certified) throw new ArgumentException("Can't modify closed Case!"); |
|
|
if (c.CaseStatus == CaseStatus.Certified) throw new ArgumentException("Can't modify closed Case!"); |
|
|
|
|
|
|
|
|
if (s.ID == c.ParentID) c.Assignee = c.DoctorID; // Ha szülő updatel, az assignee az orvos lesz
|
|
|
if (s.ID == c.ParentID) c.Assignee = c.DoctorID; // Ha szülő updatel, az assignee az orvos lesz
|
|
|
|
|
|
// TODO Ha a doki VAGY asszisztense frissít
|
|
|
if (s.ID == c.DoctorID) c.Assignee = c.ParentID; // Ha doki frissít, a szülőhöz kerül
|
|
|
if (s.ID == c.DoctorID) c.Assignee = c.ParentID; // Ha doki frissít, a szülőhöz kerül
|
|
|
|
|
|
|
|
|
c.LastModificationDate = DateTime.Now; |
|
|
c.LastModificationDate = DateTime.Now; |
|
|