This option isn't available; even in the
Dragon Medical 10.1 Upgrade. Think of it this way, if you type a few words in a Microsoft Word document, there is no way to prevent Microsoft Word from prompting you to save the document before exiting. Other than databases and browsers, most applications work this way.
However, because you are using DNS Medical, you do have the option of writing a voice command like
Close NaturallySpeaking Without Saving, which is included in the
KnowBrainer 2008 (third-party command utility).
If you are familiar with creating NaturallySpeaking Advanced-Scripting commands, you can copy our KnowBrainer command by pasting the following code into a NaturallySpeaking macro:
Sub Main
HeardWord "close","DragonBar"
Wait 1
SendDragonKeys "{Alt+n}"
Wait 1
SendDragonKeys "{Alt+n}"
End Sub
If you are unfamiliar with scripting in DNS, you might want to consider picking up a copy of
Larry Allen’s Scripting for Dragon NaturallySpeaking 10 or you can contact us through our Live Support (at the bottom of this message) and we will write the command for you.