RXPert Contents | 2Q94 Pages 3 & 4 |
June 1994 10th Edition
Written by Bruce Clutcher and Faith Thompson
Edited by Bruce Clutcher Published by Faith Thompson
NEW ALLERGY CODES
(By Bruce Clutcher)
First DataBank just released three new allergy codes:
74 - H2 Antagonists
75 - Potassium Sparing Diuretics
76 - Nicotine
Note: these new codes are already being delivered on the latest NDDF tapes. Model PRCON has not been updated. Therefore your clients may encounter an out-of-sync situation when applying an NDDF update and they try to key in one of these codes in through Service Master Maintenance (the allergy code field is edited against PRCON). To resolve this until a new PRCON can be delivered, just add these new codes to the hospital level of PRCON.
PROFILE PRINT SPECIFICATIONS
(by Faith Thompson)
Have you ever wanted to print out the contents of a profile (such as PRMNE) with one member per line - instead of one member per page - so that you conserve paper, and have a list that's easier to look at?
Profiles can be printed in two ways:
1. Build Profile - Print Definition --> this option uses a document with syntax "#PRxxxF" where "PRxxx" represents the profile name; each profile member prints on a separate page.
2. Print Profile --> this option uses a document with syntax "˘PRxxxF" (again, "PRxxx" represents the profile name); the document can be defined to print one profile member per line, which saves on paper. Some of the OAS profiles are set up on the Model OAS screen to print this way, but you can set this up for other profiles as well.
To implement option #2 above, follow the steps below:
a. Add the new profile to screen image GEPROF02. Define the immediate detectable probe &/or %KEYINNO on screen GEPROF02 and also in TCL GEPROF02. The definition will be:
- %RECORD = PCxxxzzz
- where "PCxxxzzz" is the profile key component.
b. Create a document using syntax "˘PRxxxF" (NOTE: the "cent" sign MUST be the first character, and "F" MUST be the last character). Define the document image using dynamic output lines which contain the profile components that you want to see on the printout. The lines should be defined as "%LINE01", "%LINE02", etc.
Give it a try!
DAY END MAR/IVAR AND DS 22.0 (By Bruce Clutcher)
With the advent of Delivery Systems (DS) 22.0 and the new Zero Down Time (ZDT) feature, the Card Input Deck processing is no longer available. As you know, the Card Input Deck is where the GHST command stacks the driver TCL for the MAR/IVAR For Manual Charting and the MAR/IVAR From Automated Charting.
After DS 22.0 is delivered, you will need to use the Report Scheduling system to automatically process these "day end" reports. On GEMFUN01 select !25 REPORT SCHEDULING. On SCMAIN04 enter '3' for SCHEDULES:
o For the MAR/IVAR For Manual Charting, on screen SCSCUP01:
- Action = A (add)
- Schedule Name = RXSHRLY
- Start Date = (date you want to start the MAR)
- Sched Type = C (for Cyclic)
- Frequency = HR01
- Deviations = +0+0+0+0+0+0+0 <ENTER>
- Return to SCMAIN04 and enter '1' - REPORTS. On SCRPUP01 enter the following information:
-> To run the MAR:
- Action = A (add)
- Report Library = RXSHRLY
- Report Name = RXSMAR
-> To run the IVAR:
- Action = A
- Report Library = RXSHRLY
- Report Name = RXSIVAR
o For the MAR/IVAR From Automated Charting:
- Action = A (add)
- Schedule Name = CHTHRLY
- Start Date = (date you want to start the MAR)
- Sched Type = C (for Cyclic)
- Frequency = HR01
- Deviations = +0+0+0+0+0+0+0 <ENTER>
- Return to SCMAIN04 and enter '1' for REPORTS. On SCRPUP01 enter the following information to run the MAR/IVAR:
- Action = A (add)
- Report Library = CHTHRLY
- Report Name = MAR/IVAR
- On the Reporting Frequencies screen, enter the time at which you want the report to execute.
- Press <ENTER> to bypass
the entries OUTPUT OVERRIDE screen (these options are not valid for this type of report).- On the SELECTION OPTION screen enter the process TCL you currently use in the Card Input Deck. Other information can be entered such as the nurse station and MAR/IVAR window. This additional information is normally passed to the programs from %fields in the process TCL or from PROC5, but can be passed through the Reporting Frequencies screen. If the information is on this screen and in the TCL or PROC5, the TCL or PROC5 will take priority.
Clients who have DS 22.0 and contracted for Med/IV Charting should also have two new programs, CHPPOC51 and CHPPOC5A. These programs are used to evaluate the selection options entered in Report Scheduling and are used to pass the data to the proper fields expected by the MAR/IVAR program, CHPPOC02. These programs also stack the process TCL.
Two items to remember:
First, Report Scheduling does not run in the TEST CICS for RCO clients. To test your multipatient MAR/IVARs, you can hard stack the process TCL or use "Test a TCL" in the OAS tools.
Second, Report Scheduling will not "catch up" if the CICS is down for more than the hour your report was scheduled to run. For example, if your MAR is scheduled for 2:15 and the CICS was down from 1:59 - 3:01, the MAR will not kick off.
Please see the DS 22.0 RCO Customer Upgrade Procedures or the Report Generation Manual for more details.
EVTS TICKETS
(By Bruce Clutcher):