This page was inspired by some very practical ideas from Andy Anderson. If you have anything useful just email it to webmaster@isug.co.uk
Fixing when Synergy doesn’t open scanned documents
Save the text below as a .bat file to associate .tif/.tiff files with the MS document
viewer:
assoc .tif=MSPaper.Document
assoc .tiff=MSPaper.Document
Save the text below as a .reg file to associate .tif/.tiff files with Picture and
Fax viewer:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.TIF]
@=”TIFImage.Document”
[HKEY_CLASSES_ROOT\.TIFF]
@=”TIFImage.Document”
[HKEY_CLASSES_ROOT\TIFImage.Document]
“EditFlags”=dword:00010000
“FriendlyTypeName”=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,
00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,
00,33,00,\
32,00,5c,00,73,00,68,00,69,00,6d,00,67,00,76,00,77,00,2e,00,64,00,6c,
00,6c,\
00,2c,00,2d,00,33,00,30,00,36,00,00,00
“ImageOptionFlags”=dword:00000000
“BrowserFlags”=dword:00000008
@=”TIF Image”
[HKEY_CLASSES_ROOT\TIFImage.Document\DefaultIcon]
@=”shimgvw.dll,4″
[HKEY_CLASSES_ROOT\TIFImage.Document\shell]
@=”"
[HKEY_CLASSES_ROOT\TIFImage.Document\shell\open]
“MuiVerb”=”@shimgvw.dll,-550″
[HKEY_CLASSES_ROOT\TIFImage.Document\shell\open\command]
@=”rundll32.exe C:\\WINDOWS\\system32\
\shimgvw.dll,ImageView_Fullscreen %1″
[HKEY_CLASSES_ROOT\TIFImage.Document\shell\open\DropTarget]
“Clsid”=”{E84FDA7C-1D6A-45F6-B725-CB260C236066}”
[HKEY_CLASSES_ROOT\TIFImage.Document\shell\printto]
[HKEY_CLASSES_ROOT\TIFImage.Document\shell\printto\command]
@=”rundll32.exe C:\\WINDOWS\\system32\\shimgvw.dll,ImageView_PrintTo /
pt \”%1\” \”%2\” \”%3\” \”%4\”"
The Wheel
Andy has written a little helper application called The Wheel
What it does (wheel.exe)
- Detects and warns of Caps Lock being on when logging in to CSC Synergy
- Enables scrolling using the mouse wheel in Synergy, GPP links and many other CSC items
- Prompts users to perform a PDS sync after opening the Edit patient information, Contact number and Email address boxes
- Waits for and closes; Insert your smartcard, SSO error, Status History and Notes and Problems (at close of notes)
- Using Windows key+B (or from the right click tray icon menu) will open tQuest report to allow for quick location of bottle cap colours for bloods
The idea of the wheel is to allow smooth running by reducing the number of pointless mouse movements and clicks on OK buttons that are actioned without even being read by the user.
The full package can be found here