<!doctype html>
<html>
 <head> 
  <title>Viewing Messages</title> 
  <link rel="stylesheet" href="styles/site.css" type="text/css"> 
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
  <link rel="stylesheet" href="styles/icons.css" type="text/css">
  <script src="js/jquery.min.js"></script>
  <script src="tree/collapsibleTreeMenu.js"></script>
  <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css">
 </head> 
 <body class="theme-default aui-theme-default"> 
  <div id="page"> 
   <div id="main" class="aui-page-panel"> 
    <div id="main-header"> 
     <div id="breadcrumb-section"> 
      <ol id="breadcrumbs">  
       <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> 
       <li> <span><a href="Developing-Rhapsody_133161055.html">Developing Rhapsody</a></span> </li> 
       <li> <span><a href="Rhapsody-Objects_133161790.html">Rhapsody Objects</a></span> </li> 
       <li> <span><a href="Intelligent-Mapper_133161894.html">Intelligent Mapper</a></span> </li> 
       <li> <span><a href="Mapping-Project-Editor_133161904.html">Mapping Project Editor</a></span> </li> 
      </ol> 
     </div> 
     <h1 id="title-heading" class="pagetitle"> <span id="title-text">Viewing Messages</span> </h1> 
    </div> 
    <div id="content" class="view">  
     <div id="main-content" class="wiki-content group"> 
      <p>The Message Viewer enables you to examine the matched messages and the structural differences between them.&nbsp;Displayed on individual tabs matched message pairs, unmatched source messages and unmatched&nbsp;target messages. Selecting a message in any of these lists displays the message, or a message diff in the case of matched message pairs.</p>
      <p><span>Messages are displayed using&nbsp;</span><a href="http://healthstandards.com/blog/2006/11/02/hl7-escape-sequences/" class="external-link" rel="nofollow">HL7 escape sequences</a><span>&nbsp;where applicable.</span></p>
      <div class="confluence-information-macro confluence-information-macro-note">
       <span class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
       <div class="confluence-information-macro-body">
        <p>Rhapsody IDE does not display the content of a sample message if you have deleted or relocated the sample message on disk.</p>
       </div>
      </div>
      <p>The Message Viewer provides the following information:</p>
      <div class="table-wrap">
       <table class="confluenceTable">
        <tbody>
         <tr>
          <th class="confluenceTh">Tab</th>
          <th class="confluenceTh">Description</th>
         </tr>
         <tr>
          <td class="confluenceTd"><a href="Viewing-Messages_133161933.html">Matched</a></td>
          <td class="confluenceTd">A list of matched message pairs.</td>
         </tr>
         <tr>
          <td class="confluenceTd"><a href="Viewing-Messages_133161933.html">Unmatched Source</a></td>
          <td class="confluenceTd">A list of unmatched source messages.</td>
         </tr>
         <tr>
          <td colspan="1" class="confluenceTd"><a href="Viewing-Messages_133161933.html">Unmatched Target</a></td>
          <td colspan="1" class="confluenceTd">A list of unmatched target messages.</td>
         </tr>
        </tbody>
       </table>
      </div>
      <p><span style="color: rgb(0,0,0);font-size: 20.0px;">Matched</span></p>
      <p>The&nbsp;<strong>Matched</strong>&nbsp;tab displays a list of matched message pairs. Matched message pairs&nbsp;are source-target message pairs in which at least one message identifier matches in both&nbsp;the source and target messages.</p>
      <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="attachments/133161933/133161937.png" data-image-src="attachments/133161933/133161937.png" data-unresolved-comment-count="0" data-linked-resource-id="133161937" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="Matched.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133161933" data-linked-resource-container-version="1"></span></p>
      <p>The&nbsp;<strong>Matched</strong>&nbsp;tab provides the following information:</p>
      <div class="table-wrap">
       <table class="confluenceTable">
        <tbody>
         <tr>
          <th class="confluenceTh">Panel</th>
          <th class="confluenceTh">Description</th>
         </tr>
         <tr>
          <td colspan="1" class="confluenceTd">Source / Target</td>
          <td colspan="1" class="confluenceTd">A list of matched source and target message pairs.</td>
         </tr>
         <tr>
          <td colspan="1" class="confluenceTd">Source Message</td>
          <td colspan="1" class="confluenceTd">The content of the source message in a selected matched message pair.</td>
         </tr>
         <tr>
          <td colspan="1" class="confluenceTd">Target Message</td>
          <td colspan="1" class="confluenceTd">The content of the target message in a selected matched message pair.</td>
         </tr>
        </tbody>
       </table>
      </div>
      <p>The horizontal scrollbars of&nbsp;<strong>Source Message</strong>&nbsp;and&nbsp;<strong>Target Message</strong>&nbsp;panels&nbsp;are synchronized by default. To unsynchronize&nbsp;the horizontal scrollbars, deselect the&nbsp;<strong>Synchronize scrollbars</strong>&nbsp;checkbox.</p>
      <p>To copy a source or target message, right-click on the&nbsp;<span><strong>Source Message</strong> or&nbsp;<strong>Target</strong><span><strong>&nbsp;Message</strong> panel, respectively, and select the <strong>Copy Message</strong> option.</span></span></p>
      <p>Message diffs are highlighted as follows:</p>
      <div class="table-wrap">
       <table class="confluenceTable">
        <tbody>
         <tr>
          <th class="confluenceTh">
           <div class="tablesorter-header-inner">
            Highlight Color
           </div></th>
          <th class="confluenceTh">
           <div class="tablesorter-header-inner">
            Description
           </div></th>
         </tr>
         <tr>
          <td class="confluenceTd">Orange</td>
          <td class="confluenceTd">A modified element in the source and target messages (where element refers to a segment or composite).</td>
         </tr>
         <tr>
          <td class="confluenceTd">Green</td>
          <td class="confluenceTd">An added element in target message.</td>
         </tr>
         <tr>
          <td class="confluenceTd">Red</td>
          <td class="confluenceTd">An element in the source message that has been deleted in target message.</td>
         </tr>
         <tr>
          <td colspan="1" class="confluenceTd">None</td>
          <td colspan="1" class="confluenceTd">An unmodified element in the source or target message.</td>
         </tr>
        </tbody>
       </table>
      </div>
      <h2 id="ViewingMessages-UnmatchedSource">Unmatched Source</h2>
      <p>The&nbsp;<strong>Unmatched</strong>&nbsp;<strong>Source</strong>&nbsp;tab displays a list of source messages that do not match any target messages.</p>
      <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="attachments/133161933/133161935.png" data-image-src="attachments/133161933/133161935.png" data-unresolved-comment-count="0" data-linked-resource-id="133161935" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="UnmatchedSource.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133161933" data-linked-resource-container-version="1"></span></p>
      <p>The&nbsp;<strong>Unmatched Source</strong>&nbsp;tab provides the following information:</p>
      <div class="table-wrap">
       <table class="confluenceTable">
        <tbody>
         <tr>
          <th class="confluenceTh">Panel</th>
          <th class="confluenceTh">Description</th>
         </tr>
         <tr>
          <td colspan="1" class="confluenceTd">Source</td>
          <td colspan="1" class="confluenceTd">A list of unmatched source messages.</td>
         </tr>
         <tr>
          <td colspan="1" class="confluenceTd">Source Message</td>
          <td colspan="1" class="confluenceTd">The content of the selected unmatched source message.</td>
         </tr>
        </tbody>
       </table>
      </div>
      <h2 id="ViewingMessages-UnmatchedTarget">Unmatched Target</h2>
      <p>The&nbsp;<strong>Unmatched</strong>&nbsp;<strong>Target</strong>&nbsp;tab displays a list of target&nbsp;messages that do not match any source messages.</p>
      <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="attachments/133161933/133161936.png" data-image-src="attachments/133161933/133161936.png" data-unresolved-comment-count="0" data-linked-resource-id="133161936" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="UnmatchedTarget.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133161933" data-linked-resource-container-version="1"></span></p>
      <p>The&nbsp;<strong>Unmatched Target</strong>&nbsp;tab provides the following information:</p>
      <div class="table-wrap">
       <table class="confluenceTable">
        <tbody>
         <tr>
          <th class="confluenceTh">Panel</th>
          <th class="confluenceTh">Description</th>
         </tr>
         <tr>
          <td colspan="1" class="confluenceTd">Target</td>
          <td colspan="1" class="confluenceTd">A list of unmatched target messages.</td>
         </tr>
         <tr>
          <td colspan="1" class="confluenceTd">Target Message</td>
          <td colspan="1" class="confluenceTd">The content of the selected unmatched target message.</td>
         </tr>
        </tbody>
       </table>
      </div>
      <p> </p> 
     </div>  
    </div> 
   </div>  
  </div>   
 </body>
</html>