Compare commits
No commits in common. "fccd704659f07413d2a65ac62e5b7b155da8e5e7" and "07b496eb67407650d3f5515f17cfac73e61380ac" have entirely different histories.
fccd704659
...
07b496eb67
|
|
@ -3610,15 +3610,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entity.IsReadClinicalData == true)
|
|
||||||
{
|
|
||||||
if (_dbContext.VisitTask.Where(t => t.Id == entity.Id).Any(t => t.IsReadClinicalData ==false))
|
|
||||||
{
|
|
||||||
isDistinctionInterface = false;
|
|
||||||
extraIdentification = "/ReadClinicalData";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue