如何确认或批准上传的pdf文件? [英] How do I confirm or approve uploaded pdf documents?

查看:184
本文介绍了如何确认或批准上传的pdf文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究一个名为医疗保健系统的项目,我有一点询问医生以pdf格式上传他的各种文件并发送给管理员批准,而不是管理员验证文件并发送批准信息或确认信息或发送对于特定医生无效的文档消息。我正在ASP.NET和SQL SERVER中执行此项目我尝试了很多方法但没有成功所以我需要一些帮助来完成我的项目。我有什么方法可以完成这个模块?



我尝试了什么:



i试用每个文档的复选框但不能继续进行

解决方案

由于我们无法看到您的数据库结构,并且您没有提供任何需求/工作流程等,可以提供最好的是


流程=上传



演员=医生

a)选择文件在上传文档面板上

b)点击上传时的上传按钮ocument面板



演员=系统

a)文件上传到?

b)记录在upload_docs表中创建

TimeStamp

唯一文件ID

医生ID和/或医生姓名

文件详情包含文件名,标签/元数据

状态=待批准



流程=批准



Actor = Admin

a)显示审批小组的文件

显示来自uploaded_docs表的TimeStamp,Doctor ID等,其中Status = Pending Approval for each documents,包括行中的复选框

b)管理员将行中的复选框放入行中并单击已批准的按钮

- 发送给医生的确认消息

- 文档状态设置为已批准/已确认对于文档ID

c)管理员将行复选框放入行中并点击未批准/有效按钮

- 发送给医生的无效文档消息

- 文档状态设置为'Inva盖子'为文件ID



(每行可以有2个复选框,一个用于批准,一个用于'未批准',它会稍微改变b&c)



演员=系统

a)一段时间后,状态=无效的所有文件都被清除



可交付成果



a)上传文件面板

b)审批小组文件

c)uploaded_docs table

TimeStamp

唯一文件ID(表格可能为PK)

医生ID和/或医生姓名

文件详细信息inc filename,tags / meta-data

状态

d)对于upload_docs表上的CRUD的sql to

e)适当的权限/角色/安全性

i am working on project called healthcare system,i have a little query where doctor uploads his various document in pdf format and send it to admin for approval than admin verify the document and send approval message or confirmation message or send message of document which is not valid to particular doctor.i am doing this project in ASP.NET and SQL SERVER i tried many ways but not succeed so i need little help to complete my project.Is there any ways i can complete this module?

What I have tried:

i tried using checkbox for each document but not proceed further

解决方案

Since we cant see your DB structure, and you've supplied nothing wrt requirements/workflow etc the best that can be offered is

Process = Upload

Actor = Doctor
a) selects document on upload document panel
b) clicks 'upload' button on upload document panel

Actor = System
a) document uploaded to ?
b) record gets created in uploaded_docs table containing
TimeStamp
Unique Document ID
Doctor ID and/or Doctor Name
Document Details inc filename, tags/meta-data
Status = Pending Approval

Process = Approval

Actor = Admin
a) displays Documents for Approval Panel
Shows TimeStamp, Doctor ID etc from uploaded_docs table where Status = Pending Approval for each document, includes checkbox in row
b) admin puts checkbox in row(s) and clicks 'approved button'
- conformation message sent to doctor
- Document Status set to Approved/Confirmed for Document ID
c) admin puts checkbox in row(s) and clicks 'not approved/valid' button
- invalid document message sent to doctor
- Document Status set to 'Invalid' for Document ID

(Each Row could have 2 checkboxes, one for approve, one for 'not approved', it changes b & c above slightly)

Actor = System
a) after some time, all documents with Status = Invalid are purged

Deliverables

a) upload document panel
b) documents for approval panel
c) uploaded_docs table
TimeStamp
Unique Document ID (possibly PK for table)
Doctor ID and/or Doctor Name
Document Details inc filename, tags/meta-data
Status
d) sql to for CRUD on uploaded_docs table
e) appropriate rights/roles/security


这篇关于如何确认或批准上传的pdf文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