Translations:Requests/2/en: Difference between revisions
Jump to navigation
Jump to search
Importing a new version from external source |
Importing a new version from external source Tag: Manual revert |
||
| Line 1: | Line 1: | ||
<div style="float:right; margin: 0px 0px 0px 0px"> | |||
<graphviz border='frame' format='svg'> | |||
digraph RequestsDiagram { | |||
node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"]; | |||
//edge [minlen=2]; | |||
//----- Requests graph | |||
// Nodes | |||
Requests [label="Requests" ]; | |||
Create [label="Create", URL="#Create" ]; | |||
ChangeInformation [label="Change Information", URL="#Change_information"]; | |||
PatientsData [label="Patients' Data", shape="tab", URL="#Create"]; | |||
AdditionalInformation [label="Additional Information", shape="tab", URL="#Create"]; | |||
BiologicalSamples [label="Biological Samples", shape="tab", URL="#Create" ]; | |||
AnalyticalTests [label="Analytical Tests", shape="tab", URL="#Create" ]; | |||
DeliverSamples [label="Deliver Samples", URL="#Deliver_samples" ]; | |||
IntroduceResults [label="Introduce Results", URL="#Introduce_results" ]; | |||
ValidateResults [label="Validate Results", URL="#Validate_results"]; | |||
SearchHistoric [label="Search Historic", URL="#Search_historic"]; | |||
// Edges | |||
Requests -> Create; | |||
Requests -> ChangeInformation; | |||
Create -> PatientsData; | |||
ChangeInformation -> PatientsData; | |||
PatientsData -> AdditionalInformation [dir=both minlen=2]; | |||
AdditionalInformation -> BiologicalSamples [dir=both minlen=2]; | |||
BiologicalSamples -> AnalyticalTests [dir=both minlen=2]; | |||
Requests -> DeliverSamples | |||
DeliverSamples -> BiologicalSamples; | |||
Requests -> IntroduceResults; | |||
IntroduceResults -> AnalyticalTests; | |||
Requests -> ValidateResults; | |||
ValidateResults -> AnalyticalTests; | |||
Requests -> SearchHistoric; | |||
{ rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults SearchHistoric} | { rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults SearchHistoric} | ||
{ rank=same; PatientsData AdditionalInformation BiologicalSamples AnalyticalTests} | { rank=same; PatientsData AdditionalInformation BiologicalSamples AnalyticalTests} | ||
| Line 4: | Line 37: | ||
</graphviz> | </graphviz> | ||
</div> | </div> | ||