May 23, 2022

MEDITECH CS Utility program to modify the length of multiple-field

Meditech has a great utility program in C/S in NUR for modifying the length of a multiple-field.  For instance, suppose you have an Array called /FROM that has a length of 50.  You can use this utility program to change the length to 40:

%NUR.TOOL.BOX.convert.length(^/FROM,^/TO,40)

The new Array is called /TO.

Topics: MEDITECH, NPR Report, CS System

You Might Also Enjoy

WITH is a Field Attribute that determines when a field should be evaluated during a ...

MV (Multi-Value) Arrays allow for the creation of our own "multiples". Often the MV array ...

You can modify your report so that everything that prints is sent to your Windows ...

There are two NPR Macros that can either launch a PC-based executable or automatically ...

l (that's a lowercase L) is the MAGIC function for returning the number of leading ...