This provides a very basic analytical functionality based on counters.
<graphviz border='frame' format='svg'>
It basically allows the laboratory supervisor to keep track of the number of tests performed (potentially grouped) and some basic elements related to the requests.
TestsPerLaboratoryArea [label="Tests Per Laboratory Area" shape=tab URL="#Tests_per_laboratory_area"];
TestsPerKind [label="Tests Per Kind" shape=tab URL="#Tests_per_kind"];
// Edges
DataAnalysis -> GlobalIndicators;
DataAnalysis -> TestsPerLaboratoryArea;
DataAnalysis -> TestsPerKind;
}
</graphviz>
</div>
Revision as of 11:46, 23 January 2024
This provides a very basic analytical functionality based on counters.
It basically allows the laboratory supervisor to keep track of the number of tests performed (potentially grouped) and some basic elements related to the requests.