We are trying to write a proc that will basically look at one of the HL7 fields, it is field that contains an unique ID for each radiology result.
open up a file that resides on the server, scan through it based on a search on the unique ID, and then close it.
If the ID exists within the file, the data is already there, so do not write to the file, and then close it.
If the ID doesn't exist, write to the file and close it.
Also have this file deleted every 24 hours , and then recreate the same file only empty
open up a file that resides on the server, scan through it based on a search on the unique ID, and then close it.
If the ID exists within the file, the data is already there, so do not write to the file, and then close it.
If the ID doesn't exist, write to the file and close it.
Also have this file deleted every 24 hours , and then recreate the same file only empty