Hi Tobin, I imagine it would be trivial to wrap a span around that specific error via the HFE module, if you create a ticket. It's probably trivial enough that you could submit a patch, or do a pull request on github. :-)
As far as I know this is the only error that might be displayed when viewing an encounter with HFE, so surpressing .error is probably fine. (But Mark would know better if any other useful info is displayed this way.) -Darius On Sat, May 5, 2012 at 2:02 AM, Tobin Greensweig <[email protected]>wrote: > Hi, > > Apologies in advance for the double email. > > I was able to find one solution but curious if others have ideas as well. > Using css I was able to add @media print { div.error {visibility:hidden}} > which blocks the error from printing. > > I can also add @media screen { div.error {visibility:hidden}} which will > block the error from appearing on the screen. However, I am too nervous to > do this as there are useful error messages that users need to see! Other > ideas just to hide this one error? > > Thanks, > > Tobin > > > > > On Sat, May 5, 2012 at 11:36 AM, Tobin Greensweig <[email protected]>wrote: > >> Hi, >> >> In our implementation we are often must add multiple of the same fields >> (for example multiple coded diagnoses, drugs, or tests). If multiple of >> these fields are filled out, when a user goes back into the form they are >> (correctly) given an error that "Due to insufficient data this form may not >> necessarily display the same way the form was originally entered. Please >> refer to issue TRUNK-2069 for more information." >> >> For us the significance of the warning is benign (doesn't matter what >> order the observations are displayed) but it confuses our users and makes >> our forms unprintable (since the recipient of the printouts are outside of >> our organization and get super confused). Is it possible to suppress this >> error? >> >> Thank you, >> >> Tobin >> >> > > > -- > Tobin > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from > OpenMRS Implementers' mailing list > _________________________________________ To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-implement-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

