<!doctype html>
<html>
 <head> 
  <title>HIPAA 4010 Segment Formatter</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="X12-Filters_133163343.html">X12 Filters</a></span> </li> 
       <li> <span><a href="HIPAA-4010-Filters_133163344.html">HIPAA 4010 Filters</a></span> </li> 
      </ol> 
     </div> 
     <h1 id="title-heading" class="pagetitle"> <span id="title-text">HIPAA 4010 Segment Formatter</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/133163345/133163346.jpg" data-image-src="attachments/133163345/133163346.jpg" data-unresolved-comment-count="0" data-linked-resource-id="133163346" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="image099.jpg" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/jpeg" data-linked-resource-container-id="133163345" data-linked-resource-container-version="1"></span></p>
      <p>The <strong>HIPPA 4010 Segment Formatter</strong> filter&nbsp;is used to strip off or add carriage return (0D) and line feed (0A) characters at the ends of segments in a HIPAA message. Adding the characters makes for easier segment identification by a human, for example if the user opens the message file in a text editor. But carriage returns and line feeds often need to be stripped off before the message is processed by other HIPAA filters.</p>
      <h2 id="HIPAA4010SegmentFormatter-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>Maximum Concurrency</p></td>
          <td class="confluenceTd"><p>The maximum level of concurrency for this filter. A setting of <code>0</code> (zero) means unlimited. Limiting the level of concurrency limits memory usage. Refer to <a href="133163384.html#Configuration(Filters)-MaximumConcurrency">Maximum Concurrency</a> for details.</p></td>
         </tr>
         <tr>
          <td class="confluenceTd"><p>Remove or append 0D's and 0A's</p></td>
          <td class="confluenceTd"><p>Options: <code>Strip</code>, <code>Append</code>. Default: <code>Strip</code>.<br> This property sets whether the filter is stripping or appending the carriage return and line feed characters at the end of segments.</p></td>
         </tr>
        </tbody>
       </table>
      </div>
      <p> </p> 
     </div>  
    </div> 
   </div>  
  </div>   
 </body>
</html>