View Mappings
- Select a connector message in the Metadata Table.
- Select the Mappings tab (located below the Metadata Table).
- Double-click entries in the table to view the values in a separate dialog.
Mirth® Connect by NextGen Healthcare User GuideView Message Errors
Select a connector message in the Metadata Table. Select the Errors tab (located below the Metadata Table). Note that this tab is only available if the connector message actually has error content. Select the radio button corresponding to the content type you want to view. Parent topic: Errors Tab
Mirth® Connect by NextGen Healthcare User GuideView Message Content
Select a connector message in the Metadata Table. Select the Messages tab (located below the Metadata Table). Select the radio button corresponding with the content type you want to view. Parent topic: Message Content Tab
Mirth® Connect by NextGen Healthcare User GuideErrors Tab
If any error content exists for a connector message, a separate Errors tab will be present in the message browser when you select that row in the Metadata Table. You can tell beforehand whether a connector message has error content by looking at the Errors column in the metadata table. For additional information, see Metadata Table. View Message Errors Error Content Types Parent topic: Message Browser View
Mirth® Connect by NextGen Healthcare User GuideFrom the Channels View
Select the Channels link in the Mirth Connect task panel on the upper-left side of the window. Select a channel where the messages you would like to view reside. Select the View Messages task in the left task list. For additional information, see Channel Tasks. This section is separated into the following topics: Metadata Table Message Content Tab Mappings Tab Errors Tab Attachments Tab Search Messages Message Browser Tasks Parent topic: Navigation
Mirth® Connect by NextGen Healthcare User GuideCustom Metadata Columns
Custom metadata columns are user-created, searchable columns that appear in the Metadata Table in the Message Browser. As messages process through a channel, these columns are populated from the Variable Maps using a configurable map key. Column Description Column Name The name of the actual database column. This name will also be shown in the metadata table when viewing the message browser for the channel. Type The type of column to create. STRING: A textual string value. NUMBER: A numeric value. This may be an integer or floating point value. BOOLEAN: A true/false value. TIMESTAMP: A date/time value. Variable Mapping The key used to look up values in all available variable maps for each connector. As explained in the Variable Maps section, the following maps (if available) will be checked in this order: Response Connector Channel Source Global Channel Global Configuration Modifying Custom Metadata Columns Parent topic: Summary Tab
Mirth® Connect by NextGen Healthcare User GuideMessage Metadata
Metadata typically refers to important information about the message, but not the actual message content. Message Metadata includes: Message ID: Every message for any given channel has a unique integer ID, the Message ID. The Message ID is used to organize data in the message browser and join connector messages together. Connector Metadata ID: Each connector has its own ID, referred to as the connector metadata ID. The source connector always has a metadata ID of zero (0). Destination connector metadata IDs start at one (1) and increment for each new destination you add to the channel. Status: Each connector message has a status, which tells the channel the current processing state. For example, the status could be RECEIVED, which means the raw data has been committed to the database, but the message is in the middle of being processed. It could be QUEUED, which may mean it is sitting in a queue waiting to be processed, or one or more attempts have been made to process the message, but