MobileApp:User Guide: Difference between revisions

From IMAGING
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:


==Mobile states==
==Mobile states==
<!--div style="float:right; margin: 0px 0px 0px 0px"-->
<graphviz border='frame' format='svg' caption='ARIS Bluetooth states'>
digraph StatesDiagram {
  node [shape=rectangle style=rounded fontsize="9pt"];
  edge [fontsize="7pt"];
  //----- Main graph
    // Nodes
    Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];
    Waiting [label="Waiting"];
    TransferingWorklist [label="Transfering Worklist"];
    ReceivingImages [label="ReceivingImages"];
    End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2];
    // Edges
    Begin -> Waiting; // [constraint=false];
    Waiting -> TransferingWorklist  [label="Mobile request"];
    TransferingWorklist -> Waiting; //  [constraint=false];
    Waiting -> ReceivingImages  [label="Mobile request"];
    ReceivingImages -> Waiting; //  [constraint=false];
    Waiting -> End; // [constraint=false];
    //{ rank=same; Begin Registered Processing WithResults Validated}
    //{ rank=same; Cancelled End}
}
</graphviz>
<!--/div-->

Revision as of 10:15, 17 March 2023


ARIS Bluetooth states[edit]

Mobile states[edit]