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

In the MEDITECH NPR DPM MIS.GL.PERIOD, there is an index (table) called date.x (Logical ...

March was a whirlwind month for IPeople, packed to the brim with customer meetings and ...

Suppose you have multiple BAR databases (BAR.DB1 and BAR.DB2, for instance). When you run ...

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

Sometimes a field from a Child Segment has multiple lines of free text. Let's assume the ...