Index: SDDs/CreateRx.puml =================================================================== diff -u -r09b4d71593dc6c7a9465541f60cc2178164ff8a6 -ra7aab61ca63538c37b6931c60252680fc2ec2416 --- SDDs/CreateRx.puml (.../CreateRx.puml) (revision 09b4d71593dc6c7a9465541f60cc2178164ff8a6) +++ SDDs/CreateRx.puml (.../CreateRx.puml) (revision a7aab61ca63538c37b6931c60252680fc2ec2416) @@ -24,7 +24,7 @@ '[x \n ,X The rest of the parameters do not matter.] == Normal Bootup == - TD -> SW: MSG: [x12: 3,1] \n OpMode - Standby Dat + TD -> SW: MSG: [x12: #3,1] \n OpMode - Standby Dat SW -> UI: CMD: MainHome Screen UI ->o Wait_Retry: ⟲: MainHome Screen @@ -40,31 +40,31 @@ == Create Rx - Detailed == US -> UI: TCH: Create Treatment Button UI -> SW: ACT: Create Treatment - SW -> TD: MSG: [x45: 1] Req \n Initiate Treatment + SW -> TD: MSG: [x45: #1] Req \n Initiate Treatment alt Accepted: Initiate Treatment - TD -> SW: MSG: [x46: 1,X] Rsp \n Initiate Treatment - TD -> SW: MSG: [x12: 4,1] Dat \n OpMode - Parameters + TD -> SW: MSG: [x46: #1,X] Rsp \n Initiate Treatment + TD -> SW: MSG: [x12: #4,1] Dat \n OpMode - Parameters SW -> UI: CMD: Create Rx Screen UI ->o Wait_Retry: ⟲: Create Rx Screen !include common_puml/CreateRxCommon.puml else #Pink Rejected x46: Initiate Treatment - TD -> SW: MSG: [x46: 0,RR] + TD -> SW: MSG: [x46: #0,RR] SW -> UI: CMD: Rejection Reason (RR) Notification UI ->o Wait_Retry: ⟲: MainHome Screen end alt Back US -> UI: TCH: Back Button UI -> SW: ACT: Back alt Is Validated? - SW -> TD: MSG: [x44: 0] Req \n Prescription Parameters Confirmations: Back + SW -> TD: MSG: [x44: #0] Req \n Prescription Parameters Confirmations: Back SW -> UI: ACT: Set to not validated UI -> UI: ACT: Enable Fields UI ->o Wait_Retry: ⟲: Create Rx Screen else UI -> UI: ACT: Clear Create Rx Screen - SW -> TD: MSG: [x45: 0] Req \n Initiate Treatment Cancel - TD -> SW: MSG: [x12: 3,1] Dat \n OpMode - Standby + SW -> TD: MSG: [x45: #0] Req \n Initiate Treatment Cancel + TD -> SW: MSG: [x12: #3,1] Dat \n OpMode - Standby SW -> UI: CMD: MainHome Screen UI ->o Wait_Retry: ⟲: MainHome Screen end