Difference between revisions of "Increase the number of rows in Manage Personal (Task Views)"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
m
 
Line 19: Line 19:
  
 
== Patient Lookup Dialog ==
 
== Patient Lookup Dialog ==
This same procedure can be applied to increasing the number of rows for the patient lookup modal screen.<BR><BR>
+
This same procedure can be applied to increasing the number of rows for the patient lookup [http://en.wikipedia.org/wiki/Modal_window modal] screen.<BR><BR>
 
'''Affected File''': C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\Works\CHPtLkp\CHWorks\PtLkpModal.js<br>
 
'''Affected File''': C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\Works\CHPtLkp\CHWorks\PtLkpModal.js<br>
 
'''Affected Line''' (v11.0.0): 43<br>
 
'''Affected Line''' (v11.0.0): 43<br>
 
'''Before''': var mnRowInc = '''20''';<br>
 
'''Before''': var mnRowInc = '''20''';<br>
 
'''After''' (set to whichever value you'd like): var mnRowInc = '''100''';<br>
 
'''After''' (set to whichever value you'd like): var mnRowInc = '''100''';<br>

Latest revision as of 18:15, 1 August 2008

Description

This will allow the number of initial records in the Enterprise Views list under Manage Personal to be greater than the default of 25, and when "More…" is clicked the same will be true for the number of additional records that show. The value for mnRowInc can be increased or decreased based on your needs, though be careful with larger values, particularly over 100.


ManageTaskViews ScreenShot.gif

Fix

Affected File: C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\Works\WebWorks\CHWorks\Tasks\TaskManageViews.htm
Affected Line (v10.0.3): 73
Before: var mnRowInc = 25;
After (set to whichever value you'd like): var mnRowInc = 100;


ManageTaskViews EditHtml.gif


Patient Lookup Dialog

This same procedure can be applied to increasing the number of rows for the patient lookup modal screen.

Affected File: C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\Works\CHPtLkp\CHWorks\PtLkpModal.js
Affected Line (v11.0.0): 43
Before: var mnRowInc = 20;
After (set to whichever value you'd like): var mnRowInc = 100;