pyegeria 5.3.3.12__py3-none-any.whl → 5.3.3.13.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.
Files changed (100) hide show
  1. pyegeria/__init__.py +2 -1
  2. pyegeria/commands/tech/list_information_supply_chains.py +10 -7
  3. pyegeria/commands/tech/work/mermaid_graphs/Clinical Trial Subject Onboarding.html +135 -0
  4. pyegeria/commands/tech/work/mermaid_graphs/{Clinical Trial Treatment Validation.mmd → Clinical Trial Treatment Validation.html } +127 -41
  5. pyegeria/commands/tech/work/mermaid_graphs/Employee Expense Payment.html +126 -0
  6. pyegeria/commands/tech/work/mermaid_graphs/New Drug Product Information Distribution.html +141 -0
  7. pyegeria/commands/tech/work/mermaid_graphs/New Employee Onboarding.html +138 -0
  8. pyegeria/commands/tech/work/mermaid_graphs/Personalized Treatment Ordering.html +143 -0
  9. pyegeria/commands/tech/work/mermaid_graphs/{Physical Inventory Tracking.mmd → Physical Inventory Tracking.html } +114 -28
  10. pyegeria/commands/tech/work/mermaid_graphs/{Sustainability Reporting.mmd → Sustainability Reporting.html } +112 -26
  11. pyegeria/commands/tech/work/mermaid_graphs/{{displayName}}.html +115 -0
  12. pyegeria/mermaid_utilities.py +256 -22
  13. {pyegeria-5.3.3.12.dist-info → pyegeria-5.3.3.13.dev2.dist-info}/METADATA +1 -1
  14. {pyegeria-5.3.3.12.dist-info → pyegeria-5.3.3.13.dev2.dist-info}/RECORD +19 -94
  15. pyegeria/.DS_Store +0 -0
  16. pyegeria/commands/.DS_Store +0 -0
  17. pyegeria/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  18. pyegeria/commands/__pycache__/server_status_widget.cpython-312-pytest-7.4.4.pyc +0 -0
  19. pyegeria/commands/cat/__pycache__/__init__.cpython-312.pyc +0 -0
  20. pyegeria/commands/cat/__pycache__/get_asset_graph.cpython-312.pyc +0 -0
  21. pyegeria/commands/cat/__pycache__/get_collection.cpython-312.pyc +0 -0
  22. pyegeria/commands/cat/__pycache__/get_project_dependencies.cpython-312.pyc +0 -0
  23. pyegeria/commands/cat/__pycache__/get_project_structure.cpython-312.pyc +0 -0
  24. pyegeria/commands/cat/__pycache__/get_tech_type_elements.cpython-312.pyc +0 -0
  25. pyegeria/commands/cat/__pycache__/glossary_actions.cpython-312.pyc +0 -0
  26. pyegeria/commands/cat/__pycache__/list_assets.cpython-312.pyc +0 -0
  27. pyegeria/commands/cat/__pycache__/list_cert_types.cpython-312.pyc +0 -0
  28. pyegeria/commands/cat/__pycache__/list_collections.cpython-312.pyc +0 -0
  29. pyegeria/commands/cat/__pycache__/list_deployed_catalogs.cpython-312.pyc +0 -0
  30. pyegeria/commands/cat/__pycache__/list_deployed_database_schemas.cpython-312.pyc +0 -0
  31. pyegeria/commands/cat/__pycache__/list_deployed_databases.cpython-312.pyc +0 -0
  32. pyegeria/commands/cat/__pycache__/list_glossaries.cpython-312.pyc +0 -0
  33. pyegeria/commands/cat/__pycache__/list_projects.cpython-312.pyc +0 -0
  34. pyegeria/commands/cat/__pycache__/list_servers_deployed_imp.cpython-312.pyc +0 -0
  35. pyegeria/commands/cat/__pycache__/list_tech_type_elements.cpython-312.pyc +0 -0
  36. pyegeria/commands/cat/__pycache__/list_tech_types.cpython-312.pyc +0 -0
  37. pyegeria/commands/cat/__pycache__/list_terms.cpython-312.pyc +0 -0
  38. pyegeria/commands/cat/__pycache__/list_todos.cpython-312.pyc +0 -0
  39. pyegeria/commands/cat/__pycache__/list_user_ids.cpython-312.pyc +0 -0
  40. pyegeria/commands/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  41. pyegeria/commands/cli/__pycache__/egeria_login_tui.cpython-312.pyc +0 -0
  42. pyegeria/commands/cli/__pycache__/egeria_ops.cpython-312.pyc +0 -0
  43. pyegeria/commands/cli/__pycache__/ops_config.cpython-312.pyc +0 -0
  44. pyegeria/commands/doc/.DS_Store +0 -0
  45. pyegeria/commands/doc/Visual Command Reference/.DS_Store +0 -0
  46. pyegeria/commands/doc/Visual Command Reference/cat/.DS_Store +0 -0
  47. pyegeria/commands/doc/Visual Command Reference/cat/show/.DS_Store +0 -0
  48. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/.DS_Store +0 -0
  49. pyegeria/commands/doc/glossary/.DS_Store +0 -0
  50. pyegeria/commands/doc/glossary/images/.DS_Store +0 -0
  51. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/.DS_Store +0 -0
  52. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/.DS_Store +0 -0
  53. pyegeria/commands/my/__pycache__/__init__.cpython-312.pyc +0 -0
  54. pyegeria/commands/my/__pycache__/list_my_profile.cpython-312.pyc +0 -0
  55. pyegeria/commands/my/__pycache__/list_my_roles.cpython-312.pyc +0 -0
  56. pyegeria/commands/my/__pycache__/monitor_my_todos.cpython-312.pyc +0 -0
  57. pyegeria/commands/my/__pycache__/monitor_open_todos.cpython-312.pyc +0 -0
  58. pyegeria/commands/my/__pycache__/todo_actions.cpython-312.pyc +0 -0
  59. pyegeria/commands/ops/__pycache__/__init__.cpython-312.pyc +0 -0
  60. pyegeria/commands/ops/__pycache__/gov_server_actions.cpython-312.pyc +0 -0
  61. pyegeria/commands/ops/__pycache__/list_archives.cpython-312.pyc +0 -0
  62. pyegeria/commands/ops/__pycache__/list_catalog_targets.cpython-312.pyc +0 -0
  63. pyegeria/commands/ops/__pycache__/load_archive.cpython-312.pyc +0 -0
  64. pyegeria/commands/ops/__pycache__/monitor_engine_activity.cpython-312.pyc +0 -0
  65. pyegeria/commands/ops/__pycache__/monitor_engine_activity_c.cpython-312.pyc +0 -0
  66. pyegeria/commands/ops/__pycache__/monitor_gov_eng_status.cpython-312.pyc +0 -0
  67. pyegeria/commands/ops/__pycache__/monitor_integ_daemon_status.cpython-312.pyc +0 -0
  68. pyegeria/commands/ops/__pycache__/monitor_platform_status.cpython-312.pyc +0 -0
  69. pyegeria/commands/ops/__pycache__/monitor_server_startup.cpython-312.pyc +0 -0
  70. pyegeria/commands/ops/__pycache__/monitor_server_status.cpython-312.pyc +0 -0
  71. pyegeria/commands/ops/__pycache__/refresh_integration_daemon.cpython-312.pyc +0 -0
  72. pyegeria/commands/ops/__pycache__/restart_integration_daemon.cpython-312.pyc +0 -0
  73. pyegeria/commands/ops/__pycache__/table_integ_daemon_status.cpython-312.pyc +0 -0
  74. pyegeria/commands/tech/__pycache__/__init__.cpython-312.pyc +0 -0
  75. pyegeria/commands/tech/__pycache__/get_element_info.cpython-312.pyc +0 -0
  76. pyegeria/commands/tech/__pycache__/get_guid_info.cpython-312.pyc +0 -0
  77. pyegeria/commands/tech/__pycache__/get_tech_details.cpython-312.pyc +0 -0
  78. pyegeria/commands/tech/__pycache__/get_tech_type_template.cpython-312.pyc +0 -0
  79. pyegeria/commands/tech/__pycache__/list_anchored_elements.cpython-312.pyc +0 -0
  80. pyegeria/commands/tech/__pycache__/list_asset_types.cpython-312.pyc +0 -0
  81. pyegeria/commands/tech/__pycache__/list_elements_by_property_value.cpython-312.pyc +0 -0
  82. pyegeria/commands/tech/__pycache__/list_elements_for_classification.cpython-312.pyc +0 -0
  83. pyegeria/commands/tech/__pycache__/list_gov_action_processes.cpython-312.pyc +0 -0
  84. pyegeria/commands/tech/__pycache__/list_registered_services.cpython-312.pyc +0 -0
  85. pyegeria/commands/tech/__pycache__/list_related_specification.cpython-312.pyc +0 -0
  86. pyegeria/commands/tech/__pycache__/list_relationship_types.cpython-312.pyc +0 -0
  87. pyegeria/commands/tech/__pycache__/list_relationships.cpython-312.pyc +0 -0
  88. pyegeria/commands/tech/__pycache__/list_tech_templates.cpython-312.pyc +0 -0
  89. pyegeria/commands/tech/__pycache__/list_valid_metadata_values.cpython-312.pyc +0 -0
  90. pyegeria/commands/tech/work/mermaid_graphs/Clinical Trial Subject Onboarding.mmd +0 -49
  91. pyegeria/commands/tech/work/mermaid_graphs/Employee Expense Payment.mmd +0 -40
  92. pyegeria/commands/tech/work/mermaid_graphs/New Drug Product Information Distribution.mmd +0 -55
  93. pyegeria/commands/tech/work/mermaid_graphs/New Employee Onboarding.mmd +0 -52
  94. pyegeria/commands/tech/work/mermaid_graphs/Personalized Treatment Ordering.mmd +0 -57
  95. pyegeria/commands/tech/work/mermaid_graphs/{{displayName}}.mmd +0 -29
  96. /pyegeria/commands/tech/{list_isolution_blueprints.py → list_solution_blueprints.py} +0 -0
  97. /pyegeria/commands/tech/{list_isolution_blueprints2.py → list_solution_blueprints2.py} +0 -0
  98. {pyegeria-5.3.3.12.dist-info → pyegeria-5.3.3.13.dev2.dist-info}/LICENSE +0 -0
  99. {pyegeria-5.3.3.12.dist-info → pyegeria-5.3.3.13.dev2.dist-info}/WHEEL +0 -0
  100. {pyegeria-5.3.3.12.dist-info → pyegeria-5.3.3.13.dev2.dist-info}/entry_points.txt +0 -0
