# Enable MedDRA UI Enhancements for Non-Case Coding

Learn about optional configuration for seeing and coding to all levels of the MedDRA hierarchy in your Vault.

## About the Feature

As of the 23R3 release, the system displays all levels of the MedDRA hierarchy in the MedDRA control in selected areas of Vault. The system also supports auto-coding to any level in the MedDRA hierarchy. Vaults deployed before the 23R3 release had constraints that prevented coding to any level in the hierarchy other than LLT, but these constraints have now been removed.

For more information, see <a href="/en/gr/01198/#manage-expected-adverse-events-on-a-datasheet">Manage Expected Adverse Events on a Datasheet</a> and <a href="/en/gr/01192/#add-meddra-terms">Add MedDRA Terms</a>.

## (Optional) Make Criteria VQL Updates 

The following sections describe how to make the recommended Criteria VQL updates for this feature in your Vault. 

<div class="note-border alert-info">
  <div class="alert alert-info" role="alert">
    <div><i class="far fa-info-circle"></i></div>
    <div class="alert-text">
      <p><strong>Note</strong>: Depending on your Vault’s configuration, these changes might not be applicable to you.</p>
    </div>
  </div>
</div>



### Update MedDRA Term VQL on Datasheet Criteria

1. Go to **Admin > Configuration > Objects > MedDRA Criteria**.
2. In the **Object Types** tab, select the **Datasheet Criteria** column.
3. On the **Datasheet Criteria** page, select **MedDRA Term**.
4. Select **Edit**.
5. In the **Criteria VQL** field, enter the following code:<br> `meddra_version__v = {{this.datasheet__vr.meddra_version__v}}`
1. Select **Save**.

### Update MedDRA Term VQL on MedDRA Query Criteria

1. Go to **Admin > Configuration > Objects > MedDRA Criteria**.
2. In the **Object Types** tab, select the **MedDRA Query Criteria** column.
3. On the **MedDRA Query Criteria** page, select **MedDRA Term**.
4. Select **Edit**.
5. Clear the **Criteria VQL** field.
6. Select **Save**.

### Update MedDRA Term VQL on Watchlist Criteria

1. Go to **Admin > Configuration > Objects > MedDRA Criteria**.
2. In the **Object Types** tab, select the **Watchlist Criteria** column.
3. On the **Watchlist Criteria** page, select **MedDRA Term**.
4. Select **Edit**.
5. In the **Criteria VQL** field, enter the following code:<br> `meddra_version__v = {{this.watchlist__vr.meddra_version__v}}`
6. Select **Save**.