MEDITECH Knowledge Base Article View
Article ID: 15710
Date: 2/14/2003
Published: 12/30/2003 Application: SCH
Subject: Report Writer
Platform: ALL
How can I print the scheduling note text and/or physician practice note text on
a NPR report?
Workshop: Advanced
The scheduling note text is stored in the ADM.PAT DPM within the segment
adm.pat.schedule.notes (Magic) and schedule.notes (C/S). You can print the schedule notes on
your report by using line attributes in conjunction with a computed field. The line attribute
will use a DO loop to increment each subscript within the adm.pat.schedule.notes segment. The
computed field will print the schedule note text.
On a detail line attribute:
[EMAIL PROTECTED],[EMAIL PROTECTED](ADM.PAT.sched.note.line) .,
ECE=.},
On the computed field referenced on the same line as the line attribute:
DAT=FREE
JFY=L
LEN=79
[EMAIL PROTECTED]
The physician practice note text is stored in the ADM.PAT DPM within the segment
adm.pat.ppr.schedule.notes (Magic) and ppr.schedule.notes (C/S). You can print the physician
practice notes on your report by using line attributes in conjunction with a computed field.
The line attribute will use a DO loop to increment each subscript within the
adm.pat.ppr.schedule.notes segment. The computed field will print the schedule note text.
On a detail line attribute:
[EMAIL PROTECTED],[EMAIL PROTECTED](ADM.PAT.ppr.encounter.seq) .,
[EMAIL PROTECTED](ADM.PAT.ppr.sched.notes.line) .,
ECE=.}},
Only computed field referenced on the same line as the line attribute:
DAT=FREE
JFY=L
LEN=79
[EMAIL PROTECTED]
Howard Chase, RN
Androscoggin Valley Hospital
59 Page Hill Road
Berlin, NH 03570
(603)326-5669
Guardiola, Suzannah wrote:
Hello All-
I’m having some trouble pulling in a field on an NPR report written for
CWS. The report pulls the list of scheduled appointments and such and
they want the scheduler notes included. I’ve tried various things and
nothing seems to work, any ideas? Any help with pulling in scheduler
notes onto the report would be great! Thanks so much and have a great
holiday!
* *
*Suzannah Guardiola*
*ITS Module Specialist*
*St. Catherine Hospital*
*(832) 453-5182*
------------------------------------------------------------------------
======================================
All messages should be posted in plain text.
HTML will be converted to attachments.
The meditech-l web site is MTUsers.com
______________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l
======================================
All messages should be posted in plain text.
HTML will be converted to attachments.
The meditech-l web site is MTUsers.com
______________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l