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

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

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

SUB is a Field Attribute not documented on Meditech's website. It allows you to define ...

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