@startuml CreateRx_popup participant TD as TD participant SW as SW participant UI as UI control Wait_Retry as Wait_Retry actor USER as US collections Pre_Tx as Pre_Tx 'Possible actions and interaction tuypes ' TD -> SW: MSG: Message ' SW -> TD: MSG: Message ' SW -> UI: CMD: command ' UI -> SW: ACT: Action ' US -> UI: User actions are: ' ENT: User enters a value or string ' TCH: User touches a button (RadioButton, CheckBox, ...) ' SET: User sets/slides a slider ' SCL: User scrolls a flipable area ' 'Messages conventions: '[x \n ,] '[x \n ,# certain amount of parameters according to the content] '[x \n ,X The rest of the parameters do not matter.] == Create Rx - Popup == US -> UI: TCH: User touches a Prescrption button UI ->o Wait_Retry: ⟲: Create Rx Popup !include common_puml/CreateRxCommon.puml !include common_puml/CreateRxControls.puml @enduml