Edit Views
This section is separated into the following topics:
Edit Channel View
Edit Filter / Transformer Views
Edit Global Scripts View
Edit Code Templates View
Edit Alert View
Edit Channel View
Edit Filter / Transformer Views
You can use the
Edit Filter
view or the
Transformer
view to configure filter rules and transformer steps.
Edit Global Scripts View
The Edit Global Scripts view provides global scripts across all channels.
Edit Code Templates View
This view is where code templates and libraries are configured for your
Mirth® Connect
server.
Edit Alert View
Use the Edit Alert view to configure and modfiy alerts.
Recommendations
Explore
Mirth® Connect by NextGen Healthcare User Guide
About Filters
The filter is the piece of a connector that decides whether a message should proceed to the next step or not. It is configured on the Edit Filter View within either the Source Tab or Destinations Tab within the Edit Channel View. A filter returns true or false. When the filter returns true, the message is said to have been accepted. When the filter returns false, the message is said to have been filtered. If the source connector filters out a message, it will not flow through the source transformer, and will not be processed by any of the destination connectors. If a destination connector filters out a message, it will not flow through the destination transformer, and will not be dispatched outbound by that destination connector. However other destinations may still process the message. A filter is comprised of multiple rules. Each rule is joined together with an operator, which can be AND or OR. For example a filter may look like this: Accept the message if: Rule 1 returns true OR Rul
Mirth® Connect by NextGen Healthcare User Guide
Edit Channel Tasks
The following context-specific tasks are available throughout the Edit Channel View: Task Icon Task Name Description Save Changes Saves a new revision of the current channel, if anything was actually changed. Validate Connector Validates the currently viewed connector, ensuring that all connector properties are valid and able to be saved. Edit Filter Enters the Edit Filter View for the currently viewed connector. Edit Transformer Enters the Edit Transformer View for the currently viewed connector. Import Connector Imports a connector from an XML file into the current channel. For source connectors, this completely overrides all source connector properties and the source filter/transformer. For destination connectors a new destination is added to the table. Export Connector Exports the currently viewed connector to an XML file. This includes all connector properties and the connector's filter / transformer. Export Channel Exports the current channel to an XML file. The channel must be s
Mirth® Connect by NextGen Healthcare User Guide
Navigation
Select the Channels link in the Mirth® Connect task pane at the top-left to enter the Channels View: In the Channel Table, select the channel you wish to edit, and select the Edit Channel task to the left: You can also double-click the channel row in the table. Once in the Edit Channel View, select either the Source Tab or Destinations Tab. Select a destination if necessary. Then, select on the Edit Filter, Edit Transformer, or Edit Response tasks to the left. The Edit Response task (for editing the response transformer) is only visible for destination connectors. This section is separated into the following topics: Message Templates Tab Message Trees Tab Reference Tab Create New Rules/Steps Rule/Step Table Filter Rule Properties Transformer Step Properties Response Transformers Working With Iterators View Generated Script Filter Tasks Transformer Tasks Parent topic: Edit Filter / Transformer Views
Mirth® Connect by NextGen Healthcare User Guide
Navigation
Select the Channels link in the Mirth® Connect task pane at the top-left to enter the Channels View. In the Channel Table, s select the channel you would like to edit, then select the Edit Channel task to the left. You can also double-click the channel row in the table to access the Edit Channel This section contains the following topics: Source Tab Edit Channel View Destinations Tab Scripts Tab Edit Channel Tasks Parent topic: Edit Channel View
Mirth® Connect by NextGen Healthcare User Guide
Management Views
This section is separated into the following topics: Channels View Users View Settings View Extensions View Channels View The Channels View is the main management window for all channels configured on your Mirth® Connect server. Users View The Users view is the main management screen for all users that have access to log on to Mirth® Connect. Settings View The Settings view encompasses a wide variety of management settings and tasks for your Mirth® Connect server. Extensions View Parent topic: Mirth Connect Administrator
Mirth® Connect by NextGen Healthcare User Guide
General Channel Properties
General Channel properties are configured on the Summary Tab within the Edit Channel View and include: Unique ID, name, and description. Links to Code Template Libraries: These let the channel know which custom functions are available in specific JavaScript contexts. Links to Library Resources: These let the channel know which custom Java classes are available in specific connectors and/or JavaScript contexts. Deploy/Start Dependencies: These determine which channels are dependent on this one, and also which channels are dependencies for this one. This way you can have some channels deploy and start before others. Attachment Handler: This allows you to extract pieces of any incoming message and store them separately. As a message processes through a channel, multiple copies of it will be held in memory at once (for the raw / transformed / encoded versions of a message). Attachments are stored only once, so by using them you can greatly reduce your channels' memory footprint. Message St