<!doctype html> <html> <head> <title>HIPAA 4010 Rebatcher</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 Rebatcher</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/133163357/133163359.jpg" data-image-src="attachments/133163357/133163359.jpg" data-unresolved-comment-count="0" data-linked-resource-id="133163359" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="image095.jpg" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/jpeg" data-linked-resource-container-id="133163357" data-linked-resource-container-version="1"></span></p> <p>The <strong>HIPAA 4010 Rebatcher</strong> filter is used to re-batch the transactions or functional acknowledgments originating from a single message or a file which was split using the HIPAA Splitter filter sometime earlier during processing. This filter is used with the Message Set Collector; refer to <a href="133163388.html">Message Collector</a> for details. Configuration properties of the Message Set Collector should refer to the properties set by the HIPAA 4010 Splitter filter. Refer to <a href="HIPAA-4010-Splitter_133163348.html">HIPAA 4010 Splitter</a> for details.</p> <h2 id="HIPAA4010Rebatcher-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>Rebatch Level</p></td> <td class="confluenceTd"><p>Options: <code>Transaction</code>, <code>997</code>. Default: <code>Transaction</code>.<br> This property determines whether the filter is re-batching transactions or 997 acknowledgments.</p></td> </tr> </tbody> </table> </div> <p> </p> </div> </div> </div> </div> </body> </html>