MobileApp:User Guide: Difference between revisions

From IMAGING
Jump to navigation Jump to search
Line 12: Line 12:
     Waiting [label="Waiting"];
     Waiting [label="Waiting"];
     TransferingWorklist [label="Transfering Worklist"];
     TransferingWorklist [label="Transfering Worklist"];
     ReceivingImages [label="Receiving Images\n of one test"];
     ReceivingImages [label="Receiving Images"];
    ExecutingModel [label="Executing model"];
     End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2];
     End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2];
     // Edges
     // Edges
Line 20: Line 21:
     Waiting -> ReceivingImages  [label="Mobile request"];
     Waiting -> ReceivingImages  [label="Mobile request"];
     ReceivingImages -> Waiting; //  [constraint=false];
     ReceivingImages -> Waiting; //  [constraint=false];
    ReceivingImages -> ExecutingModel  [label="Last image of a test"];
    ExecutingModel -> ReceivingImages; //  [constraint=false];
     Waiting -> End [label="Disable Bluetooth"]; // [constraint=false];
     Waiting -> End [label="Disable Bluetooth"]; // [constraint=false];



Revision as of 16:04, 15 May 2023


ARIS Bluetooth states[edit]

Mobile app states[edit]