Good Afternoon All -
I set up scheduled scripts that run daily using Boston Workstation's
scripting tool to auto-post self pay remits from Excel. Our Patient
Financial Service staff keys the self pay check and credit card remits
into two separate Excel spreadsheet templates. The header region
contains a cell that sums the entries and is used when posting the
batch.
Regards,
Jennifer Shwajlyk
Clinical Programmer Analyst BS, RN
(518)775-4185
jshw...@nlh.org
-----Original Message-----
From:
meditech-...@mtusers.com
[mailto:
meditech-...@mtusers.com] On Behalf Of
meditech-...@mtusers.com
Sent: Wednesday, February 13, 2013 2:41 PM
To:
medit...@mtusers.com
Subject: Meditech-l Digest, Vol 1, Issue 22
Send Meditech-l mailing list submissions to
medit...@mtusers.com
To subscribe or unsubscribe via the World Wide Web, visit
http://mtusers.com/mailman/listinfo/meditech-l_mtusers.com
or, via email, send a message with subject or body 'help' to
meditech-...@mtusers.com
You can reach the person managing the list at
meditech...@mtusers.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Meditech-l digest..."
Today's Topics:
1. Medical Device Tax (Horner, Joan)
2. Re: Bold a field if it meet critiera (Joe Cocuzzo)
3. Re: Bold a field if it meet critiera (Purvins, James A.)
4. C/S Microbiology LOINC code mapping (Brower, John C)
5. Re: MAGIC ABS: managing accounts that unfinalize
(Gilbert,Angelina C)
6. Re: Auto-posting self pay remits (Julia Carter)
7. Re: Bold a field if it meet critiera (Wayne Willis)
8. New Results After Discharge Magic 5.64 (Bosworth, Kathryn)
9. Re: New Results After Discharge Magic 5.64 (Dave Tunc)
10. Re: C/S Microbiology LOINC code mapping (Jim Sehloff)
11. Re: Interface survey (Julie Sitzmann)
----------------------------------------------------------------------
Message: 1
Date: Wed, 13 Feb 2013 17:31:49 +0000
From: "Horner, Joan" <
JHo...@uchs.org>
To: "'
medit...@mtusers.com'" <
medit...@mtusers.com>,
"'
meditech-...@mtusers.com'"
<
meditech-...@mtusers.com>
Subject: [MT-L] Medical Device Tax
Message-ID:
<
C5B6018480F7424FBC39...@uchexchangehmh.uchs.org>
Content-Type: text/plain; charset="us-ascii"
My AP director wanted me to ask how other facilities are handling the
new medical device tax that started this year. Are you setting up a new
GL account for this?
Thanks,
Joan Horner
Systems Analyst
Information Technology
Upper Chesapeake Health
jho...@uchs.org<mailto:
jho...@uchs.org>
443-843-5148
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/b89c520e/attachment.html>
------------------------------
Message: 2
Date: Wed, 13 Feb 2013 12:44:35 -0500
From: Joe Cocuzzo <
Joe.C...@iatric.com>
To: "Purvins, James A." <
Pur...@inhs.org>, Wayne Willis
<
Wayne....@onslow.org>, "
medit...@mtusers.com"
<
medit...@mtusers.com>
Subject: Re: [MT-L] Bold a field if it meet critiera
Message-ID:
<
A3C5150C692A3741AAC5...@CLT-101.idomain.iatric.com>
Content-Type: text/plain; charset="us-ascii"
I think you do this:
/R.F["b"] not /R.F["BOLD"]
But the /R.F["b"] string takes up length and you can have problems with
columns failing to line up or with truncation if you do it by imbedding
the print codes in the VAL
Joe Cocuzzo
Sr. Vice President
Reporting Services
Iatric Systems, Inc.
Phone/Fax:
(978) 805-4115
Email:
Joe.C...@iatric.com<mailto:
Joe.C...@iatric.com>
Web:
www.iatric.com<
http://www.iatric.com/>
[cid:image8f...@2d927189.3d714e81]<
http://www.iatric.com/>
Iatric Systems helps healthcare providers achieve success by delivering
the most comprehensive healthcare IT integration.
[cid:imagebd...@a6895c9b.5af047de]
__________
From: Purvins, James A. [mailto:
Pur...@inhs.org]
Sent: Wednesday, February 13, 2013 12:42 PM
To: Joe Cocuzzo; Wayne Willis;
medit...@mtusers.com
Subject: RE: [MT-L] Bold a field if it meet critiera
Learned something new today.
Didn't know you can pass an expression in the FONT attribute.
I was looking for a Z variable that generates the following code:
/R.F["BOLD"]
/R.F[""]
So you could also encapsulate the bolding string as follows:
VAL=IF{%Z.elapsed.time(@sign.date,@sign.time,@init.date,@init.time,"hh.h
h")^ET>96 1,
VAL=/R.F["BOLD"]_ET_(/R.F[""])^ET;ET}
James Purvins
________________________________
From:
meditech-...@mtusers.com<mailto:
meditech-...@mtusers.com>
[mailto:
meditech-...@mtusers.com] On Behalf Of Joe Cocuzzo
Sent: Wednesday, February 13, 2013 9:34 AM
To: Wayne Willis;
medit...@mtusers.com<mailto:
medit...@mtusers.com>
Subject: Re: [MT-L] Bold a field if it meet critiera
This should work, make FONT attribute check /FLAG to decide whether to
be "b" or "n"
FONT="_IF{/FLAG "b";"n"}_"
VAL=IF{%Z.elapsed.time(@sign.date,@sign.time,@init.date,@init.time,"hh.h
h")^ET,IF{ET>96 1;""}^/FLAG,ET}
Joe Cocuzzo
Sr. Vice President
Reporting Services
Iatric Systems, Inc.
Phone/Fax:
(978) 805-4115
Email:
Joe.C...@iatric.com<mailto:
Joe.C...@iatric.com>
Web:
www.iatric.com<
http://www.iatric.com/>
[cid:image0...@01CE09E7.E11AAC00]<
http://www.iatric.com/>
Iatric Systems helps healthcare providers achieve success by delivering
the most comprehensive healthcare IT integration.
[cid:image0...@01CE09E7.E11AAC00]
__________
From:
meditech-...@mtusers.com<mailto:
meditech-...@mtusers.com>
[mailto:
meditech-...@mtusers.com] On Behalf Of Wayne Willis
Sent: Wednesday, February 13, 2013 12:17 PM
To:
medit...@mtusers.com<mailto:
medit...@mtusers.com>
Subject: [MT-L] Bold a field if it meet critiera
I have a computed field that calculates elapsed time. I want to print
this one value in Bold if the elapsed time is great then 96 hours,
Otherwise just print normal.
Can this be done and how?. There are other data elements on this detail
line that should not be in bold.
DAT=FREE
JFY=L
LEN=11
VAL=%Z.elapsed.time(@sign.date,@sign.time,
VAL=@init.date,@init.time,"hh<mailto:
VAL=@init.date,@init.time,%22hh>
Hrs mm Mins")
Wayne Willis
Onslow Memorial Hospital
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/caf32350/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 3563 bytes
Desc: image001.gif
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/caf32350/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 16402 bytes
Desc: image002.png
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/caf32350/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image8f...@2d927189.3d714e81
Type: image/gif
Size: 3563 bytes
Desc: image8f...@2d927189.3d714e81
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/caf32350/attachment-0001.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imagebd...@a6895c9b.5af047de
Type: image/png
Size: 16402 bytes
Desc: imagebd...@a6895c9b.5af047de
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/caf32350/attachment-0001.png>
------------------------------
Message: 3
Date: Wed, 13 Feb 2013 09:53:53 -0800
From: "Purvins, James A." <
Pur...@inhs.org>
To: "Joe Cocuzzo" <
Joe.C...@iatric.com>, "Wayne Willis"
<
Wayne....@onslow.org>, <
medit...@mtusers.com>
Subject: Re: [MT-L] Bold a field if it meet critiera
Message-ID:
<
84D8A8FE478E4543BC22...@IRMEXCH01.irm.inhs.org>
Content-Type: text/plain; charset="us-ascii"
Found it !!
@Z.rpt.font.cmd["b"] - bold on
@Z.rpt.font.cmd[""] - bold off
etc etc
________________________________
From: Purvins, James A.
Sent: Wednesday, February 13, 2013 9:48 AM
To: 'Joe Cocuzzo'; Wayne Willis;
medit...@mtusers.com
Subject: RE: [MT-L] Bold a field if it meet critiera
Good points on both accounts Joe,
Your right, that should be the lower case b and not BOLD in upper case.
I'm still looking for the @Z element that translates to /R.F
I know it exists out there.
I'll post if I find it.
Jim
________________________________
From: Joe Cocuzzo [mailto:
Joe.C...@iatric.com]
Sent: Wednesday, February 13, 2013 9:45 AM
To: Purvins, James A.; Wayne Willis;
medit...@mtusers.com
Subject: RE: [MT-L] Bold a field if it meet critiera
I think you do this:
/R.F["b"] not /R.F["BOLD"]
But the /R.F["b"] string takes up length and you can have problems with
columns failing to line up or with truncation if you do it by imbedding
the print codes in the VAL
Joe Cocuzzo
Sr. Vice President
Reporting Services
Iatric Systems, Inc.
Phone/Fax:
(978) 805-4115
Email:
Joe.C...@iatric.com
Web:
www.iatric.com <
http://www.iatric.com/>
<
http://www.iatric.com/>
Iatric Systems helps healthcare providers achieve success by delivering
the most comprehensive healthcare IT integration.
__________
From: Purvins, James A. [mailto:
Pur...@inhs.org]
Sent: Wednesday, February 13, 2013 12:42 PM
To: Joe Cocuzzo; Wayne Willis;
medit...@mtusers.com
Subject: RE: [MT-L] Bold a field if it meet critiera
Learned something new today.
Didn't know you can pass an expression in the FONT attribute.
I was looking for a Z variable that generates the following code:
/R.F["BOLD"]
/R.F[""]
So you could also encapsulate the bolding string as follows:
VAL=IF{%Z.elapsed.time(@sign.date,@sign.time,@init.date,@init.time,"hh.h
h")^ET>96 1,
VAL=/R.F["BOLD"]_ET_(/R.F[""])^ET;ET}
James Purvins
________________________________
From:
meditech-...@mtusers.com [
mailto:
meditech-...@mtusers.com] On Behalf Of Joe Cocuzzo
Sent: Wednesday, February 13, 2013 9:34 AM
To: Wayne Willis;
medit...@mtusers.com
Subject: Re: [MT-L] Bold a field if it meet critiera
This should work, make FONT attribute check /FLAG to decide whether to
be "b" or "n"
FONT="_IF{/FLAG "b";"n"}_"
VAL=IF{%Z.elapsed.time(@sign.date,@sign.time,@init.date,@init.time,"hh.h
h")^ET,IF{ET>96 1;""}^/FLAG,ET}
Joe Cocuzzo
Sr. Vice President
Reporting Services
Iatric Systems, Inc.
Phone/Fax:
(978) 805-4115
Email:
Joe.C...@iatric.com <mailto:
Joe.C...@iatric.com>
Web:
www.iatric.com <
http://www.iatric.com/>
<
http://www.iatric.com/>
Iatric Systems helps healthcare providers achieve success by delivering
the most comprehensive healthcare IT integration.
__________
From:
meditech-...@mtusers.com [
mailto:
meditech-...@mtusers.com] On Behalf Of Wayne Willis
Sent: Wednesday, February 13, 2013 12:17 PM
To:
medit...@mtusers.com
Subject: [MT-L] Bold a field if it meet critiera
I have a computed field that calculates elapsed time. I want to print
this one value in Bold if the elapsed time is great then 96 hours,
Otherwise just print normal.
Can this be done and how?. There are other data elements on this detail
line that should not be in bold.
DAT=FREE
JFY=L
LEN=11
VAL=%Z.elapsed.time(@sign.date,@sign.time,
VAL=@init.date,@init.time,"hh <mailto:
VAL=@init.date,@init.time,%22hh>
Hrs mm Mins")
Wayne Willis
Onslow Memorial Hospital
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/97045adf/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image8f...@2d927189.3d714e81
Type: image/gif
Size: 3563 bytes
Desc: image8f...@2d927189.3d714e81
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/97045adf/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imagebd...@a6895c9b.5af047de
Type: image/png
Size: 16402 bytes
Desc: imagebd...@a6895c9b.5af047de
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/97045adf/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 3563 bytes
Desc: image001.gif
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/97045adf/attachment-0001.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 16402 bytes
Desc: image002.png
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/97045adf/attachment-0001.png>
------------------------------
Message: 4
Date: Wed, 13 Feb 2013 11:58:40 -0600
From: "Brower, John C" <
JohnB...@mhd.com>
To: <
medit...@mtusers.com>
Subject: [MT-L] C/S Microbiology LOINC code mapping
Message-ID: <
08ECCE63A710F046B8CE...@OMEGA.mhs.int>
Content-Type: text/plain; charset="us-ascii"
We are a C/S 5.64 site. Has anybody mapped the LOINC codes to
Microbiology organism dictionary and would you be willing to share those
with us?
Thanks
John Brower
Methodist Health System
Sr. Clinical System Analyst II
214-947-1903
***********************************************************************
This electronic transmission contains information from Methodist Health
System and should be considered confidential and privileged. The
information contained in the above messages is intended only for the
use of the individual(s) and entity(ies) named above. If you are not the
intended recipient, be aware that any disclosure, copying, distribution,
or use of this information is prohibited. If you receive this
transmission
in error, please notify the sender immediately by return e-mail.
Methodist Health System, its subsidiaries and affiliates hereby claim
all
applicable privileges related to the transmission of this communication.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/f56ceeb4/attachment.html>
------------------------------
Message: 5
Date: Wed, 13 Feb 2013 18:01:59 +0000
From: "Gilbert,Angelina C" <
AGil...@cortlandregional.org>
To: "'Cindy G. Thomas'" <
cth...@hamptonregional.org>, "Cole, Beth"
<
eac...@newmanrh.org>, "Meditech L (medit...@MTUsers.com)"
<medit...@MTUsers.com>
Subject: Re: [MT-L] MAGIC ABS: managing accounts that unfinalize
Message-ID:
<520A4EB47BA43B4AA4A...@w2k8-exchange.cortlandhospital.o
rg>
Content-Type: text/plain; charset="us-ascii"
We are in the same boat here. Here, however, we don't Finalize all of
our Outpatients Patient Classes (only some) so that muddies the picture
for us. Since our Standard reports don't offer us the option to date
range & they have a bunch of old "junk" cluttering up the works, I was
thinking of getting an npr written that we can run by date range for our
Outpatients. That would give us manageable lists and they could be
scheduled to run to see what's falling-out & back to InProcess after it
should have been completed.
For Inpatients, my suggestion to HIM was to schedule the Standard
Ignored/Late ADM Edits List and have it reviewed for any Inpatients that
may have gone back to In Process due to back-dated Admissions activity.
I haven't heard if they have tried it or if they hated it.
Another trick we came up with is that if you use the Batch Finalize
routine, it will show a list of what's on the queues to be refilled.
We're also still struggling to find a "process" but we've got something
to go on, at least.
Thank you,
Angelina Gilbert
Revenue Integrity Specialist
Cortland Regional Medical Center
134 Homer Avenue
Cortland, NY 13045
607-428-5599
From: Cindy G. Thomas [mailto:
cth...@hamptonregional.org]
Sent: Wednesday, February 13, 2013 8:08 AM
To: Cole, Beth; Meditech L (medit...@MTUsers.com)
Subject: Re: [MT-L] MAGIC ABS: managing accounts that unfinalize
I am having the same problem. Any suggestions would be appreciated.
Cindy Thomas, RHIA
HIM DIrector/MS Coordinator
p)
803-943-1259 (f)
803-943-1242
From:
meditech-...@mtusers.com
[mailto:
meditech-...@mtusers.com] On Behalf Of Cole, Beth
Sent: Tuesday, February 12, 2013 5:19 PM
To: Meditech L (medit...@MTUsers.com)
Subject: [MT-L] MAGIC ABS: managing accounts that unfinalize
We are looking for better ways to manage the accounts that unfinalize in
ABS because of changes in ADM or B/AR. MEDITECH says the system is
working as designed. Our coders are frustrated because they close an
account and it reopens and they close it and it reopens, sometimes
several times before a bill goes out the door.
If you've got a process that works really well for you, I'd love to hear
it.
Beth
Beth Cole
Senior Systems Analyst
Newman Regional Health
Emporia, KS 66801
v:
620.343.6800 x1131
f:
620.340.6797
www.newmanrh.org<
http://www.newmanrh.org/>
Save a tree...please don't print this e-mail unless you really need to
________________________________
*****Confidentiality Notice: This email message and any files
transmitted with it may contain confidential information intended only
for the person(s) to whom this email is addressed. If you have received
this email in error, please notify the sender immediately by phone or
email and destroy the original message without making a copy.*****
________________________________
*****Confidentiality Notice: This email message and any files
transmitted with it may contain confidential information intended only
for the person(s) to whom this email is addressed. If you have received
this email in error, please notify the sender immediately by phone or
email and destroy the original message without making a copy.*****
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/c4c6bbf4/attachment.html>
------------------------------
Message: 6
Date: Wed, 13 Feb 2013 13:02:06 -0500
From: Julia Carter <
jca...@jacobusconsulting.com>
To: "Gilbert,Angelina C" <
AGil...@cortlandregional.org>, Joshua
Silver <
joshua...@patientco.com>,
medit...@mtusers.com
Subject: Re: [MT-L] Auto-posting self pay remits
Message-ID: <
5917db166c569505...@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"
Yes, that?s another good use of the SP remit. My current site does that
along with the SP lockbox file from the bank.
Meditech?s DCS interface (Debt Collection System) is even sweeter for
bad
debt turnovers and payments.
Julia
*Jacobus* Consulting
229-891-6668
*From:*
meditech-...@mtusers.com [mailto:
meditech-...@mtusers.com] *On Behalf Of *Gilbert,Angelina C
*Sent:* Wednesday, February 13, 2013 12:54 PM
*To:* Joshua Silver;
medit...@mtusers.com
*Subject:* Re: [MT-L] Auto-posting self pay remits
I know that I was told we could do this for our Bad Debt SP files and
that
Meditech would customize the program for us based off of the flat file
we
received. That was back in 4010 but it was pretty straight-forward and
as
I recall the cost of the custom was reasonable. We didn?t get enough
volume or internal interest to bother actually pursuing it?but in theory
it
was possible. We were to provide Meditech, with the spec of our flat
file
& what we wanted included in the batch & then they would have had it
working. It seemed pretty simple (and I worked in IS at the time so I
am
allowed to say that J).
Thank you,
Angelina Gilbert
Revenue Integrity Specialist
Cortland Regional Medical Center
134 Homer Avenue
Cortland, NY 13045
607-428-5599
*From:* Julia Carter
[mailto:
jca...@jacobusconsulting.com<
jca...@jacobusconsulting.com>]
*Sent:* Tuesday, February 12, 2013 1:38 PM
*To:* Jim Joyner; Joshua Silver;
medit...@mtusers.com
*Subject:* Re: [MT-L] Auto-posting self pay remits
If you have your self pay payments going to a bank lockbox, they may be
able to supply the file for you. You have to have the remit program
from
Meditech, of course.
Julia
*Jacobus* Consulting
229-891-6668
*From:*
meditech-...@mtusers.com [mailto:
meditech-...@mtusers.com] *On Behalf Of *Jim Joyner
*Sent:* Tuesday, February 12, 2013 1:21 PM
*To:* Joshua Silver;
medit...@mtusers.com
*Subject:* Re: [MT-L] Auto-posting self pay remits
I don?t think this is possible (reading in a self pay remit file)
But you could use a scripting tool to add the records via Batch Entry.
At a minimum, you?d need:
Acct #
Txn/Payment Date
Payment Amount
.. and use your common Self Pay payment procedure for each transaction.
What might make it difficult is your ?batch? would need to have controls
(qty/amount), and balance before it would post.
This might require some type of header/footer record with totals.
Your scripting tool would need to be able to interact with Windows,
mouse/keyboard emulation, and reading a file like you describe as a
datasource.
My two cents.. I?m sure others might have other opinions/thoughts..
*Jim Joyner** **| *Financial Systems Analyst
* *
*Silverton Health**
*
971.983.5368 *Direct *
503.873.1621 *Fax *
jjo...@silvertonhealth.org
342 Fairview, Silverton, OR 97381
*silvertonhealth.*org
*From:*
meditech-...@mtusers.com [
mailto:
meditech-...@mtusers.com <
meditech-...@mtusers.com>]
*On
Behalf Of *Joshua Silver
*Sent:* Wednesday, February 06, 2013 3:15 AM
*To:*
medit...@mtusers.com
*Subject:* [MT-L] Auto-posting self pay remits
I want to be able to auto-post self-pay remits into Meditech using a
flatfile. Does anybody know the best way to accomplish this and where to
find out what the required file spec is?
Thanks!
_________________________________________________________________
Joshua Silver | Patientco
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/c0b8db72/attachment.html>
------------------------------
Message: 7
Date: Wed, 13 Feb 2013 13:05:09 -0500
From: "Wayne Willis" <
Wayne....@onslow.org>
To: "Joe Cocuzzo" <
Joe.C...@iatric.com>, <
medit...@mtusers.com>
Subject: Re: [MT-L] Bold a field if it meet critiera
Message-ID:
<
30875F1F6794394DBB68...@omhexg.ONSLOW.ORG>
Content-Type: text/plain; charset="us-ascii"
Thanks guys for both answers.
From: Joe Cocuzzo [mailto:
Joe.C...@iatric.com]
Sent: Wednesday, February 13, 2013 12:34 PM
To: Wayne Willis;
medit...@mtusers.com
Subject: RE: Bold a field if it meet critiera
This should work, make FONT attribute check /FLAG to decide whether to
be "b" or "n"
FONT="_IF{/FLAG "b";"n"}_"
VAL=IF{%Z.elapsed.time(@sign.date,@sign.time,@init.date,@init.time,"hh.h
h")^ET,IF{ET>96 1;""}^/FLAG,ET}
Joe Cocuzzo
Sr. Vice President
Reporting Services
Iatric Systems, Inc.
Phone/Fax:
(978) 805-4115
Email:
Joe.C...@iatric.com <mailto:
Joe.C...@iatric.com>
Web:
www.iatric.com <
http://www.iatric.com/>
<
http://www.iatric.com/>
Iatric Systems helps healthcare providers achieve success by delivering
the most comprehensive healthcare IT integration.
__________
From:
meditech-...@mtusers.com [
mailto:
meditech-...@mtusers.com] On Behalf Of Wayne Willis
Sent: Wednesday, February 13, 2013 12:17 PM
To:
medit...@mtusers.com
Subject: [MT-L] Bold a field if it meet critiera
I have a computed field that calculates elapsed time. I want to print
this one value in Bold if the elapsed time is great then 96 hours,
Otherwise just print normal.
Can this be done and how?. There are other data elements on this detail
line that should not be in bold.
DAT=FREE
JFY=L
LEN=11
VAL=%Z.elapsed.time(@sign.date,@sign.time,
VAL=@init.date,@init.time,"hh <mailto:
VAL=@init.date,@init.time,%22hh>
Hrs mm Mins")
Wayne Willis
Onslow Memorial Hospital
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/00598bf1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 3563 bytes
Desc: image001.gif
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/00598bf1/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 16402 bytes
Desc: image002.png
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/00598bf1/attachment.png>
------------------------------
Message: 8
Date: Wed, 13 Feb 2013 13:19:38 -0500
From: "Bosworth, Kathryn" <
kbos...@cmh-net.org>
To: <
Medit...@mtusers.com>
Subject: [MT-L] New Results After Discharge Magic 5.64
Message-ID:
<B9239ADE73465E45882B...@cmhx03.cmhnet.local>
Content-Type: text/plain; charset="us-ascii"
Greetings...
I am having a devil of a time setting up what I would think is a simple
report and since Meditech is being no help, I thought I would come to
the experts...
I need a New Results After Discharge report. We need them for the
Primary Care Providers ONLY and only for results completed after
discharge.
Meditech has me doing Linked reports and I can't believe there is not a
simple way to do this...
Any help would be most appreciated...
Kathy
Kathryn Bosworth BSMT(ASCP)
LIS Coordinator
Columbia Memorial Hospital
71 Prospect Ave
Hudson, NY 12534
Office:
(518) 828-8129
Mobile:
(518) 653-8466
This email message and any accompanying data or files is confidential
and may contain privileged information intended only for the named
recipient(s). The recipient of this email is prohibited from disclosing
the information to
any other party and is required to destroy the information after the
stated
need has been fulfilled. The information contained herein is regarded
as Protected Health Information (PHI) as defined by the Health Insurance
Portability and Accountability Act (HIPAA), and must be treated in
accordance with the law. Any breach of confidentiality may result in
potential liability, including civil and criminal penalties. If this
information is received by anyone other than the intended recipient,
please delete this email from your computer, destroy any copies in any
form immediately and contact the sender by return email or telephone.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/524da649/attachment.html>
------------------------------
Message: 9
Date: Wed, 13 Feb 2013 13:39:15 -0500
From: "Dave Tunc" <
dt...@valleyhealth.com>
To: <
medit...@mtusers.com>
Subject: Re: [MT-L] New Results After Discharge Magic 5.64
Message-ID: <
511B97830200...@VHS-VM-GWIA.valleyhealth.com>
Content-Type: text/plain; charset="us-ascii"
Check out Joe's Muse 2007 presentation. The report used in the
presentation seems close to what you want.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/e08b758d/attachment.html>
------------------------------
Message: 10
Date: Wed, 13 Feb 2013 18:56:25 +0000
From: Jim Sehloff <
JSeh...@hfmhealth.org>
To: "'Brower, John C'" <
JohnB...@mhd.com>, "
medit...@mtusers.com"
<
medit...@mtusers.com>
Subject: Re: [MT-L] C/S Microbiology LOINC code mapping
Message-ID:
<
4E8EC2E8BE8F4442A81B...@HFM-EXCH-MBX2.hfmhealth.com>
Content-Type: text/plain; charset="us-ascii"
So few organisms have LOINC codes defined that I decided that it was not
worth doing.
Jim Sehloff
M.S. MT(ASCP)
Information Security Analyst
CareTech Solutions at Holy Family Memorial
P.O. Box 1450
Manitowoc, WI 54221-1450
Office:
(920) 320-2799
Cell:
(920)973-4431
[Description:
cid:image0...@01CBED7C.25F80550]<
http://www.caretech.com/>
Helping extraordinary people do extraordinary things
From:
meditech-...@mtusers.com
[mailto:
meditech-...@mtusers.com] On Behalf Of Brower, John C
Sent: Wednesday, February 13, 2013 11:59 AM
To:
medit...@mtusers.com
Subject: [MT-L] C/S Microbiology LOINC code mapping
We are a C/S 5.64 site. Has anybody mapped the LOINC codes to
Microbiology organism dictionary and would you be willing to share those
with us?
Thanks
John Brower
Methodist Health System
Sr. Clinical System Analyst II
214-947-1903
***********************************************************************
This electronic transmission contains information from Methodist Health
System and should be considered confidential and privileged. The
information contained in the above messages is intended only for the
use of the individual(s) and entity(ies) named above. If you are not the
intended recipient, be aware that any disclosure, copying, distribution,
or use of this information is prohibited. If you receive this
transmission
in error, please notify the sender immediately by return e-mail.
Methodist Health System, its subsidiaries and affiliates hereby claim
all
applicable privileges related to the transmission of this communication.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/407f229a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 8890 bytes
Desc: image001.gif
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/407f229a/attachment.gif>
------------------------------
Message: 11
Date: Wed, 13 Feb 2013 13:16:03 -0600
From: "Julie Sitzmann" <
Julie.S...@medassociates.org>
To: "Michael McEldowney" <
mmce...@srhc.com>, "Ron Baugh"
<
RBa...@qhc.on.ca>
Cc:
medit...@mtusers.com
Subject: Re: [MT-L] Interface survey
Message-ID:
<
192261789B1D2349B59...@ahdc169n6.averamail.net>
Content-Type: text/plain; charset="utf-8"
What software are you interfacing with? Is it a clinic EMR?
I would be interested in talking to someone that has a bidirectional
interface between C/S 5.65 and Greenway PrimeSuite for orders and
results?
Julie Sitzmann
Clinic Administrator
Family Medicine Clinics
Le Mars, IA 51031
712.546.3604
From: Michael McEldowney [mailto:
mmce...@srhc.com]
Sent: Wednesday, February 13, 2013 9:32 AM
To: Ron Baugh
Cc:
medit...@mtusers.com
Subject: Re: [MT-L] Interface survey
Hi Ron,
We are C/S 5.65. We have been using Mirth Connect for over a year.
Prior to Mirth we used Cloverleaf. We switched because of the expense
of Cloverleaf.
Mirth is inexpensive (free) and can run on Windows, Mac OSX, and Linux.
You only pay for support if you want to, and support is inexpensive. We
rely mostly on the community support forums. No cons that I know of. I
highly recommend taking a look at it.
Mike McEldowney
Director of Information Services
Salina Regional Health Center
400 S Santa Fe
Salina, KS 67401
785-452-6005
________________________________
From: "Ron Baugh" <
RBa...@qhc.on.ca>
To:
medit...@mtusers.com
Sent: Tuesday, February 12, 2013 7:09:37 AM
Subject: [MT-L] Interface survey
Hello group; I would like what different interface engines are out
there.
Can you let me know what version of Meditech you are?
Which type of engine you are using and how long?
Also if there are any pros or cons with this enging?
Thank you.
Ron
-----------------------------------------------------
CONFIDENTIAL NOTICE: This e-mail message, including any attachments, is
intended only for the use of the intended recipient(s) and may contain
information that is privileged, confidential and prohibited from
unauthorized disclosure under applicable law. If you are not the
intended recipient of this message, any review, dissemination,
distribution or copying of this message is strictly prohibited. If you
received this message in error, please notify the sender by reply e-mail
and destroy all copies of the original message.
-----------------------------------------------------
===###===###===###===###===###===###===
To unsubscribe from the meditech-l, follow the instructions at the URL
http://mtusers.com/mailman/options/meditech-l_mtusers.com/
Please do NOT send messages that ask "Please post to the list" or "I'd
like to see your answers" or "Send that info to me, too" These are
useless messages that just waste the email server's resources. Instead,
email the original requester and ask that they send you or post the
results of their question.
Go to
http://MTUsers.net for other information on the list, as well as:
1) reading meditech-l messages online
2) job opportunities
3) vendor products and service
Do NOT send email to meditech...@MTUsers.com. This is a system
email box that is NOT monitored by a human. If you need help or advice
on how to use the meditech-l, email ju...@MTUsers.net. Julia helps
manage the meditech-l, so she is your best resource.
===***===***===***===***===***===***===
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<
http://mtusers.com/pipermail/meditech-l_mtusers.com/attachments/2013021
3/c895ba18/attachment.html>
------------------------------
_______________________________________________
Meditech-l mailing list
Medit...@mtusers.com
http://mtusers.com/mailman/listinfo/meditech-l_mtusers.com
End of Meditech-l Digest, Vol 1, Issue 22
*****************************************
===###===###===###===###===###===###===
To unsubscribe from the meditech-l, follow the instructions at the URL
http://mtusers.com/mailman/options/meditech-l_mtusers.com/
Please do NOT send messages that ask "Please post to the list" or "I'd like to see your answers" or "Send that info to me, too" These are useless messages that just waste the email server's resources. Instead, email the original requester and ask that they send you or post the results of their question.
Go to
http://MTUsers.net for other information on the list, as well as:
1) reading meditech-l messages online
2) job opportunities
3) vendor products and service
Do NOT send email to meditech...@MTUsers.com. This is a system email box that is NOT monitored by a human. If you need help or advice on how to use the meditech-l, email ju...@MTUsers.net. Julia helps manage the meditech-l, so she is your best resource.
===***===***===***===***===***===***===