I have a form that has a date field, where when the provider chooses the date, it files the obsterm value under that date on the flowsheet.
Every time I make a change to the date or to another field, the system wants to append new clinical list changes to every single field in my form. Has anyone seen this before and/or know of a resolution? Thanks,Mike
OBSERVATIONS:
Added new observation of LST COLON DT: 06/03/2015 (06/03/2015 16:05)
Added new observation of COLONOSCOPY: Hyperplastic (06/03/2015 16:05)
Added new observation of LST COLON DT: 06/03/2015 (06/03/2015 16:05)
Added new observation of COLONOSCOPY: Hyperplastic (06/03/2015 16:05)
Added new observation of COLONOSCOPY: Hyperplastic (06/02/2015 16:05)
Added new observation of GASTROENT MD: Cope (06/02/2015 16:05)
Added new observation of LST COLON DT: 02/10/2015 (02/10/2015 17:15)
Added new observation of COLONOSCOPY: Hyperplastic (02/10/2015 17:15)
Added new observation of LST COLON DT: 02/10/2015 (02/10/2015 17:12)
Added new observation of COLONOSCOPY: Hyperplastic (02/10/2015 17:12)
Added new observation of LST COLON DT: 02/10/2015 (02/10/2015 17:12)
Added new observation of COLONOSCOPY: Hyperplastic (02/10/2015 17:12)
Added new observation of LST COLON DT: 02/10/2015 (02/10/2015 16:07)
Added new observation of COLONOSCOPY: Hyperplastic (02/10/2015 16:07)
Added new observation of LST COLON DT: 02/10/2015 (02/10/2015 16:06)
Added new observation of COLONOSCOPY: Hyperplastic (02/10/2015 16:06)
Added new observation of LST COLON DT: 02/10/2015 (02/10/2015 16:05)
Added new observation of COLONOSCOPY: Hyperplastic (02/10/2015 16:05)
Do you have a watcher expression for that field and if so can we see the code?
I don't have any watcher expressions.
Can you post the code or dlg?
I just saw you posted that you do not use watcher expressions.
But I will post this anyway - as it is important to know.
.
Please search on this topic thread and read through it.
"Major slowdown with watcher expressions"
.
It explains this problem with how CENTRICITY watchers work.
Watcher functions on obsterms - ALL functions get triggered if ANY watched obsterm changes.
.
Observations and temporary document variables both trigger watcher expressions but function somewhat differently.
- Temporary (document) variables.
If the variable changes, all watcher expressions that refer to that temporary variable are re-evaluated.
.
- Observations. If one observation changes,
all watcher expressions that reference ANY observation are re-evaluated.
.
- Beverly