Message Processing Index¶
This index lists all message processing related objects and methods.
Index (signatures)¶
qie methods¶
qie.addInboundMessage(record, originalFilename)qie.applyXSLTransform(xslTemplate, value)qie.awaitingMessageResponse()qie.cancelMessageResponse()qie.createASTMMessage(field*, repeat*, comp*, escape*, segment*, encoding*)qie.createBinaryMessage(value*, encoding*)qie.createCSVMessage(template*, quoteValues*, quoteChar*, separator*, encoding*, headerRow*)qie.createDICOMMessage(input*)qie.createEDIFACTMessage(segment*, element*, component*, escape*, encoding*)qie.createFixedLengthMessage(length, lineEnding, encoding*, fieldDefinition*)qie.createHL7Message(field*, comp*, repeat*, escape*, subComp*, segDel*, encoding*)qie.createJSONMessage(template*, encoding*)qie.createTextMessage(value*, encoding*)qie.createX12Message(element*, component*, segment*, encoding*)qie.createXMLMessage(template, encoding*)qie.deIdentifyMessage(message, variableName, certificateName, nodePath*)qie.deduceBoolean(value, expanded*)qie.doTableLookup(value, notFoundValue, tableName, sourceColumn, targetColumn)qie.escapeASTM(value, field*, repeat*, comp*, escape*)qie.escapeCsv(value)qie.escapeHL7(value, field*, comp*, repeat*, escape*, subComp*)qie.escapeHtml(value)qie.escapeJson(value)qie.escapeSql(value)qie.escapeXml(value)qie.evaluateTemplate(template, parameters*, escapeFor*, isJSON*, endpointURL*, alternateMessages*)qie.getChannelEncoding()qie.getStreamPath()qie.parseASTMString(value, field*, repeat*, comp*, escape*, encoding*)qie.parseCSVString(value, quoteValues*, quoteChar*, separator*, headerRow*, encoding*)qie.parseEDIFACTString(value, segment*, element*, component*, escape*, encoding*)qie.parseFixedLengthString(value, length, lineEnding, encoding*, fieldDefinition*)qie.parseHL7String(value, field*, comp*, repeat*, escape*, subComp*, segDel*, encoding*)qie.parseJSONString(value, encoding*)qie.parseX12String(value, element*, comp*, segDel*, encoding*)qie.parseXMLString(value, encoding*)qie.postMessageResponse(response)qie.queueInboundMessage(record, originalFilename)qie.reIdentifyMessage(message, keyName, nodePath)qie.sendOutReceiver(message, timeout*)qie.sendToChannelQueue(channelQueueId, content, encoding*, returnAsByteArray*)qie.spawnNewMessage(message)qie.throwAckError(error, resend*, emailMessage*)qie.unescapeASTM(value, field*, repeat*, comp*, escape*)qie.unescapeCsv(value)qie.unescapeHL7(value, field*, comp*, repeat*, escape*, subComp*, removeUnsupported*)qie.unescapeHtml(value)qie.unescapeJson(value)qie.unescapeXml(value)