re is no second or third
insurance then checking to see if there is a contract for that insurance would
yield a false positive.
You may have to put this code in a macro so it works properly. It may be
too long for the IFE clause.
Hope this Helps
Ken
Ken MacPherson
Systems Analyst / NPR Tea
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Barbara
I'm not sure that you can do this, and if you can then it will require a
macro and some pretty complicated logic
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Renee
Try this
AL D "X"^XCOL[XQUERY["BMOUT01"]]
AL AFTER.D ""^XCOL[XQUERY["BMOUT01"]]
where XQUERY is the field name t
from any report. It is very usefule.
I have it stored in a macro library I created here called
MIS.QUERY.zcus.npr.macro.library. This is just a report with a collection
of useful macros that I use repeatedly.
The macro is as follows
;Programmer : Ken MacPherson Created : March 22
a great deal of custom code in the
fragments and if you are Magic I am pretty sure that you will run into
problems implementing our solution. Let me know.
Thanks
Ken
Ken MacPherson
Systems Analyst / NPR Team Member
NShIS Implementation Project
EMail mailto:[EMAIL PROTECTED]
Phone 902 567 8097
control characters for the embosser when
using
the NPR Report.
Hope this Helps
Ken
Ken MacPherson
Systems Analyst / NPR Team Member
NShIS Implementation Project
EMail mailto:[EMAIL PROTECTED]
Phone 902 567 8097
Confidentiality Notice
This message may contain privileged and/or confidential information
Ken
-Original Message-
From: Kathryn Wohnoutka [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006 10:05 AM
To: Ken MacPherson
Subject: RE: [MEDITECH-L] Custom MAR output
Ken,
We are CS and would be very interested in your report if you are willing to
share.
Thank you,
Katie
Kathryn
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Greg
Try this
DAT=FREE
JFY=L
LEN=25
[EMAIL PROTECTED]@patient,"NURMEDNM1"]^MIS.GROUP.RESP.element.
mnemonic,
VAL="NURME
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Shirley
Putting parantheses around a list of fields like this creates a packed
data
piece. I t usually looks something
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Angie
Using MV Arrays is pretty simple and has a "TON" of application in NPR.
Probably a good 50% of the reports I write
Hi Shirley
I have seen several ways of doing this. The one I use requires some
adjustment from report to report but seems to be the one that is most
logical.
AL AFTER.HP 1^/R.PRINT.HK
AL SK3 R.PRINT.HK2^A
AL AFTER.GET.MAIN
%MIS.QUERY.zcus.npr.macro.library.M.hk.re
access
data in other DPMs and even other applications if they are open to the
application you are currently using.
Hope this Helps
Ken
Ken MacPherson
Systems Analyst / NPR Team Member
NShIS Implementation Project
EMail mailto:[EMAIL PROTECTED]
Phone 902 237 5153
Confidentiality Notice
This message
pt.made.dt;
%Z.date.add(@appt.made.dt,2)}^APPT.MADE.DATE,
%Z.elapsed.time(@patient's.appt.date,@patient's.appt.time,[EMAIL PROTECTED]
ade.time)^TM,
IF{TM<24 1;""}^WITHIN.24.HOURS
Hope this Helps
Ken
Ken MacPherson
Systems Analyst / NPR Team Member
NShIS Implementation Proj
Hi Brian
To do this use the following code
@.device^MIS.LOCN.terminal,
""^MIS.LOCN.mnemonic,
@Next(MIS.LOCN.mnemonic,terminal.x)^MIS.ROOM.c.location
Brian this is written for Client Server but it should work in magic with a few
tweaks.
Hope this Helps
Ken
Ken MacPhers
Hi Mitch
Try
1^/R.NO.STARTING.FF
1^/R.NO.ENDING.FF
1^/R.NO.PAGE.FF
Any of these should work alone or in combination with the appropriate IF
statement
Hope this Helps
Ken
Ken MacPherson
Systems Analyst / NPR Team Member
NShIS Implementation Project
EMail
Hi Kevin
Try
FONT=b
in the field attributes of the MV Array
Hope thi Helps
Ken
Ken MacPherson
Systems Analyst / NPR Team Member
NShIS Implementation Project
EMail mailto:[EMAIL PROTECTED]
Phone 902 237 5153
Confidentiality Notice
This message may contain
Hi Alex
Try and LCR on the first line of your trailer region
LCR=/R.PAGE.NUM'=1
And the LCR on the last line of your trailer region
LCR=END
Hope this Helps
Ken
Ken MacPherson
Systems Analyst / NPR Team Member
NShIS Implementation Project
EMail m
credit routines which is a bonus.
Attached is a listing of the validation program. It is fairly simple,
but it work.
Hope this Helps
Ken
Ken MacPherson
Systems Analyst / NPR Team Member
NShIS Implementation Project
EMail mailto:[EMAIL PROTECTED]
Phone 902 237 5153
Confidentiality
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Donna
This is an error in Meditech that is addressed in C/S 5.5.
Unforyunately
you cannot use the FD 9 footnote to cre
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Kevin
In your code
IFE=IF{[ANS,"QUERY ON"]|0="Y" %Z.zcus.cds("MY CDS TO POP UP",ANS)X,1;1}
[EMAIL PROTE
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hello All;
We are a C/S 5.3 SR6 implementation. We are currently implementing our
bloodbank and are designing a custom ass
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Brian
try
IFE=/(.S)[.APPL]'="OE"
or
[EMAIL PROTECTED]'=OE
Hope this Helps
Ken
-Origin
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Bob
try
xx.ins
DAT=FREE
JFY=L
LEN=12
[EMAIL PROTECTED],
[EMAIL PROTECTED]
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Joanne;
Try the attached routine. In the macro, depending on your embosser, you
may have to change the start and stop c
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Janice
First of all, I am not an expert in the use of attributes, however, if
you
look at the code of your attribute yo
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Becky
In your rule, you are nesting the ifs. This would seem to be
unnecessary and complicates the syntax of the rule. Try
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Mike
First of all let me state that my experince in doing this is not within
a
Meditech Payroll environment.
I
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Janet
I think the answer below has a syntax error
IFE=IF{("S"=[ANS,"NURAR"]|0)&("SF"=[ANS,"NURAR"]|0) 1;""}
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Troy
Try This
IFE=[ANS,@p.ADM.PAT.adm.patient.file.sex]|O=F
I assume what you are trying to do her is access
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Marie
If you want this on the bottom of every page you would put this in the
line
attribute of a page trailer, otherwis
do I
determine on which analyzer the test was run.
Any and all replies are appreciated
Thanks in Advance
Ken
Ken MacPherson
Systems Analyst / NPR Team Member
NShIS Implementation Project
EMail mailto:[EMAIL PROTECTED]
Phone 902 567 8097
Confidentiality Notice
This message may contain privilege
variable names to
match how variables are named in your system.
To use this macro the statement would be
%Z.zcus.npr.M.get.event.info(ADM.PAT.urn,DATE,TIME,"event.location")
Hope this Helps
Ken
;Programmer : Ken MacPherson Date : March 11, 2004
;Purpose
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Charlotte
Instead of using @drug.id, try using @generic.id. The drug.id field is
used when the end user doesn't like th
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Cynthia
Try This
IFE=""^FOUND,1^CNT,
IFE=DO{IF{[ANS,"NNURSA","M",1]|0="DP/S" 1^FOUND},
IFE=CNT+1^CNT'>9},FOUND
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Arthur
Try this
xx.page.num
DAT=PINT
LEN=5
VAL=/R.PAGE.NUM
or
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Marc
Are you C/S or Magic. I devloped a custom MAR (4 actually) in C/S and
this
was a problem for us too. The solutio
PROTECTED]
Sent: Friday, September 22, 2006 10:24 AM
To: 'Ken MacPherson'; meditech-l@MTUsers.com
Subject: RE: [MEDITECH-L] Those of you that are using Printed MARs...
Hey Ken-
I would like to separate these frags out and post them individually at
www.MeditechTalk.com - with your permissi
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Cheryl
Try
[EMAIL PROTECTED](ADM.PAT.ccdqr.mul.q)^ADM.PAT.ccdqr.mul.q,
[EMAIL PROTECTED],
DFT="
All messages should be posted in plain text. HTML will be converted to
attachments.The meditech-l web site is MTUsers.com
==
Hi Terry
Try This
IFE=0^MM,
IFE=%Z.age.format(@p.ADM.PAT.age)^AGE,
IFE=IF{AGE#"0Y"^YY,'YY AGE*12;
39 matches
Mail list logo