Hi
Is there anyway to transform the blob data stored in sybase database to text string in OBX.5 message?
Outbound channel created with direct select from the table where blob data is residing. HL7 message generated to text file shows only javax.sql.clobimpl in OBX.5
mapping
tmp[..][OBX.5]=msg['t_observation'].toString() // t_observation is column of blob datatype
How this object can be converted to readable text data?
Is there anyway to transform the blob data stored in sybase database to text string in OBX.5 message?
Outbound channel created with direct select from the table where blob data is residing. HL7 message generated to text file shows only javax.sql.clobimpl in OBX.5
mapping
tmp[..][OBX.5]=msg['t_observation'].toString() // t_observation is column of blob datatype
How this object can be converted to readable text data?
Comment