MobileApp:User Guide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 41: | Line 41: | ||
FWL_EIR [label="Filled worklist\n Empty Image Repository"]; | FWL_EIR [label="Filled worklist\n Empty Image Repository"]; | ||
FWL_FIR [label="Filled worklist\n Filled Image Repository"]; | FWL_FIR [label="Filled worklist\n Filled Image Repository"]; | ||
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]; | ||
// Edges | // Edges | ||
| Line 48: | Line 49: | ||
FWL_EIR -> End; | FWL_EIR -> End; | ||
FWL_FIR -> End; | FWL_FIR -> End; | ||
EWL_EIR -> FWL_EIR [label="Read worklist"]; | |||
EWL_FIR -> FWL_FIR [label="Read worklist"]; | |||
//{ rank=same; Begin Registered Processing WithResults Validated} | //{ rank=same; Begin Registered Processing WithResults Validated} | ||