Learn how to update your Vault’s configuration to enable the bulk recode feature for Cases.
About the Feature
Vault Safety now supports bulk recoding of MedDRA-coded terms when MedDRA Dictionary updates are released. Using MedDRA Bulk Recode makes the process of updating Cases more efficient and accurate. Changes can be previewed and validated before they are committed, and are tracked in Case audit trails.
Once enabled, for more information about using this feature, see Bulk Recode MedDRA-Coded Terms on Cases for more information.
24R3 Update: MedDRA Bulk Recode Without Case Upversioning
With the 24R3 release, you can configure your Vault so that the Preview Bulk Recode and Run Bulk Recode actions apply to all Case versions, including the latest version. To support this feature, you must add the Dictionary Bulk Action Scope field to the Dictionary Bulk Action object layout.
Configure Dictionary Bulk Actions
To enable MedDRA Bulk Recoding, you must add the Preview Bulk Recode and Run Bulk Recode actions to the Dictionary Bulk Action object.
- Go to Admin > Configuration > Objects > Dictionary Bulk Action > Actions.
- Add both the Preview Bulk Recode and Run Bulk Recode actions.
- (Recommended) Go to Configuration > Object Lifecycles > Dictionary Bulk Action Case Lifecycle > States > Active.
- Add both the Preview Bulk Recode and Run Bulk Recode actions.
Add and Configure the Dictionary Bulk Action Layout
- Go to Admin > Configuration > Objects > Dictionary Bulk Action > Layouts.
- Create the Dictionary Bulk Action Detail Page Layout.
- Configure the Dictionary Bulk Action Detail Page Layout as shown below.
- To support the MedDRA Bulk Recode Without Case Upversioning feature, add the Dictionary Bulk Action Scope field to the Case Inclusion Criteria section.
- Select Save.
Recommended: Update Layout Rules for Dictionary Bulk Actions
Optionally, add a layout rule so that the Study and Study Type fields appear only for Study Cases.
- Go to Admin > Configuration > Objects > Dictionary Bulk Action > Layouts > Dictionary Bulk Action Detail Page Layout.
- Select Layout Rules.
- On the Layout Rules page, select Create to add rules with the following details:
- Label:
MedDRA Bulk Recode
- Name:
meddra_bulk_recode
- Label:
- Under Hide the following Page Layout Items:
- For Type, select Fields.
- For Values, select Study and Study Type.
- Under IF this Layout Rule Expression is TRUE, add the following expression:
report_type__vr.name__v != 'Study'
- Select Save.
Recommended: Filter the Dictionary Bulk Actions Study Type Field
Optionally, add a filter so that the options in the Study Type picklist are based on the Organization and the selection in the Study field.
- Go to Admin > Configuration > Objects > Dictionary Bulk Action > Fields > Study.
- Select Edit.
- In the Constrain Records in Referenced Object section, update the Criteria VQL field to include organization and study type with the following VQL:
organization__v = {{this.organization__v}} AND study_type__v = {{this.study_type__v}}
- Select Save.
Update the MedDRA Dictionary Layout for Dictionary Bulk Recode
- Go to Admin > Configuration > Objects > Dictionary > Layouts > MedDRA Detail Page Layout.
- Insert the Dictionary Bulk Action related object section.
- In the Dictionary Bulk Action section, select Edit Columns, and then add the Bulk Action Status and Replacement MedDRA Version columns.
- Select Save.