All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ======================================
Hi Belinda, Two things: 1) This IFE attribute will not determine whether or not the query is required, it only determines whether the cursor will stop in the query response field. If you make it a required query but the IFE attribute causes the cursor to skip, the user will be hung in a loop with an error message regarding a required field! Instead, make your attribute an REQI type and do not answer the required column on the CDS Dictionary. To NOT make this required in the ER, use this: [EMAIL PROTECTED]'="REG ER" If you don't want the cursor to even stop in the query response, use: [EMAIL PROTECTED]'="REG ER" 2) Your original attribute used @ADM.PAT.status. This is correct in NPR but in MIS attributes, you must use @p.ADM.PAT.status. The difference is only the "p." between the @ and the ADM.PAT... but it makes the difference between working and not. Hope this helps, Kenny Whiteside Kenny Whiteside RN, BSN Patient Care Information Systems Catawba Valley Medical Center 810 Fairgrove Church Road Hickory, NC 28602 [EMAIL PROTECTED] >>> "Jones, Belinda" <[EMAIL PROTECTED]> 05/04/2006 8:50 AM >>> All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ====================================== I am trying to write an attribute that is attached to a CDS. Both queries have been set up as required. When I attached the attribute [EMAIL PROTECTED]"REG ER" to both queries, the screen locks up. If I add the query attribute to the date query or time query, it works well, just not to both queries. Can you put the same attribute on more than 1 query on a CDS? My objective is to require a response for all inpatient units but is not required if ordered in the .ER The information contained in this e-mail message is intended only for use of the individual or entity named above. If the reader of this message is not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender at the above address/telephone number. THANK YOU. _______________________________________________ meditech-l mailing list [email protected] http://mtusers.com/mailman/listinfo/meditech-l _______________________________________________ meditech-l mailing list [email protected] http://mtusers.com/mailman/listinfo/meditech-l
