check
This commit is contained in:
parent
814e4b32a0
commit
d57b990eee
2 changed files with 3 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ AS BEGIN
|
||||||
SET @ID_Station = @EPDVisitID % 100;
|
SET @ID_Station = @EPDVisitID % 100;
|
||||||
SET @ID_Visit = @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(@eDosDose07Alarm, 0) <> 0
|
||||||
OR ISNULL(@eDosRate07Alarm, 0) <> 0
|
OR ISNULL(@eDosRate07Alarm, 0) <> 0
|
||||||
OR ISNULL(@eDosDose10Alarm, 0) <> 0
|
OR ISNULL(@eDosDose10Alarm, 0) <> 0
|
||||||
|
|
|
||||||
|
|
@ -51,5 +51,5 @@ using System.Windows;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("2.6.1.2")]
|
[assembly: AssemblyVersion("2.6.1.3")]
|
||||||
[assembly: AssemblyFileVersion("2.6.1.2")]
|
[assembly: AssemblyFileVersion("2.6.1.3")]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue