Index: shared/scripts/names.py =================================================================== diff -u -rec74ed46e9862a986f3a0c7e9c6520eefc056650 -r9fc49dcb5999a8def502d0a0984b35b9e67a8092 --- shared/scripts/names.py (.../names.py) (revision ec74ed46e9862a986f3a0c7e9c6520eefc056650) +++ shared/scripts/names.py (.../names.py) (revision 9fc49dcb5999a8def502d0a0984b35b9e67a8092) @@ -96,7 +96,6 @@ o_alarm_dialog = {"container": o_Overlay, "id": "_backgroundRect", "type": "Rectangle", "unnamed": 1, "visible": True} o_okay_alarm = {"container": o_Overlay, "id": "_okay", "type": "TouchRect", "unnamed": 1, "visible": True} o_alarm_bar = {"container": o_qquickview_alarm, "objectName": "NotificationBar", "type": "NotificationBar"} -o_treatmentStart_SalineTouchArea_TreatmentFluid = {"container": o_treatmentStart_TreatmentStart, "id": "_SalineTouchArea", "type": "TreatmentFluid", "unnamed": 1, "visible": True} o_treatmentStart_heparinTouchArea_TreatmentFluid = {"container": o_treatmentStart_TreatmentStart, "id": "_heparinTouchArea", "type": "TreatmentFluid", "unnamed": 1, "visible": True} o_dismiss_alarm = {"container": o_Overlay, "id": "_dismiss", "type": "TouchRect", "unnamed": 1, "visible": True} o_treatmentStart_TimeText_TimeText = {"container": o_treatmentStart_TreatmentStart, "objectName": "_TimeText", "type": "TimeText", "visible": True} @@ -246,6 +245,13 @@ o_settingsHome_OutletFlowData_MotorCtlCurrent = {"container": o_settingsHome, "objectName": "_OutletFlowData5", "type": "Text"} o_settingsHome_OutletFlowData_PWMDtCycle = {"container": o_settingsHome, "objectName": "_OutletFlowData6", "type": "Text"} +# Saline Bolus +o_treatmentStart_SalineSection = {"container": o_treatmentStart_TreatmentStart, "id": "_SalineTouchArea" , "type": "TreatmentFluid" } +o_treatmentStart_SalineCumulative = {"container": o_treatmentStart_TreatmentStart, "id": "_cumulativeValue" , "type": "Text" } +o_treatmentStart_SalineDelivered = {"container": o_treatmentStart_TreatmentStart, "id": "_fluidValue" , "type": "Text" } +o_treatmentStart_SalineTarget = {"container": o_treatmentStart_TreatmentStart, "id": "_fluidTarget" , "type": "Text" } +o_treatmentStart_SalineStart = {"container": o_treatmentStart_TreatmentStart, "id": "_startFluidButton", "type": "TouchRect" } + # Setting CANBusFaultCountText o_settingsHome_canbusFaultCount = {"container": o_settingsHome, "id": "_canbusFaultCountText", "type": "Text" }