We would like to customize the clinical list, particularly the list for the Review of System and Review of System Checks. Isthis possible and if so, how can it be done. We could not find any reference to them in the wiki pages but may be we did not know where to look.
Those two forms are fairly simple to expand on or remove unused items from. They are found in the /interface/forms/ directory under the names
reviewofs = Review of Systems Checks
ros = Review of Systems
Below is a list of files that will need changed in each folder…
reviewofs:
* new.php = add/remove selection items
* table.sql = add/remove selection items to save in table. You will also need to create these items in phpmyadmin
* view.php = add/remove selection items (similar to new.php)
ros:
* FormROS.class.php = add/remove selection items
* report.php = add/remove selection items
* table.sql = add/remove selection items to save in table. You will also need to create these items in phpmyadmin
* general_new.php = add/remove selection items and where/how they display (HTML)
What do you mean by a vertical table? What would be gained by a vertical table? Is it for getting less columns to show on one page or do you have something other in mind with this change……
Don’t know what a vertical table is all about. However, from the clinician’s angle, I agree with Dr Eschelbacher. It should not be necessary to change the code just to change the list in Review of Systems. This is because of variationsin the list used in practice based on experience and training of each physician so many clinicians would want to personalise the list. Hence if it is possible to make the change in a future version, this would be a welcomed development.