; format data into a 132-column
; output array...
; DATA = an array containing a specific order node for a selected
; patient in file 53.7
; DAYS = a number that represents the number of initial boxes
; (1 box = 1 day) to add to lines 4-10 (max=7 -- note that
; this is usually a 3-day MAR, but a 7-day MAR could be
; returned from this format utility)
; MLCNT = Number of Med-log entries to print with orders
; RESULTS = an array passed by reference into which the formatted
; entry is set up returns a formatted array in RESULTS
; (note: total line count is returned at RESULTS(0))