Max Results for Medcin Findings Search in Note

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Revision as of 15:41, 30 April 2018 by Crystal.Vervaecke (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

The search functionality for Medcin Findings in Note limits the user to the maximum number of results. It will tell you how many your search returned, but not what the cut-off is. It’s 200 items. Once you go over 200, TouchWorks will tell you and instruct you to refine your search. Verified in V11.4.1.

Search screen
Max Results for Medcin Findings Search in Note - screen.jpg

Example notification message
Max Results for Medcin Findings Search in Note - error.jpg


Code

The code is found in HTMLNoteFindings.js under C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\Works\DocWorks\CHWorks\Structured\. Look in the function btnSearchFindings_PROCESS where the if(nItemCount>200) line is. The value of 200 could be increased, though will cause slower response time when selecting the Medcin findings when the search results are greater than 200.

Links

Back to Application Troubleshooting