<!doctype html> <html> <head> <title>Rules</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="X12-Projects_133161843.html">X12 Projects</a></span> </li> <li> <span><a href="X12-Project-Editor_133161848.html">X12 Project Editor</a></span> </li> </ol> </div> <h1 id="title-heading" class="pagetitle"> <span id="title-text">Rules</span> </h1> </div> <div id="content" class="view"> <div id="main-content" class="wiki-content group"> <p><span style="color: rgb(0,0,0);">The Rules tab in the X12 Project Editor provides the ability to </span>enable or disable semantic validation rules (SNIP Levels 3-5), and provides searchable metadata for each specific rule.</p> <p>When disabling rules:</p> <ul> <li>Validation reports generated by the <a href="X12-Validator_133163367.html">X12 Validator</a> filter using a custom X12 project will not contain errors for any disabled rules.</li> <li>When the X12 Validator filter generates a 999 acknowledgment, the acknowledgment will not have respective IK3 and IK4 segments. As expected, this has a flow-on effect to the IK5 and AK9 segments.</li> </ul> <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="attachments/133161850/133161851.png" data-image-src="attachments/133161850/133161851.png" data-unresolved-comment-count="0" data-linked-resource-id="133161851" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="Rules.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133161850" data-linked-resource-container-version="1"></span></p> <p>The <strong>Rules</strong> tab displays the following information:</p> <div class="table-wrap"> <table class="confluenceTable"> <thead> <tr> <th class="confluenceTh"> <div class="tablesorter-header-inner"> Column </div></th> <th class="confluenceTh"> <div class="tablesorter-header-inner"> <span>Description</span> </div></th> </tr> </thead> <tbody> <tr> <td class="confluenceTd">ID</td> <td class="confluenceTd"><span style="color: rgb(0,0,0);">The rule number.</span></td> </tr> <tr> <td class="confluenceTd">Transaction Set</td> <td class="confluenceTd">The transaction sets the rule applies to.</td> </tr> <tr> <td class="confluenceTd">Loop</td> <td class="confluenceTd"><span>The loops the rule applies to.</span></td> </tr> <tr> <td colspan="1" class="confluenceTd">Tag</td> <td colspan="1" class="confluenceTd">The segment tag <span>the rule applies to.</span></td> </tr> <tr> <td colspan="1" class="confluenceTd">Description</td> <td colspan="1" class="confluenceTd">A description of the rule.</td> </tr> <tr> <td colspan="1" class="confluenceTd">Error Code</td> <td colspan="1" class="confluenceTd">The error code generated by the rule if it fails.</td> </tr> <tr> <td colspan="1" class="confluenceTd">Enabled</td> <td colspan="1" class="confluenceTd">Whether the rule is enabled or disabled.</td> </tr> </tbody> </table> </div> <p>You can perform the following actions through the Rules tab<span style="color: rgb(0,0,0);">:</span></p> <div class="table-wrap"> <table class="confluenceTable"> <thead> <tr> <th class="confluenceTh"> <div class="tablesorter-header-inner"> <div class="tablesorter-header-inner"> Action </div> </div></th> <th class="confluenceTh"> <div class="tablesorter-header-inner"> <div class="tablesorter-header-inner"> Description </div> </div></th> </tr> </thead> <tbody> <tr> <td class="confluenceTd">Enable/Disable</td> <td class="confluenceTd">Select the <strong>Enabled</strong> checkbox to enable the associated rule or uncheck it to disable the rule.</td> </tr> <tr> <td colspan="1" class="confluenceTd">Filter</td> <td colspan="1" class="confluenceTd">Filter the displayed rules using a text-based filter, or by transaction set.</td> </tr> </tbody> </table> </div> <div> <br> </div> </div> </div> </div> </div> </body> </html>