January 17, 2022

Print Screens/Reports/Macros/Procedure Logic for NPR Procedures in MEDITECH C/S

  1. Select the Report DPM NPR.PROC
  2. Enter a report name (any name you like)
  3. Page 1 will need a Report Title:   
    "_%NPR)PROC..zcus.report.M..s(0)_"

    You will need to replace "report" with the name of your report.
  4. Set Active field set to Y and set Page Banner to NONE
  5. Step 5 Add the following Footnotes:

      AL START start
      SFF NO
      EFF NOPFF NO
  6. File and translate your report
  7. Add a macro called start with the following code:

      ""^/Z.PRT.SUPPRESS.PRINTING^/R.FRAGMENT,
      %NPR.PROC.list.proc.dfts("")
  8. File and translate your start macro
  9. Add a macro called s with the following code:

      IF{'/GO 1^/GO,
      1^/Z.PRT.SUPPRESS.PRINTING},
      "PRINT NPR PROCEDURES";
  10. File and translate your macro and then retranslate your report again

Topics: Report Writing, NPR Report

You Might Also Enjoy

Steps: Select the Report DPM NPR.DOLT Enter a report name (any name you like) Page 1 will ...

Select the Report DPM NPR.DOLT Enter a report name (any name you like) Page 1 will just ...

NPR.SEG.id.editor is a very useful routine in MEDITECH's C/S software that provides handy ...

Meditech's C/S software has a nice function for "spying" on your own "job". If you are ...

The Footnote FD (Field Delimiter) requires you to enter the ASCII code for a keystroke. ...