Notifications
Clear all
Topic starter
After our recent update to CPS 12 we have been having some issues with our forms not showing up correctly.
We have finally gotten to the point where all of our Thick Client based GE installs are pulling the correct CCC files.
One thing we did was actually remove the locally installed C:\Program Files (x86)\Centricity Practice Solution\Client\CCC folder and all of the files inside it.
Does anyone know if Centricity will automatically use a Local version of the CCC files if they are there? Even if you have a Network path provided.
Below is a copy of the USRLIB.txt file that is working and getting CCC files from the UNC path provided.
Thank you for any information you can give me on this. We are currently working but I just want to understand how it works better.
Chad
// CLINICFOLDERNAME Clinic userlib.txt // Network path fn ccc_net_path() {"\\\\Servernamehere\\Clinical"} // Path for system files: fn ccc_sys_path() {ccc_net_path() + "\\CCC"} load(".\\usrlibccc-basic.txt") // Path for supplemental folder: fn supplement_path() {ccc_net_path() + "\\CLINICFOLDERNAME"} /* 9-11-06 */ load(supplement_path() + "\\CCC-fndef-Load-supplemental.ccc")
Posted : August 18, 2014 4:06 am
This is weird, i use local file.
Same format as i used with Oracle EMR.
Have my ccc files on my server and they are pushed using the Jobs.txt
after that it loads from the Local, and refers to the code on the Server
Posted : August 19, 2014 4:46 am