Requests: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
digraph FunctionalitiesDiagram { | digraph FunctionalitiesDiagram { | ||
node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"]; | node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"]; | ||
edge [minlen=2]; | //edge [minlen=2]; | ||
//----- Requests graph | //----- Requests graph | ||
// Nodes | // Nodes | ||
| Line 52: | Line 52: | ||
Create -> PatientsData; | Create -> PatientsData; | ||
ChangeInformation -> PatientsData; | ChangeInformation -> PatientsData; | ||
PatientsData -> AdditionalInformation [dir=both]; | PatientsData -> AdditionalInformation [dir=both minlen=2]; | ||
AdditionalInformation -> BiologicalSamples [dir=both]; | AdditionalInformation -> BiologicalSamples [dir=both minlen=2]; | ||
BiologicalSamples -> AnalyticalTests [dir=both]; | BiologicalSamples -> AnalyticalTests [dir=both minlen=2]; | ||
Requests -> DeliverSamples | Requests -> DeliverSamples | ||
DeliverSamples -> BiologicalSamples; | DeliverSamples -> BiologicalSamples; | ||
Revision as of 16:10, 12 March 2023


UNDER CONSTRUCTION