Help with Command Line SEND-AR Validation #1689
|
Are examples on how to run validation on a SEND-AR study? I have the latest release - v0.15 downloaded. I'm using the current command line documentation from the I'm not entirely sure what to use for the standard, substandard, and version. The I tried this: So I tried running as just SEND 3.1.1 with this command: This command without specifying a define.xml file did some rule evaluation: It appears to run as SEND 3.1.1, but did not auto find the define.xml. And what does I've attached a study data scrubbed version of the report and there are a lot of issues with error/failure status. Some of them can be attributed to the SEND vs SEND-AR and some from not getting extra columns to use as unique from the define.xml. The LB dataset label was missing in the Dataset Details tab: CORE-000455 appears to have a formatting issue with the Variable column population: The |
Replies: 2 comments
|
@cuppm thanks for the detailed write-up and sorry for the delay in response.
https://github.com/cdisc-org/cdisc-open-rules is where we have moved the rules to open source them to our users as well as make authoring changes to them in a transparent way. You can go to the Issues tab at the top and submit issues there if you believe some of the rules need to be tweaked and need to be changed. CORE engine repository should be the spot for issues if you believe it is not executing properly at a code level. Your issues with CORE-000529 and CORE-000892 would fall into the former as they are with how the rule is written. Again, thank you @cuppm for trialing engine. |




@cuppm thanks for the detailed write-up and sorry for the delay in response.
sendig-ar as a standalone standard is not available yet currently for core, you were correct to use just SENDIG. The define.xml needs to be specified using -dxp
-mrlimits total issues in the report per execution.-melimits per rule -- see the Readme for in-depth description of this one.-me <limit> Truesets a limit per da…