Hello!
Was there any replacement forms for the Adult ACV CCC & Pediatric ACV-CCC? They were removed in CCC V9.1 and when testing I noticed that there is MEL vomit. The problem is that these forms are in a few of our live encounters as well as pulled in through HPI-CCC. I didn't see anything in the release notes regarding replacement forms, it just said that they have been removed.
Does anyone know of a CCC form that will suffice as a replacement? I thought I would ask before we look into creating a new version of the form in VFE.
Thanks for the help.
Mike
We had a similar problem with MEL garbage after installing CCC Basic 1.3 on top of CCC version 9.1.
The problem was in the file "userlibccc.txt". Below I have copied the first several lines of that file.
//File Version: v1.7 Last Modified: 19-Nov-2015
// 01-Jun-15 Added load command for Patient Education user edit.
// 8/14/08: No longer loading obsolete asthma files
// 10/17/2006: Created for CLINICFOLDERNAME
// This global should be "yes" to see the popup at the end of the loading process; otherwise, "no"
global _ccc_usrlibccc_view_popup_switch = "no"
//Note: This below global variable should not be modified. This will make the package unstable
> line 11 - global ccc_package_type = "Full"
//global variable for package version
global packageVersionCCC = ""
global packageVersionCCCBasic = ""
global ccc_package_ver = ""
More lines follow this point in the file, I just copied a few lines to show you where "Full" goes.
The file from CCC Basic 1.3 has "CCCBasic" instead of "FULL" at the end of the line I marked with the "> line 11". To make the MEL garbage go away replace "CCCBasic" with "Full"
If you are using thick clients, you will have to push this modified file out to all workstations via the job.txt file using the following line:
xxx,emr,\,copy,usrlibccc.txt
replacing the xxx with your next line number. If you are using thin clients push it to each of your servers for that. I have not worked in thin clients so I am unsure of how that works.
Feel free to contact me at;
if you have other questions about this.
I believe but cannot guarantee this will work. You can test it on 1 workstation by going into the client folder and modifying the userlibccc.txt file.
Warren B. Scott, MD
I appreciate your feedback, thank you. I made sure that "Full" was defined in the userlibccc.txt file. All our CCC forms are working fine except the Adult-ACV and Pediatric-ACV. These two forms were in the relase notes of CCC 9.0 that stated that they are no longer supported and should be removed. I was wondering if they replaced these forms with anything.
Mike