Voice Commands for Navigating in AHLTA
| AHLTA Sample Commands |
 |
(4 KB) |
 |
The file “AHLTA Sample Commands.dat” contains examples of commands that do simple navigation in AHLTA. The commands are as follows.
Commands that click buttons
- Add Note
- Auto Neg
- Template Management
- Find term (after saying this command, dictate the term you want to find)
- Find selected term (you must highlight a word in your text before saying the command)
- Sign this note
Commands that perform navigation functions similar to clicking in the Folder List
- Go to A/P
- Go to diagnosis
- Go to disposition
- Go to order entry lab
- Go to order entry med
- Go to order entry rad
- Go to S/O
- Go to vital signs entry
NOTE: These commands work only if AHLTA is running on your workstation. They do not work if you are running AHLTA through Windows Terminal Server (Remote Desktop) or Citrix.
Editing the Sample Commands
Some of the sample commands work only in the CHCSII test system (CTS) because they refer to a user called “User, Test.” To get these commands to work properly for yourself:
- Edit the file “AHLTA sample commands.xml” in Notepad. (Don’t double-click it because that will probably open it in your web browser, which does not enable you to edit it. Instead, right-click the file, click Open With, Notepad.)
- Replace every instance of “User, Test” with your last name and first name.
- Close Notepad and allow it to save the file.
Importing the Sample Commands
After editing the command file, import it by following these steps:
- Start Dragon NaturallySpeaking and open your user file.
- Click Tools, Command Browser. Wait for the Command Browser window to appear.
- Click Manage.
- Click Import.
- Browse to the file you want to import, then click Open.
- Optionally, uncheck any commands that you don’t want to import at this time. Click Import.
Testing and Revising the Commands
After you have imported the commands, try using them in AHLTA. You may find that some of them do not work properly. Specifically, a command may be recognized but it may take you to the wrong module of AHLTA. This may be because the commands were developed for a different build of AHLTA than you are running, with different menus.
If a command is recognized but does the wrong thing, try this:
- In the DragonBar, click Tools, Command Browser.
- Click Script.
- Locate the command that doesn’t work and double-click to edit it in the MyCommands Editor.
- Look at the script. For example, the script for the “Go To AP” command contains the following line:
SendDragonKeys "{Alt+g}{Down 7}{Enter}"
(The purpose of the above line is to send AHLTA the Alt+g key combination, which displays the Go menu. It then sends seven down-arrow keys, which ought to select the A/P menu item, then the Enter key which activates that menu item.)
- Switch to your AHLTA window and click the Go menu. Then press the down-arrow key on your keyboard until the A/P menu item is highlighted, counting the number of times you pressed the down-arrow key.
- Switch back to the MyCommands Editor. Change the number after the word Down to equal the number of down-arrow keys you pressed in step 5. For example, if it took eight down-arrows to reach the A/P menu, change the line in step 4 to this:
SendDragonKeys "{Alt+g}{Down 8}{Enter}"
- Click Save. Now go back to AHLTA and test your modified command.
|