Data analysis: Difference between revisions

From ARIS
Jump to navigation Jump to search
m Wikiroot moved page ARIS:Data analysis to Data analysis without leaving a redirect
Alberto (talk | contribs)
Marked this version for translation
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:ARIS:Data analysis]]
[[Category:Data analysis]]
<languages/>
<translate>
<!--T:1-->
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.
 
<!--T:2-->
<div style="float:right; margin: 0px 0px 0px 0px">
<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border='frame' format='svg'>
<graphviz border='frame' format='svg'>
Line 10: Line 17:
     TestsPerLaboratoryArea [label="Tests Per Laboratory Area" shape=tab URL="#Tests_per_laboratory_area"];
     TestsPerLaboratoryArea [label="Tests Per Laboratory Area" shape=tab URL="#Tests_per_laboratory_area"];
     TestsPerKind [label="Tests Per Kind" shape=tab URL="#Tests_per_kind"];
     TestsPerKind [label="Tests Per Kind" shape=tab URL="#Tests_per_kind"];
    TestsPerResult [label="Tests Per Result" shape=tab URL="#Tests_per_result"];
    TestsPerGender [label="Tests Per Gender" shape=tab URL="#Tests_per_gender"];
     // Edges
     // Edges
     DataAnalysis -> GlobalIndicators;
     DataAnalysis -> GlobalIndicators;
     DataAnalysis -> TestsPerLaboratoryArea;
     DataAnalysis -> TestsPerLaboratoryArea;
     DataAnalysis -> TestsPerKind;
     DataAnalysis -> TestsPerKind;
    DataAnalysis -> TestsPerResult;
    DataAnalysis -> TestsPerGender;
}
}
</graphviz>
</graphviz>
</div>
</div>


This provides a very basic analytical functionality based on counters.
<!--T:9-->
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.
__TOC__


<!--T:3-->
==Database queries==
==Database queries==
[[File:DataAnalysis.PNG|350px|right|thumb|Data analysis form]]
[[File:DataAnalysis.PNG|350px|right|thumb|Data analysis form]]
Line 35: Line 47:
#Patient's provenance location
#Patient's provenance location


<!--T:4-->
Not all filters are always visible. If the ARIS database does not contain values for a specific element, the filter for this element will not be shown to the laboratory supervisor.
Not all filters are always visible. If the ARIS database does not contain values for a specific element, the filter for this element will not be shown to the laboratory supervisor.


<!--T:5-->
===Global indicators===
===Global indicators===
This tab contains a table with counters, which shows the laboratory supervisor the number of certain elements that are in the ARIS database.
This tab contains a table with counters, which shows the laboratory supervisor the number of certain elements that are in the ARIS database.


<!--T:6-->
===Tests per laboratory area===
===Tests per laboratory area===
This tab groups together all of the tests that belong to each laboratory area and shows the laboratory supervisor the number of each one.</br>
This tab groups together all the tests that belong to each laboratory area and shows the laboratory supervisor the number of each one.</br>
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen, into the laboratory supervisor's computer.
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen into the laboratory supervisor's computer.


<!--T:7-->
===Tests per kind===
===Tests per kind===
This tab groups together all of the kinds of tests and shows the laboratory supervisor the number of each one. It also informs the laboratory supervisor as to which laboratory area each kind of test belongs to.</br>
This tab groups together all the kinds of tests and shows the laboratory supervisor the number of each one. It also informs the laboratory supervisor as to which laboratory area each kind of test belongs to.</br>
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen, into the laboratory supervisor's computer.
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen into the laboratory supervisor's computer.
 
<!--T:10-->
===Tests per result===
This tab groups together all the same results for every kind of test and shows the laboratory supervisor the number of each one. It also informs the laboratory supervisor as to which laboratory area each kind of test belongs to.</br>
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen into the laboratory supervisor's computer.


<!--T:8-->
===Tests per gender===
===Tests per gender===
This tab groups together all of the tests that belong to each gender and shows the laboratory supervisor the number of each one.</br>
This tab groups together all the tests that belong to each gender and shows the laboratory supervisor the number of each one.</br>
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen, into the laboratory supervisor's computer.
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen into the laboratory supervisor's computer.
</translate>

Latest revision as of 11:32, 27 February 2026

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.

Database queries[edit]

Data analysis form

This form contains a filter at the top of the screen, which allows the laboratory supervisor to choose the parameter for the database search. There are nine filter fields available, at most (only those being used in the existing requests are shown).

  1. From (request's creation date): the data taken will only contain requests created after this date.
  2. Until (request's creation date): the data taken will only contain requests created before this date.
  3. Test request state
  4. Laboratory area
  5. Requesting centre
  6. Requesting unit
  7. Patient's gender
  8. Patient's provenance region
  9. Patient's provenance location

Not all filters are always visible. If the ARIS database does not contain values for a specific element, the filter for this element will not be shown to the laboratory supervisor.

Global indicators[edit]

This tab contains a table with counters, which shows the laboratory supervisor the number of certain elements that are in the ARIS database.

Tests per laboratory area[edit]

This tab groups together all the tests that belong to each laboratory area and shows the laboratory supervisor the number of each one.
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen into the laboratory supervisor's computer.

Tests per kind[edit]

This tab groups together all the kinds of tests and shows the laboratory supervisor the number of each one. It also informs the laboratory supervisor as to which laboratory area each kind of test belongs to.
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen into the laboratory supervisor's computer.

Tests per result[edit]

This tab groups together all the same results for every kind of test and shows the laboratory supervisor the number of each one. It also informs the laboratory supervisor as to which laboratory area each kind of test belongs to.
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen into the laboratory supervisor's computer.

Tests per gender[edit]

This tab groups together all the tests that belong to each gender and shows the laboratory supervisor the number of each one.
At the bottom left of this tab, there is a download button. When clicked, this button will download every piece of information found in the screen into the laboratory supervisor's computer.