pyegeria 5.3.10__py3-none-any.whl → 5.4.0.dev2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- commands/cat/debug_log.2025-06-05_20-24-18_123924.log.zip +0 -0
- commands/cat/debug_log.2025-06-10_08-45-03_929921.log.zip +0 -0
- commands/cat/debug_log.2025-06-11_09-57-21_247890.log.zip +0 -0
- commands/cat/debug_log.2025-06-12_16-14-31_212042.log.zip +0 -0
- commands/cat/dr_egeria_md.py +32 -5
- commands/cat/list_collections.py +10 -4
- commands/cat/list_data_designer.py +171 -0
- md_processing/__init__.py +7 -2
- md_processing/data/commands.json +4666 -848
- md_processing/md_commands/data_designer_commands.py +840 -557
- md_processing/md_commands/solution_architect_commands.py +985 -0
- md_processing/md_processing_utils/common_md_proc_utils.py +262 -89
- md_processing/md_processing_utils/common_md_utils.py +11 -4
- md_processing/md_processing_utils/md_processing_constants.py +18 -16
- pyegeria/_client.py +39 -0
- pyegeria/classification_manager_omvs.py +1 -1
- pyegeria/collection_manager_omvs.py +248 -188
- pyegeria/data_designer_omvs.py +217 -9
- pyegeria/governance_officer_omvs.py +2349 -0
- pyegeria/output_formatter.py +24 -12
- pyegeria/solution_architect_omvs.py +4219 -1084
- pyegeria/utils.py +15 -2
- {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev2.dist-info}/METADATA +2 -1
- {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev2.dist-info}/RECORD +27 -62
- {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev2.dist-info}/entry_points.txt +3 -0
- commands/cat/.DS_Store +0 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
- md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
- md_processing/dr_egeria_inbox/cat_test.md +0 -100
- md_processing/dr_egeria_inbox/data_field.md +0 -54
- md_processing/dr_egeria_inbox/data_spec.md +0 -77
- md_processing/dr_egeria_inbox/data_spec_test.md +0 -2406
- md_processing/dr_egeria_inbox/data_test.md +0 -86
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -313
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
- md_processing/dr_egeria_inbox/glossary_test1.md +0 -324
- md_processing/dr_egeria_inbox/rel.md +0 -8
- md_processing/dr_egeria_inbox/sb.md +0 -119
- md_processing/dr_egeria_inbox/search_test.md +0 -39
- md_processing/dr_egeria_inbox/solution-components.md +0 -154
- md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
- md_processing/dr_egeria_inbox/synonym_test.md +0 -42
- md_processing/dr_egeria_inbox/t1.md +0 -0
- md_processing/dr_egeria_inbox/t2.md +0 -268
- md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +0 -94
- md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +0 -88
- md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +0 -56
- md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +0 -103
- md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +0 -94
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +0 -96
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +0 -100
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +0 -88
- md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +0 -91
- md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +0 -91
- md_processing/dr_egeria_outbox/processed-2025-05-19 14:04-data_test.md +0 -91
- md_processing/md_commands/blueprint_commands.py +0 -303
- pyegeria/.DS_Store +0 -0
- {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev2.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.10.dist-info → pyegeria-5.4.0.dev2.dist-info}/WHEEL +0 -0
@@ -1,103 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
8
|
-
|
9
|
-
# Create Data Specification
|
10
|
-
|
11
|
-
## Data Specification
|
12
|
-
|
13
|
-
|
14
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
15
|
-
>woof
|
16
|
-
## Description
|
17
|
-
>Meow -
|
18
|
-
|
19
|
-
Principle data requirements for Teddy Bear Drop Foot Clinical Trial.
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
___
|
26
|
-
|
27
|
-
# Create Data Dictionary
|
28
|
-
## Name
|
29
|
-
Clinical Trial Data Dictionary
|
30
|
-
|
31
|
-
## Description
|
32
|
-
A data dictionary for clinical trial data elements.
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
___
|
38
|
-
|
39
|
-
___
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
TBDF-Incoming Weekly Measurement Data
|
45
|
-
|
46
|
-
|
47
|
-
# Update Data Structure Form - created at 2025-05-18 15:51
|
48
|
-
Data Structure found from the search string: `<class 'filter'>`
|
49
|
-
|
50
|
-
# Update Data Structure
|
51
|
-
|
52
|
-
## Data Structure Name
|
53
|
-
|
54
|
-
TBDF-Incoming Weekly Measurement Data
|
55
|
-
|
56
|
-
## Description
|
57
|
-
This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial
|
58
|
-
|
59
|
-
## Qualified Name
|
60
|
-
DataStruct::TBDF-Incoming Weekly Measurement Data
|
61
|
-
|
62
|
-
## Namespace
|
63
|
-
|
64
|
-
|
65
|
-
## Version Identifier
|
66
|
-
|
67
|
-
|
68
|
-
## Guid
|
69
|
-
3eb5d206-6d3f-4b61-8f45-d7fbc05a870e
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
WWT-Incoming Weekly Measurement Data
|
74
|
-
|
75
|
-
|
76
|
-
# Update Data Structure Form - created at 2025-05-18 15:51
|
77
|
-
Data Structure found from the search string: `<class 'filter'>`
|
78
|
-
|
79
|
-
# Update Data Structure
|
80
|
-
|
81
|
-
## Data Structure Name
|
82
|
-
|
83
|
-
WWT-Incoming Weekly Measurement Data
|
84
|
-
|
85
|
-
## Description
|
86
|
-
A collection of data fields that form a data structure.
|
87
|
-
|
88
|
-
## Qualified Name
|
89
|
-
DataStruct::WWT-Incoming Weekly Measurement Data
|
90
|
-
|
91
|
-
## Namespace
|
92
|
-
|
93
|
-
|
94
|
-
## Version Identifier
|
95
|
-
|
96
|
-
|
97
|
-
## Guid
|
98
|
-
d3c0eb7f-476f-4649-a09c-f8ee39c0dfb9
|
99
|
-
|
100
|
-
|
101
|
-
# Provenance
|
102
|
-
|
103
|
-
* Results from processing file data_test.md on 2025-05-18 15:51
|
@@ -1,94 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
8
|
-
|
9
|
-
# Create Data Specification
|
10
|
-
|
11
|
-
## Data Specification
|
12
|
-
|
13
|
-
|
14
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
15
|
-
>woof
|
16
|
-
## Description
|
17
|
-
>Meow -
|
18
|
-
|
19
|
-
Principle data requirements for Teddy Bear Drop Foot Clinical Trial.
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
___
|
26
|
-
|
27
|
-
# Create Data Dictionary
|
28
|
-
## Name
|
29
|
-
Clinical Trial Data Dictionary
|
30
|
-
|
31
|
-
## Description
|
32
|
-
A data dictionary for clinical trial data elements.
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
___
|
38
|
-
|
39
|
-
___
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
TBDF-Incoming Weekly Measurement Data
|
45
|
-
|
46
|
-
# Update Data Structure
|
47
|
-
|
48
|
-
## GUID
|
49
|
-
3eb5d206-6d3f-4b61-8f45-d7fbc05a870e
|
50
|
-
|
51
|
-
## Data Structure
|
52
|
-
|
53
|
-
TBDF-Incoming Weekly Measurement Data
|
54
|
-
|
55
|
-
## Description
|
56
|
-
This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial
|
57
|
-
|
58
|
-
## In Data Specification
|
59
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
60
|
-
|
61
|
-
|
62
|
-
## Qualified Name
|
63
|
-
|
64
|
-
|
65
|
-
___
|
66
|
-
|
67
|
-
WWT-Incoming Weekly Measurement Data
|
68
|
-
|
69
|
-
# Update Data Structure
|
70
|
-
|
71
|
-
## Qualified Name
|
72
|
-
DataStruct::WWT-Incoming Weekly Measurement Data
|
73
|
-
|
74
|
-
## GUID
|
75
|
-
ae221834-a3a6-4f32-ac94-110dff761b49
|
76
|
-
|
77
|
-
## Data Structure
|
78
|
-
|
79
|
-
WWT-Incoming Weekly Measurement Data
|
80
|
-
|
81
|
-
|
82
|
-
## Description
|
83
|
-
A collection of data fields that form a data structure.
|
84
|
-
|
85
|
-
|
86
|
-
## In Data Specification
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
## Qualified Name
|
91
|
-
|
92
|
-
# Provenance
|
93
|
-
|
94
|
-
* Results from processing file data_test.md on 2025-05-18 16:47
|
@@ -1,96 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
8
|
-
|
9
|
-
|
10
|
-
# Update Collection Form - created at 2025-05-19 07:14
|
11
|
-
Collection found from the search string: `<class 'filter'>`
|
12
|
-
|
13
|
-
# Update Collection
|
14
|
-
|
15
|
-
## Collection Name
|
16
|
-
|
17
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
18
|
-
|
19
|
-
## Description
|
20
|
-
Principle data requirements for Teddy Bear Drop Foot Clinical Trial.
|
21
|
-
|
22
|
-
## Qualified Name
|
23
|
-
DataSpec::Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
24
|
-
|
25
|
-
## Classifications
|
26
|
-
|
27
|
-
|
28
|
-
## Collection Type
|
29
|
-
Data Specification
|
30
|
-
|
31
|
-
## Guid
|
32
|
-
1f5a7c95-9f12-41d1-83f6-2078e8b15978
|
33
|
-
|
34
|
-
|
35
|
-
# foo Create Data Dictionary
|
36
|
-
## Name
|
37
|
-
Clinical Trial Data Dictionary
|
38
|
-
|
39
|
-
## Description
|
40
|
-
A data dictionary for clinical trial data elements.
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
___
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
TBDF-Incoming Weekly Measurement Data
|
50
|
-
|
51
|
-
# foo Create Data Structure
|
52
|
-
|
53
|
-
## Data Structure
|
54
|
-
|
55
|
-
TBDF-Incoming Weekly Measurement Data
|
56
|
-
|
57
|
-
## Description
|
58
|
-
This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial
|
59
|
-
|
60
|
-
## In Data Specification
|
61
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
62
|
-
|
63
|
-
|
64
|
-
## Qualified Name
|
65
|
-
|
66
|
-
|
67
|
-
___
|
68
|
-
|
69
|
-
WWT-Incoming Weekly Measurement Data
|
70
|
-
|
71
|
-
# foo Create Data Structure
|
72
|
-
|
73
|
-
## Qualified Name
|
74
|
-
DataStruct::WWT-Incoming Weekly Measurement Data
|
75
|
-
|
76
|
-
## GUID
|
77
|
-
ae221834-a3a6-4f32-ac94-110dff761b49
|
78
|
-
|
79
|
-
## Data Structure
|
80
|
-
|
81
|
-
WWT-Incoming Weekly Measurement Data
|
82
|
-
|
83
|
-
|
84
|
-
## Description
|
85
|
-
A collection of data fields that form a data structure.
|
86
|
-
|
87
|
-
|
88
|
-
## In Data Specification
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
## Qualified Name
|
93
|
-
|
94
|
-
# Provenance
|
95
|
-
|
96
|
-
* Results from processing file data_test.md on 2025-05-19 07:14
|
@@ -1,100 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
8
|
-
|
9
|
-
# foo Create Data Specification
|
10
|
-
|
11
|
-
## Data Specification
|
12
|
-
|
13
|
-
|
14
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
15
|
-
>woof
|
16
|
-
## Description
|
17
|
-
>Meow -
|
18
|
-
|
19
|
-
Principle data requirements for Teddy Bear Drop Foot Clinical Trial.
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
# Update Collection Form - created at 2025-05-19 07:20
|
26
|
-
Collection found from the search string: `<class 'filter'>`
|
27
|
-
|
28
|
-
# Update Collection
|
29
|
-
|
30
|
-
## Collection Name
|
31
|
-
|
32
|
-
Clinical Trial Data Dictionary
|
33
|
-
|
34
|
-
## Description
|
35
|
-
A data dictionary for clinical trial data elements.
|
36
|
-
|
37
|
-
## Qualified Name
|
38
|
-
DataDict::Clinical Trial Data Dictionary
|
39
|
-
|
40
|
-
## Classifications
|
41
|
-
|
42
|
-
|
43
|
-
## Collection Type
|
44
|
-
Data Dictionary
|
45
|
-
|
46
|
-
## Guid
|
47
|
-
81edea89-0ae5-4729-86fe-0e4ed61aef9f
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
TBDF-Incoming Weekly Measurement Data
|
54
|
-
|
55
|
-
# foo Create Data Structure
|
56
|
-
|
57
|
-
## Data Structure
|
58
|
-
|
59
|
-
TBDF-Incoming Weekly Measurement Data
|
60
|
-
|
61
|
-
## Description
|
62
|
-
This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial
|
63
|
-
|
64
|
-
## In Data Specification
|
65
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
66
|
-
|
67
|
-
|
68
|
-
## Qualified Name
|
69
|
-
|
70
|
-
|
71
|
-
___
|
72
|
-
|
73
|
-
WWT-Incoming Weekly Measurement Data
|
74
|
-
|
75
|
-
# foo Create Data Structure
|
76
|
-
|
77
|
-
## Qualified Name
|
78
|
-
DataStruct::WWT-Incoming Weekly Measurement Data
|
79
|
-
|
80
|
-
## GUID
|
81
|
-
ae221834-a3a6-4f32-ac94-110dff761b49
|
82
|
-
|
83
|
-
## Data Structure
|
84
|
-
|
85
|
-
WWT-Incoming Weekly Measurement Data
|
86
|
-
|
87
|
-
|
88
|
-
## Description
|
89
|
-
A collection of data fields that form a data structure.
|
90
|
-
|
91
|
-
|
92
|
-
## In Data Specification
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
## Qualified Name
|
97
|
-
|
98
|
-
# Provenance
|
99
|
-
|
100
|
-
* Results from processing file data_test.md on 2025-05-19 07:20
|
@@ -1,88 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
8
|
-
|
9
|
-
# foo Create Data Specification
|
10
|
-
|
11
|
-
## Data Specification
|
12
|
-
|
13
|
-
|
14
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
15
|
-
>woof
|
16
|
-
## Description
|
17
|
-
>Meow -
|
18
|
-
|
19
|
-
Principle data requirements for Teddy Bear Drop Foot Clinical Trial.
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
# foo Create Data Dictionary
|
25
|
-
## Name
|
26
|
-
Clinical Trial Data Dictionary
|
27
|
-
|
28
|
-
## Description
|
29
|
-
A data dictionary for clinical trial data elements.
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
___
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
TBDF-Incoming Weekly Measurement Data
|
39
|
-
|
40
|
-
# Update Data Structure
|
41
|
-
|
42
|
-
## GUID
|
43
|
-
3eb5d206-6d3f-4b61-8f45-d7fbc05a870e
|
44
|
-
|
45
|
-
## Data Structure
|
46
|
-
|
47
|
-
TBDF-Incoming Weekly Measurement Data
|
48
|
-
|
49
|
-
## Description
|
50
|
-
This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial
|
51
|
-
|
52
|
-
## In Data Specification
|
53
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
54
|
-
|
55
|
-
|
56
|
-
## Qualified Name
|
57
|
-
|
58
|
-
|
59
|
-
___
|
60
|
-
|
61
|
-
WWT-Incoming Weekly Measurement Data
|
62
|
-
|
63
|
-
# foo Create Data Structure
|
64
|
-
|
65
|
-
## Qualified Name
|
66
|
-
DataStruct::WWT-Incoming Weekly Measurement Data
|
67
|
-
|
68
|
-
## GUID
|
69
|
-
ae221834-a3a6-4f32-ac94-110dff761b49
|
70
|
-
|
71
|
-
## Data Structure
|
72
|
-
|
73
|
-
WWT-Incoming Weekly Measurement Data
|
74
|
-
|
75
|
-
|
76
|
-
## Description
|
77
|
-
A collection of data fields that form a data structure.
|
78
|
-
|
79
|
-
|
80
|
-
## In Data Specification
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
## Qualified Name
|
85
|
-
|
86
|
-
# Provenance
|
87
|
-
|
88
|
-
* Results from processing file data_test.md on 2025-05-19 07:22
|
@@ -1,91 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
8
|
-
|
9
|
-
# foo Create Data Specification
|
10
|
-
|
11
|
-
## Data Specification
|
12
|
-
|
13
|
-
|
14
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
15
|
-
>woof
|
16
|
-
## Description
|
17
|
-
>Meow -
|
18
|
-
|
19
|
-
Principle data requirements for Teddy Bear Drop Foot Clinical Trial.
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
# foo Create Data Dictionary
|
25
|
-
## Name
|
26
|
-
Clinical Trial Data Dictionary
|
27
|
-
|
28
|
-
## Description
|
29
|
-
A data dictionary for clinical trial data elements.
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
___
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
TBDF-Incoming Weekly Measurement Data
|
39
|
-
|
40
|
-
|
41
|
-
# Update Data Structure
|
42
|
-
|
43
|
-
## Data Structure Name
|
44
|
-
|
45
|
-
TBDF-Incoming Weekly Measurement Data
|
46
|
-
|
47
|
-
## Description
|
48
|
-
This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial
|
49
|
-
|
50
|
-
## Qualified Name
|
51
|
-
DataStruct::TBDF-Incoming Weekly Measurement Data
|
52
|
-
|
53
|
-
## Namespace
|
54
|
-
|
55
|
-
|
56
|
-
## Version Identifier
|
57
|
-
|
58
|
-
|
59
|
-
## Guid
|
60
|
-
3eb5d206-6d3f-4b61-8f45-d7fbc05a870e
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
WWT-Incoming Weekly Measurement Data
|
65
|
-
|
66
|
-
# foo Create Data Structure
|
67
|
-
|
68
|
-
## Qualified Name
|
69
|
-
DataStruct::WWT-Incoming Weekly Measurement Data
|
70
|
-
|
71
|
-
## GUID
|
72
|
-
ae221834-a3a6-4f32-ac94-110dff761b49
|
73
|
-
|
74
|
-
## Data Structure
|
75
|
-
|
76
|
-
WWT-Incoming Weekly Measurement Data
|
77
|
-
|
78
|
-
|
79
|
-
## Description
|
80
|
-
A collection of data fields that form a data structure.
|
81
|
-
|
82
|
-
|
83
|
-
## In Data Specification
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
## Qualified Name
|
88
|
-
|
89
|
-
# Provenance
|
90
|
-
|
91
|
-
* Results from processing file data_test.md on 2025-05-19 09:26
|
@@ -1,91 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
8
|
-
|
9
|
-
# foo Create Data Specification
|
10
|
-
|
11
|
-
## Data Specification
|
12
|
-
|
13
|
-
|
14
|
-
Data Specification for the Teddy Bear Drop Foot Clinical Trial
|
15
|
-
>woof
|
16
|
-
## Description
|
17
|
-
>Meow -
|
18
|
-
|
19
|
-
Principle data requirements for Teddy Bear Drop Foot Clinical Trial.
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
# foo Create Data Dictionary
|
25
|
-
## Name
|
26
|
-
Clinical Trial Data Dictionary
|
27
|
-
|
28
|
-
## Description
|
29
|
-
A data dictionary for clinical trial data elements.
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
___
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
TBDF-Incoming Weekly Measurement Data
|
39
|
-
|
40
|
-
|
41
|
-
# Update Data Structure
|
42
|
-
|
43
|
-
## Data Structure Name
|
44
|
-
|
45
|
-
TBDF-Incoming Weekly Measurement Data
|
46
|
-
|
47
|
-
## Description
|
48
|
-
This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial
|
49
|
-
|
50
|
-
## Qualified Name
|
51
|
-
DataStruct::TBDF-Incoming Weekly Measurement Data
|
52
|
-
|
53
|
-
## Namespace
|
54
|
-
|
55
|
-
|
56
|
-
## Version Identifier
|
57
|
-
|
58
|
-
|
59
|
-
## Guid
|
60
|
-
3eb5d206-6d3f-4b61-8f45-d7fbc05a870e
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
WWT-Incoming Weekly Measurement Data
|
65
|
-
|
66
|
-
# foo Create Data Structure
|
67
|
-
|
68
|
-
## Qualified Name
|
69
|
-
DataStruct::WWT-Incoming Weekly Measurement Data
|
70
|
-
|
71
|
-
## GUID
|
72
|
-
ae221834-a3a6-4f32-ac94-110dff761b49
|
73
|
-
|
74
|
-
## Data Structure
|
75
|
-
|
76
|
-
WWT-Incoming Weekly Measurement Data
|
77
|
-
|
78
|
-
|
79
|
-
## Description
|
80
|
-
A collection of data fields that form a data structure.
|
81
|
-
|
82
|
-
|
83
|
-
## In Data Specification
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
## Qualified Name
|
88
|
-
|
89
|
-
# Provenance
|
90
|
-
|
91
|
-
* Results from processing file data_test.md on 2025-05-19 10:27
|