1443 Send49 Rule Blocked Fix - #1806
Open
aniemes wants to merge 19 commits into
Open
Conversation
added 4 commits
July 16, 2026 14:32
Changes made to add the new columns to the documentation
…no variable level codelist and test where VSORRESU is not flagged when it has a variable level codelist
added 2 commits
July 22, 2026 13:31
…rg/cdisc-rules-engine into 1443_rule_blocked_send49
RamilCDISC
requested changes
Jul 24, 2026
added 2 commits
July 27, 2026 12:12
…rg/cdisc-rules-engine into 1443_rule_blocked_send49
RamilCDISC
approved these changes
Jul 29, 2026
RamilCDISC
left a comment
Collaborator
There was a problem hiding this comment.
The PR adds updates to unblock rule Send49. The updates were validated by:
- Ensuring the PR has changes in accordance with AC.
- Ensuring the PR does not have any unwanted code or comments.
- Ensuring the updated code integrates with existing flow.
- Ensuring previous coding standards for implementation of rule type and operation updates are followed.
- Ensuring new tests has been added.
- Ensuring all previous unit and regression testing pass.
- Ensuring no artifacts from old code remains.
- Running manual validation using positive and negative datasets through the branch.
- Validating the output of the rule execution to ensure correct results.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addressing #1443
Added Value Level Metadata support for the Variable Metadata Check against Define XML and Library Metadata.
Extended VariablesMetadataWithDefineAndLibraryDatasetBuilder to extract and aggregate VLM data from Define xml.
Added metadata variables: define_vlm_present, define_vlm_item_count, define_vlm_ccodes, define_vlm_has_codelist_any, define_vlm_has_codelist_all, define_vlm_ccode_missing_any, define_vlm_ccode_matches_library_any, define_vlm_ccode_matches_library_all
Updated the schema documentation
Created regression test for the issue and tested flagging and none flagging scenarios.