LogLine

Top  Previous  Next

S

A

W

WS

ü

ü

Syntax -

LogLine <StringValue1> ... <StringValueX>

Where:

<StringValueX> is a literal string or a variable that contains a literal string.

       

Description:

This command works the same way that a LOG statement does, except that there is a new line character added to the end of the text.  <StringValueX> can be a literal string such as "Beginning Processing" or a script variable that contains a literal string.

 

Sample:

The following statement uses the LogLine command to log the patient ID, last name and first name to the log file.

LogLine PTID ": " Last Name ", " FirstName