Translations:Data analysis/1/en: Difference between revisions

From ARIS
Jump to navigation Jump to search
FuzzyBot (talk | contribs)
Importing a new version from external source
FuzzyBot (talk | contribs)
Importing a new version from external source
Tag: Manual revert
 
Line 1: Line 1:
<div style="float:right; margin: 0px 0px 0px 0px">
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.
digraph FunctionalitiesDiagram {
  node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"];
  //----- Data Analysis graph
    // Nodes
    DataAnalysis [label="Data Analysis"];
    GlobalIndicators [label="Global Indicators" shape=tab URL="#Global_indicators" ];
    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>

Latest revision as of 14:51, 6 September 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Data analysis)
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.

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.