Table Columns
Column
Description
Key
The unique key that identifies the selected entry within the configuration map.
Value
The actual value of the selected entry.
Comment
For documentation purposes only.
Recommendations
Explore
Mirth® Connect by NextGen Healthcare User Guide
Tasks
Task Icon Task Name Description Import Map Overwrites all entries in the table with the ones in the given properties file. Export Map Exports all entries in the table to a properties file. Parent topic: Configuration Map Settings Tab
Mirth® Connect by NextGen Healthcare User Guide
Mappings Table Columns
Column Description Scope The type of map the entry is stored in. For additional information, see Variable Maps. Variable The unique key identifying the entry within the given map. Value The actual value of the entry. Parent topic: Mappings Tab
Mirth® Connect by NextGen Healthcare User Guide
Configuration Map Settings Tab
The configuration map is one of the available variable maps that can be used from within channel properties or scripts. The fact that it is stored in the Application Data Directory as a flat file makes it unique. It is intentionally not included in server configuration exports. Because of this, you can use variables from this map in your channel properties, and the same channel can be used across multiple Mirth® Connect servers without having to edit the channel for each server. By default the values in the table are not immediately shown. Select Show values to reveal all of them on screen. The Configuration Map tab enables you to edit the entries in the configuration map for the current server. Double-click any of the cells in the table to edit the values. Select the Add / Remove buttons on the top-right side of the window to add or remove entries from the table. Image of the Configuration Map tab Table Columns Tasks Parent topic: Settings View
Mirth® Connect by NextGen Healthcare User Guide
Alerts Table Columns
Column Description Status Indicates whether the alert is enabled or disabled. Name The name of the alert. Id The unique ID for the alert. Alerted For enabled alerts, the number of times the alert has taken action (e.g. sent an e-mail) since it was last enabled. Parent topic: Alerts Table
Mirth® Connect by NextGen Healthcare User Guide
Mappings Tab
The Mappings tab shows all entries stored in variable maps for the selected connector message. View Mappings Mappings Table Columns Parent topic: Message Browser View
Mirth® Connect by NextGen Healthcare User Guide
Global Maps Table Columns
Column Description Server ID Identifies the ID of the server where the global map variable resides. Channel This will either be the channel name, or "<Global Map>" if the entry refers to the global map rather than a global channel map. Key The string used to uniquely identify the entry within the given map. Value The string representation of the current value residing in the map entry. Note that although the Global Maps table will show the string representation, the actual object resides in memory on the server side. If the object has no string representation you may see an entry like "java.lang.Object@123abc"; instead. For values with long string representations, the value shown in the table will be truncated. To show the entire message for these entries, double-click the value cell: Parent topic: Global Maps