Receiving this error when adding a problem and adding it to a custom list. Only get this when trying to add to the custom list. The problem will add to the patient's prob list, but not to the custom list. Any ideas???
Error 32785: Possibly too much data for field
I've received that error except in a different context. If you try to enter too much data into an obs term. For example if you do something like:
OBSNOW("TERM", DOCUMENT.Value1 + hret + DOCUMENT.Value2)
In this example the two document variables would be edit boxes that the user can user on a form. Since the obs term can only hold 2000 characters the user can push past that by filling in a lot of text in each document variable which can each hold 2000.
I know that this isn't specific to you example. However, do you have a really big custom list? It sounds like the field cannot accept additional data.
We had this error in the past moving a Dx on the potential problem list to the orders. It took me forever to figure it out what was causes it. Whom ever build the custom list modified the ICD-9 numbers. If the number is more than 6 characters (included the decimal point) it was throwing that error message.
We are getting this same error when trying to save pictures from a webcam into a patient's registration. Any ideas why that would be?