Summary
Channel identity, revision, enabled state, tags, and description.
Studio
Mirth Studio
Routes finalized pathology result payloads to the Lumea outbound drop path.
Select Source or a destination, then work through connector, filter, transformer, and response tabs like the Java Admin console.
Source
Receives messages routed from another channel.
Channel identity, revision, enabled state, tags, and description.
Destination add/delete/clone/enable/disable/order controls and selected destination details.
Inbound/outbound data types and data type-specific properties.
Entire-message, regex, DICOM, JavaScript, custom handlers, MIME rules, and reattachment.
Delimited parser/serializer and batch options.
DICOM parser/serializer and attachment handling.
EDI segment, element, and interchange settings.
HL7 parser/serializer, validation, and batch settings.
HL7 v3 XML parser/serializer settings.
JSON parser/serializer and formatting controls.
NCPDP parser/serializer properties.
Raw payload handling.
XML parser/serializer properties.
Raw/transformed/encoded/response content storage, encryption, queue, and recovery behavior.
Channel-level message/content retention and pruning behavior.
Code template libraries, resources, deploy/start/stop/pause/undeploy dependency behavior.
Custom metadata columns, indexed search fields, and extraction settings.
Connector property validation, script syntax checks, XML parse checks, and deploy readiness.
Deploy in debug mode and select scripts for break/step/inspect workflows where supported.
Receives messages routed from another channel.
Accepts DICOM associations and inbound image/message payloads.
Polls SQL databases using a JDBC driver or resource.
Reads files from local, FTP, SFTP, SMB, or extension-backed storage.
Exposes an HTTP endpoint with response, auth, header, and body handling.
Consumes messages from a JMS queue/topic.
Runs JavaScript to generate source messages.
Accepts TCP or MLLP framed payloads.
Receives SOAP/web-service requests.
Dynamic source connector supplied by an installed extension.
Routes payloads to another channel.
Sends DICOM payloads to a remote AE.
Writes rows or executes SQL using JDBC/resource settings.
Writes document output using template settings.
Writes files to local, FTP, SFTP, SMB, or extension-backed storage.
Sends payloads to HTTP services with auth, headers, body, and response handling.
Publishes to a JMS queue/topic.
Runs destination JavaScript and returns a response.
Sends email using SMTP or server email settings.
Sends TCP or MLLP framed payloads.
Invokes SOAP/web-service endpoints.
Dynamic destination connector supplied by an installed extension.
Deploy, undeploy, pre/post-processing, raw XML, and shared channel scripts live in their own workspace.
Source Filter · javascript
Pre-deploy checks that will become hard gates.
Everything required before the write path unlocks.
Fast access for coding inside the browser.
channelMap.put('caseNumber', caseNumber);connectorMap.put('outboundFileName', fileName);configurationMap.get('lumeaOutboundShare');logger.warn('Missing case number');DateUtil.getCurrentDate('yyyyMMddHHmmss');