Requests: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:ARIS:Requests]] | [[Category:ARIS:Requests]] | ||
<div style="float:right; margin: 0px 0px 0px 0px"> | |||
<graphviz border='frame' format='png'> | |||
digraph FunctionalitiesDiagram { | |||
node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"] | |||
//----- Requests graph | |||
// Nodes | |||
Requests [label="Requests", URL="Main_Page" ] | |||
R_Create [label="Create", URL="Main_Page" ] | |||
R_ChangeInformation [label="Change Information", URL="Main_Page" ] | |||
R_PatientsData [label="Patients' Data", URL="Main_Page", shape="tab" ] | |||
R_AdditionalInformation [label="Additional Information", URL="Main_Page", shape="tab" ] | |||
R_BiologicalSamples [label="Biological Samples", URL="Main_Page", shape="tab" ] | |||
R_AnalyticalTests [label="Analytical Tests", URL="Main_Page", shape="tab" ] | |||
DeliverSamples [label="Deliver Samples", URL="Main_Page" ] | |||
IntroduceResults [label="Introduce Results", URL="Main_Page" ] | |||
ValidateResults [label="Validate Results", URL="Main_Page" ] | |||
SearchHistoric [label="Search Historic", URL="Main_Page" ] | |||
// Edges | |||
ARIS -> Requests | |||
Requests -> R_Create | |||
Requests -> R_ChangeInformation | |||
R_Create -> R_PatientsData | |||
R_ChangeInformation -> R_PatientsData | |||
R_PatientsData -> R_AdditionalInformation [dir=both] | |||
R_AdditionalInformation -> R_BiologicalSamples [dir=both] | |||
R_BiologicalSamples -> R_AnalyticalTests [dir=both] | |||
Requests -> DeliverSamples | |||
DeliverSamples -> R_BiologicalSamples | |||
Requests -> IntroduceResults | |||
IntroduceResults -> R_AnalyticalTests | |||
Requests -> ValidateResults | |||
ValidateResults -> R_AnalyticalTests | |||
Requests -> SearchHistoric | |||
} | |||
</graphviz> | |||
</div> | |||
'''''UNDER CONSTRUCTION''''' | '''''UNDER CONSTRUCTION''''' |
Revision as of 22:35, 1 March 2023

UNDER CONSTRUCTION