Declare locals at top of scope (so before memcpy). Also, when assigning to a BOOL, be explicit (i.e. TRUE or FALSE). You can use a ternary operation for this (e.g. BOOL b = <bool expr> ? TRUE : FALSE
For LDT-3588 Misc SW Enhancements - SW - 02 - General Aesthetics - 02-S24 - Q&R I have added code to respective branch and its test script as below
1. Test vitals dialog numpad value is colored red when value is out of range
Added code to patient Vitals script
2. Update to treatment time confirmation dialog
update the test case for treatment adjustments just the treatment time confirm test case Added code to main treatment script isolate uf branch
3. Saline delivery test change to fluid delivery – check main treatment test case if any changes need to be done Added code to solution infusion script isolate uf branch
4. on UF Paused the new tag on the main treatment screen showing the status. --add test in main treatmetn test case to cover when paused and complete Added code to ultrafiltration script isolate uf branch
5. On End of Treatment. UF edit button is now disabled. – Update end of treatment test case and update to only test the button is Disabled" No change done because UF edit button is now disabled test case already handled in end of treatment test script
1) Always call this like in the def main() function, to make it obvious. 2) Please do not use the "-l" option, which is only for debugging and should not be used as a reliable option; it can be removed at any point in time.
You are running release
CR4.8.14
FE4.8.14
(20240111091859 2024-01-11 09:20),
please report your release number when reporting bugs.