|
|
Search
You searched for the word(s):
Showing page 1 of 4 (39 total posts)
< 1 second(s)
-
Command-Line Arguments can be passed in with your call to the Meditech Remote Workstation. These Command-Line Arguments can
then be parsed out.
This example will demonstrate how to create your own sign-on Program using an NPR Report Macro. This Macro will parse out the Command-Line Arguments. If there are no Command-Line ...
-
You can send Emails from a CDS in CS but you must have the Meditech Parameters set up to use either SMTP or MAPI protocols.
Here are the steps for sending an email if you have these parameters set up:
1) Create an NPR Report called MIS.USER.zcus.ip.email with any Report Title you like and Active set to Y. Then File and ...
-
Suppose you want to produce a list of RXs for all current Inpatients. This example will be for CS customers.
The ADM.PAT room.bed.index Table has a record for each current Inpatient. We will use "ADM.PAT" as the Index DPM and
"room.bed.index" as the Index File.
The PHA.RX patient.x Table has a record for each RX ...
-
Step 1: Create an NPR Report to produce a downloaded file and add the following Footnote: AL CLOSE.UP close.up
Step 2: File and Translate your report.
Step 3: Create a Report Macro called close.up with the following code:
IF{@Not(@Z.rpt.found);
/R.HALTED;
...
-
There is no harm in running this report. It is a view-only routine and does nothing more than display data.
-
@Pgm.name is an NPR Programming Macro that can come in handy, especially when using the Debug programs in an NPR Report Macro.
@Pgm.name("") will return the name of the current NPR Report Macro. For instance, assuming your NPR Report is called 'MIS.USER.zcus.report' and your NPR Report Macro is called ...
-
@Translation.message is a NPR Programming Macro that can be used in NPR Report Writer Macros to have a message appearing while a Macro is translating. This can come in handy to have a message appear reminding you to translate your report (A report needs to be translated if a macro that is incorporated via the AL Footnote is ...
-
MV (Multi-Value) Arrays allow for the creation of our own "multiples". Often the MV array itself is created in an NPR Report Writer macro which is integrated into the report via the AL Footnote. User-defined (xx) fields are placed on report lines as though they were any other multiple. The Line Attribute MV is ...
-
The Meditech MAGIC programming language (both MAGIC and C/S) includes many different functions. Most of these functions are represented by a single letter, although there are some exceptions to that rule. The Meditech Operating System interprets these functions by recognizing the first letter of the function, then ignoring each ...
-
Sometimes Meditech does not make a segment available as a Detail Segment in their NPR Report Writer. The NPR Segments
are stored in their own DPM called NPR.SEG. There is a field attached to each segment called cust.rw.access which
determines whether or not the segment will be available as a Detail Segment.
We can still access these ...
1
|
|
|