Hello all, just wondering if I can can get some help here.
My company just purchased an EMR (Electronic Medical Records) system and we
need to perform a mass scanning offsite. The vendor is asking us to scan
patient files this way. The top folder is the patient account number the sub
folders contains the tabs where we want the files to be stored on the EMR
database and then inside of these sub-folders we will be scanning all the
files. What I need to do is to create a script that can monitor a Hard Drive
for all top folders (Account #'s) and all sub-folders and files and store the
folder names and file names into a databse for each top folder (account #).
Each database entry will need to have the account#, Tabname, filename. Once
Everything is scanned and the databse knows the location of all the files we
will then give an .csv file to the vendor with all the databse entries plus
the hard drive for a complete import to their system. I've looked everywhere
to see how can I accomplish this. So basically I will be creating folders
manually on the Hard Drive conataining the patients account#, the sub-folders
containing the tab names and then inside of the sub folders that's where the
scanned files will be. As for my database for the mass scanning it will be
an Access or SQL db containing only a table with pt_account,pt_tab,pt_image.
Any help would be greatly appreciated.
Thanks,