pyegeria 5.4.0.14__py3-none-any.whl → 5.4.0.16__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 (118) hide show
  1. commands/cat/.DS_Store +0 -0
  2. commands/cat/.env +8 -0
  3. commands/cat/debug_log +550 -0
  4. commands/cat/debug_log.log +0 -0
  5. commands/cat/list_format_set.py +10 -4
  6. commands/cat/logs/pyegeria.log +0 -0
  7. commands/cli/debug_log.log +0 -0
  8. commands/ops/load_archive.py +26 -22
  9. commands/ops/logs/pyegeria.log +0 -0
  10. md_processing/.DS_Store +0 -0
  11. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  12. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  13. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  14. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  15. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  16. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  17. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  18. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  19. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  20. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  21. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  22. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  23. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  24. md_processing/dr_egeria_inbox/collections.md +39 -0
  25. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  26. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  27. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  28. md_processing/dr_egeria_inbox/data_field.md +54 -0
  29. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  30. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  31. md_processing/dr_egeria_inbox/data_test.md +179 -0
  32. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  33. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  34. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  35. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  36. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  37. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  38. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  39. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  40. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  41. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  42. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  43. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  44. md_processing/dr_egeria_inbox/gov_def.md +424 -0
  45. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  46. md_processing/dr_egeria_inbox/product.md +50 -0
  47. md_processing/dr_egeria_inbox/rel.md +8 -0
  48. md_processing/dr_egeria_inbox/sb.md +119 -0
  49. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  50. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  51. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  52. md_processing/dr_egeria_inbox/t2.md +268 -0
  53. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  54. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  55. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
  56. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
  57. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  58. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  59. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  60. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  61. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  62. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  63. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  64. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  65. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  66. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  67. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  68. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  69. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  70. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  71. md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
  72. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  73. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +62 -0
  74. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +62 -0
  75. md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +47 -0
  76. md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +503 -0
  77. md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  78. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
  79. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
  80. md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
  81. md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +37 -0
  82. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
  83. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
  84. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
  85. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
  86. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  87. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  88. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  89. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  90. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  91. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  92. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  93. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  94. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  95. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  96. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  97. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  98. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  99. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
  100. md_processing/md_processing_utils/debug_log.log +0 -0
  101. md_processing/md_processing_utils/solution_architect_log.log +0 -0
  102. pyegeria/.DS_Store +0 -0
  103. pyegeria/_client_new.py +31 -1
  104. pyegeria/_output_format_models.py +373 -0
  105. pyegeria/_output_formats.py +501 -190
  106. pyegeria/collection_manager_omvs.py +1 -1
  107. pyegeria/glossary_browser_omvs.py +178 -65
  108. pyegeria/governance_officer_omvs.py +2 -2
  109. pyegeria/load_config.py +38 -13
  110. pyegeria/logging_configuration.py +2 -2
  111. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/METADATA +1 -1
  112. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/RECORD +115 -17
  113. md_processing/dr-egeria-outbox/DataStruct-2025-07-29-20-49-16.py +0 -8
  114. md_processing/dr-egeria-outbox/Mandy-DataStruct-2025-07-29-15-54-45.md +0 -19
  115. pyegeria/dr.egeria spec.md +0 -9
  116. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/LICENSE +0 -0
  117. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/WHEEL +0 -0
  118. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,447 @@
1
+
2
+ ___
3
+
4
+ # Don't Update Regulation
5
+ ## Name
6
+ A Regulation
7
+ ## Summary
8
+ Based on Talmud
9
+ ## Description
10
+ Somewhat chaotic
11
+ ## Domain Identifier
12
+ 1
13
+ ## Version Identifier
14
+
15
+ ## Scope
16
+ InterGalactic
17
+
18
+ ## Importance
19
+ Somewhat
20
+
21
+ ## Implications
22
+ Power; Money
23
+ ## Outcomes
24
+ Happiness
25
+ ## Results
26
+ Unknown
27
+ ## Status
28
+ PROPOSED
29
+
30
+ ____
31
+
32
+ # Don't Create Governance Control
33
+ ## Name
34
+ A Control
35
+ ## Summary
36
+ Based on Talmud
37
+ ## Description
38
+ Somewhat chaotic
39
+ ## Domain Identifier
40
+ 1
41
+ ## Version Identifier
42
+
43
+ ## Scope
44
+ InterGalactic
45
+
46
+ ## Importance
47
+ Somewhat
48
+
49
+ ## Implications
50
+ Power; Money
51
+ ## Outcomes
52
+ Happiness
53
+ ## Results
54
+ Unknown
55
+ ## Status
56
+ PROPOSED
57
+
58
+ ____
59
+
60
+ # Don't Create Governance Rule
61
+ ## Name
62
+ a gov rule
63
+ ## Summary
64
+ Based on Talmud
65
+ ## Description
66
+ Somewhat chaotic
67
+ ## Domain Identifier
68
+ 1
69
+ ## Version Identifier
70
+
71
+ ## Scope
72
+ InterGalactic
73
+
74
+ ## Importance
75
+ Somewhat
76
+
77
+ ## Implications
78
+ Power; Money
79
+ ## Outcomes
80
+ Happiness
81
+ ## Results
82
+ Unknown
83
+ ## Status
84
+ PROPOSED
85
+
86
+ ____
87
+
88
+ # Don't Create Service Level Objectives
89
+ ## Name
90
+ An Obligation
91
+ ## Summary
92
+ Based on Talmud
93
+ ## Description
94
+ Somewhat chaotic
95
+ ## Domain Identifier
96
+ 1
97
+ ## Version Identifier
98
+
99
+ ## Scope
100
+ InterGalactic
101
+
102
+ ## Importance
103
+ Somewhat
104
+
105
+ ## Implications
106
+ Power; Money
107
+ ## Outcomes
108
+ Happiness
109
+ ## Results
110
+ Unknown
111
+ ## Status
112
+ PROPOSED
113
+
114
+ ____
115
+
116
+ # Don't Create Governance Process
117
+ ## Name
118
+ A Gov Process
119
+ ## Summary
120
+ Based on Talmud
121
+ ## Description
122
+ Somewhat chaotic
123
+ ## Domain Identifier
124
+ 1
125
+ ## Version Identifier
126
+
127
+ ## Scope
128
+ InterGalactic
129
+
130
+ ## Importance
131
+ Somewhat
132
+
133
+ ## Implications
134
+ Power; Money
135
+ ## Outcomes
136
+ Happiness
137
+ ## Results
138
+ Unknown
139
+ ## Status
140
+ PROPOSED
141
+
142
+ ____
143
+
144
+ # Don't Create Governance Responsibility
145
+ ## Name
146
+ A Responsibility
147
+ ## Summary
148
+ Based on Talmud
149
+ ## Description
150
+ Somewhat chaotic
151
+ ## Domain Identifier
152
+ 1
153
+ ## Version Identifier
154
+
155
+ ## Scope
156
+ InterGalactic
157
+
158
+ ## Importance
159
+ Somewhat
160
+
161
+ ## Implications
162
+ Power; Money
163
+ ## Outcomes
164
+ Happiness
165
+ ## Results
166
+ Unknown
167
+ ## Status
168
+ PROPOSED
169
+
170
+ ____
171
+
172
+ # Don't Update Governance Procedure
173
+ ## Name
174
+ A Gov procedure
175
+ ## Summary
176
+ Based on Talmud
177
+ ## Description
178
+ Somewhat chaotic
179
+ ## Domain Identifier
180
+ 1
181
+ ## Version Identifier
182
+
183
+ ## Scope
184
+ InterGalactic
185
+
186
+ ## Importance
187
+ Somewhat
188
+
189
+ ## Implications
190
+ Power; Money
191
+ ## Outcomes
192
+ Happiness
193
+ ## Results
194
+ Unknown
195
+ ## Status
196
+ PROPOSED
197
+
198
+ ## Supports Policies
199
+ Approach
200
+
201
+ ## Merge Update
202
+ True
203
+ ____
204
+
205
+ # Don't Create Security Access Control
206
+ ## Name
207
+ sec access
208
+ ## Summary
209
+ Based on Talmud
210
+ ## Description
211
+ Somewhat chaotic
212
+ ## Domain Identifier
213
+ 1
214
+ ## Version Identifier
215
+
216
+ ## Scope
217
+ InterGalactic
218
+
219
+ ## Importance
220
+ Somewhat
221
+
222
+ ## Implications
223
+ Power; Money
224
+ ## Outcomes
225
+ Happiness
226
+ ## Results
227
+ Unknown
228
+ ## Status
229
+ PROPOSED
230
+
231
+ ____
232
+
233
+ # Don't Create Security Group
234
+ ## Name
235
+ a Sec Group
236
+ ## Summary
237
+ Based on Talmud
238
+ ## Description
239
+ Somewhat chaotic
240
+ ## Domain Identifier
241
+ 1
242
+ ## Version Identifier
243
+
244
+ ## Scope
245
+ InterGalactic
246
+
247
+ ## Importance
248
+ Somewhat
249
+
250
+ ## Implications
251
+ Power; Money
252
+ ## Outcomes
253
+ Happiness
254
+ ## Results
255
+ Unknown
256
+ ## Status
257
+ PROPOSED
258
+
259
+
260
+ ____
261
+
262
+ # Don't Naming Standard Rule
263
+ ## Name
264
+ a Namng Standard
265
+ ## Summary
266
+ Based on Talmud
267
+ ## Description
268
+ Somewhat chaotic
269
+ ## Domain Identifier
270
+ 1
271
+ ## Version Identifier
272
+
273
+ ## Scope
274
+ InterGalactic
275
+
276
+ ## Importance
277
+ Somewhat
278
+
279
+ ## Implications
280
+ Power; Money
281
+ ## Outcomes
282
+ Happiness
283
+ ## Results
284
+ Unknown
285
+ ## Status
286
+ PROPOSED
287
+
288
+ ____
289
+
290
+ # Don't Create Certification Type
291
+ ## Name
292
+ a Cert
293
+ ## Summary
294
+ Based on Talmud
295
+ ## Description
296
+ Somewhat chaotic
297
+ ## Domain Identifier
298
+ 1
299
+ ## Version Identifier
300
+
301
+ ## Scope
302
+ InterGalactic
303
+
304
+ ## Importance
305
+ Somewhat
306
+
307
+ ## Implications
308
+ Power; Money
309
+ ## Outcomes
310
+ Happiness
311
+ ## Results
312
+ Unknown
313
+ ## Status
314
+ PROPOSED
315
+
316
+ ____
317
+
318
+ # Don't Create License Type
319
+ ## Name
320
+ a License
321
+ ## Summary
322
+ Based on Talmud
323
+ ## Description
324
+ Somewhat chaotic
325
+ ## Domain Identifier
326
+ 1
327
+ ## Version Identifier
328
+
329
+ ## Scope
330
+ InterGalactic
331
+
332
+ ## Importance
333
+ Somewhat
334
+
335
+ ## Implications
336
+ Power; Money
337
+ ## Outcomes
338
+ Happiness
339
+ ## Results
340
+ Unknown
341
+ ## Status
342
+ PROPOSED
343
+
344
+ ___
345
+
346
+ # Don't Create Governance Principle
347
+ ## Name
348
+ Talmudic
349
+ ## Summary
350
+ Based on Talmud
351
+ ## Description
352
+ Somewhat chaotic
353
+ ## Domain Identifier
354
+ 1
355
+ ## Version Identifier
356
+
357
+ ## Scope
358
+ InterGalactic
359
+
360
+ ## Importance
361
+ Somewhat
362
+
363
+ ## Implications
364
+ Power; Money
365
+ ## Outcomes
366
+ Happiness
367
+ ## Results
368
+ Unknown
369
+ ## Status
370
+ PROPOSED
371
+
372
+ ____
373
+
374
+ # Don't Update Governance Approach
375
+ ## Name
376
+ Approach
377
+ ## Summary
378
+ Based on Talmud
379
+ ## Description
380
+ Somewhat chaotic
381
+ ## Domain Identifier
382
+ 1
383
+ ## Version Identifier
384
+
385
+ ## Scope
386
+ InterGalactic
387
+
388
+ ## Importance
389
+ Somewhat
390
+
391
+ ## Implications
392
+ Power; Money
393
+ ## Outcomes
394
+ Happiness
395
+ ## Results
396
+ Unknown
397
+ ## Status
398
+ PROPOSED
399
+ ## Drivers
400
+ A Regulation
401
+ ## Merge Update
402
+ True
403
+ ____
404
+
405
+ # Update Governance Strategy
406
+ ## Name
407
+ Strategy
408
+ ## Summary
409
+ Based on Talmud
410
+ ## Description
411
+ Somewhat chaotic
412
+ ## Domain Identifier
413
+ 1
414
+ ## Version Identifier
415
+
416
+ ## Scope
417
+ InterGalactic
418
+
419
+ ## Importance
420
+ Somewhat
421
+
422
+ ## Implications
423
+ Power; Money
424
+ ## Outcomes
425
+ Happiness
426
+ ## Results
427
+ Unknown
428
+ ## Status
429
+ PROPOSED
430
+
431
+ ____
432
+
433
+ # Don't Detach Governance Drivers
434
+ ## Definition 1
435
+ A Regulation
436
+ ## Definition 2
437
+ Strategy
438
+ ## Label
439
+ Don't get caught
440
+
441
+ ___
442
+ # View Governance Definitions
443
+ ## Output Format
444
+ LIST
445
+
446
+
447
+ ___
@@ -0,0 +1,50 @@
1
+
2
+ ___
3
+
4
+ # Don't Create Digital Product
5
+ ## Name
6
+ Opposition spending data
7
+ ## Description
8
+ Sensitive spending data for the political opposition.
9
+ ## Product Name
10
+ Non-Patriot Spending
11
+ ## Product Status
12
+ PROPOSED
13
+ ## Product Type
14
+ Political Dirty Tricks
15
+ ## Product Identifier
16
+ Enslave the Dems
17
+ ## Product Description
18
+ This product will help assure continueing dominance of the Trump party by helping to incarcerate or enslave all
19
+ opposition after stripping them of resources to fund our `gold-plat the world` initiative.
20
+ ## Maturity
21
+ Concept
22
+ ## Service Life
23
+ As long as needed
24
+
25
+
26
+ # Don't Create Data Sharing
27
+ ## Name
28
+ Leak to fox
29
+
30
+ ## Description
31
+ Leak sensitive personal data only to the conservative media.
32
+
33
+ ## Status
34
+ PROPOSED
35
+
36
+ ___
37
+
38
+ # Don't View Data Sharing Agreements
39
+ ## Output Format
40
+ LIST
41
+
42
+ ___
43
+
44
+ # Don't View Data Sharing Agreements
45
+ ## Output Format
46
+ REPORT
47
+ ___
48
+ # View Collections
49
+ ## Output Format
50
+ LIST
@@ -0,0 +1,8 @@
1
+
2
+ # Create Term-Term Relationship
3
+ ## Term 1 Name
4
+ T1
5
+ ## Term 2 Name
6
+ T2
7
+ ## Term Relationship
8
+ Synonym
@@ -0,0 +1,119 @@
1
+ <!-- SPDX-License-Identifier: CC-BY-4.0 -->
2
+ <!-- Copyright Contributors to the Egeria project. -->
3
+
4
+ # Rules
5
+ * If this is a create, and qualfied name is provided, it will be used.
6
+ * If this is an update, and qualified name is provided, it is an error if it doesn't match.
7
+ * If this is an update and no qualified name provided, will try to use the display name
8
+ * If this is an update and qualified name and guid provided, then the qualified name can be changed
9
+
10
+
11
+ # Update Solution Blueprint
12
+
13
+ ## Display Name
14
+
15
+ Clinical Trial Management Solution Blueprint
16
+
17
+ ## Description
18
+
19
+ A description of how a clinical trial is managed in Coco Pharmaceuticals.
20
+
21
+ ## Version Identifier
22
+
23
+ V1.2
24
+ ## Qualified Name
25
+
26
+ SolutionBlueprint:Clinical Trial Management Solution Blueprint:V1.2
27
+
28
+ ## <guid>
29
+
30
+ ---
31
+
32
+ # Update Solution Component
33
+
34
+ ## Display Name
35
+
36
+ Hospital Processes
37
+
38
+ ## Description
39
+
40
+ ## Version Identifier
41
+
42
+ ## Solution Component Type
43
+ String - valid value?
44
+ ## Planned Deployed Implementation Type
45
+ String - valid value?
46
+ ## Solution Blueprints
47
+
48
+ Clinical Trial Management Solution Blueprint
49
+
50
+ ## Parent Components
51
+
52
+ ---
53
+
54
+ # Create Solution Component
55
+
56
+ ## Display Name
57
+
58
+ Lab Processes
59
+
60
+ ## Description
61
+
62
+ ## Version Identifier
63
+
64
+ ## Solution Component Type
65
+ String - valid value?
66
+ ## Planned Deployed Implementation Type
67
+ String - valid value?
68
+ ## Solution Blueprints
69
+
70
+ SolutionBlueprint:Clinical Trial Management Solution Blueprint:V1.2
71
+
72
+ ## Parent Components
73
+
74
+ ---
75
+
76
+ # Create Solution Role
77
+
78
+ ## Name
79
+
80
+ ## Identifier
81
+ str
82
+ ## Description
83
+
84
+ ## Scope
85
+ str - valid values
86
+ ---
87
+
88
+ # Create Solution Actor Role
89
+
90
+ ## Solution Component
91
+
92
+ SolutionComponent:XXX q_name
93
+ <required>
94
+ ## Actor
95
+
96
+ Actor:XXX -q_name
97
+ <required>
98
+ ## Role
99
+ str - valid value
100
+ <required>
101
+ ## Description
102
+
103
+
104
+ ---
105
+
106
+ # Create Solution Linking Role
107
+
108
+ ## Starting Solution Component
109
+ q_name of soln
110
+ <required>
111
+ ## Wired To Solution Component
112
+ q_name of soln
113
+ <required>
114
+ ## Label
115
+ str
116
+ <required>
117
+ ## Description
118
+ str
119
+ ## Information Supply Chain Segment GUIDs