MobileApp:User Guide: Difference between revisions

From IMAGING
Jump to navigation Jump to search
Line 37: Line 37:
     // Nodes
     // Nodes
     Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];
     Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];
     MainMenu [label="Main Menu"];
     EWL_EIR [label="Empty worklist\n Empty Image Repository"];
     ReceivingWorklist [label="Receiving Worklist"];
     EWL_FIR [label="Empty worklist\n Filled Image Repository"];
     WaitingImages [label="Waiting Images"];
     FWL_EIR [label="Filled worklist\n Empty Image Repository"];
     TransferingImages [label="Transfering Images"];
     FWL_FIR [label="Filled worklist\n Filled Image Repository"];
    ScanningSlide [label="Scanning Slide"]
     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
     Begin -> MainMenu; // [constraint=false];
     Begin -> EWL_EIR; // [constraint=false];
     MainMenu -> ReceivingWorklist; // [label="Mobile request"];
     EWL_EIR -> End;
     ReceivingWorklist -> WaitingImages; // [label="Mobile request"];
     EWL_FIR -> End;
     MainMenu -> TransferingImages; // [label="Mobile request"];
     FWL_EIR -> End;
    TransferingImages -> MainMenu; //  [constraint=false];
     FWL_FIR -> End;
     WaitingImages -> ScanningSlide; //  [constraint=false];
    ScanningSlide -> WaitingImages [label="Pending images"]; //  [constraint=false];
    ScanningSlide -> MainMenu [label="Empty worklist"]; //  [constraint=false];
    MainMenu -> End; // [constraint=false];


     //{ rank=same; Begin Registered Processing WithResults Validated}
     //{ rank=same; Begin Registered Processing WithResults Validated}

Revision as of 13:48, 17 March 2023


ARIS Bluetooth states[edit]

Mobile states[edit]