MobileApp:User Guide: Difference between revisions
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]; | ||
EWL_EIR [label="Empty | EWL_EIR [label="Empty Worklist\n Empty Image Repository"]; | ||
EWL_FIR [label="Empty | EWL_FIR [label="Empty Worklist\n Filled Image Repository"]; | ||
FWL_EIR [label="Filled | FWL_EIR [label="Filled Worklist\n Empty Image Repository"]; | ||
FWL_FIR [label="Filled | FWL_FIR [label="Filled Worklist\n Filled Image Repository"]; | ||
Scanning [label="Scanning"]; | Scanning [label="Scanning"]; | ||
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]; | ||
| Line 49: | Line 49: | ||
FWL_EIR -> End; | FWL_EIR -> End; | ||
FWL_FIR -> End; | FWL_FIR -> End; | ||
EWL_EIR -> FWL_EIR [label="Read | EWL_EIR -> FWL_EIR [label="Read Worklist"]; | ||
EWL_FIR -> FWL_FIR [label="Read | EWL_FIR -> FWL_FIR [label="Read Worklist"]; | ||
FWL_EIR -> FWL_EIR [label="Read | FWL_EIR -> FWL_EIR [label="Read Worklist"]; | ||
FWL_FIR -> FWL_FIR [label="Read | FWL_FIR -> FWL_FIR [label="Read Worklist"]; | ||
FWL_EIR -> Scanning [label="Scan"]; | FWL_EIR -> Scanning [label="Scan"]; | ||
FWL_FIR -> Scanning [label="Scan"]; | FWL_FIR -> Scanning [label="Scan"]; | ||
Scanning -> EWL_FIR [label="Take Picture"] | |||
Scanning -> FWL_FIR [label="Take Picture"] | |||