<!doctype html>
<html>
 <head> 
  <title>HL7 Fill Empty Fields</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="Rhapsody-Components_133161994.html">Rhapsody Components</a></span> </li> 
       <li> <span><a href="Filters_133162681.html">Filters</a></span> </li> 
       <li> <span><a href="Filter-Types_133162712.html">Filter Types</a></span> </li> 
       <li> <span><a href="HL7-Filters_133163076.html">HL7 Filters</a></span> </li> 
      </ol> 
     </div> 
     <h1 id="title-heading" class="pagetitle"> <span id="title-text">HL7 Fill Empty Fields</span> </h1> 
    </div> 
    <div id="content" class="view">  
     <div id="main-content" class="wiki-content group"> 
      <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="attachments/133163301/133163302.png" data-image-src="attachments/133163301/133163302.png" data-unresolved-comment-count="0" data-linked-resource-id="133163302" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="icon fill empty fields.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133163301" data-linked-resource-container-version="1"></span></p>
      <p>The <strong>HL7 Fill Empty Fields</strong> filter&nbsp;is used to populate empty fields in an HL7 message with the specified string or Rhapsody variable.</p>
      <p>When processing messages, Rhapsody will normally strip empty fields from a message when they are not required by HL7. The HL7 Fill Empty Fields filter is used to populate such fields with a dummy value before the message is processed. Once processing is complete, the Search and Replace filter can be used to replace the dummy value with &lt;nothing&gt; to restore affected fields to their original, empty state.</p>
      <div class="confluence-information-macro confluence-information-macro-warning">
       <span class="aui-icon aui-icon-small aui-iconfont-error confluence-information-macro-icon"></span>
       <div class="confluence-information-macro-body">
        <p>If using this filter, the <code>.s3d</code> definition file must be changed so that none of the fields are of the number type, otherwise multiple errors will result.</p>
       </div>
      </div>
      <h2 id="HL7FillEmptyFields-ConfigurationProperties">Configuration Properties</h2>
      <div class="table-wrap">
       <table class="confluenceTable">
        <tbody>
         <tr>
          <th class="confluenceTh"><p>Property</p></th>
          <th class="confluenceTh"><p>Description</p></th>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Empty Field Value</p></td>
          <td class="confluenceTd"><p>The string used to populate empty fields.</p><p>Refer to&nbsp;<a href="Rhapsody-Variables_133163434.html">Rhapsody Variables</a>&nbsp;for details on how to create a Rhapsody variables to set this configuration property.</p></td>
         </tr>
        </tbody>
       </table>
      </div>
      <p><br> </p> 
     </div>  
    </div> 
   </div>  
  </div>   
 </body>
</html>