Difference between revisions of "Max Results for Medcin Findings Search in Note"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
== Description ==
 
== 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.
+
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.
  
 
<b>Search screen</b><br>
 
<b>Search screen</b><br>

Revision as of 13:11, 8 May 2008

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.

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.