This commit is contained in:
Luc Vandenbroucke 2022-04-15 16:20:58 +02:00
parent 814e4b32a0
commit d57b990eee
2 changed files with 3 additions and 3 deletions

View file

@ -71,7 +71,7 @@ AS BEGIN
SET @ID_Station = @EPDVisitID % 100;
SET @ID_Visit = @EPDVisitID / 100;
DECLARE @isAlarm BIT = CASE WHEN ISNULL(@alarmStatus, 0) <> 0
DECLARE @isAlarm BIT = CASE WHEN ISNULL(@alarmStatus, 0) <> 0 OR ISNULL(@otherAlarms,0)<>0
OR ISNULL(@eDosDose07Alarm, 0) <> 0
OR ISNULL(@eDosRate07Alarm, 0) <> 0
OR ISNULL(@eDosDose10Alarm, 0) <> 0

View file

@ -51,5 +51,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.6.1.2")]
[assembly: AssemblyFileVersion("2.6.1.2")]
[assembly: AssemblyVersion("2.6.1.3")]
[assembly: AssemblyFileVersion("2.6.1.3")]