pyegeria 5.3.9.9.7__py3-none-any.whl → 5.4.0__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.
Files changed (163) hide show
  1. commands/cat/debug_log +2806 -0
  2. commands/cat/debug_log.2025-07-15_14-28-38_087378.zip +0 -0
  3. commands/cat/debug_log.2025-07-16_15-48-50_037087.zip +0 -0
  4. commands/cat/dr_egeria_command_help.py +273 -0
  5. commands/cat/dr_egeria_md.py +90 -20
  6. commands/cat/glossary_actions.py +2 -2
  7. commands/cat/list_collections.py +24 -10
  8. commands/cat/list_data_designer.py +183 -0
  9. md_processing/__init__.py +28 -5
  10. md_processing/data/commands.json +31474 -1096
  11. md_processing/dr_egeria_outbox-pycharm/.obsidian/app.json +1 -0
  12. md_processing/dr_egeria_outbox-pycharm/.obsidian/appearance.json +1 -0
  13. md_processing/dr_egeria_outbox-pycharm/.obsidian/core-plugins.json +31 -0
  14. md_processing/dr_egeria_outbox-pycharm/.obsidian/workspace.json +177 -0
  15. md_processing/dr_egeria_outbox-pycharm/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  16. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  17. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  18. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  19. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  20. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  21. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  22. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 14:27-gov_def2.md +474 -0
  23. md_processing/family_docs/Data Designer/Create_Data_Class.md +164 -0
  24. md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +30 -0
  25. md_processing/family_docs/Data Designer/Create_Data_Field.md +162 -0
  26. md_processing/family_docs/Data Designer/Create_Data_Specification.md +36 -0
  27. md_processing/family_docs/Data Designer/Create_Data_Structure.md +38 -0
  28. md_processing/family_docs/Data Designer/View_Data_Classes.md +78 -0
  29. md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +78 -0
  30. md_processing/family_docs/Data Designer/View_Data_Fields.md +78 -0
  31. md_processing/family_docs/Data Designer/View_Data_Specifications.md +78 -0
  32. md_processing/family_docs/Data Designer/View_Data_Structures.md +78 -0
  33. md_processing/family_docs/Data Designer.md +842 -0
  34. md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +42 -0
  35. md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +36 -0
  36. md_processing/family_docs/Digital Product Manager/Create_Agreement.md +96 -0
  37. md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +72 -0
  38. md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +102 -0
  39. md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +134 -0
  40. md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +60 -0
  41. md_processing/family_docs/Digital Product Manager/Link_Contracts.md +26 -0
  42. md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +30 -0
  43. md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +48 -0
  44. md_processing/family_docs/Digital Product Manager.md +668 -0
  45. md_processing/family_docs/Glossary/Attach_Category_Parent.md +18 -0
  46. md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +26 -0
  47. md_processing/family_docs/Glossary/Create_Category.md +38 -0
  48. md_processing/family_docs/Glossary/Create_Glossary.md +42 -0
  49. md_processing/family_docs/Glossary/Create_Term.md +70 -0
  50. md_processing/family_docs/Glossary.md +206 -0
  51. md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +106 -0
  52. md_processing/family_docs/Governance Officer/Create_Certification_Type.md +112 -0
  53. md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +114 -0
  54. md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +114 -0
  55. md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +114 -0
  56. md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +128 -0
  57. md_processing/family_docs/Governance Officer/Create_Governance_Process.md +122 -0
  58. md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +106 -0
  59. md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +122 -0
  60. md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +122 -0
  61. md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +106 -0
  62. md_processing/family_docs/Governance Officer/Create_License_Type.md +112 -0
  63. md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +122 -0
  64. md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +106 -0
  65. md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +118 -0
  66. md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +114 -0
  67. md_processing/family_docs/Governance Officer/Create_Security_Group.md +120 -0
  68. md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +122 -0
  69. md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +106 -0
  70. md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +32 -0
  71. md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +32 -0
  72. md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +32 -0
  73. md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +82 -0
  74. md_processing/family_docs/Governance Officer.md +2412 -0
  75. md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +70 -0
  76. md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +44 -0
  77. md_processing/family_docs/Solution Architect/Create_Solution_Component.md +96 -0
  78. md_processing/family_docs/Solution Architect/Create_Solution_Role.md +66 -0
  79. md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +32 -0
  80. md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +32 -0
  81. md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +32 -0
  82. md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +32 -0
  83. md_processing/family_docs/Solution Architect/View_Solution_Components.md +32 -0
  84. md_processing/family_docs/Solution Architect/View_Solution_Roles.md +32 -0
  85. md_processing/family_docs/Solution Architect.md +490 -0
  86. md_processing/md_commands/data_designer_commands.py +1192 -710
  87. md_processing/md_commands/glossary_commands.py +19 -32
  88. md_processing/md_commands/governance_officer_commands.py +420 -0
  89. md_processing/md_commands/product_manager_commands.py +1180 -0
  90. md_processing/md_commands/project_commands.py +5 -2
  91. md_processing/md_commands/solution_architect_commands.py +1140 -0
  92. md_processing/md_processing_utils/common_md_proc_utils.py +288 -96
  93. md_processing/md_processing_utils/common_md_utils.py +205 -6
  94. md_processing/md_processing_utils/debug_log +574 -0
  95. md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +2065 -0
  96. md_processing/md_processing_utils/extraction_utils.py +1 -1
  97. md_processing/md_processing_utils/generate_dr_help.py +165 -0
  98. md_processing/md_processing_utils/generate_md_cmd_templates.py +143 -0
  99. md_processing/md_processing_utils/generate_md_templates.py +92 -0
  100. md_processing/md_processing_utils/generated_help_terms.md +842 -0
  101. md_processing/md_processing_utils/md_processing_constants.py +94 -17
  102. pyegeria/__init__.py +1 -0
  103. pyegeria/_client.py +39 -1
  104. pyegeria/classification_manager_omvs.py +1 -1
  105. pyegeria/collection_manager_omvs.py +4667 -1178
  106. pyegeria/data_designer_omvs.py +348 -31
  107. pyegeria/egeria_tech_client.py +9 -25
  108. pyegeria/glossary_browser_omvs.py +5 -6
  109. pyegeria/glossary_manager_omvs.py +2 -2
  110. pyegeria/governance_officer_omvs.py +2367 -0
  111. pyegeria/output_formatter.py +157 -32
  112. pyegeria/solution_architect_omvs.py +5063 -1110
  113. pyegeria/utils.py +22 -2
  114. {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/METADATA +3 -1
  115. pyegeria-5.4.0.dist-info/RECORD +243 -0
  116. {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/entry_points.txt +5 -0
  117. commands/cat/.DS_Store +0 -0
  118. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
  119. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
  120. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
  121. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
  122. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
  123. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
  124. md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
  125. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
  126. md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
  127. md_processing/dr_egeria_inbox/cat_test.md +0 -100
  128. md_processing/dr_egeria_inbox/data_field.md +0 -54
  129. md_processing/dr_egeria_inbox/data_spec.md +0 -77
  130. md_processing/dr_egeria_inbox/data_spec_test.md +0 -2406
  131. md_processing/dr_egeria_inbox/data_test.md +0 -86
  132. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
  133. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
  134. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -313
  135. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
  136. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
  137. md_processing/dr_egeria_inbox/glossary_test1.md +0 -324
  138. md_processing/dr_egeria_inbox/rel.md +0 -8
  139. md_processing/dr_egeria_inbox/sb.md +0 -119
  140. md_processing/dr_egeria_inbox/search_test.md +0 -39
  141. md_processing/dr_egeria_inbox/solution-components.md +0 -154
  142. md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
  143. md_processing/dr_egeria_inbox/synonym_test.md +0 -42
  144. md_processing/dr_egeria_inbox/t1.md +0 -0
  145. md_processing/dr_egeria_inbox/t2.md +0 -268
  146. md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +0 -94
  147. md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +0 -88
  148. md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +0 -56
  149. md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +0 -103
  150. md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +0 -94
  151. md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +0 -96
  152. md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +0 -100
  153. md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +0 -88
  154. md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +0 -91
  155. md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +0 -91
  156. md_processing/dr_egeria_outbox/processed-2025-05-19 14:04-data_test.md +0 -91
  157. md_processing/md_commands/blueprint_commands.py +0 -303
  158. pyegeria/.DS_Store +0 -0
  159. pyegeria/m_test.py +0 -118
  160. pyegeria-5.3.9.9.7.dist-info/RECORD +0 -196
  161. /commands/cat/{list_data_structures.py → list_data_structures_full.py} +0 -0
  162. {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/LICENSE +0 -0
  163. {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/WHEEL +0 -0
@@ -0,0 +1,663 @@
1
+
2
+
3
+
4
+ # View Data Dictionary
5
+ ## Output Format
6
+ LIST
7
+
8
+
9
+ # `DataSpec` with filter: `*`
10
+
11
+ # Collections Table
12
+
13
+ Collections found from the search string: `All`
14
+
15
+ | Name | Qualified Name | Collection Type | Description | Classifications | Members |
16
+ |-------------|-------------|-------------|-------------|-------------|-------------|
17
+ | Data Specification for the Teddy Bear Drop Clinical Trial | [DataSpec::Data Specification for the Teddy Bear Drop Clinical Trial](#105a9d68-7c23-4694-b694-93ef2f52826c) | | Principle data requirements for Teddy Bear Drop Clinical Trial. Meow | Anchors, DataSpec | [DataStruct::TBDF-Incoming Weekly Measurement Data](#105a9d68-7c23-4694-b694-93ef2f52826c) |
18
+ | Test Spec2 | [DataSpec::Test Spec2](#3ef8b50b-0af0-4c63-8cac-661636f4f043) | | A test spec - Meow | Anchors, DataSpec | [DataStruct::WWT-Incoming Weekly Measurement Data](#3ef8b50b-0af0-4c63-8cac-661636f4f043) |
19
+
20
+
21
+ # `DataSpec` with filter: `*`
22
+
23
+ # Collections Table
24
+
25
+ Collections found from the search string: `All`
26
+
27
+ | Name | Qualified Name | Collection Type | Description | Classifications | Members |
28
+ |-------------|-------------|-------------|-------------|-------------|-------------|
29
+ | Data Specification for the Teddy Bear Drop Clinical Trial | [DataSpec::Data Specification for the Teddy Bear Drop Clinical Trial](#105a9d68-7c23-4694-b694-93ef2f52826c) | | Principle data requirements for Teddy Bear Drop Clinical Trial. Meow | Anchors, DataSpec | [DataStruct::TBDF-Incoming Weekly Measurement Data](#105a9d68-7c23-4694-b694-93ef2f52826c) |
30
+ | Test Spec2 | [DataSpec::Test Spec2](#3ef8b50b-0af0-4c63-8cac-661636f4f043) | | A test spec - Meow | Anchors, DataSpec | [DataStruct::WWT-Incoming Weekly Measurement Data](#3ef8b50b-0af0-4c63-8cac-661636f4f043) |
31
+
32
+
33
+
34
+ # `DataSpec` with filter: `*`
35
+
36
+ # Collection Report - created at 2025-07-14 12:38
37
+ Collection found from the search string: `All`
38
+
39
+ <a id="105a9d68-7c23-4694-b694-93ef2f52826c"></a>
40
+
41
+ # Collection Name: NO DISPLAY NAME
42
+
43
+ ## GUID
44
+ 105a9d68-7c23-4694-b694-93ef2f52826c
45
+
46
+ ## Qualified Name
47
+ DataSpec::Data Specification for the Teddy Bear Drop Clinical Trial
48
+
49
+ ## Description
50
+ Principle data requirements for Teddy Bear Drop Clinical Trial. Meow
51
+
52
+ ## Classifications
53
+ Anchors, DataSpec
54
+
55
+ ## Members
56
+ DataStruct::TBDF-Incoming Weekly Measurement Data
57
+
58
+ ## Mermaid Graph
59
+
60
+ ```mermaid
61
+
62
+ ```
63
+
64
+ ---
65
+
66
+ <a id="3ef8b50b-0af0-4c63-8cac-661636f4f043"></a>
67
+
68
+ # Collection Name: NO DISPLAY NAME
69
+
70
+ ## GUID
71
+ 3ef8b50b-0af0-4c63-8cac-661636f4f043
72
+
73
+ ## Qualified Name
74
+ DataSpec::Test Spec2
75
+
76
+ ## Description
77
+ A test spec - Meow
78
+
79
+ ## Classifications
80
+ Anchors, DataSpec
81
+
82
+ ## Members
83
+ DataStruct::WWT-Incoming Weekly Measurement Data
84
+
85
+ ## Mermaid Graph
86
+
87
+ ```mermaid
88
+
89
+ ```
90
+
91
+
92
+
93
+ # `Data Structures` with filter: `*`
94
+
95
+ # Data Structures Table
96
+
97
+ Data Structures found from the search string: `All`
98
+
99
+ | Structure Name | Qualified Name | Namespace | Version | Description |
100
+ |-------------|-------------|-------------|-------------|-------------|
101
+ | TBDF-Incoming Weekly Measurement Data | [DataStruct::TBDF-Incoming Weekly Measurement Data](#a4296fe5-4bf1-4a68-ba63-9e446019119e) | | | This describes the weekly measurement data for each patient for the Teddy Bear dropt clinical trial. |
102
+ | WWT-Incoming Weekly Measurement Data | [DataStruct::WWT-Incoming Weekly Measurement Data](#b5d1fcb1-5d48-4fd4-bc3e-d525322d8d49) | | | A collection of data fields that form a data structure. |
103
+
104
+
105
+
106
+ # `Data Structures` with filter: `*`
107
+
108
+ # Data Structure Report - created at 2025-07-14 12:38
109
+ Data Structure found from the search string: `All`
110
+
111
+ <a id="a4296fe5-4bf1-4a68-ba63-9e446019119e"></a>
112
+
113
+ # Data Structure Name: NO DISPLAY NAME
114
+
115
+ ## GUID
116
+ a4296fe5-4bf1-4a68-ba63-9e446019119e
117
+
118
+ ## Qualified Name
119
+ DataStruct::TBDF-Incoming Weekly Measurement Data
120
+
121
+ ## Description
122
+ This describes the weekly measurement data for each patient for the Teddy Bear dropt clinical trial.
123
+
124
+ ## Data Fields
125
+ DataField::HospitalId,
126
+ DataField::PatientSN,
127
+ DataField::PatientId
128
+
129
+ ## Data Specification
130
+ DataSpec::Data Specification for the Teddy Bear Drop Clinical Trial
131
+
132
+ ## Mermaid Graph
133
+
134
+ ```mermaid
135
+ ---
136
+ title: Data Structure - TBDF-Incoming Weekly Measurement Data [a4296fe5-4bf1-4a68-ba63-9e446019119e]
137
+ ---
138
+ flowchart TD
139
+ %%{init: {"flowchart": {"htmlLabels": false}} }%%
140
+
141
+ 1@{ shape: text, label: "*Description*
142
+ **This describes the weekly measurement data for each patient for the Teddy Bear dropt clinical trial.**"}
143
+ 2@{ shape: rect, label: "*Data Structure*
144
+ **a4296fe5-4bf1-4a68-ba63-9e446019119e**"}
145
+ subgraph 3 [Data fields]
146
+ 4@{ shape: rect, label: "*Data Field*
147
+ **HospitalId**"}
148
+ 2==>|"[1] 1..1"|4
149
+ 5@{ shape: rect, label: "*Data Field*
150
+ **PatientSN**"}
151
+ 2==>|"[2] 1..1"|5
152
+ 6@{ shape: rect, label: "*Data Field*
153
+ **PatientId**"}
154
+ 6==>|"*"|4
155
+ 6==>|"*"|5
156
+ 2==>|"[0] 1..1"|6
157
+ end
158
+ 7==>|"contains"|3
159
+ 8@{ shape: rect, label: "*Collection [ Data Spec]*
160
+ **Data Specification for the Teddy Bear Drop Clinical Trial**"}
161
+ 8==>|"Collection Membership"|7
162
+ style 1 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
163
+ style 2 color:#000000, fill:#f9845b, stroke:#000000
164
+ style 3 color:#000000, fill:#ffab66, stroke:#f9845b
165
+ style 4 color:#000000, fill:#ffe3cc, stroke:#f9845b
166
+ style 5 color:#000000, fill:#ffe3cc, stroke:#f9845b
167
+ style 6 color:#000000, fill:#ffe3cc, stroke:#f9845b
168
+ style 8 color:#000000, fill:#deb887, stroke:#000000
169
+ ```
170
+
171
+ ---
172
+
173
+ <a id="b5d1fcb1-5d48-4fd4-bc3e-d525322d8d49"></a>
174
+
175
+ # Data Structure Name: NO DISPLAY NAME
176
+
177
+ ## GUID
178
+ b5d1fcb1-5d48-4fd4-bc3e-d525322d8d49
179
+
180
+ ## Qualified Name
181
+ DataStruct::WWT-Incoming Weekly Measurement Data
182
+
183
+ ## Description
184
+ A collection of data fields that form a data structure.
185
+
186
+ ## Data Fields
187
+ DataField::HospitalId,
188
+ DataField::PatientSN,
189
+ DataField::PatientId
190
+
191
+ ## Data Specification
192
+ DataSpec::Test Spec2
193
+
194
+ ## Mermaid Graph
195
+
196
+ ```mermaid
197
+ ---
198
+ title: Data Structure - WWT-Incoming Weekly Measurement Data [b5d1fcb1-5d48-4fd4-bc3e-d525322d8d49]
199
+ ---
200
+ flowchart TD
201
+ %%{init: {"flowchart": {"htmlLabels": false}} }%%
202
+
203
+ 1@{ shape: text, label: "*Description*
204
+ **A collection of data fields that form a data structure.**"}
205
+ 2@{ shape: rect, label: "*Data Structure*
206
+ **b5d1fcb1-5d48-4fd4-bc3e-d525322d8d49**"}
207
+ subgraph 3 [Data fields]
208
+ 4@{ shape: rect, label: "*Data Field*
209
+ **HospitalId**"}
210
+ 2==>|"[1] 1..1"|4
211
+ 5@{ shape: rect, label: "*Data Field*
212
+ **PatientSN**"}
213
+ 2==>|"[2] 1..1"|5
214
+ 6@{ shape: rect, label: "*Data Field*
215
+ **PatientId**"}
216
+ 6==>|"*"|4
217
+ 6==>|"*"|5
218
+ 2==>|"[0] 1..1"|6
219
+ end
220
+ 7==>|"contains"|3
221
+ 8@{ shape: rect, label: "*Collection [ Data Spec]*
222
+ **Test Spec2**"}
223
+ 8==>|"Collection Membership"|7
224
+ style 1 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
225
+ style 2 color:#000000, fill:#f9845b, stroke:#000000
226
+ style 3 color:#000000, fill:#ffab66, stroke:#f9845b
227
+ style 4 color:#000000, fill:#ffe3cc, stroke:#f9845b
228
+ style 5 color:#000000, fill:#ffe3cc, stroke:#f9845b
229
+ style 6 color:#000000, fill:#ffe3cc, stroke:#f9845b
230
+ style 8 color:#000000, fill:#deb887, stroke:#000000
231
+ ```
232
+
233
+
234
+
235
+ # `Data Fields` with filter: `*`
236
+
237
+ # Data Fields Table
238
+
239
+ Data Fields found from the search string: `<class 'filter'>`
240
+
241
+ | Field Name | Qualified Name | Data Type | Description |
242
+ |-------------|-------------|-------------|-------------|
243
+ | HospitalId | [DataField::HospitalId](#485a9d93-78ef-4ccb-a946-be31c05fc3b3) | String | Unique identifier for a hospital. Used in forming PatientId. |
244
+ | PatientSN | [DataField::PatientSN](#880fa21a-e164-4711-9e07-edcfa4817110) | String | Unique identifier of the patient within a hospital. |
245
+ | PatientId | [DataField::PatientId](#1c480407-e34e-41b7-b670-3999dc95b376) | String | Unique identifier of the patient |
246
+
247
+
248
+
249
+ # `Data Fields` with filter: `*`
250
+
251
+ # Data Field Report - created at 2025-07-14 12:38
252
+ Data Field found from the search string: `<class 'filter'>`
253
+
254
+ <a id="485a9d93-78ef-4ccb-a946-be31c05fc3b3"></a>
255
+
256
+ # Data Field Name: NO DISPLAY NAME
257
+
258
+ ## GUID
259
+ 485a9d93-78ef-4ccb-a946-be31c05fc3b3
260
+
261
+ ## Qualified Name
262
+ DataField::HospitalId
263
+
264
+ ## Description
265
+ Unique identifier for a hospital. Used in forming PatientId.
266
+
267
+ ## Assigned Meanings
268
+ Term::Hospital Identifier
269
+
270
+ ## Data Type
271
+ String
272
+
273
+ ## Is Nullable
274
+ True
275
+
276
+ ## Sort Order
277
+ UNSORTED
278
+
279
+ ## Parent Names
280
+ DataField::PatientId
281
+
282
+ ## Data Dictionaries
283
+ DataDict::Clinical Trial Data Dictionary
284
+
285
+ ## Data Structures
286
+ DataStruct::TBDF-Incoming Weekly Measurement Data,
287
+ DataStruct::WWT-Incoming Weekly Measurement Data
288
+
289
+ ## Mermaid Graph
290
+
291
+ ```mermaid
292
+ ---
293
+ title: Data Field - HospitalId [485a9d93-78ef-4ccb-a946-be31c05fc3b3]
294
+ ---
295
+ flowchart TD
296
+ %%{init: {"flowchart": {"htmlLabels": false}} }%%
297
+
298
+ 1@{ shape: text, label: "*Description*
299
+ **Unique identifier for a hospital. Used in forming PatientId.**"}
300
+ 2@{ shape: rect, label: "*Data Field*
301
+ **HospitalId**"}
302
+ 3@{ shape: rect, label: "*Controlled Glossary Term*
303
+ **Hospital Identifier**"}
304
+ 2==>|"Semantic Definition"|3
305
+ 4@{ shape: rect, label: "*Collection [ Data Dictionary]*
306
+ **Clinical Trial Data Dictionary**"}
307
+ 4==>|"Collection Membership"|2
308
+ 5@{ shape: rect, label: "*Data Structure*
309
+ **TBDF-Incoming Weekly Measurement Data**"}
310
+ 5==>|"[1] 1..* [Member Data Field]"|2
311
+ 6@{ shape: rect, label: "*Data Structure*
312
+ **WWT-Incoming Weekly Measurement Data**"}
313
+ 6==>|"[1] 1..* [Member Data Field]"|2
314
+ 7@{ shape: rect, label: "*Data Field*
315
+ **PatientId**"}
316
+ 7==>|"Nested Data Field"|2
317
+ style 1 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
318
+ style 2 color:#000000, fill:#ffe3cc, stroke:#f9845b
319
+ style 3 color:#000000, fill:#66cdaa, stroke:#008080
320
+ style 4 color:#000000, fill:#d2691e, stroke:#000000
321
+ style 5 color:#000000, fill:#f9845b, stroke:#000000
322
+ style 6 color:#000000, fill:#f9845b, stroke:#000000
323
+ style 7 color:#000000, fill:#ffe3cc, stroke:#f9845b
324
+ ```
325
+
326
+ ---
327
+
328
+ <a id="880fa21a-e164-4711-9e07-edcfa4817110"></a>
329
+
330
+ # Data Field Name: NO DISPLAY NAME
331
+
332
+ ## GUID
333
+ 880fa21a-e164-4711-9e07-edcfa4817110
334
+
335
+ ## Qualified Name
336
+ DataField::PatientSN
337
+
338
+ ## Description
339
+ Unique identifier of the patient within a hospital.
340
+
341
+ ## Data Type
342
+ String
343
+
344
+ ## Is Nullable
345
+ True
346
+
347
+ ## Sort Order
348
+ UNSORTED
349
+
350
+ ## Parent Names
351
+ DataField::PatientId
352
+
353
+ ## Data Dictionaries
354
+ DataDict::Clinical Trial Data Dictionary
355
+
356
+ ## Data Structures
357
+ DataStruct::TBDF-Incoming Weekly Measurement Data,
358
+ DataStruct::WWT-Incoming Weekly Measurement Data
359
+
360
+ ## Mermaid Graph
361
+
362
+ ```mermaid
363
+ ---
364
+ title: Data Field - PatientSN [880fa21a-e164-4711-9e07-edcfa4817110]
365
+ ---
366
+ flowchart TD
367
+ %%{init: {"flowchart": {"htmlLabels": false}} }%%
368
+
369
+ 1@{ shape: text, label: "*Description*
370
+ **Unique identifier of the patient within a hospital.**"}
371
+ 2@{ shape: rect, label: "*Data Field*
372
+ **PatientSN**"}
373
+ 3@{ shape: rect, label: "*Collection [ Data Dictionary]*
374
+ **Clinical Trial Data Dictionary**"}
375
+ 3==>|"Collection Membership"|2
376
+ 4@{ shape: rect, label: "*Data Structure*
377
+ **TBDF-Incoming Weekly Measurement Data**"}
378
+ 4==>|"[2] 1..* [Member Data Field]"|2
379
+ 5@{ shape: rect, label: "*Data Structure*
380
+ **WWT-Incoming Weekly Measurement Data**"}
381
+ 5==>|"[2] 1..* [Member Data Field]"|2
382
+ 6@{ shape: rect, label: "*Data Field*
383
+ **PatientId**"}
384
+ 6==>|"Nested Data Field"|2
385
+ style 1 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
386
+ style 2 color:#000000, fill:#ffe3cc, stroke:#f9845b
387
+ style 3 color:#000000, fill:#d2691e, stroke:#000000
388
+ style 4 color:#000000, fill:#f9845b, stroke:#000000
389
+ style 5 color:#000000, fill:#f9845b, stroke:#000000
390
+ style 6 color:#000000, fill:#ffe3cc, stroke:#f9845b
391
+ ```
392
+
393
+ ---
394
+
395
+ <a id="1c480407-e34e-41b7-b670-3999dc95b376"></a>
396
+
397
+ # Data Field Name: NO DISPLAY NAME
398
+
399
+ ## GUID
400
+ 1c480407-e34e-41b7-b670-3999dc95b376
401
+
402
+ ## Qualified Name
403
+ DataField::PatientId
404
+
405
+ ## Description
406
+ Unique identifier of the patient
407
+
408
+ ## Assigned Meanings
409
+ GlossaryTerm::ClinicalTrialTerminology::PatientId
410
+
411
+ ## Data Type
412
+ String
413
+
414
+ ## Is Nullable
415
+ True
416
+
417
+ ## Sort Order
418
+ UNSORTED
419
+
420
+ ## Data Dictionaries
421
+ DataDict::Clinical Trial Data Dictionary,
422
+ DataDict::Pharma Data Dictionary
423
+
424
+ ## Data Structures
425
+ DataStruct::TBDF-Incoming Weekly Measurement Data,
426
+ DataStruct::WWT-Incoming Weekly Measurement Data
427
+
428
+ ## Mermaid Graph
429
+
430
+ ```mermaid
431
+ ---
432
+ title: Data Field - PatientId [1c480407-e34e-41b7-b670-3999dc95b376]
433
+ ---
434
+ flowchart TD
435
+ %%{init: {"flowchart": {"htmlLabels": false}} }%%
436
+
437
+ 1@{ shape: text, label: "*Description*
438
+ **Unique identifier of the patient**"}
439
+ 2@{ shape: rect, label: "*Data Field*
440
+ **PatientId**"}
441
+ 3@{ shape: rect, label: "*Data Field*
442
+ **HospitalId**"}
443
+ 2==>|"*"|3
444
+ 4@{ shape: rect, label: "*Data Field*
445
+ **PatientSN**"}
446
+ 2==>|"*"|4
447
+ 5@{ shape: rect, label: "*Glossary Term*
448
+ **Patient Identifier**"}
449
+ 2==>|"Semantic Definition"|5
450
+ 6@{ shape: rect, label: "*Collection [ Data Dictionary]*
451
+ **Clinical Trial Data Dictionary**"}
452
+ 6==>|"Collection Membership"|2
453
+ 7@{ shape: rect, label: "*Collection [ Data Dictionary]*
454
+ **Pharma Data Dictionary**"}
455
+ 7==>|"Collection Membership"|2
456
+ 8@{ shape: rect, label: "*Data Structure*
457
+ **TBDF-Incoming Weekly Measurement Data**"}
458
+ 8==>|"[0] 1..* [Member Data Field]"|2
459
+ 9@{ shape: rect, label: "*Data Structure*
460
+ **WWT-Incoming Weekly Measurement Data**"}
461
+ 9==>|"[0] 1..* [Member Data Field]"|2
462
+ style 1 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
463
+ style 2 color:#000000, fill:#ffe3cc, stroke:#f9845b
464
+ style 3 color:#000000, fill:#ffe3cc, stroke:#f9845b
465
+ style 4 color:#000000, fill:#ffe3cc, stroke:#f9845b
466
+ style 5 color:#000000, fill:#66cdaa, stroke:#008080
467
+ style 6 color:#000000, fill:#d2691e, stroke:#000000
468
+ style 7 color:#000000, fill:#d2691e, stroke:#000000
469
+ style 8 color:#000000, fill:#f9845b, stroke:#000000
470
+ style 9 color:#000000, fill:#f9845b, stroke:#000000
471
+ ```
472
+
473
+
474
+ # `Data Class` with filter: `*`
475
+
476
+ # Data Classs Table
477
+
478
+ Data Classs found from the search string: `All`
479
+
480
+ | Class Name | Qualified Name | Description |
481
+ |-------------|-------------|-------------|
482
+ | Street Address | [DataClass::Street Address](#ff7cbe8d-c060-4a3e-b993-501a61d3bd91) | Street Address including number and name of street. |
483
+ | Address | [DataClass::Address](#48e0150f-e68e-4365-947f-62273561ba86) | Address Class |
484
+
485
+
486
+ # `Data Class` with filter: `*`
487
+
488
+ # Data Class Report - created at 2025-07-14 12:38
489
+ Data Class found from the search string: `All`
490
+
491
+ <a id="ff7cbe8d-c060-4a3e-b993-501a61d3bd91"></a>
492
+
493
+ # Data Class Name: NO DISPLAY NAME
494
+
495
+ ## GUID
496
+ ff7cbe8d-c060-4a3e-b993-501a61d3bd91
497
+
498
+ ## Qualified Name
499
+ DataClass::Street Address
500
+
501
+ ## Description
502
+ Street Address including number and name of street.
503
+
504
+ ## Data Type
505
+ String
506
+
507
+ ## Match Property Names
508
+ Can be determined by Dr. Egeria?
509
+
510
+ ## Match Threshold
511
+ 100
512
+
513
+ ## Is Nullable
514
+ True
515
+
516
+ ## Data Dictionaries
517
+ DataDict::Clinical Trial Data Dictionary,
518
+ DataDict::dw
519
+
520
+ ## Mermaid Graph
521
+
522
+ ```mermaid
523
+ ---
524
+ title: Data Class - Street Address [ff7cbe8d-c060-4a3e-b993-501a61d3bd91]
525
+ ---
526
+ flowchart TD
527
+ %%{init: {"flowchart": {"htmlLabels": false}} }%%
528
+
529
+ 1@{ shape: text, label: "*Description*
530
+ **Street Address including number and name of street.**"}
531
+ 2@{ shape: rect, label: "*Data Class*
532
+ **Street Address**"}
533
+ 3@{ shape: rect, label: "*Data Class*
534
+ **Address**"}
535
+ 3==>|"Data Class Composition"|2
536
+ 4@{ shape: rect, label: "*Collection [ Data Dictionary]*
537
+ **Clinical Trial Data Dictionary**"}
538
+ 4==>|"Collection Membership"|2
539
+ 5@{ shape: rect, label: "*Collection [ Data Dictionary]*
540
+ **dw**"}
541
+ 5==>|"Collection Membership"|2
542
+ style 1 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
543
+ style 2 color:#000000, fill:#6495ed, stroke:#3079ab
544
+ style 3 color:#000000, fill:#6495ed, stroke:#3079ab
545
+ style 4 color:#000000, fill:#d2691e, stroke:#000000
546
+ style 5 color:#000000, fill:#d2691e, stroke:#000000
547
+ ```
548
+
549
+ ---
550
+
551
+ <a id="48e0150f-e68e-4365-947f-62273561ba86"></a>
552
+
553
+ # Data Class Name: NO DISPLAY NAME
554
+
555
+ ## GUID
556
+ 48e0150f-e68e-4365-947f-62273561ba86
557
+
558
+ ## Qualified Name
559
+ DataClass::Address
560
+
561
+ ## Description
562
+ Address Class
563
+
564
+ ## Data Type
565
+ String
566
+
567
+ ## Match Property Names
568
+ Can be determined by Dr. Egeria?
569
+
570
+ ## Match Threshold
571
+ 100
572
+
573
+ ## Is Nullable
574
+ True
575
+
576
+ ## Data Dictionaries
577
+ DataDict::Clinical Trial Data Dictionary
578
+
579
+ ## Mermaid Graph
580
+
581
+ ```mermaid
582
+ ---
583
+ title: Data Class - Address [48e0150f-e68e-4365-947f-62273561ba86]
584
+ ---
585
+ flowchart TD
586
+ %%{init: {"flowchart": {"htmlLabels": false}} }%%
587
+
588
+ 1@{ shape: text, label: "*Description*
589
+ **Address Class**"}
590
+ 2@{ shape: rect, label: "*Data Class*
591
+ **Address**"}
592
+ style 1 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
593
+ style 2 color:#000000, fill:#6495ed, stroke:#3079ab
594
+ ```
595
+
596
+
597
+
598
+
599
+ # `Data Class` with filter: `*`
600
+
601
+ ```
602
+ [
603
+ {
604
+ "GUID": "ff7cbe8d-c060-4a3e-b993-501a61d3bd91",
605
+ "display_name": "Street Address",
606
+ "qualified_name": "DataClass::Street Address",
607
+ "description": "Street Address including number and name of street.",
608
+ "assigned_meanings": [],
609
+ "data_type": "String",
610
+ "match_property_names": [
611
+ "Can be determined by Dr. Egeria?"
612
+ ],
613
+ "match_threshold": 100,
614
+ "allow_duplicate_values": false,
615
+ "is_case_sensitive": false,
616
+ "is_nullable": true,
617
+ "parent_names": [],
618
+ "nested_data_classes": [],
619
+ "specialized_data_classes": [],
620
+ "extended_properties": {},
621
+ "additional_properties": {},
622
+ "data_dictionaries": [
623
+ "DataDict::Clinical Trial Data Dictionary",
624
+ "DataDict::dw"
625
+ ]
626
+ },
627
+ {
628
+ "GUID": "48e0150f-e68e-4365-947f-62273561ba86",
629
+ "display_name": "Address",
630
+ "qualified_name": "DataClass::Address",
631
+ "description": "Address Class",
632
+ "assigned_meanings": [],
633
+ "data_type": "String",
634
+ "match_property_names": [
635
+ "Can be determined by Dr. Egeria?"
636
+ ],
637
+ "match_threshold": 100,
638
+ "allow_duplicate_values": false,
639
+ "is_case_sensitive": false,
640
+ "is_nullable": true,
641
+ "parent_names": [],
642
+ "nested_data_classes": [],
643
+ "specialized_data_classes": [],
644
+ "extended_properties": {},
645
+ "additional_properties": {},
646
+ "data_dictionaries": [
647
+ "DataDict::Clinical Trial Data Dictionary"
648
+ ]
649
+ }
650
+ ]
651
+ ```
652
+
653
+ # Provenance
654
+
655
+ * Results from processing file data_designer_out.md on 2025-07-14 12:38
656
+
657
+ ```button
658
+ name Dr.Egeria Command
659
+ type command
660
+ action Toggle pin
661
+ color green
662
+ ```
663
+ ^button-dr-1