Difference between revisions of "New note corrupted by "insert dictation marker" statements V11.1.6"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Invalidate the corrupt note and start a new note.
 
Invalidate the corrupt note and start a new note.
  
If you enter a case with Support there is an ID script that can be run to find all affected note instances and it's almost always possible to repair the note(s). It is also very important to make sure that you have the correct version of the SetDictation stored procedure in place as that is the cause of these corrupted notes. The notes are fine until the dication comes back and that sp tries to inser the text. What is happening is that the dication text is getting placed inside XML tags which then cause the note viewer to error.
+
If you enter a case with Support there is an ID script that can be run to find all affected note instances and it's almost always possible to repair the note(s). It is also very important to make sure that you have the correct version of the SetDictation stored procedure in place as that is the cause of these corrupted notes. The notes are fine until the dication comes back and that sp tries to insert the text. What is happening is that the dication text is getting placed inside XML tags which then cause the note viewer to error.
  
 
Typical errors are like "Exception Caught: 'At' is an unexpected token. The expected token is '='. Line 1, position 121.
 
Typical errors are like "Exception Caught: 'At' is an unexpected token. The expected token is '='. Line 1, position 121.

Revision as of 12:49, 3 September 2010

Invalidate the corrupt note and start a new note.

If you enter a case with Support there is an ID script that can be run to find all affected note instances and it's almost always possible to repair the note(s). It is also very important to make sure that you have the correct version of the SetDictation stored procedure in place as that is the cause of these corrupted notes. The notes are fine until the dication comes back and that sp tries to insert the text. What is happening is that the dication text is getting placed inside XML tags which then cause the note viewer to error.

Typical errors are like "Exception Caught: 'At' is an unexpected token. The expected token is '='. Line 1, position 121. Some of the errors also say "Unexpected White Space"

This should be corrected in the code in 11.1.6 HF 16+ and 11.1.7 HF8+