============
Mirth 1.3.1
Channel - Database Reader to FileWriter
Outbound ORU message for transcription
============
Backend SQL Server 2000 table has the transcription note stored in Text data type column. Using a SQL Statement to get the
value.
How do I get the transcription note in plain text in a JavaScript Transformer step.
I get this output when I try to print the data:
=========
var transInSQLTextType = msg['documenttext'].toString();
logger.info('Test transInSQLTextType: ' + transInSQLTextType);
Output:
outbound-transformation: Test transInSQLTextType: [email protected]
=========
Appreciate your help.
Thanks in advance.
Mirth 1.3.1
Channel - Database Reader to FileWriter
Outbound ORU message for transcription
============
Backend SQL Server 2000 table has the transcription note stored in Text data type column. Using a SQL Statement to get the
value.
How do I get the transcription note in plain text in a JavaScript Transformer step.
I get this output when I try to print the data:
=========
var transInSQLTextType = msg['documenttext'].toString();
logger.info('Test transInSQLTextType: ' + transInSQLTextType);
Output:
outbound-transformation: Test transInSQLTextType: [email protected]
=========
Appreciate your help.
Thanks in advance.
Comment