open-insight/LSL2/STPROCINS/REACT_PROB_CAT_EQUATES.txt
Stieber Daniel (CSC FI SPS MESLEO) 6050b346a5 Merged PR 13809: ABORT/ALARM Nica Integration
## Background

Currently when a mode change sub mode is an ABORT/ALARM sub mode, operators must refer to an Excel spreadsheet matrix of which paper checklists to complete. This feature is part of an effort to further digitize work instructions and streamline the process of determining which checklists should be completed depending on the reason why a reactor alarmed / aborted.

## Description of Change

NICA_ORDERS_SERVICES (and the NICA Integration Service) now support an order type "ABORT_ALARM", which may be triggered when a reactor mode change occurs and the sub mode contains "ABORT/ALARM". Whether or not a NICA order is created depends on if the NICA checklist defined in OpenInsight applies to that reactor type (EpiPro is excluded for now). The "flows" of checklists to prescribe are defined in the REACT_PROB_CAT records for the ABORT/ALARM sub modes. Furthermore, NICA checklists defined in OpenInsight can now feature a property of whether or not they should _not_ be re-prescribed if a new NICA order is created of the same type while one is already active.

## Testing
- Local testing
- UAT by Jonathon Sperling

## Notes
In the previous NICA integration feature, Intrusive Maintenance, the MonA group resource name was stored in environment variables instead of in ENVIRONMENT_SERVICES. After further testing, this turned out to be an unviable option as environment variables that are picked up are from the user's client or the terminal server they are running OpenInsight from. Setting environment variables on all clients and the terminal servers is not practical, so this was removed in a previous PR.

Related work items: #175188
2025-03-26 22:03:25 +01:00

19 lines
747 B
Plaintext

compile insert REACT_PROB_CAT_EQUATES
/*----------------------------------------
Author : Table Create Insert Routine
Written : 14/04/2014
Description : Insert for Table REACT_PROB_CAT
----------------------------------------*/
Equ REACT_PROB_CAT_SEQ$ To 0
Equ REACT_PROB_CAT_CAT_DESC$ To 1
Equ REACT_PROB_CAT_REACTOR_PROBLEM_CATEGORY$ To 1
Equ REACT_PROB_CAT_ENTRY_ID$ To 2
Equ REACT_PROB_CAT_ENTRY_DATE$ To 3
Equ REACT_PROB_CAT_REACT_PROB_ID$ To 4
Equ REACT_PROB_CAT_NOTES$ To 5
Equ REACT_PROB_CAT_ABORT_ALARM_FLOW_ID$ To 6
Equ REACT_PROB_CAT_ABORT_ALARM_RESPONSE_LEVEL$ To 7