Binary file
Binary file
@@ -1,49 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html>
4
- <head>
5
- <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
6
- </head>
7
- <body>
8
- <div class="mermaid">
9
- ---
10
- title: Information Supply Chain - Clinical Trial Subject Onboarding [39a035f0-3b2b-45fe-adb8-ee8a19581f6a]
11
- ---
12
- flowchart TD
13
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
14
-
15
- 39a035f0-3b2b-45fe-adb8-ee8a19581f6a@{ shape: flip-tri, label: "*Information Supply Chain*
16
- **Clinical Trial Subject Onboarding**"}
17
- a02292f3-6333-42de-a102-d97c21532561@{ shape: text, label: "*Description*
18
- **Delivering the data necessary to add a person as a subject in a clinical trial.**"}
19
- 39a035f0-3b2b-45fe-adb8-ee8a19581f6a~~~a02292f3-6333-42de-a102-d97c21532561
20
- 5c45e887-11e0-41fe-baec-ed25f831e36d@{ shape: text, label: "*Purpose*
21
- **Ensure patient subject is aware of the process and potential risks in participation.**"}
22
- a02292f3-6333-42de-a102-d97c21532561~~~5c45e887-11e0-41fe-baec-ed25f831e36d
23
- e4329c56-3ebd-4ebb-a7f1-0949a788dab1@{ shape: text, label: "*Purpose*
24
- **Ensure patient subject has given permission for Coco Pharmaceuticals to acquire, store and process their personal data needed for the clinical trial.**"}
25
- 5c45e887-11e0-41fe-baec-ed25f831e36d~~~e4329c56-3ebd-4ebb-a7f1-0949a788dab1
26
- 7cd6c004-cb55-4126-8fe9-9d10f871c1d7@{ shape: text, label: "*Purpose*
27
- **Ensure incoming data is validated and catalogued.**"}
28
- e4329c56-3ebd-4ebb-a7f1-0949a788dab1~~~7cd6c004-cb55-4126-8fe9-9d10f871c1d7
29
- 68187078-26f4-4ccf-9bea-310fcbd6562f@{ shape: text, label: "*Purpose*
30
- **Ensure data and process owners are informed of key milestones and issues requiring attention.**"}
31
- 7cd6c004-cb55-4126-8fe9-9d10f871c1d7~~~68187078-26f4-4ccf-9bea-310fcbd6562f
32
- f0957b39-1f6c-4362-bf8a-ec0c4b537560@{ shape: text, label: "*Purpose*
33
- **Ensure the process of data capture and validation is transparent and auditable.**"}
34
- 68187078-26f4-4ccf-9bea-310fcbd6562f~~~f0957b39-1f6c-4362-bf8a-ec0c4b537560
35
- style 39a035f0-3b2b-45fe-adb8-ee8a19581f6a color:#FFFFFF, fill:#004563, stroke:#b7c0c7
36
- style 68187078-26f4-4ccf-9bea-310fcbd6562f color:#000000, fill:#F9F7ED, stroke:#b7c0c7
37
- style 5c45e887-11e0-41fe-baec-ed25f831e36d color:#000000, fill:#F9F7ED, stroke:#b7c0c7
38
- style f0957b39-1f6c-4362-bf8a-ec0c4b537560 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
39
- style e4329c56-3ebd-4ebb-a7f1-0949a788dab1 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
40
- style a02292f3-6333-42de-a102-d97c21532561 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
41
- style 7cd6c004-cb55-4126-8fe9-9d10f871c1d7 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
42
-
43
- </div>
44
-
45
- <script>
46
- mermaid.initialize({startOnLoad:true});
47
- </script>
48
- </body>
49
- </html>
@@ -1,40 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html>
4
- <head>
5
- <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
6
- </head>
7
- <body>
8
- <div class="mermaid">
9
- ---
10
- title: Information Supply Chain - Employee Expense Payment [79d1d83f-6a37-4c32-bf3f-eb8b4358027c]
11
- ---
12
- flowchart TD
13
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
14
-
15
- 79d1d83f-6a37-4c32-bf3f-eb8b4358027c@{ shape: flip-tri, label: "*Information Supply Chain*
16
- **Employee Expense Payment**"}
17
- c881415f-b4fb-487b-a229-3d1e766f6a8d@{ shape: text, label: "*Description*
18
- **Managing the collection of expense data, its approval and the subsequent payment authorization flows.**"}
19
- 79d1d83f-6a37-4c32-bf3f-eb8b4358027c~~~c881415f-b4fb-487b-a229-3d1e766f6a8d
20
- 61808fb3-5eb6-46a5-b205-ba3730d4754a@{ shape: text, label: "*Purpose*
21
- **Ensure employees are reimbursed for their expenses in a timely manner.**"}
22
- c881415f-b4fb-487b-a229-3d1e766f6a8d~~~61808fb3-5eb6-46a5-b205-ba3730d4754a
23
- 88c42780-6fb1-49e2-a584-8af90cdc7728@{ shape: rounded, label: "*Software Server*
24
- **System:coco-hrim**"}
25
- ad8eab54-c2f7-494d-82d0-bf5985e5a58d@{ shape: rounded, label: "*Software Server*
26
- **System:coco-expenses**"}
27
- 88c42780-6fb1-49e2-a584-8af90cdc7728-->|"payment authorization [Data Flow]"|ad8eab54-c2f7-494d-82d0-bf5985e5a58d
28
- style ad8eab54-c2f7-494d-82d0-bf5985e5a58d color:#000000, fill:#e0ab18, stroke:#004563
29
- style 61808fb3-5eb6-46a5-b205-ba3730d4754a color:#000000, fill:#F9F7ED, stroke:#b7c0c7
30
- style 79d1d83f-6a37-4c32-bf3f-eb8b4358027c color:#FFFFFF, fill:#004563, stroke:#b7c0c7
31
- style 88c42780-6fb1-49e2-a584-8af90cdc7728 color:#000000, fill:#e0ab18, stroke:#004563
32
- style c881415f-b4fb-487b-a229-3d1e766f6a8d color:#000000, fill:#F9F7ED, stroke:#b7c0c7
33
-
34
- </div>
35
-
36
- <script>
37
- mermaid.initialize({startOnLoad:true});
38
- </script>
39
- </body>
40
- </html>
@@ -1,55 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html>
4
- <head>
5
- <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
6
- </head>
7
- <body>
8
- <div class="mermaid">
9
- ---
10
- title: Information Supply Chain - New Drug Product Information Distribution [b0491fd4-6324-4ed8-9a1c-7cbd9892e21b]
11
- ---
12
- flowchart TD
13
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
14
-
15
- b0491fd4-6324-4ed8-9a1c-7cbd9892e21b@{ shape: flip-tri, label: "*Information Supply Chain*
16
- **New Drug Product Information Distribution**"}
17
- 11aeaf3c-b24c-4e80-8006-8b2c083e67d3@{ shape: text, label: "*Description*
18
- **Managing the distribution of information about a new product.**"}
19
- b0491fd4-6324-4ed8-9a1c-7cbd9892e21b~~~11aeaf3c-b24c-4e80-8006-8b2c083e67d3
20
- 02d4db48-8671-43b2-98e7-563b16f2d2b0@{ shape: text, label: "*Purpose*
21
- **Ensuring information about a new product is distributed to all of the appropriate system so that it is visible for ordering, manufacturing and invoicing.**"}
22
- 11aeaf3c-b24c-4e80-8006-8b2c083e67d3~~~02d4db48-8671-43b2-98e7-563b16f2d2b0
23
- c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4@{ shape: rounded, label: "*Software Server*
24
- **System:MFCTRL9482**"}
25
- 987df321-d940-4ce5-9ae1-8258736f0445@{ shape: rounded, label: "*Software Server*
26
- **System:KCDEPOT01**"}
27
- c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4-->|"order ready [Data Flow]"|987df321-d940-4ce5-9ae1-8258736f0445
28
- afefd870-5616-4f35-a557-774b88b96bef@{ shape: rounded, label: "*Software Server*
29
- **System:EDDEPOT01**"}
30
- c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4-->|"order ready [Data Flow]"|afefd870-5616-4f35-a557-774b88b96bef
31
- c7b1467a-dea2-4288-95e5-8e1bc3ab2ed3@{ shape: rounded, label: "*Software Server*
32
- **System:WINCHDEPOT01**"}
33
- c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4-->|"order ready [Data Flow]"|c7b1467a-dea2-4288-95e5-8e1bc3ab2ed3
34
- dd424526-24e9-4a10-a575-0700dfb8743a@{ shape: rounded, label: "*Software Server*
35
- **System:cocoProducts**"}
36
- a2e43afa-386a-4acd-ba1d-7773b368c34a@{ shape: rounded, label: "*Software Server*
37
- **System:globalCRM**"}
38
- dd424526-24e9-4a10-a575-0700dfb8743a-->|"new product offering [Data Flow]"|a2e43afa-386a-4acd-ba1d-7773b368c34a
39
- style b0491fd4-6324-4ed8-9a1c-7cbd9892e21b color:#FFFFFF, fill:#004563, stroke:#b7c0c7
40
- style c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4 color:#000000, fill:#e0ab18, stroke:#004563
41
- style a2e43afa-386a-4acd-ba1d-7773b368c34a color:#000000, fill:#e0ab18, stroke:#004563
42
- style 11aeaf3c-b24c-4e80-8006-8b2c083e67d3 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
43
- style 02d4db48-8671-43b2-98e7-563b16f2d2b0 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
44
- style 987df321-d940-4ce5-9ae1-8258736f0445 color:#000000, fill:#e0ab18, stroke:#004563
45
- style c7b1467a-dea2-4288-95e5-8e1bc3ab2ed3 color:#000000, fill:#e0ab18, stroke:#004563
46
- style dd424526-24e9-4a10-a575-0700dfb8743a color:#000000, fill:#e0ab18, stroke:#004563
47
- style afefd870-5616-4f35-a557-774b88b96bef color:#000000, fill:#e0ab18, stroke:#004563
48
-
49
- </div>
50
-
51
- <script>
52
- mermaid.initialize({startOnLoad:true});
53
- </script>
54
- </body>
55
- </html>
@@ -1,52 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html>
4
- <head>
5
- <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
6
- </head>
7
- <body>
8
- <div class="mermaid">
9
- ---
10
- title: Information Supply Chain - New Employee Onboarding [022009d9-53cb-4469-afeb-16ee81d8f9bc]
11
- ---
12
- flowchart TD
13
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
14
-
15
- 022009d9-53cb-4469-afeb-16ee81d8f9bc@{ shape: flip-tri, label: "*Information Supply Chain*
16
- **New Employee Onboarding**"}
17
- 5dc47e24-5264-45f4-8431-02f6c0b1f2ca@{ shape: text, label: "*Description*
18
- **Adding information about a new employee to all appropriate systems and directories.**"}
19
- 022009d9-53cb-4469-afeb-16ee81d8f9bc~~~5dc47e24-5264-45f4-8431-02f6c0b1f2ca
20
- 09cf46b0-6780-4f3d-9e08-03a350c71de6@{ shape: text, label: "*Purpose*
21
- **Ensure a new employee is productive and engaged in a timely manner.**"}
22
- 5dc47e24-5264-45f4-8431-02f6c0b1f2ca~~~09cf46b0-6780-4f3d-9e08-03a350c71de6
23
- 88c42780-6fb1-49e2-a584-8af90cdc7728@{ shape: rounded, label: "*Software Server*
24
- **System:coco-hrim**"}
25
- ae0c7768-c01e-4bd1-8a47-fbacfccf2f63@{ shape: rounded, label: "*Software Server*
26
- **System:Netherlands payroll**"}
27
- 88c42780-6fb1-49e2-a584-8af90cdc7728-->|"payment authorization [Data Flow]"|ae0c7768-c01e-4bd1-8a47-fbacfccf2f63
28
- a47906f0-67f0-46ed-890d-85cb049ffa60@{ shape: rounded, label: "*Software Server*
29
- **System:cocopages**"}
30
- 88c42780-6fb1-49e2-a584-8af90cdc7728-->|"employee directory [Data Flow]"|a47906f0-67f0-46ed-890d-85cb049ffa60
31
- 35bef6c5-25d7-47b1-91db-f9bce0238612@{ shape: rounded, label: "*Software Server*
32
- **System:Canadian payroll**"}
33
- 88c42780-6fb1-49e2-a584-8af90cdc7728-->|"payment authorization [Data Flow]"|35bef6c5-25d7-47b1-91db-f9bce0238612
34
- 12c9d1a4-2a5d-4e7c-a640-97f206270425@{ shape: rounded, label: "*Software Server*
35
- **System:UK payroll**"}
36
- 88c42780-6fb1-49e2-a584-8af90cdc7728-->|"payment authorization [Data Flow]"|12c9d1a4-2a5d-4e7c-a640-97f206270425
37
- style 022009d9-53cb-4469-afeb-16ee81d8f9bc color:#FFFFFF, fill:#004563, stroke:#b7c0c7
38
- style 09cf46b0-6780-4f3d-9e08-03a350c71de6 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
39
- style ae0c7768-c01e-4bd1-8a47-fbacfccf2f63 color:#000000, fill:#e0ab18, stroke:#004563
40
- style 88c42780-6fb1-49e2-a584-8af90cdc7728 color:#000000, fill:#e0ab18, stroke:#004563
41
- style 12c9d1a4-2a5d-4e7c-a640-97f206270425 color:#000000, fill:#e0ab18, stroke:#004563
42
- style 5dc47e24-5264-45f4-8431-02f6c0b1f2ca color:#000000, fill:#F9F7ED, stroke:#b7c0c7
43
- style a47906f0-67f0-46ed-890d-85cb049ffa60 color:#000000, fill:#e0ab18, stroke:#004563
44
- style 35bef6c5-25d7-47b1-91db-f9bce0238612 color:#000000, fill:#e0ab18, stroke:#004563
45
-
46
- </div>
47
-
48
- <script>
49
- mermaid.initialize({startOnLoad:true});
50
- </script>
51
- </body>
52
- </html>
@@ -1,57 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html>
4
- <head>
5
- <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
6
- </head>
7
- <body>
8
- <div class="mermaid">
9
- ---
10
- title: Information Supply Chain - Personalized Treatment Ordering [adbae740-57a3-41b8-a722-266b895794e6]
11
- ---
12
- flowchart TD
13
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
14
-
15
- adbae740-57a3-41b8-a722-266b895794e6@{ shape: flip-tri, label: "*Information Supply Chain*
16
- **Personalized Treatment Ordering**"}
17
- c5661e96-b7a7-41c9-a13f-406f3a3d26ad@{ shape: text, label: "*Description*
18
- **Delivering information about a new personalized medicine order so that it fulfilled and invoiced.**"}
19
- adbae740-57a3-41b8-a722-266b895794e6~~~c5661e96-b7a7-41c9-a13f-406f3a3d26ad
20
- 531cd87f-24e3-4697-a653-f5bdebaa3f0c@{ shape: text, label: "*Purpose*
21
- **Ensuring orders are fulfilled effectively.**"}
22
- c5661e96-b7a7-41c9-a13f-406f3a3d26ad~~~531cd87f-24e3-4697-a653-f5bdebaa3f0c
23
- bdf60c10-e8f8-4b49-9f92-e0c6a40b0d7b@{ shape: rounded, label: "*Software Server*
24
- **System:ed-mfg-control**"}
25
- 25e2e56d-2e2f-4f6f-a1ed-019dd76d589a@{ shape: rounded, label: "*Software Server*
26
- **System:manufacturing-planning**"}
27
- bdf60c10-e8f8-4b49-9f92-e0c6a40b0d7b-->|"manufacturing complete [Data Flow]"|25e2e56d-2e2f-4f6f-a1ed-019dd76d589a
28
- c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4@{ shape: rounded, label: "*Software Server*
29
- **System:MFCTRL9482**"}
30
- c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4-->|"manufacturing complete [Data Flow]"|25e2e56d-2e2f-4f6f-a1ed-019dd76d589a
31
- 0f59833f-8a8a-488b-808a-9ea24618bb6c@{ shape: rounded, label: "*Software Server*
32
- **System:winch-mfg-control**"}
33
- 0f59833f-8a8a-488b-808a-9ea24618bb6c-->|"manufacturing complete [Data Flow]"|25e2e56d-2e2f-4f6f-a1ed-019dd76d589a
34
- a2e43afa-386a-4acd-ba1d-7773b368c34a@{ shape: rounded, label: "*Software Server*
35
- **System:globalCRM**"}
36
- 11071e76-23a8-4f3d-bd07-3b9aa9781bda@{ shape: rounded, label: "*Software Server*
37
- **System:coco-ledgers**"}
38
- a2e43afa-386a-4acd-ba1d-7773b368c34a-->|"new sales [Data Flow]"|11071e76-23a8-4f3d-bd07-3b9aa9781bda
39
- a2e43afa-386a-4acd-ba1d-7773b368c34a-->|"new orders [Data Flow]"|25e2e56d-2e2f-4f6f-a1ed-019dd76d589a
40
- 25e2e56d-2e2f-4f6f-a1ed-019dd76d589a-->|"manufacturing request [Data Flow]"|c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4
41
- style c5661e96-b7a7-41c9-a13f-406f3a3d26ad color:#000000, fill:#F9F7ED, stroke:#b7c0c7
42
- style c24e9ea0-171a-46d8-a5d8-3fedcfe97aa4 color:#000000, fill:#e0ab18, stroke:#004563
43
- style a2e43afa-386a-4acd-ba1d-7773b368c34a color:#000000, fill:#e0ab18, stroke:#004563
44
- style adbae740-57a3-41b8-a722-266b895794e6 color:#FFFFFF, fill:#004563, stroke:#b7c0c7
45
- style bdf60c10-e8f8-4b49-9f92-e0c6a40b0d7b color:#000000, fill:#e0ab18, stroke:#004563
46
- style 11071e76-23a8-4f3d-bd07-3b9aa9781bda color:#000000, fill:#e0ab18, stroke:#004563
47
- style 0f59833f-8a8a-488b-808a-9ea24618bb6c color:#000000, fill:#e0ab18, stroke:#004563
48
- style 531cd87f-24e3-4697-a653-f5bdebaa3f0c color:#000000, fill:#F9F7ED, stroke:#b7c0c7
49
- style 25e2e56d-2e2f-4f6f-a1ed-019dd76d589a color:#000000, fill:#e0ab18, stroke:#004563
50
-
51
- </div>
52
-
53
- <script>
54
- mermaid.initialize({startOnLoad:true});
55
- </script>
56
- </body>
57
- </html>
@@ -1,29 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html>
4
- <head>
5
- <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
6
- </head>
7
- <body>
8
- <div class="mermaid">
9
- ---
10
- title: Information Supply Chain - {{displayName}} [ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732]
11
- ---
12
- flowchart TD
13
- %%{init: {"flowchart": {"htmlLabels": false}} }%%
14
-
15
- ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732@{ shape: flip-tri, label: "*Information Supply Chain*
16
- **{{displayName}}**"}
17
- f3470059-c239-4a1c-be93-51ef1eae0dd1@{ shape: text, label: "*Description*
18
- **{{description}}**"}
19
- ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732~~~f3470059-c239-4a1c-be93-51ef1eae0dd1
20
- style f3470059-c239-4a1c-be93-51ef1eae0dd1 color:#000000, fill:#F9F7ED, stroke:#b7c0c7
21
- style ba3ab0dd-3ec5-4ec5-9db9-f3dc56e3a732 color:#FFFFFF, fill:#004563, stroke:#b7c0c7
22
-
23
- </div>
24
-
25
- <script>
26
- mermaid.initialize({startOnLoad:true});
27
- </script>
28
- </body>
29
- </html>