RE: [MEDITECH-L] BAR report question

2007-03-25 Thread Summers Monica
Take a look at your Detail segment and Index combination. According to your sort fields, the last one is INSURANCE, meaning that a D line will repeat for every single insurance for each record; hence you are getting more than 1 record for patients with more than one insurance. Monica Monica Su

RE: [MEDITECH-L] USER ACCESS AUDITS

2007-03-25 Thread Summers Monica
There are standard reports in the NPR module that will show who has access to what menus and even to specific routines. Monica Monica Summers System Education Consultant - NPR, OPS, Security IT&S Learning Solutions HCA Information Technology & Services 490 Metroplex Nashville TN 37211 t: 615-

RE: [MEDITECH-L] random SSN report for random drug screen

2007-04-12 Thread Summers Monica
It's been a while since I used the MEDITECH PP system but there used to be a standard report to pull random accounts... Monica Monica Summers System Education Consultant IT&S Learning Solutions HCA Information Technology & Services 490 Metroplex Nashville TN 37211 t: 615-344-6962 f: 615-344-4

RE: [MEDITECH-L] Attribute help

2007-04-18 Thread Summers Monica
First thing that I see is that the IF statement is redundant. The IFE statement functions as an IF when the statement returnes a value, i.e. "true", so there is no need for the IF. Try... IFE=([ANS,"ADM.INS.HM"]|0="N")!([ANS,"ADM.INS.WK"]|0="N") Monica Monica Summers System Education Consul

[MEDITECH-L] MEDITECH Lab Technician/Trainer at HCA Corporate, Nashville, TN

2007-04-28 Thread Summers Monica
Meditech Lab Technician / Trainer-KS-60469599 Job Description This position develops, delivers and maintains systems training programs aimed primarily at hospital clinical laboratory and designs, develops, and delivers new systems training for laboratory system administrators and personnel. T

RE: [MEDITECH-L] Requesting attribute help on a CDS

2006-05-17 Thread Summers Monica
All messages should be posted in plain text. HTML will be converted to attachments.The meditech-l web site is MTUsers.com == Actually this is more code than is needed... All you need is: REQI='@p.ADM.PAT.ccdqr.response["NURADV030"] The unary operator of

RE: [MEDITECH-L] Last Query Entry as default- Is it still possib le?

2006-05-17 Thread Summers Monica
All messages should be posted in plain text. HTML will be converted to attachments.The meditech-l web site is MTUsers.com == Sharon's code should work IF the response is stored in ADM.PAT. So first thing I would check out is to verify where the query respo

RE: [MEDITECH-L] Conditional Query Question (Magic 5.4)

2006-05-23 Thread Summers Monica
All messages should be posted in plain text. HTML will be converted to attachments.The meditech-l web site is MTUsers.com == This is just my quick answer but I think this will do it if I am understanding your logic... Query A IFE=[ANS,"FIRSTQRRY"]|0="Y" Q

RE: [MEDITECH-L] Attribute help please!!

2006-06-12 Thread Summers Monica
All messages should be posted in plain text. HTML will be converted to attachments.The meditech-l web site is MTUsers.com == Your on the right track but your IF statement syntax is really off... [EMAIL PROTECTED]'="ADM")! DFT=(@p.ADM.PAT.status%3'="ER") @p

RE: **SPAM** RE: [MEDITECH-L] Attribute on an NUR screen question

2006-06-12 Thread Summers Monica
All messages should be posted in plain text. HTML will be converted to attachments.The meditech-l web site is MTUsers.com == There is actually no need for the IF statement in the following. Remember that an IF statement if TRUE automatically returns the lef

RE: [MEDITECH-L] ?Price Increase Report

2006-07-07 Thread Summers Monica
All messages should be posted in plain text. HTML will be converted to attachments.The meditech-l web site is MTUsers.com == I don't have access to a current BAR database but I think there is a standard report that does something similar to what you are loo