pyegeria 5.3.9.9.3__py3-none-any.whl → 5.3.9.9.5__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.
- md_processing/__init__.py +49 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
- md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
- md_processing/dr_egeria_inbox/cat_test.md +100 -0
- md_processing/dr_egeria_inbox/commands.json +3252 -0
- md_processing/dr_egeria_inbox/data_field.md +54 -0
- md_processing/dr_egeria_inbox/data_spec.md +77 -0
- md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
- md_processing/dr_egeria_inbox/data_test.md +86 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
- md_processing/dr_egeria_inbox/glossary_creation_experiment.ipynb +341 -0
- md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
- md_processing/dr_egeria_inbox/rel.md +8 -0
- md_processing/dr_egeria_inbox/sb.md +119 -0
- md_processing/dr_egeria_inbox/search_test.md +39 -0
- md_processing/dr_egeria_inbox/solution-components.md +154 -0
- md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
- md_processing/dr_egeria_inbox/synonym_test.md +42 -0
- md_processing/dr_egeria_inbox/t1.md +0 -0
- md_processing/dr_egeria_inbox/t2.md +268 -0
- md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +94 -0
- md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +88 -0
- md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +56 -0
- md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +103 -0
- md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +94 -0
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +96 -0
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +100 -0
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +88 -0
- md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +91 -0
- md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +91 -0
- md_processing/md_commands/__init__.py +3 -0
- md_processing/md_commands/blueprint_commands.py +303 -0
- md_processing/md_commands/data_designer_commands.py +1183 -0
- md_processing/md_commands/glossary_commands.py +1144 -0
- md_processing/md_commands/project_commands.py +163 -0
- md_processing/md_processing_utils/__init__.py +4 -0
- md_processing/md_processing_utils/common_md_proc_utils.py +724 -0
- md_processing/md_processing_utils/common_md_utils.py +172 -0
- md_processing/md_processing_utils/extraction_utils.py +486 -0
- md_processing/md_processing_utils/md_processing_constants.py +122 -0
- md_processing/md_processing_utils/message_constants.py +19 -0
- pyegeria/data_designer_omvs.py +4 -3
- {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.5.dist-info}/METADATA +1 -2
- {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.5.dist-info}/RECORD +58 -6
- {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.5.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.5.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.9.9.3.dist-info → pyegeria-5.3.9.9.5.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,54 @@
|
|
1
|
+
# Create Data Field
|
2
|
+
## Name
|
3
|
+
AngleLeftField
|
4
|
+
## Description
|
5
|
+
Angle rotation of the left leg from vertical
|
6
|
+
## Data Type
|
7
|
+
Integer
|
8
|
+
## Position
|
9
|
+
2
|
10
|
+
## Min Cardinality
|
11
|
+
1
|
12
|
+
## Max Cardinality
|
13
|
+
1
|
14
|
+
## In Data Structure
|
15
|
+
|
16
|
+
## Data Class
|
17
|
+
## Glossary Term
|
18
|
+
## Namespace
|
19
|
+
> forms part of qualified name
|
20
|
+
## Version
|
21
|
+
|
22
|
+
## In Data Dictionary
|
23
|
+
|
24
|
+
___
|
25
|
+
|
26
|
+
# Create Data Field
|
27
|
+
## Name
|
28
|
+
PatientId
|
29
|
+
## Description
|
30
|
+
Unique identifier of the patient
|
31
|
+
## Data Type
|
32
|
+
String
|
33
|
+
## Position
|
34
|
+
0
|
35
|
+
## Min Cardinality
|
36
|
+
1
|
37
|
+
## Max Cardinality
|
38
|
+
1
|
39
|
+
## In Data Structure
|
40
|
+
|
41
|
+
|
42
|
+
## Data Class
|
43
|
+
## Glossary Term
|
44
|
+
Patient Identifier
|
45
|
+
|
46
|
+
## Namespace
|
47
|
+
> forms part of qualified name
|
48
|
+
|
49
|
+
## Version
|
50
|
+
|
51
|
+
## In Data Dictionary
|
52
|
+
Clinical Trial Data Dictionary
|
53
|
+
## Qualified Name
|
54
|
+
DataField::PatientId
|
@@ -0,0 +1,77 @@
|
|
1
|
+
|
2
|
+
# Create Data Dictionary
|
3
|
+
## Name
|
4
|
+
Clinical Trial Data Dictionary
|
5
|
+
|
6
|
+
## Description
|
7
|
+
A data dictionary for clinical trial data elements
|
8
|
+
|
9
|
+
## Qualified Name
|
10
|
+
|
11
|
+
|
12
|
+
___
|
13
|
+
|
14
|
+
# moo Create Data Spec
|
15
|
+
|
16
|
+
## Name
|
17
|
+
|
18
|
+
Data Specification for Teddy Bear Drop Foot Clinical Trial
|
19
|
+
|
20
|
+
## Description
|
21
|
+
|
22
|
+
Principle data requirements for this clinical trial. Meow
|
23
|
+
|
24
|
+
___
|
25
|
+
|
26
|
+
|
27
|
+
# moo Create Data Structure
|
28
|
+
|
29
|
+
## Name
|
30
|
+
|
31
|
+
Incoming Weekly Measurement Data
|
32
|
+
|
33
|
+
## Description
|
34
|
+
|
35
|
+
This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial - meow
|
36
|
+
|
37
|
+
## In Data Spec
|
38
|
+
|
39
|
+
Data Specification for Teddy Bear Drop Foot Clinical Trial
|
40
|
+
|
41
|
+
___
|
42
|
+
|
43
|
+
# moo Create Data Field
|
44
|
+
## Name
|
45
|
+
PatientId
|
46
|
+
## Description
|
47
|
+
Unique identifier of the patient
|
48
|
+
## Data Type
|
49
|
+
String
|
50
|
+
## Position
|
51
|
+
0
|
52
|
+
## Min Cardinality
|
53
|
+
1
|
54
|
+
## Max Cardinality
|
55
|
+
1
|
56
|
+
## In Data Structure
|
57
|
+
> initially a data field must have at least one place it is part of and can update
|
58
|
+
|
59
|
+
Incoming Weekly Measurement Data
|
60
|
+
## Data Class (1)
|
61
|
+
## Glossary Term (1)
|
62
|
+
## Namespace
|
63
|
+
> forms part of qualified name
|
64
|
+
## Version
|
65
|
+
|
66
|
+
## In Data Dictionary
|
67
|
+
Clinical Trial Data Dictionary
|
68
|
+
|
69
|
+
## Qualified_Name
|
70
|
+
|
71
|
+
DataField::PatientId
|
72
|
+
___
|
73
|
+
|
74
|
+
|
75
|
+
_
|
76
|
+
|
77
|
+
|