const { parseAndPrintData } = require('./index'); // 离线自测:使用协议文档中的示例 ORU_R31 const sampleOruR31 = ` | ^~\\& Gambro_171 SW_8.52_SN_12345 Client_PC HIS 20231027103000 A1B2 ORU R31 MSG_00123 P 2.5 NE NE UNICODE 7Temperature 37.500000 cel F `; parseAndPrintData(sampleOruR31);