Requests: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
// Nodes | // Nodes | ||
Requests [label="Requests" ]; | Requests [label="Requests" ]; | ||
Create [label="Create", URL="#Create" ]; | |||
ChangeInformation [label="Change Information", URL="#Change_information"]; | |||
PatientsData [label="Patients' Data", shape="tab"]; | |||
AdditionalInformation [label="Additional Information", shape="tab"]; | |||
BiologicalSamples [label="Biological Samples", shape="tab" ]; | |||
AnalyticalTests [label="Analytical Tests", shape="tab" ]; | |||
DeliverSamples [label="Deliver Samples", URL="#Deliver_samples" ]; | DeliverSamples [label="Deliver Samples", URL="#Deliver_samples" ]; | ||
IntroduceResults [label="Introduce Results", URL="#Introduce_results" ]; | IntroduceResults [label="Introduce Results", URL="#Introduce_results" ]; | ||
Line 44: | Line 44: | ||
SearchHistoric [label="Search Historic", URL="#Search_historic"]; | SearchHistoric [label="Search Historic", URL="#Search_historic"]; | ||
// Edges | // Edges | ||
Requests -> | Requests -> Create; | ||
Requests -> | Requests -> ChangeInformation; | ||
Create -> PatientsData; | |||
ChangeInformation -> PatientsData; | |||
PatientsData -> AdditionalInformation [dir=both]; | |||
AdditionalInformation -> BiologicalSamples [dir=both]; | |||
BiologicalSamples -> AnalyticalTests [dir=both]; | |||
Requests -> DeliverSamples | Requests -> DeliverSamples | ||
DeliverSamples -> | DeliverSamples -> BiologicalSamples; | ||
Requests -> IntroduceResults; | Requests -> IntroduceResults; | ||
IntroduceResults -> | IntroduceResults -> AnalyticalTests; | ||
Requests -> ValidateResults; | Requests -> ValidateResults; | ||
ValidateResults -> | ValidateResults -> AnalyticalTests; | ||
Requests -> SearchHistoric; | Requests -> SearchHistoric; | ||
{ rank=same; | { rank=same; Create ChangeInformation DeliverSamples ValidateResults} | ||
} | } | ||
</graphviz> | </graphviz> |
Revision as of 16:57, 12 March 2023


UNDER CONSTRUCTION