All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ======================================
Hi All, I have been asked by a colleague to post another question in response to the one below: "Hi Dave, The message below was from this month in meditech-l. Could you respond to that particular message and ask if anyone has the code to go into a pt note with the Note Type of Intervention, and with the intervention that the user has selected. Thanks, Linda" Looking forward to any assistance that can be offered. Regards, David Chamberlain MLT, ART Clinical Applications Consultant Information Technology Dept. Lakeridge Health Corporation 905-576-8711 x3347 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Mullins Sent: Tuesday, August 08, 2006 8:58 PM To: TOOMEY, CHERYL; Von Dohrmann, Charles; [email protected] Subject: RE: [MEDITECH-L] Attribute to jump to NUR notes from cds All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ====================================== The code can be alittle different depending on where you are calling the notes routine from, and what version of Meditech you using (4.9,5.4,5.5?) Here are several attributes to try.... EXTERNAL ATTRIBUTE CODE [EMAIL PROTECTED]"Y" %NUR.NOTE.menu("")X,@Cursor.on("")^#} ----------------------------------------------------------- INTERNAL ATTRIBUTE CODE FCL1 IF{/S.A="Y" %NUR.NOTE.menu("")X,D(14,14)^#} ----------------------------------------------------------- Not sure if this is still true? But here it is... *****THIS ATTRIBUTE WORKS ANYWHERE ON THE SCREEN***** Switch to Patient Notes without stopping at the Patient Notes Menu [EMAIL PROTECTED]"Y" %NUR.NOTE.note.ee("")X,@Cursor.on("")^#} ******THIS ATTRIBUTE HAS TO BE THE LAST QUERY ON THE CDS/SCREEN******** Switch to Patient Notes stopping at the Patient Notes Menu [EMAIL PROTECTED]"Y" %NUR.NOTE.menu("")X,@Cursor.on("")^#} ------------------------------------------------------------- 5.5 JUMP TO EDM E/E NOTES ROUTINE FROM TRIAGE CDS: [EMAIL PROTECTED]"Y" %EDM.PAT.note("N",@.itn)} 5.4 [EMAIL PROTECTED]"Y" %EDM.PAT.note.S("")} ----------------------------------------------------------- Jump to Process Interventions from EMAR CDS [EMAIL PROTECTED]"Y" IF{%Z.switch.appl("NUR")X1, FCL1=(" ** OE Unavailable ** ")^/.WO,%Z.w.macro(1,1); FCL1=%NUR.PC.WORK.document.S("")X,%Z.switch.appl("")},1} OR DFT="Y" [EMAIL PROTECTED]"Y" IF{%Z.switch.appl("NUR")X1, FCL1=(" ** OE Unavailable ** ")^/.WO,%Z.w.macro(1,1); FCL1=%NUR.PC.WORK.document.S("")X,%Z.switch.appl("")},1} ----------------------------------------------------------- Good Luck, Bill Mullins RN Williamson Medical Center 2021 Carothers Road Franklin,Tn 37067 615-435-5630 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TOOMEY, CHERYL Sent: Tuesday, August 08, 2006 12:05 PM To: Von Dohrmann, Charles; [email protected] Subject: RE: [MEDITECH-L] Attribute to jump to NUR notes from cds All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ====================================== This works for us: FCL1=IF{"NUR.NOTE.menu"^PR,1^/ARG1, [EMAIL PROTECTED]"Y" %MIS.USER.zcus.jump.M.notes(PR,/ARG1)X},1 We use this in many interventions to jump to the note routine. Cheryl Toomey MHA, RN BC Clinical Informatics Specialist Milford Regional Medical Center Milford, MA 01757 vm (508) 422-2449 [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Von Dohrmann, Charles Sent: Tuesday, August 08, 2006 8:17 AM To: [email protected] Subject: [MEDITECH-L] Attribute to jump to NUR notes from cds All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ====================================== Good morning: I am trying to use an attribute to jump from a nursing assessment into nursing notes. The attribute that I am using is: [EMAIL PROTECTED]"N" %NUR.NOTE.patient.S("M")} It will bring me to the NUR notes, however when I try to file I get sent to goodbye. Any and all assistance would be greatly appreciated. Thanks, Chuck von Dohrmann BSN RN Nurse Analyst _______________________________________________ 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 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. This footnote also confirms that this email message has been swept by Sophos and MIMEsweeper for the presence of computer viruses. ********************************************************************** _______________________________________________ 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
