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
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-
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
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 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
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
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
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
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
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
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
11 matches
Mail list logo