-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathSEND4.json
More file actions
65 lines (65 loc) · 1.62 KB
/
SEND4.json
File metadata and controls
65 lines (65 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"Check": {
"all": [
{
"name": "variable_name",
"operator": "equal_to",
"value": "define_variable_name"
},
{
"name": "variable_data_type",
"operator": "not_equal_to",
"value": "define_variable_data_type"
}
]
},
"Core": {
"Id": "CDISC.SENDIG.4",
"Version": "1",
"Status": "Draft"
},
"Description": "Raise an error when the data type in the define.xml does not correspond to the data type in the dataset",
"Outcome": {
"Message": "Variable datatype in the define.xml does not correspond to the data type in the dataset",
"Output Variables": ["variable_name"]
},
"Sensitivity": "Record",
"Executability": "Fully Executable",
"Authorities": [
{
"Organization": "CDISC",
"Standards": [
{
"Name": "SENDIG",
"Version": "3.1",
"References": [
{
"Origin": "SEND Conformance Rules",
"Version": "5.0",
"Citations": [
{
"Document": "IG v3.1",
"Section": "3.2.2",
"Cited_Guidance": "The define.xml specification includes seven distinct attributes to describe variable-level metadata: ..."
}
],
"Rule Identifier": {
"Id": "SEND4",
"Version": "1"
}
}
]
}
]
}
],
"Scope": {
"Classes": {
"Include": ["ALL"]
},
"Domains": {
"Include": ["ALL"]
}
},
"Rule Type": "Variable Metadata Check against Define XML"
}