Index: SDDs/StopState.png =================================================================== diff -u -r9b48fb662409e1c2b3c6db67f51f1356a765d772 -r8db70d62386ada352e3ab0b22f596446a9f12907 Binary files differ Index: SDDs/StopState.puml =================================================================== diff -u -r9b48fb662409e1c2b3c6db67f51f1356a765d772 -r8db70d62386ada352e3ab0b22f596446a9f12907 --- SDDs/StopState.puml (.../StopState.puml) (revision 9b48fb662409e1c2b3c6db67f51f1356a765d772) +++ SDDs/StopState.puml (.../StopState.puml) (revision 8db70d62386ada352e3ab0b22f596446a9f12907) @@ -102,7 +102,7 @@ SW -> TD: MSG: [xB6: #2] Response \ \n\t(U32) mId =2 (END_TREATMENT) \ \n\t(U32) mConfirm =1 (CONFIRM) - TD -> TD: End the treatment + TD -> TD: End Treatment else #LightPink CANCEL US -> UI: ACT: Press cancel UI -> SW: ACT: Cancel Response @@ -117,6 +117,13 @@ SW -> UI: ACT: Hide Alarm Dialog UI -> US: ACT: Hide Alarm Dialog end + TD -> SW: MSG: [xB5: #3] \nTD Confirmation : \ + \n\t(U32) mId =2 (END_TREATMENT) \ + \n\t(U32) mCommand =3 (GENERIC_CONFIRM_CMD_ACCEPT_CLOSE) \ + \n\t(U32) mReason + SW -> UI: Close Confirm Dialog + UI -> US: Dialog Closed + else #LightGreen User Presses Return Blood US -> UI: TCH: Return Blood Button UI -> SW: ACT: doUserActionRinseback ( \ @@ -152,6 +159,13 @@ SW -> UI: ACT: Hide Alarm Dialog UI -> US: ACT: Hide Alarm Dialog end + TD -> SW: MSG: [xB5: #3] \nTD Confirmation : \ + \n\t(U32) mId =2 (END_TREATMENT) \ + \n\t(U32) mCommand =3 (GENERIC_CONFIRM_CMD_ACCEPT_CLOSE) \ + \n\t(U32) mReason + SW -> UI: Close Confirm Dialog + UI -> US: Dialog Closed + else #LightCyan User Presses Temporary Break US -> UI: TCH: Temporary Break Button UI -> SW: ACT: doUserActionTemporaryBreak ( \ @@ -187,9 +201,12 @@ SW -> UI: ACT: Hide Alarm Dialog UI -> US: ACT: Hide Alarm Dialog end - + TD -> SW: MSG: [xB5: #3] \nTD Confirmation : \ + \n\t(U32) mId =2 (END_TREATMENT) \ + \n\t(U32) mCommand =3 (GENERIC_CONFIRM_CMD_ACCEPT_CLOSE) \ + \n\t(U32) mReason + SW -> UI: Close Confirm Dialog + UI -> US: Dialog Closed end - - @enduml \ No newline at end of file