Roger
Authoring
 Client
QC
Software
QC
Control
Upload
Dialog
Database
Client
updateDocument(String username, String password, String tableName, Document data)
Retrieve
Dialog
Push retrieve button
Creates
Fills out and pushes ok button
Status
GetInfo()
Creates
Document retrieveDocument(String username, String password,
String tableName, int docID, boolean forReading)
Execs
Checks
Approval
Push view
button
View()
 
Roger receives notification that a Digital Document is ready to be reviewed.
Roger pushes the retrieve button on the Authoring Client which opens up the Retrieve Dialog.
Roger fills out the Dialog box and the QC control calls retrieveDocument() on the database client.
Roger pushes the view button which allows Roger to view the Digital Document
Dan then pushes the Upload button on the Authoring Client and fills out the Upload Dialog box. The ACS control object calls updateDocument() on the database client.
Push Upload Button
Upload()
Fills out and pushes
 ok button
Status
GetInfo()
Creates