I started thinking that I would like to build and keep my own database of order/result codes. I could break down interface messages to grab the necessary data. Assuming that I have the tcl and sql knowledge to do this, what does the CloverTech community recommend? I’m curious to see if anyone has something like this in place. The advantages of this are many.
– I can set a task to erase codes that are over X years old, meaning that the list shouldn’t grow with invalid codes.
– I can store all these codes in a single normalized table, instead of custom building sql queries for each vendor.
– I can expand my sql capabilities, as many of our vendors probably wouldn’t grant me sql access.
– I can very easily automate the generation of new compendiums. There’d really be no need to verify the data, as it would be built by an interface, not a person.
Our system processes around a few thousand results per day. I don’t think this would represent a big burden on the engine at all.
I have recently upgraded to 6.1 and am using the SMAT Database option. Is there a way for me to look at that database instead of attaching a tcl script to a thread? That was mostly a rhetorical question, but I’m looking for some insight before I go at this blindly.