PARAM |
Input |
Array, subscripted by paramter name, that contains
information specific to building of segment (full global reference)
|
OUTARR |
Input |
Output array (full global reference). Defaults to
^TMP("VAFHLROL",$J)
|
FIELDS |
Input |
List of fields (sequence numbers) to include
seperated by commas. Defaults to all required fields (1-4).
|
FLDSEP |
Input |
HL7 field seperator (1 character). Defaults to ^
(carrot).
|
ENCODE |
Input |
HL7 encoding characters (4 characters). Defaults to ~
|\& (tilde bar backslash ampersand).
|
NULL |
Input |
HL7 null designation. Defaults to "" (quote quote).
|
MAXLEN |
Input |
Maximum length of a single line in the segment array
(i.e. when to wrap to next node in output). Defaults to 245.
|