<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dl-prod.essi.upc.edu/ARIS/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alberto</id>
	<title>ARIS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dl-prod.essi.upc.edu/ARIS/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alberto"/>
	<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Special:Contributions/Alberto"/>
	<updated>2026-05-03T06:43:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.6</generator>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis/pt&amp;diff=3686</id>
		<title>Data analysis/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis/pt&amp;diff=3686"/>
		<updated>2026-02-27T10:43:56Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;===Testes por resultado=== Esta aba agrupa todos os resultados iguais para cada tipo de teste e mostra ao supervisor do laboratório o quantidade de cada um. Também informa a qual área do laboratório cada tipo de teste pertence.&amp;lt;/br&amp;gt; No canto inferior esquerdo desta aba, há um botão de download (ou transferência). Ao clicar nele, todas as informações encontradas na tela serão baixadas para o computador do supervisor do laboratório.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Data analysis]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
Fornece uma funcionalidade analítica muito básica baseada em contadores.&lt;br /&gt;
Ele basicamente permite que o supervisor do laboratório acompanhe o número de testes realizados (potencialmente agrupados) e alguns elementos básicos relacionados às solicitações.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
//----- Data Analysis graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    DataAnalysis [label=&amp;quot;Análise de Dados&amp;quot;];&lt;br /&gt;
    GlobalIndicators [label=&amp;quot;Indicadores Globais&amp;quot; shape=tab URL=&amp;quot;#Indicadores_globais&amp;quot; ];&lt;br /&gt;
    TestsPerLaboratoryArea [label=&amp;quot;Testes por área de laboratório&amp;quot; shape=tab URL=&amp;quot;#Testes_por_área_laboratorial&amp;quot;];&lt;br /&gt;
    TestsPerKind [label=&amp;quot;Testes por tipo&amp;quot; shape=tab URL=&amp;quot;#Testes_por_tipo&amp;quot;];&lt;br /&gt;
    TestsPerResult [label=&amp;quot;Testes por resultado&amp;quot; shape=tab URL=&amp;quot;#Testes_por_resultado&amp;quot;];&lt;br /&gt;
    TestsPerGender [label=&amp;quot;Testes por gênero&amp;quot; shape=tab URL=&amp;quot;#Testes_por_gênero&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    DataAnalysis -&amp;gt; GlobalIndicators;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerLaboratoryArea;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerKind;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerResult;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerGender;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Consultas de banco de dados==&lt;br /&gt;
[[File:DataAnalysis.PNG|350px|right|thumb|Formulário de análise de dados]]&lt;br /&gt;
Este formulário contém um filtro na parte superior da mesma vista, que permite ao supervisor do laboratório escolher o parâmetro para a busca no banco de dados.&lt;br /&gt;
Há nove campos de filtro disponíveis, no máximo (somente aqueles que estão sendo usados ​​nas solicitações existentes são exibidos).&lt;br /&gt;
#De (data de criação da solicitação): os dados coletados conterão apenas solicitações criadas após essa data.&lt;br /&gt;
#Até (data de criação da solicitação): os dados coletados conterão apenas solicitações criadas antes dessa data.&lt;br /&gt;
#Estado da solicitação de teste&lt;br /&gt;
#Área de laboratório&lt;br /&gt;
#Centro de solicitação&lt;br /&gt;
#Unidade solicitante&lt;br /&gt;
#Sexo do paciente&lt;br /&gt;
#Região de procedência do paciente&lt;br /&gt;
#Local de procedência do paciente&lt;br /&gt;
&lt;br /&gt;
Nem todos os filtros estão sempre visíveis. Se o banco de dados ARIS não contiver valores para um elemento específico, o filtro para esse elemento não será exibido ao supervisor do laboratório.&lt;br /&gt;
&lt;br /&gt;
===Indicadores globais===&lt;br /&gt;
Esta aba contém uma tabela com contadores, que mostra ao supervisor do laboratório o número de determinados elementos que estão no banco de dados ARIS.&lt;br /&gt;
&lt;br /&gt;
===Testes por área laboratorial===&lt;br /&gt;
Esta aba agrupa todos os testes que pertencem a cada área do laboratório e mostra ao supervisor do laboratório o número de cada um.&amp;lt;/br&amp;gt;&lt;br /&gt;
No canto inferior esquerdo desta aba, há um botão de download. Ao clicar nele, todas as informações encontradas na tela serão baixadas para o computador do supervisor do laboratório.&lt;br /&gt;
&lt;br /&gt;
===Testes por tipo===&lt;br /&gt;
Esta aba agrupa todos os tipos de testes e mostra ao supervisor do laboratório o número de cada um. Também informa a qual área do laboratório cada tipo de teste pertence.&amp;lt;/br&amp;gt;&lt;br /&gt;
No canto inferior esquerdo desta aba, há um botão de download. Ao clicar nele, todas as informações encontradas na tela serão baixadas para o computador do supervisor do laboratório.&lt;br /&gt;
&lt;br /&gt;
===Testes por resultado===&lt;br /&gt;
Esta aba agrupa todos os resultados iguais para cada tipo de teste e mostra ao supervisor do laboratório o quantidade de cada um. Também informa a qual área do laboratório cada tipo de teste pertence.&amp;lt;/br&amp;gt;&lt;br /&gt;
No canto inferior esquerdo desta aba, há um botão de download (ou transferência). Ao clicar nele, todas as informações encontradas na tela serão baixadas para o computador do supervisor do laboratório.&lt;br /&gt;
&lt;br /&gt;
===Testes por gênero===&lt;br /&gt;
Esta aba agrupa todos os testes que pertencem a cada gênero e mostra ao supervisor do laboratório o número de cada um.&amp;lt;/br&amp;gt;&lt;br /&gt;
No canto inferior esquerdo desta aba, há um botão de download. Ao clicar nele, todas as informações encontradas na tela serão baixadas para o computador do supervisor do laboratório.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis/es&amp;diff=3685</id>
		<title>Data analysis/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis/es&amp;diff=3685"/>
		<updated>2026-02-27T10:43:33Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Data analysis]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
Este análisis proporciona una capacidad muy básica basada en contadores.&lt;br /&gt;
Básicamente permite al supervisor del laboratorio realizar un seguimiento del número de pruebas realizadas (potencialmente agrupadas) y de algunos elementos básicos relacionados con las solicitudes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- Data Analysis graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    DataAnalysis [label=&amp;quot;Análisis de Datos&amp;quot;];&lt;br /&gt;
    GlobalIndicators [label=&amp;quot;Indicadores Globales&amp;quot; shape=tab URL=&amp;quot;#Indicadores_globales&amp;quot; ];&lt;br /&gt;
    TestsPerLaboratoryArea [label=&amp;quot;Tests por Área de Laboratorio&amp;quot; shape=tab URL=&amp;quot;#Tests_por_área_de_laboratorio&amp;quot;];&lt;br /&gt;
    TestsPerKind [label=&amp;quot;Tests por Tipo&amp;quot; shape=tab URL=&amp;quot;#Tests_por_tipo&amp;quot;];&lt;br /&gt;
    TestsPerResult [label=&amp;quot;Tests por resultado&amp;quot; shape=tab URL=&amp;quot;#Tests_por_resultado&amp;quot;];&lt;br /&gt;
    TestsPerGender [label=&amp;quot;Tests por Género&amp;quot; shape=tab URL=&amp;quot;#Tests_por_género&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    DataAnalysis -&amp;gt; GlobalIndicators;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerLaboratoryArea;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerKind;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerResult;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerGender;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Consultas de base de datos==&lt;br /&gt;
[[File:DataAnalysis.PNG|350px|right|thumb|Formulario de análisis de datos]]&lt;br /&gt;
Este formulario contiene un filtro en la parte superior de la pantalla, que permite al supervisor del laboratorio elegir el parámetro para la búsqueda en la base de datos.&lt;br /&gt;
Hay nueve campos de filtro disponibles como máximo (solo se muestran aquellos que se utilizan en las solicitudes existentes).&lt;br /&gt;
#Desde (fecha de creación de la solicitud): los datos tomados sólo contendrán las solicitudes creadas después de esta fecha.&lt;br /&gt;
#Hasta (fecha de creación de la solicitud): los datos tomados sólo contendrán las solicitudes creadas antes de esta fecha.&lt;br /&gt;
#Estado de solicitud de prueba&lt;br /&gt;
#Área de laboratorio&lt;br /&gt;
#Centro que realiza la solicitud&lt;br /&gt;
#Unidad solicitante&lt;br /&gt;
#Sexo del paciente&lt;br /&gt;
#Región de procedencia del paciente&lt;br /&gt;
#Lugar de residencia del paciente&lt;br /&gt;
&lt;br /&gt;
No todos los filtros son siempre visibles. Si la base de datos de ARIS no contiene valores para un elemento específico, el filtro para este elemento no se mostrará al supervisor del laboratorio.&lt;br /&gt;
&lt;br /&gt;
===Indicadores globales===&lt;br /&gt;
Esta pestaña contiene una tabla con contadores, que muestra al supervisor del laboratorio la cantidad de ciertos elementos que se encuentran en la base de datos de ARIS.&lt;br /&gt;
&lt;br /&gt;
===Tests por área de laboratorio===&lt;br /&gt;
Esta pestaña agrupa todos los tests que pertenecen a cada área del laboratorio y muestra al supervisor del laboratorio el número de cada uno.&amp;lt;/br&amp;gt;&lt;br /&gt;
En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en la computadora del supervisor del laboratorio.&lt;br /&gt;
&lt;br /&gt;
===Tests por tipo===&lt;br /&gt;
Esta pestaña agrupa todos los tipos de tests y muestra al supervisor del laboratorio el número de cada una. También informa al supervisor del laboratorio a qué área del laboratorio pertenece cada tipo de prueba.&amp;lt;/br&amp;gt;&lt;br /&gt;
En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en la computadora del supervisor del laboratorio.&lt;br /&gt;
&lt;br /&gt;
===Tests por resultado===&lt;br /&gt;
Esta pestaña agrupa todos los resultados iguales para cada tipo de test y muestra al supervisor del laboratorio el número de cada uno. También informa al supervisor del laboratorio de a qué área del laboratorio pertenece cada tipo de prueba.&amp;lt;/br&amp;gt;&lt;br /&gt;
En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en el ordenador del supervisor del laboratorio.&lt;br /&gt;
&lt;br /&gt;
===Tests por género===&lt;br /&gt;
Esta pestaña agrupa todos los tests realizados para cada género y muestra al supervisor del laboratorio el número de cada uno de ellos.&amp;lt;/br&amp;gt;&lt;br /&gt;
En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en la computadora del supervisor del laboratorio.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Data_analysis/10/es&amp;diff=3684</id>
		<title>Translations:Data analysis/10/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Data_analysis/10/es&amp;diff=3684"/>
		<updated>2026-02-27T10:43:21Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Tests por resultado===&lt;br /&gt;
Esta pestaña agrupa todos los resultados iguales para cada tipo de test y muestra al supervisor del laboratorio el número de cada uno. También informa al supervisor del laboratorio de a qué área del laboratorio pertenece cada tipo de prueba.&amp;lt;/br&amp;gt;&lt;br /&gt;
En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en el ordenador del supervisor del laboratorio.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Data_analysis/10/pt&amp;diff=3683</id>
		<title>Translations:Data analysis/10/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Data_analysis/10/pt&amp;diff=3683"/>
		<updated>2026-02-27T10:43:00Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;===Testes por resultado=== Esta aba agrupa todos os resultados iguais para cada tipo de teste e mostra ao supervisor do laboratório o quantidade de cada um. Também informa a qual área do laboratório cada tipo de teste pertence.&amp;lt;/br&amp;gt; No canto inferior esquerdo desta aba, há um botão de download (ou transferência). Ao clicar nele, todas as informações encontradas na tela serão baixadas para o computador do supervisor do laboratório.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Testes por resultado===&lt;br /&gt;
Esta aba agrupa todos os resultados iguais para cada tipo de teste e mostra ao supervisor do laboratório o quantidade de cada um. Também informa a qual área do laboratório cada tipo de teste pertence.&amp;lt;/br&amp;gt;&lt;br /&gt;
No canto inferior esquerdo desta aba, há um botão de download (ou transferência). Ao clicar nele, todas as informações encontradas na tela serão baixadas para o computador do supervisor do laboratório.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis/es&amp;diff=3682</id>
		<title>Data analysis/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis/es&amp;diff=3682"/>
		<updated>2026-02-27T10:40:04Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;===Tests por tipo=== Esta pestaña agrupa todos los resultados iguales para cada tipo de test y muestra al supervisor del laboratorio el número de cada uno. También informa al supervisor del laboratorio de a qué área del laboratorio pertenece cada tipo de prueba.&amp;lt;/br&amp;gt; En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en el ordenador del supervis...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Data analysis]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
Este análisis proporciona una capacidad muy básica basada en contadores.&lt;br /&gt;
Básicamente permite al supervisor del laboratorio realizar un seguimiento del número de pruebas realizadas (potencialmente agrupadas) y de algunos elementos básicos relacionados con las solicitudes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- Data Analysis graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    DataAnalysis [label=&amp;quot;Análisis de Datos&amp;quot;];&lt;br /&gt;
    GlobalIndicators [label=&amp;quot;Indicadores Globales&amp;quot; shape=tab URL=&amp;quot;#Indicadores_globales&amp;quot; ];&lt;br /&gt;
    TestsPerLaboratoryArea [label=&amp;quot;Tests por Área de Laboratorio&amp;quot; shape=tab URL=&amp;quot;#Tests_por_área_de_laboratorio&amp;quot;];&lt;br /&gt;
    TestsPerKind [label=&amp;quot;Tests por Tipo&amp;quot; shape=tab URL=&amp;quot;#Tests_por_tipo&amp;quot;];&lt;br /&gt;
    TestsPerResult [label=&amp;quot;Tests por resultado&amp;quot; shape=tab URL=&amp;quot;#Tests_por_resultado&amp;quot;];&lt;br /&gt;
    TestsPerGender [label=&amp;quot;Tests por Género&amp;quot; shape=tab URL=&amp;quot;#Tests_por_género&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    DataAnalysis -&amp;gt; GlobalIndicators;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerLaboratoryArea;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerKind;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerResult;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerGender;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Consultas de base de datos==&lt;br /&gt;
[[File:DataAnalysis.PNG|350px|right|thumb|Formulario de análisis de datos]]&lt;br /&gt;
Este formulario contiene un filtro en la parte superior de la pantalla, que permite al supervisor del laboratorio elegir el parámetro para la búsqueda en la base de datos.&lt;br /&gt;
Hay nueve campos de filtro disponibles como máximo (solo se muestran aquellos que se utilizan en las solicitudes existentes).&lt;br /&gt;
#Desde (fecha de creación de la solicitud): los datos tomados sólo contendrán las solicitudes creadas después de esta fecha.&lt;br /&gt;
#Hasta (fecha de creación de la solicitud): los datos tomados sólo contendrán las solicitudes creadas antes de esta fecha.&lt;br /&gt;
#Estado de solicitud de prueba&lt;br /&gt;
#Área de laboratorio&lt;br /&gt;
#Centro que realiza la solicitud&lt;br /&gt;
#Unidad solicitante&lt;br /&gt;
#Sexo del paciente&lt;br /&gt;
#Región de procedencia del paciente&lt;br /&gt;
#Lugar de residencia del paciente&lt;br /&gt;
&lt;br /&gt;
No todos los filtros son siempre visibles. Si la base de datos de ARIS no contiene valores para un elemento específico, el filtro para este elemento no se mostrará al supervisor del laboratorio.&lt;br /&gt;
&lt;br /&gt;
===Indicadores globales===&lt;br /&gt;
Esta pestaña contiene una tabla con contadores, que muestra al supervisor del laboratorio la cantidad de ciertos elementos que se encuentran en la base de datos de ARIS.&lt;br /&gt;
&lt;br /&gt;
===Tests por área de laboratorio===&lt;br /&gt;
Esta pestaña agrupa todos los tests que pertenecen a cada área del laboratorio y muestra al supervisor del laboratorio el número de cada uno.&amp;lt;/br&amp;gt;&lt;br /&gt;
En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en la computadora del supervisor del laboratorio.&lt;br /&gt;
&lt;br /&gt;
===Tests por tipo===&lt;br /&gt;
Esta pestaña agrupa todos los tipos de tests y muestra al supervisor del laboratorio el número de cada una. También informa al supervisor del laboratorio a qué área del laboratorio pertenece cada tipo de prueba.&amp;lt;/br&amp;gt;&lt;br /&gt;
En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en la computadora del supervisor del laboratorio.&lt;br /&gt;
&lt;br /&gt;
===Tests por tipo===&lt;br /&gt;
Esta pestaña agrupa todos los resultados iguales para cada tipo de test y muestra al supervisor del laboratorio el número de cada uno. También informa al supervisor del laboratorio de a qué área del laboratorio pertenece cada tipo de prueba.&amp;lt;/br&amp;gt;&lt;br /&gt;
En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en el ordenador del supervisor del laboratorio.&lt;br /&gt;
&lt;br /&gt;
===Tests por género===&lt;br /&gt;
Esta pestaña agrupa todos los tests realizados para cada género y muestra al supervisor del laboratorio el número de cada uno de ellos.&amp;lt;/br&amp;gt;&lt;br /&gt;
En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en la computadora del supervisor del laboratorio.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis/pt&amp;diff=3681</id>
		<title>Data analysis/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis/pt&amp;diff=3681"/>
		<updated>2026-02-27T10:40:04Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Data analysis]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
Fornece uma funcionalidade analítica muito básica baseada em contadores.&lt;br /&gt;
Ele basicamente permite que o supervisor do laboratório acompanhe o número de testes realizados (potencialmente agrupados) e alguns elementos básicos relacionados às solicitações.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
//----- Data Analysis graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    DataAnalysis [label=&amp;quot;Análise de Dados&amp;quot;];&lt;br /&gt;
    GlobalIndicators [label=&amp;quot;Indicadores Globais&amp;quot; shape=tab URL=&amp;quot;#Indicadores_globais&amp;quot; ];&lt;br /&gt;
    TestsPerLaboratoryArea [label=&amp;quot;Testes por área de laboratório&amp;quot; shape=tab URL=&amp;quot;#Testes_por_área_laboratorial&amp;quot;];&lt;br /&gt;
    TestsPerKind [label=&amp;quot;Testes por tipo&amp;quot; shape=tab URL=&amp;quot;#Testes_por_tipo&amp;quot;];&lt;br /&gt;
    TestsPerResult [label=&amp;quot;Testes por resultado&amp;quot; shape=tab URL=&amp;quot;#Testes_por_resultado&amp;quot;];&lt;br /&gt;
    TestsPerGender [label=&amp;quot;Testes por gênero&amp;quot; shape=tab URL=&amp;quot;#Testes_por_gênero&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    DataAnalysis -&amp;gt; GlobalIndicators;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerLaboratoryArea;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerKind;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerResult;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerGender;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Consultas de banco de dados==&lt;br /&gt;
[[File:DataAnalysis.PNG|350px|right|thumb|Formulário de análise de dados]]&lt;br /&gt;
Este formulário contém um filtro na parte superior da mesma vista, que permite ao supervisor do laboratório escolher o parâmetro para a busca no banco de dados.&lt;br /&gt;
Há nove campos de filtro disponíveis, no máximo (somente aqueles que estão sendo usados ​​nas solicitações existentes são exibidos).&lt;br /&gt;
#De (data de criação da solicitação): os dados coletados conterão apenas solicitações criadas após essa data.&lt;br /&gt;
#Até (data de criação da solicitação): os dados coletados conterão apenas solicitações criadas antes dessa data.&lt;br /&gt;
#Estado da solicitação de teste&lt;br /&gt;
#Área de laboratório&lt;br /&gt;
#Centro de solicitação&lt;br /&gt;
#Unidade solicitante&lt;br /&gt;
#Sexo do paciente&lt;br /&gt;
#Região de procedência do paciente&lt;br /&gt;
#Local de procedência do paciente&lt;br /&gt;
&lt;br /&gt;
Nem todos os filtros estão sempre visíveis. Se o banco de dados ARIS não contiver valores para um elemento específico, o filtro para esse elemento não será exibido ao supervisor do laboratório.&lt;br /&gt;
&lt;br /&gt;
===Indicadores globais===&lt;br /&gt;
Esta aba contém uma tabela com contadores, que mostra ao supervisor do laboratório o número de determinados elementos que estão no banco de dados ARIS.&lt;br /&gt;
&lt;br /&gt;
===Testes por área laboratorial===&lt;br /&gt;
Esta aba agrupa todos os testes que pertencem a cada área do laboratório e mostra ao supervisor do laboratório o número de cada um.&amp;lt;/br&amp;gt;&lt;br /&gt;
No canto inferior esquerdo desta aba, há um botão de download. Ao clicar nele, todas as informações encontradas na tela serão baixadas para o computador do supervisor do laboratório.&lt;br /&gt;
&lt;br /&gt;
===Testes por tipo===&lt;br /&gt;
Esta aba agrupa todos os tipos de testes e mostra ao supervisor do laboratório o número de cada um. Também informa a qual área do laboratório cada tipo de teste pertence.&amp;lt;/br&amp;gt;&lt;br /&gt;
No canto inferior esquerdo desta aba, há um botão de download. Ao clicar nele, todas as informações encontradas na tela serão baixadas para o computador do supervisor do laboratório.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
===Tests per result===&lt;br /&gt;
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.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Testes por gênero===&lt;br /&gt;
Esta aba agrupa todos os testes que pertencem a cada gênero e mostra ao supervisor do laboratório o número de cada um.&amp;lt;/br&amp;gt;&lt;br /&gt;
No canto inferior esquerdo desta aba, há um botão de download. Ao clicar nele, todas as informações encontradas na tela serão baixadas para o computador do supervisor do laboratório.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Data_analysis/2/pt&amp;diff=3680</id>
		<title>Translations:Data analysis/2/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Data_analysis/2/pt&amp;diff=3680"/>
		<updated>2026-02-27T10:39:24Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
//----- Data Analysis graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    DataAnalysis [label=&amp;quot;Análise de Dados&amp;quot;];&lt;br /&gt;
    GlobalIndicators [label=&amp;quot;Indicadores Globais&amp;quot; shape=tab URL=&amp;quot;#Indicadores_globais&amp;quot; ];&lt;br /&gt;
    TestsPerLaboratoryArea [label=&amp;quot;Testes por área de laboratório&amp;quot; shape=tab URL=&amp;quot;#Testes_por_área_laboratorial&amp;quot;];&lt;br /&gt;
    TestsPerKind [label=&amp;quot;Testes por tipo&amp;quot; shape=tab URL=&amp;quot;#Testes_por_tipo&amp;quot;];&lt;br /&gt;
    TestsPerResult [label=&amp;quot;Testes por resultado&amp;quot; shape=tab URL=&amp;quot;#Testes_por_resultado&amp;quot;];&lt;br /&gt;
    TestsPerGender [label=&amp;quot;Testes por gênero&amp;quot; shape=tab URL=&amp;quot;#Testes_por_gênero&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    DataAnalysis -&amp;gt; GlobalIndicators;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerLaboratoryArea;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerKind;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerResult;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerGender;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Data_analysis/10/es&amp;diff=3678</id>
		<title>Translations:Data analysis/10/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Data_analysis/10/es&amp;diff=3678"/>
		<updated>2026-02-27T10:35:57Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;===Tests por tipo=== Esta pestaña agrupa todos los resultados iguales para cada tipo de test y muestra al supervisor del laboratorio el número de cada uno. También informa al supervisor del laboratorio de a qué área del laboratorio pertenece cada tipo de prueba.&amp;lt;/br&amp;gt; En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en el ordenador del supervis...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Tests por tipo===&lt;br /&gt;
Esta pestaña agrupa todos los resultados iguales para cada tipo de test y muestra al supervisor del laboratorio el número de cada uno. También informa al supervisor del laboratorio de a qué área del laboratorio pertenece cada tipo de prueba.&amp;lt;/br&amp;gt;&lt;br /&gt;
En la parte inferior izquierda de esta pestaña, hay un botón de descarga. Al hacer clic en este botón, se descargará toda la información que se encuentre en la pantalla en el ordenador del supervisor del laboratorio.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Data_analysis/2/es&amp;diff=3676</id>
		<title>Translations:Data analysis/2/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Data_analysis/2/es&amp;diff=3676"/>
		<updated>2026-02-27T10:34:17Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- Data Analysis graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    DataAnalysis [label=&amp;quot;Análisis de Datos&amp;quot;];&lt;br /&gt;
    GlobalIndicators [label=&amp;quot;Indicadores Globales&amp;quot; shape=tab URL=&amp;quot;#Indicadores_globales&amp;quot; ];&lt;br /&gt;
    TestsPerLaboratoryArea [label=&amp;quot;Tests por Área de Laboratorio&amp;quot; shape=tab URL=&amp;quot;#Tests_por_área_de_laboratorio&amp;quot;];&lt;br /&gt;
    TestsPerKind [label=&amp;quot;Tests por Tipo&amp;quot; shape=tab URL=&amp;quot;#Tests_por_tipo&amp;quot;];&lt;br /&gt;
    TestsPerResult [label=&amp;quot;Tests por resultado&amp;quot; shape=tab URL=&amp;quot;#Tests_por_resultado&amp;quot;];&lt;br /&gt;
    TestsPerGender [label=&amp;quot;Tests por Género&amp;quot; shape=tab URL=&amp;quot;#Tests_por_género&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    DataAnalysis -&amp;gt; GlobalIndicators;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerLaboratoryArea;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerKind;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerResult;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerGender;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis&amp;diff=3672</id>
		<title>Data analysis</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis&amp;diff=3672"/>
		<updated>2026-02-27T10:32:40Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Data analysis]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This provides a very basic analytical functionality based on counters.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- Data Analysis graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    DataAnalysis [label=&amp;quot;Data Analysis&amp;quot;];&lt;br /&gt;
    GlobalIndicators [label=&amp;quot;Global Indicators&amp;quot; shape=tab URL=&amp;quot;#Global_indicators&amp;quot; ];&lt;br /&gt;
    TestsPerLaboratoryArea [label=&amp;quot;Tests Per Laboratory Area&amp;quot; shape=tab URL=&amp;quot;#Tests_per_laboratory_area&amp;quot;];&lt;br /&gt;
    TestsPerKind [label=&amp;quot;Tests Per Kind&amp;quot; shape=tab URL=&amp;quot;#Tests_per_kind&amp;quot;];&lt;br /&gt;
    TestsPerResult [label=&amp;quot;Tests Per Result&amp;quot; shape=tab URL=&amp;quot;#Tests_per_result&amp;quot;];&lt;br /&gt;
    TestsPerGender [label=&amp;quot;Tests Per Gender&amp;quot; shape=tab URL=&amp;quot;#Tests_per_gender&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    DataAnalysis -&amp;gt; GlobalIndicators;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerLaboratoryArea;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerKind;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerResult;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerGender;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
==Database queries==&lt;br /&gt;
[[File:DataAnalysis.PNG|350px|right|thumb|Data analysis form]]&lt;br /&gt;
This form contains a filter at the top of the screen, which allows the laboratory supervisor to choose the parameter for the database search. &lt;br /&gt;
There are nine filter fields available, at most (only those being used in the existing requests are shown). &lt;br /&gt;
#From (request&#039;s creation date): the data taken will only contain requests created after this date.&lt;br /&gt;
#Until (request&#039;s creation date): the data taken will only contain requests created before this date.&lt;br /&gt;
#Test request state&lt;br /&gt;
#Laboratory area&lt;br /&gt;
#Requesting centre&lt;br /&gt;
#Requesting unit&lt;br /&gt;
#Patient&#039;s gender&lt;br /&gt;
#Patient&#039;s provenance region&lt;br /&gt;
#Patient&#039;s provenance location&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
===Global indicators===&lt;br /&gt;
This tab contains a table with counters, which shows the laboratory supervisor the number of certain elements that are in the ARIS database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
===Tests per laboratory area===&lt;br /&gt;
This tab groups together all the tests that belong to each laboratory area and shows the laboratory supervisor the number of each one.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
===Tests per kind===&lt;br /&gt;
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.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
===Tests per result===&lt;br /&gt;
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.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
===Tests per gender===&lt;br /&gt;
This tab groups together all the tests that belong to each gender and shows the laboratory supervisor the number of each one.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=File:DataAnalysis.PNG&amp;diff=3671</id>
		<title>File:DataAnalysis.PNG</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=File:DataAnalysis.PNG&amp;diff=3671"/>
		<updated>2026-02-27T10:29:49Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Alberto uploaded a new version of File:DataAnalysis.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis&amp;diff=3670</id>
		<title>Data analysis</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis&amp;diff=3670"/>
		<updated>2026-02-27T10:27:42Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Data analysis]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This provides a very basic analytical functionality based on counters.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- Data Analysis graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    DataAnalysis [label=&amp;quot;Data Analysis&amp;quot;];&lt;br /&gt;
    GlobalIndicators [label=&amp;quot;Global Indicators&amp;quot; shape=tab URL=&amp;quot;#Global_indicators&amp;quot; ];&lt;br /&gt;
    TestsPerLaboratoryArea [label=&amp;quot;Tests Per Laboratory Area&amp;quot; shape=tab URL=&amp;quot;#Tests_per_laboratory_area&amp;quot;];&lt;br /&gt;
    TestsPerKind [label=&amp;quot;Tests Per Kind&amp;quot; shape=tab URL=&amp;quot;#Tests_per_kind&amp;quot;];&lt;br /&gt;
    TestsPerResult [label=&amp;quot;Tests Per Result&amp;quot; shape=tab URL=&amp;quot;#Tests_per_result&amp;quot;];&lt;br /&gt;
    TestsPerGender [label=&amp;quot;Tests Per Gender&amp;quot; shape=tab URL=&amp;quot;#Tests_per_gender&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    DataAnalysis -&amp;gt; GlobalIndicators;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerLaboratoryArea;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerKind;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerResult;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerGender;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Database queries== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
[[File:DataAnalysis.PNG|350px|right|thumb|Data analysis form]]&lt;br /&gt;
This form contains a filter at the top of the screen, which allows the laboratory supervisor to choose the parameter for the database search. &lt;br /&gt;
There are nine filter fields available, at most (only those being used in the existing requests are shown). &lt;br /&gt;
#From (request&#039;s creation date): the data taken will only contain requests created after this date.&lt;br /&gt;
#Until (request&#039;s creation date): the data taken will only contain requests created before this date.&lt;br /&gt;
#Test request state&lt;br /&gt;
#Laboratory area&lt;br /&gt;
#Requesting centre&lt;br /&gt;
#Requesting unit&lt;br /&gt;
#Patient&#039;s gender&lt;br /&gt;
#Patient&#039;s provenance region&lt;br /&gt;
#Patient&#039;s provenance location&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
===Global indicators=== &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
This tab contains a table with counters, which shows the laboratory supervisor the number of certain elements that are in the ARIS database.&lt;br /&gt;
&lt;br /&gt;
===Tests per laboratory area=== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
This tab groups together all the tests that belong to each laboratory area and shows the laboratory supervisor the number of each one.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&lt;br /&gt;
===Tests per kind=== &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
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.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&lt;br /&gt;
===Tests per result===&lt;br /&gt;
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.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&lt;br /&gt;
===Tests per gender=== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
This tab groups together all the tests that belong to each gender and shows the laboratory supervisor the number of each one.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis&amp;diff=3669</id>
		<title>Data analysis</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Data_analysis&amp;diff=3669"/>
		<updated>2026-02-27T10:26:33Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Data analysis]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This provides a very basic analytical functionality based on counters.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- Data Analysis graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    DataAnalysis [label=&amp;quot;Data Analysis&amp;quot;];&lt;br /&gt;
    GlobalIndicators [label=&amp;quot;Global Indicators&amp;quot; shape=tab URL=&amp;quot;#Global_indicators&amp;quot; ];&lt;br /&gt;
    TestsPerLaboratoryArea [label=&amp;quot;Tests Per Laboratory Area&amp;quot; shape=tab URL=&amp;quot;#Tests_per_laboratory_area&amp;quot;];&lt;br /&gt;
    TestsPerKind [label=&amp;quot;Tests Per Kind&amp;quot; shape=tab URL=&amp;quot;#Tests_per_kind&amp;quot;];&lt;br /&gt;
    TestsPerGender [label=&amp;quot;Tests Per Gender&amp;quot; shape=tab URL=&amp;quot;#Tests_per_gender&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    DataAnalysis -&amp;gt; GlobalIndicators;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerLaboratoryArea;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerKind;&lt;br /&gt;
    DataAnalysis -&amp;gt; TestsPerGender;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Database queries== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
[[File:DataAnalysis.PNG|350px|right|thumb|Data analysis form]]&lt;br /&gt;
This form contains a filter at the top of the screen, which allows the laboratory supervisor to choose the parameter for the database search. &lt;br /&gt;
There are nine filter fields available, at most (only those being used in the existing requests are shown). &lt;br /&gt;
#From (request&#039;s creation date): the data taken will only contain requests created after this date.&lt;br /&gt;
#Until (request&#039;s creation date): the data taken will only contain requests created before this date.&lt;br /&gt;
#Test request state&lt;br /&gt;
#Laboratory area&lt;br /&gt;
#Requesting centre&lt;br /&gt;
#Requesting unit&lt;br /&gt;
#Patient&#039;s gender&lt;br /&gt;
#Patient&#039;s provenance region&lt;br /&gt;
#Patient&#039;s provenance location&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
===Global indicators=== &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
This tab contains a table with counters, which shows the laboratory supervisor the number of certain elements that are in the ARIS database.&lt;br /&gt;
&lt;br /&gt;
===Tests per laboratory area=== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
This tab groups together all the tests that belong to each laboratory area and shows the laboratory supervisor the number of each one.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&lt;br /&gt;
===Tests per kind=== &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
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.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&lt;br /&gt;
===Tests per result===&lt;br /&gt;
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.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&lt;br /&gt;
===Tests per gender=== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
This tab groups together all the tests that belong to each gender and shows the laboratory supervisor the number of each one.&amp;lt;/br&amp;gt;&lt;br /&gt;
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&#039;s computer.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration/pt&amp;diff=3668</id>
		<title>System administration/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration/pt&amp;diff=3668"/>
		<updated>2026-02-26T15:43:17Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:System administration]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
Isso agrupa todos os botões que permitem gerenciar e adaptar o comportamento do ARIS às necessidades do laboratório e às preferências do usuário.&lt;br /&gt;
Eles são agrupados em dois para facilitar seu acesso.&lt;br /&gt;
O primeiro é mais genérico e permite que tanto o supervisor do laboratório quanto a administração do sistema acessem algumas informações básicas.&lt;br /&gt;
O segundo está disponível apenas para o administrador do sistema, pois é considerado como exigindo habilidades tecnológicas mais avançadas.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&amp;quot;frame&amp;quot; format=&amp;quot;svg&amp;quot;&amp;gt;&lt;br /&gt;
digraph AdministrationDiagram {&lt;br /&gt;
node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- System Administration graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    SystemAdministration [label=&amp;quot;Administração do Sistema&amp;quot;];&lt;br /&gt;
    Generic [label=&amp;quot;Genérico&amp;quot; URL=&amp;quot;#Genérico&amp;quot;];&lt;br /&gt;
    Technical [label=&amp;quot;Técnico&amp;quot; URL=&amp;quot;#Técnico&amp;quot;];&lt;br /&gt;
    Users [label=&amp;quot;Usuários&amp;quot; shape=tab URL=&amp;quot;#Usuários&amp;quot;];&lt;br /&gt;
    AccessLog [label=&amp;quot;Registro de acesso&amp;quot; shape=tab URL=&amp;quot;#Access_log&amp;quot;];&lt;br /&gt;
    DownloadedFields [label=&amp;quot;CamposBaixados&amp;quot; shape=tab URL=&amp;quot;#Campos_baixados&amp;quot;];&lt;br /&gt;
    SummaryOfInstances [label=&amp;quot;Resumo de Instâncias&amp;quot; shape=tab URL=&amp;quot;#Resumo_de_instâncias&amp;quot;];&lt;br /&gt;
    Roles [label=&amp;quot;Roles&amp;quot; shape=tab URL=&amp;quot;#Roles&amp;quot;];&lt;br /&gt;
    Parameters [label=&amp;quot;Parâmetros&amp;quot; shape=tab URL=&amp;quot;#Parâmetros&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    SystemAdministration -&amp;gt; Generic;&lt;br /&gt;
    SystemAdministration -&amp;gt; Technical;&lt;br /&gt;
    // Edges&lt;br /&gt;
    Generic -&amp;gt; Users;&lt;br /&gt;
    Generic -&amp;gt; AccessLog;&lt;br /&gt;
    Generic -&amp;gt; DownloadedFields; &lt;br /&gt;
    // Edges&lt;br /&gt;
    Technical -&amp;gt; SummaryOfInstances;&lt;br /&gt;
    Technical -&amp;gt; Roles;&lt;br /&gt;
    Technical -&amp;gt; Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Genérico==&lt;br /&gt;
Isso agrupa todas as funcionalidades básicas de administração.&lt;br /&gt;
Eles estão disponíveis tanto para a administração do sistema quanto para o supervisor do laboratório.&lt;br /&gt;
&lt;br /&gt;
===Usuários===&lt;br /&gt;
[[File:Newuser.PNG|right|thumb|750px|Formulário de criação de usuário]]&lt;br /&gt;
Ao clicar nos botões &amp;quot;Editar&amp;quot; ou &amp;quot;Novo usuário&amp;quot;, um formulário é exibido na tela. As informações necessárias para criar um usuário consistem em &amp;quot;Nome de usuário&amp;quot;, &amp;quot;Nome&amp;quot;, &amp;quot;Nome do meio&amp;quot;, &amp;quot;Senha&amp;quot; e a [[#Funções|Função]] da pessoa no sistema.&lt;br /&gt;
Esta função determinará as funcionalidades disponíveis para o usuário.&lt;br /&gt;
Uma nota, sem qualquer efeito no comportamento do aplicativo, pode ser adicionada para indicar qualquer informação relevante ao administrador do sistema.&lt;br /&gt;
&lt;br /&gt;
Este mesmo formulário permite que o administrador do sistema modifique a senha de qualquer outro usuário.&lt;br /&gt;
Por razões de segurança, esta senha deve conter algum número, alguma letra maiúscula, alguma letra minúscula e pelo menos oito caracteres.&lt;br /&gt;
&lt;br /&gt;
Como eles são usados ​​para auditar alterações em pacientes e solicitações, os usuários não podem ser excluídos do sistema.&lt;br /&gt;
No entanto, eles podem ser declarados como inativos, o que os impediria de efetuar login, mas ainda assim manteriam um registro no banco de dados de todas as suas ações passadas.&lt;br /&gt;
&lt;br /&gt;
===Registro de acesso===&lt;br /&gt;
O &amp;quot;registro de acesso&amp;quot; mostra ao usuário qual usuário realizou uma ação no sistema e exatamente quando. O registro de data e hora está no formato &#039;&#039;&#039;Ano-Mês-Dia Hora:Minuto:Segundo&#039;&#039;&#039;&lt;br /&gt;
[[File:Accesslog.PNG|right|thumb|600px|Exemplo de registro de acesso]]&amp;lt;/br&amp;gt;&lt;br /&gt;
Há três ações registradas no log de acesso: &amp;quot;login bem-sucedido&amp;quot;, &amp;quot;usuário incorreto&amp;quot; e &amp;quot;login com falha&amp;quot;. Esta última ação se refere ao uso de uma senha incorreta.&lt;br /&gt;
&lt;br /&gt;
===Campos baixados===&lt;br /&gt;
O ARIS permite que o supervisor do laboratório baixe todas as informações do banco de dados em um único arquivo em seu computador.&lt;br /&gt;
Há duas opções possíveis de download, dependendo do formato do arquivo gerado: CSV simples ou ZIP compactado e protegido por senha.&lt;br /&gt;
Esses documentos conterão informações sobre as solicitações e, por extensão, sobre os pacientes correspondentes.&lt;br /&gt;
Portanto, devido à confidencialidade do paciente, nem todos os dados pessoais devem estar no arquivo baixado.&lt;br /&gt;
As caixas de seleção neste formulário permitem que o supervisor do laboratório, bem como o administrador do sistema, decidam quais campos serão baixados em cada um dos formatos.&lt;br /&gt;
&lt;br /&gt;
Além disso, o sistema fornece dois parâmetros de configuração para personalizar a estrutura do arquivo CSV: &amp;quot;csv_delimiter&amp;quot;, que define o caractere usado para separar os campos de dados no arquivo CSV, e &amp;quot;csv_decimal&amp;quot;, que especifica o caractere usado para representar valores decimais em campos numéricos. É essencial configurar esses parâmetros de acordo com as configurações usadas pelo sistema e pelo software de planilha (por exemplo, Excel) para garantir a interpretação correta dos dados. O uso de um delimitador ou separador decimal incorreto pode resultar em problemas de formatação ao abrir o arquivo.&lt;br /&gt;
&lt;br /&gt;
==Técnico==&lt;br /&gt;
Isso agrupa todas as funcionalidades de administração mais avançadas.&lt;br /&gt;
Eles estão disponíveis apenas para a administração do sistema.&lt;br /&gt;
&lt;br /&gt;
===Resumo de instâncias===&lt;br /&gt;
[[File:Summaryofinstancessmol.PNG|right|250px|thumb|Resumo das instâncias]]&lt;br /&gt;
Esta aba exibe informações sobre as diferentes instâncias existentes no aplicativo.&lt;br /&gt;
Alguns exemplos são: número de pacientes, usuários, solicitações ou gêneros.&lt;br /&gt;
Essas informações vêm diretamente do banco de dados e são atualizadas automaticamente após cada modificação no sistema.&lt;br /&gt;
Pode ser útil investigar potenciais problemas de desempenho em caso de números extremamente grandes.&lt;br /&gt;
Para facilitar a leitura e identificação dos diferentes tipos de instâncias, as informações estão divididas em três seções: &#039;&#039;Dados&#039;&#039;, &#039;&#039;Administração&#039;&#039; e &#039;&#039;Configuração&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Roles===&lt;br /&gt;
Esta aba é exibida e funciona da mesma forma que a aba [[Configuration/pt#Estado_da_solicitação|Estado da solicitação]] na funcionalidade [[Configuration/pt|Configuração]].&lt;br /&gt;
As funções são imutáveis, mas seus rótulos (não a funcionalidade correspondente) podem ser personalizados.&lt;br /&gt;
&lt;br /&gt;
Cada função tem diferentes ações permitidas dentro do aplicativo, escolhidas devido às tarefas que as pessoas devem realizar.&lt;br /&gt;
Assim, existem cinco papéis dentro do sistema, que indicam as funcionalidades que um usuário pode desempenhar, como pode ser visto na tabela a seguir.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: center;&amp;quot;&lt;br /&gt;
|+ Funcionalidades permitidas por roles&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| Funcionalidades !! Gerente de Pacientes !! Técnico de Laboratório !! Técnico de Laboratório com Validação !! Supervisor de Laboratório !! Administrador de Sistemas&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Paciente || style=&amp;quot;text-align:left;&amp;quot; | Criar ||[[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Pesquisar || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;6&amp;quot; | Solicitar || style=&amp;quot;text-align:left;&amp;quot; | Criar ||[[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Alterar informações || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Entregar amostras || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Apresentar resultados || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Validar resultados || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Histórico de pesquisa || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; colspan=&amp;quot;2&amp;quot; | Análise de dados || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]  &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Configuração || style=&amp;quot;text-align:left;&amp;quot; | Genérico || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Técnico || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Administração || style=&amp;quot;text-align:left;&amp;quot;| Genérico || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Técnico || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Parâmetros===&lt;br /&gt;
Os parâmetros determinam o comportamento de algumas funcionalidades.&lt;br /&gt;
Portanto, eles não podem ser criados ou excluídos.&lt;br /&gt;
No entanto, seus valores podem ser atualizados para personalizar o sistema.&lt;br /&gt;
Neste ponto é importante destacar que ao atualizá-los, o tipo de dado deve ser respeitado.&lt;br /&gt;
Fornecer um valor do tipo de dado errado (por exemplo, uma string em vez de um inteiro) pode provocar o mau funcionamento de todo o aplicativo.&lt;br /&gt;
&lt;br /&gt;
A tabela a seguir contém a lista de parâmetros existentes, juntamente com o tipo de dados correspondente e uma breve descrição.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ Parâmetros do sistema&lt;br /&gt;
|-&lt;br /&gt;
! Nome !! Tipo de dados !! Descrição&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Rótulo do primeiro campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Rótulo do segundo campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Rótulo do terceiro campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;frequência_de_backup&#039;&#039; || Número inteiro || Quantidade mínima de horas necessárias para que o sistema gere uma nova cópia do banco de dados&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Número inteiro || Número máximo de cópias do banco de dados mantidas (quando atingido, a cópia mais antiga na pasta é excluída)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indica a disponibilidade de testes automáticos por meio de conexão Bluetooth (os valores aceitos são &#039;Enabled&#039; e &#039;Disabled&#039;), que é usada apenas no projeto [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Especifica o caractere usado para representar o ponto decimal em valores numéricos no arquivo CSV gerado (os valores aceitos são &#039;&#039;.&#039;&#039; e &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Especifica o caractere usado para separar os campos no arquivo CSV gerado (os valores aceitos são &#039;&#039;;&#039;&#039; e &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;idioma_padrão&#039;&#039; || String || Idioma definido por padrão ao fazer login (o mesmo para todos os usuários)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || Arquivo contendo a imagem exibida no fundo&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Ícone do sistema usado na aba do navegador&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || Arquivo contendo o logotipo exibido na parte inferior da barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logotipo usado nos relatórios da lista de trabalho&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;groups_profiles&#039;&#039; || String || Mostra grupos e perfis para testes analíticos (os valores aceitos são &#039;Ativado&#039; e &#039;Desativado&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Número inteiro || Número máximo de dias para manter os registros no log de acesso (os registros mais antigos que este serão excluídos automaticamente)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Número inteiro || Número máximo de megabytes usados ​​para armazenar imagens (quando atingido, as imagens mais antigas da pasta são excluídas)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;nome&#039;&#039; || Texto || Legenda a ser exibida na parte superior da tela (na barra de navegação), bem como na lista de tarefas e nos relatórios&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtítulo a ser usado na lista de tarefas e nos relatórios&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indica se as amostras devem ser entregues por defeito ou não (os valores aceites são &#039;True&#039; e &#039;False&#039;); definir como &#039;True&#039; oculta os itens &#039;Alterar informações&#039; e &#039;Entregar amostras&#039; na barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;show_validate_all_button&#039;&#039; || String || Indica se o botão para validar todos os testes de uma vez está visível ou não (os valores aceites são &#039;True&#039; e &#039;False&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Número inteiro || Indica a paginação inicial de todas as tabelas (os valores aceitos são 5, 10 ou 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Número inteiro || Este é o número mínimo de linhas que uma tabela deve ter para exibir o campo de pesquisa correspondente.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Número inteiro || Tempo (em minutos) após o qual a conexão com o servidor requer um novo login&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;versão&#039;&#039; || String || Versão do sistema&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || Esta é a senha que será usada para gerar o arquivo zip baixado&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:System_administration/15/pt&amp;diff=3667</id>
		<title>Translations:System administration/15/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:System_administration/15/pt&amp;diff=3667"/>
		<updated>2026-02-26T15:42:12Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ Parâmetros do sistema&lt;br /&gt;
|-&lt;br /&gt;
! Nome !! Tipo de dados !! Descrição&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Rótulo do primeiro campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Rótulo do segundo campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Rótulo do terceiro campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;frequência_de_backup&#039;&#039; || Número inteiro || Quantidade mínima de horas necessárias para que o sistema gere uma nova cópia do banco de dados&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Número inteiro || Número máximo de cópias do banco de dados mantidas (quando atingido, a cópia mais antiga na pasta é excluída)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indica a disponibilidade de testes automáticos por meio de conexão Bluetooth (os valores aceitos são &#039;Enabled&#039; e &#039;Disabled&#039;), que é usada apenas no projeto [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Especifica o caractere usado para representar o ponto decimal em valores numéricos no arquivo CSV gerado (os valores aceitos são &#039;&#039;.&#039;&#039; e &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Especifica o caractere usado para separar os campos no arquivo CSV gerado (os valores aceitos são &#039;&#039;;&#039;&#039; e &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;idioma_padrão&#039;&#039; || String || Idioma definido por padrão ao fazer login (o mesmo para todos os usuários)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || Arquivo contendo a imagem exibida no fundo&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Ícone do sistema usado na aba do navegador&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || Arquivo contendo o logotipo exibido na parte inferior da barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logotipo usado nos relatórios da lista de trabalho&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;groups_profiles&#039;&#039; || String || Mostra grupos e perfis para testes analíticos (os valores aceitos são &#039;Ativado&#039; e &#039;Desativado&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Número inteiro || Número máximo de dias para manter os registros no log de acesso (os registros mais antigos que este serão excluídos automaticamente)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Número inteiro || Número máximo de megabytes usados ​​para armazenar imagens (quando atingido, as imagens mais antigas da pasta são excluídas)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;nome&#039;&#039; || Texto || Legenda a ser exibida na parte superior da tela (na barra de navegação), bem como na lista de tarefas e nos relatórios&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtítulo a ser usado na lista de tarefas e nos relatórios&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indica se as amostras devem ser entregues por defeito ou não (os valores aceites são &#039;True&#039; e &#039;False&#039;); definir como &#039;True&#039; oculta os itens &#039;Alterar informações&#039; e &#039;Entregar amostras&#039; na barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;show_validate_all_button&#039;&#039; || String || Indica se o botão para validar todos os testes de uma vez está visível ou não (os valores aceites são &#039;True&#039; e &#039;False&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Número inteiro || Indica a paginação inicial de todas as tabelas (os valores aceitos são 5, 10 ou 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Número inteiro || Este é o número mínimo de linhas que uma tabela deve ter para exibir o campo de pesquisa correspondente.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Número inteiro || Tempo (em minutos) após o qual a conexão com o servidor requer um novo login&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;versão&#039;&#039; || String || Versão do sistema&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || Esta é a senha que será usada para gerar o arquivo zip baixado&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:System_administration/15/es&amp;diff=3665</id>
		<title>Translations:System administration/15/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:System_administration/15/es&amp;diff=3665"/>
		<updated>2026-02-26T14:52:45Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ Parámetros del Sistema&lt;br /&gt;
|-&lt;br /&gt;
! Nombre !! Tipo de Datos !! Descripción&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Etiqueta del primer campo de uso discrecional en las solicitudes (escribe &#039;DoNotShow&#039; para ocultarlo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Etiqueta del segundo campo de uso discrecional en las solicitudes (escribe &#039;DoNotShow&#039; para ocultarlo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Etiqueta del tercer campo de uso discrecional en las solicitudes (escribe &#039;DoNotShow&#039; para ocultarlo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_frequency&#039;&#039; || Integer || Mínimo número de horas que deben pasar para que el sistema vuelva a generar una copia de seguridad&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Integer || Máximo número de copias de seguridad de la base de datos que se guardan (una vez alcanzado este número, la copia más antigua se borrará)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indica la disponibilidad de test automáticos a través de conexión Bluetooth (los valores aceptados son &#039;Enabled&#039; y &#039;Disabled&#039;), lo cual se utiliza únicamente en el contexto del [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page Proyecto IMAGING]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Especifica el carácter utilizado para representar el punto decimal en valores numéricos en el archivo CSV generado (valores aceptados: &#039;.&#039; y &#039;,&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Especifica el carácter utilizado para separar los campos en el archivo CSV generado (valores aceptados: &#039;;&#039; y &#039;,&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;default_language&#039;&#039; || String || Idioma establecido por defecto al iniciar la sesión (será el mismo para todos los usuarios)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || Fichero que contiene la imagen de fondo&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Icono del sistema usado en la correspondiente pestaña del navegador&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || Fichero que contiene el logo mostrado en la parte superior de la barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logo utilizado en la lista de trabajo y reportes&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;group_profiles&#039;&#039; || String || Muestra los grupos y perfiles de tests analíticos (los valores aceptados son &#039;Enabled&#039; y &#039;Disabled&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Integer || Número máximo de días que se guardarán las entradas en el registro de acceso (las que sean más antiguas que este límite se borraran automáticamente)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Integer || Máximo número de megabytes utilizados para el almacenamiento de imagenes used to store images en el contexto del [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page Proyecto IMAGING] (una vez alcanzado este límite, las más antiguas se borrarán)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;name&#039;&#039; || String || Título que aparece en la parte superior de la pantalla (en la barra de navegación), así como en la lista de trabajo y en los reportes&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtítulo que se utilizará en la lista de trabajo y los reportes&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indica si se asume por defecto que las muestras han sido siempre entregadas o no (los valores aceptados son &#039;True&#039; y &#039;False&#039;); poniendolo a &#039;True&#039; hace que &#039;Cambiar información&#039; y &#039;Entrega de muestras&#039; desaparezcan de la barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;show_validate_all_button&#039;&#039; || String || Indica si se mostrará el botón para validar todos los tests de golpe o no (los valores aceptados son &#039;True&#039; y &#039;False&#039;).&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Integer || Indica la paginación inicial de todas las tablas (los valores aceptados son 5, 10 y 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Integer || Mínimo número de filas que una tabla debe tener para mostrar el correspondiente campo de búsqueda&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Integer || Tiempo (en minutos) después del cual la conexión con el backend requiere un nuevo inicio de sesión&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;version&#039;&#039; || String || Versión del Sistema&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || Palabra clave que será utilizada para generar el fichero zip descargable&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration&amp;diff=3660</id>
		<title>System administration</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration&amp;diff=3660"/>
		<updated>2026-02-26T14:49:26Z</updated>

		<summary type="html">&lt;p&gt;Alberto: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:System administration]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This groups all knobs that allow to manage and adapt the behavior of ARIS to the needs of the laboratory and user preferences.&lt;br /&gt;
They are grouped in two to facilitate their access. &lt;br /&gt;
The first one is more generic and allows both laboratory supervisor and system administration to access some basic stuff.&lt;br /&gt;
The second one is only available to the system administrator, since it is considered to require more advance technological skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&amp;quot;frame&amp;quot; format=&amp;quot;svg&amp;quot;&amp;gt;&lt;br /&gt;
digraph AdministrationDiagram {&lt;br /&gt;
  node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- System Administration graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    SystemAdministration [label=&amp;quot;System Administration&amp;quot;];&lt;br /&gt;
    Generic [label=&amp;quot;Generic&amp;quot; URL=&amp;quot;#Generic&amp;quot;];&lt;br /&gt;
    Technical [label=&amp;quot;Technical&amp;quot; URL=&amp;quot;#Technical&amp;quot;];&lt;br /&gt;
    Users [label=&amp;quot;Users&amp;quot; shape=tab URL=&amp;quot;#Users&amp;quot;];&lt;br /&gt;
    AccessLog [label=&amp;quot;Access Log&amp;quot; shape=tab URL=&amp;quot;#Access_log&amp;quot;];&lt;br /&gt;
    DownloadedFields [label=&amp;quot;Downloaded Fields&amp;quot; shape=tab URL=&amp;quot;#Downloaded_fields&amp;quot;];&lt;br /&gt;
    SummaryOfInstances [label=&amp;quot;Summary of Instances&amp;quot; shape=tab URL=&amp;quot;#Summary_of_instances&amp;quot;];&lt;br /&gt;
    Roles [label=&amp;quot;Roles&amp;quot; shape=tab URL=&amp;quot;#Roles&amp;quot;];&lt;br /&gt;
    Parameters [label=&amp;quot;Parameters&amp;quot; shape=tab URL=&amp;quot;#Parameters&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    SystemAdministration -&amp;gt; Generic;&lt;br /&gt;
    SystemAdministration -&amp;gt; Technical;&lt;br /&gt;
    // Edges&lt;br /&gt;
    Generic -&amp;gt; Users;&lt;br /&gt;
    Generic -&amp;gt; AccessLog;&lt;br /&gt;
    Generic -&amp;gt; DownloadedFields; &lt;br /&gt;
    // Edges&lt;br /&gt;
    Technical -&amp;gt; SummaryOfInstances;&lt;br /&gt;
    Technical -&amp;gt; Roles;&lt;br /&gt;
    Technical -&amp;gt; Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
==Generic==&lt;br /&gt;
This groups all the basic administration functionalities.&lt;br /&gt;
They are available for both the system administration and the laboratory supervisor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
===Users===&lt;br /&gt;
[[File:Newuser.PNG|right|thumb|750px|User creation form]]&lt;br /&gt;
When clicking on the edit or &#039;&#039;New user&#039;&#039; buttons, a form pops up on the screen. The information necessary to create a user consists of a &#039;&#039;Username&#039;&#039;, &#039;&#039;Name&#039;&#039;, &#039;&#039;Middle name&#039;&#039;, &#039;&#039;password&#039;&#039; and the person&#039;s [[#Roles|Role]] within the system.&lt;br /&gt;
This Role will determine the functionalities available to the user.&lt;br /&gt;
A note, without any effect in the behaviour of the application, can be added to indicate any relevant information to the system administrator.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
This same form allows the system administrator to modify the password of any other user.&lt;br /&gt;
For security reasons, this password must contain some number, some capital letter, some small letter, and at least eight characters.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Since they are used for auditing changes in patients and requests, the users cannot be deleted from the system.&lt;br /&gt;
However, they can be declared not to be active, which would prevent them from logging in, but still keep track in the database of all their past actions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
===Access log===&lt;br /&gt;
The &#039;&#039;access log&#039;&#039; shows the user which user has done an action within the system and exactly when. The timestamp is in the format &#039;&#039;&#039;Year-Month-Day Hour:Minute:Second&#039;&#039;&#039;&lt;br /&gt;
[[File:Accesslog.PNG|right|thumb|600px|Example of access log]]&amp;lt;/br&amp;gt;&lt;br /&gt;
There are three actions recorded by the access log, &#039;&#039;successful log in&#039;&#039;, &#039;&#039;wrong user&#039;&#039; and &#039;&#039;failed log in&#039;&#039;. This last action refers to the wrong password being used.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
===Downloaded fields===&lt;br /&gt;
ARIS allows the laboratory supervisor to download all the information in the database into a single file in their computer. &lt;br /&gt;
There are two possible download options, depending on the format of the generated file being plain CSV or compressed and password-protected ZIP. &lt;br /&gt;
These documents will contain information on the requests, and by extension, on the corresponding patients. &lt;br /&gt;
Thus, due to patient confidentiality, not all the personal data should be in the downloaded file.&lt;br /&gt;
The checkboxes in this form allow the laboratory supervisor as well as the system administrator to decide which fields will be downloaded in each one of the formats.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Additionally, the system provides two configuration parameters to customize the structure of the CSV file: &#039;&#039;csv_delimiter&#039;&#039;, which defines the character used to separate data fields in the CSV file, and &#039;&#039;csv_decimal&#039;&#039;, which specifies the character used to represent decimal values in numerical fields. It is essential to configure these parameters according to the settings used by the system and the spreadsheet software (e.g Excel) to ensure proper data interpretation. Using an incorrect delimiter or decimal separator may result in formatting issues when opening the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
==Technical==&lt;br /&gt;
This groups all the more advanced administration functionalities.&lt;br /&gt;
They are available only for the system administration.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
===Summary of instances===&lt;br /&gt;
[[File:Summaryofinstancessmol.PNG|right|250px|thumb|Summary of instances]]&lt;br /&gt;
This tab displays information about the different existing instances in the application.  &lt;br /&gt;
Some examples are: the number of patients, users, requests or genders. &lt;br /&gt;
This information comes directly from the database and is automatically updated after every modification in the system.&lt;br /&gt;
It can be useful to investigate potential performance problems in case of extremely large numbers.&lt;br /&gt;
To facilitate the reading and identification of the different kinds of instances, the information is divided into three sections: &#039;&#039;Data&#039;&#039;, &#039;&#039;Administration&#039;&#039; and &#039;&#039;Configuration&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
===Roles===&lt;br /&gt;
This tab is displayed and works, in the same way as the [[Configuration#State of the request|State of the request]] tab in the [[Configuration|Configuration]] functionality. &lt;br /&gt;
The roles are unchangeable, but their labels (not the corresponding functionality) can be customized.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Each role has different actions allowed within the application, chosen due to the tasks the people are expected to carry out. &lt;br /&gt;
Thus, there are five roles within the system, which indicate the functionalities that a user can perform, as can be seen in the following table.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: center;&amp;quot;&lt;br /&gt;
|+ Allowed functionalities per role&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| Functionalities !! Patient Manager !! Laboratory Technician !! Laboratory Technician with Validation !! Laboratory Supervisor !! System administrator&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Patient || style=&amp;quot;text-align:left;&amp;quot; |  Create || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Search || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;6&amp;quot; | Request || style=&amp;quot;text-align:left;&amp;quot; | Create || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Change information || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Deliver samples || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Introduce results || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Validate results || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Search historic || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; colspan=&amp;quot;2&amp;quot; | Data analysis || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Configuration || style=&amp;quot;text-align:left;&amp;quot; | Generic || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Technical || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Administration || style=&amp;quot;text-align:left;&amp;quot;| Generic || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Technical || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
===Parameters===&lt;br /&gt;
Parameters determine the behaviour of some functionalities.&lt;br /&gt;
Thus, they cannot be created or deleted.&lt;br /&gt;
However, their values can be updated to customize the system.&lt;br /&gt;
At this point it is important to highlight the on updating them, the data type must be respected.&lt;br /&gt;
Providing a value of the wrong data type (e.g., a string instead of an integer) can provoke the malfunction of the whole application.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
The following table contains the list of existing parameters together with the corresponding data type and a brief description.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ System parameters&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Data type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Label of the first field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Label of the second field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Label of the third field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_frequency&#039;&#039; || Integer || Minimum amount of hours that need to pass for the system to generate a new copy of the database&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Integer || Maximum number of copies of the database kept (once reached, the oldest copy in the folder is deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indicates the availability of automatic tests through Bluetooth connection (accepted values are &#039;Enabled&#039; and &#039;Disabled&#039;), which is only used in the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING  project]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Specifies the character used to represent the decimal point in numerical values in the generated csv file (accepted values are &#039;&#039;.&#039;&#039; and &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Specifies the character used to separate fields in the generated csv file (accepted values are &#039;&#039;;&#039;&#039; and &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;default_language&#039;&#039; || String || Language set by default on logging in (the same for all users)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || File containing the image displayed in the background&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Icon of the system used in the browser tab&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || File containing the logo displayed at the bottom of the sidebar&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logo used in the worklist reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;groups_profiles&#039;&#039; || String || Shows groups and profiles for analytical tests (accepted values are &#039;Enabled&#039; and &#039;Disabled&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Integer || Maximum number of days to keep registries in the access log (those older than this will be automatically deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Integer || Maximum number of megabytes used to store images (once reached, the oldest ones in the folder are deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;name&#039;&#039; || String || Caption to appear at the top of the screen (in the navigation bar), as well as in the worklist and reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtitle to be used in the worklist and reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indicates whether samples are assumed to be delivered or not by default (accepted values are &#039;True&#039; and &#039;False&#039;); setting it to &#039;True&#039; makes &#039;Change information&#039; and &#039;Samples&#039; items in the sidebar be hidden.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;show_validate_all_button&#039;&#039; || String || Specifies whether the button to validate all tests at once is visible or not (accepted values are &#039;True&#039; and &#039;False&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Integer || Indicates the initial paging of all the tables (accepted values are 5, 10 or 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Integer || Minimum number of rows a table must have to show the corresponding search field&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Integer || Time (in minutes) after which the connection to the backend requires a new log in&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;version&#039;&#039; || String || Version of the system&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || Password that will be used to generate the downloaded zip file&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration/pt&amp;diff=3659</id>
		<title>System administration/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration/pt&amp;diff=3659"/>
		<updated>2026-01-09T11:52:57Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:System administration]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
Isso agrupa todos os botões que permitem gerenciar e adaptar o comportamento do ARIS às necessidades do laboratório e às preferências do usuário.&lt;br /&gt;
Eles são agrupados em dois para facilitar seu acesso.&lt;br /&gt;
O primeiro é mais genérico e permite que tanto o supervisor do laboratório quanto a administração do sistema acessem algumas informações básicas.&lt;br /&gt;
O segundo está disponível apenas para o administrador do sistema, pois é considerado como exigindo habilidades tecnológicas mais avançadas.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&amp;quot;frame&amp;quot; format=&amp;quot;svg&amp;quot;&amp;gt;&lt;br /&gt;
digraph AdministrationDiagram {&lt;br /&gt;
node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- System Administration graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    SystemAdministration [label=&amp;quot;Administração do Sistema&amp;quot;];&lt;br /&gt;
    Generic [label=&amp;quot;Genérico&amp;quot; URL=&amp;quot;#Genérico&amp;quot;];&lt;br /&gt;
    Technical [label=&amp;quot;Técnico&amp;quot; URL=&amp;quot;#Técnico&amp;quot;];&lt;br /&gt;
    Users [label=&amp;quot;Usuários&amp;quot; shape=tab URL=&amp;quot;#Usuários&amp;quot;];&lt;br /&gt;
    AccessLog [label=&amp;quot;Registro de acesso&amp;quot; shape=tab URL=&amp;quot;#Access_log&amp;quot;];&lt;br /&gt;
    DownloadedFields [label=&amp;quot;CamposBaixados&amp;quot; shape=tab URL=&amp;quot;#Campos_baixados&amp;quot;];&lt;br /&gt;
    SummaryOfInstances [label=&amp;quot;Resumo de Instâncias&amp;quot; shape=tab URL=&amp;quot;#Resumo_de_instâncias&amp;quot;];&lt;br /&gt;
    Roles [label=&amp;quot;Roles&amp;quot; shape=tab URL=&amp;quot;#Roles&amp;quot;];&lt;br /&gt;
    Parameters [label=&amp;quot;Parâmetros&amp;quot; shape=tab URL=&amp;quot;#Parâmetros&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    SystemAdministration -&amp;gt; Generic;&lt;br /&gt;
    SystemAdministration -&amp;gt; Technical;&lt;br /&gt;
    // Edges&lt;br /&gt;
    Generic -&amp;gt; Users;&lt;br /&gt;
    Generic -&amp;gt; AccessLog;&lt;br /&gt;
    Generic -&amp;gt; DownloadedFields; &lt;br /&gt;
    // Edges&lt;br /&gt;
    Technical -&amp;gt; SummaryOfInstances;&lt;br /&gt;
    Technical -&amp;gt; Roles;&lt;br /&gt;
    Technical -&amp;gt; Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Genérico==&lt;br /&gt;
Isso agrupa todas as funcionalidades básicas de administração.&lt;br /&gt;
Eles estão disponíveis tanto para a administração do sistema quanto para o supervisor do laboratório.&lt;br /&gt;
&lt;br /&gt;
===Usuários===&lt;br /&gt;
[[File:Newuser.PNG|right|thumb|750px|Formulário de criação de usuário]]&lt;br /&gt;
Ao clicar nos botões &amp;quot;Editar&amp;quot; ou &amp;quot;Novo usuário&amp;quot;, um formulário é exibido na tela. As informações necessárias para criar um usuário consistem em &amp;quot;Nome de usuário&amp;quot;, &amp;quot;Nome&amp;quot;, &amp;quot;Nome do meio&amp;quot;, &amp;quot;Senha&amp;quot; e a [[#Funções|Função]] da pessoa no sistema.&lt;br /&gt;
Esta função determinará as funcionalidades disponíveis para o usuário.&lt;br /&gt;
Uma nota, sem qualquer efeito no comportamento do aplicativo, pode ser adicionada para indicar qualquer informação relevante ao administrador do sistema.&lt;br /&gt;
&lt;br /&gt;
Este mesmo formulário permite que o administrador do sistema modifique a senha de qualquer outro usuário.&lt;br /&gt;
Por razões de segurança, esta senha deve conter algum número, alguma letra maiúscula, alguma letra minúscula e pelo menos oito caracteres.&lt;br /&gt;
&lt;br /&gt;
Como eles são usados ​​para auditar alterações em pacientes e solicitações, os usuários não podem ser excluídos do sistema.&lt;br /&gt;
No entanto, eles podem ser declarados como inativos, o que os impediria de efetuar login, mas ainda assim manteriam um registro no banco de dados de todas as suas ações passadas.&lt;br /&gt;
&lt;br /&gt;
===Registro de acesso===&lt;br /&gt;
O &amp;quot;registro de acesso&amp;quot; mostra ao usuário qual usuário realizou uma ação no sistema e exatamente quando. O registro de data e hora está no formato &#039;&#039;&#039;Ano-Mês-Dia Hora:Minuto:Segundo&#039;&#039;&#039;&lt;br /&gt;
[[File:Accesslog.PNG|right|thumb|600px|Exemplo de registro de acesso]]&amp;lt;/br&amp;gt;&lt;br /&gt;
Há três ações registradas no log de acesso: &amp;quot;login bem-sucedido&amp;quot;, &amp;quot;usuário incorreto&amp;quot; e &amp;quot;login com falha&amp;quot;. Esta última ação se refere ao uso de uma senha incorreta.&lt;br /&gt;
&lt;br /&gt;
===Campos baixados===&lt;br /&gt;
O ARIS permite que o supervisor do laboratório baixe todas as informações do banco de dados em um único arquivo em seu computador.&lt;br /&gt;
Há duas opções possíveis de download, dependendo do formato do arquivo gerado: CSV simples ou ZIP compactado e protegido por senha.&lt;br /&gt;
Esses documentos conterão informações sobre as solicitações e, por extensão, sobre os pacientes correspondentes.&lt;br /&gt;
Portanto, devido à confidencialidade do paciente, nem todos os dados pessoais devem estar no arquivo baixado.&lt;br /&gt;
As caixas de seleção neste formulário permitem que o supervisor do laboratório, bem como o administrador do sistema, decidam quais campos serão baixados em cada um dos formatos.&lt;br /&gt;
&lt;br /&gt;
Além disso, o sistema fornece dois parâmetros de configuração para personalizar a estrutura do arquivo CSV: &amp;quot;csv_delimiter&amp;quot;, que define o caractere usado para separar os campos de dados no arquivo CSV, e &amp;quot;csv_decimal&amp;quot;, que especifica o caractere usado para representar valores decimais em campos numéricos. É essencial configurar esses parâmetros de acordo com as configurações usadas pelo sistema e pelo software de planilha (por exemplo, Excel) para garantir a interpretação correta dos dados. O uso de um delimitador ou separador decimal incorreto pode resultar em problemas de formatação ao abrir o arquivo.&lt;br /&gt;
&lt;br /&gt;
==Técnico==&lt;br /&gt;
Isso agrupa todas as funcionalidades de administração mais avançadas.&lt;br /&gt;
Eles estão disponíveis apenas para a administração do sistema.&lt;br /&gt;
&lt;br /&gt;
===Resumo de instâncias===&lt;br /&gt;
[[File:Summaryofinstancessmol.PNG|right|250px|thumb|Resumo das instâncias]]&lt;br /&gt;
Esta aba exibe informações sobre as diferentes instâncias existentes no aplicativo.&lt;br /&gt;
Alguns exemplos são: número de pacientes, usuários, solicitações ou gêneros.&lt;br /&gt;
Essas informações vêm diretamente do banco de dados e são atualizadas automaticamente após cada modificação no sistema.&lt;br /&gt;
Pode ser útil investigar potenciais problemas de desempenho em caso de números extremamente grandes.&lt;br /&gt;
Para facilitar a leitura e identificação dos diferentes tipos de instâncias, as informações estão divididas em três seções: &#039;&#039;Dados&#039;&#039;, &#039;&#039;Administração&#039;&#039; e &#039;&#039;Configuração&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Roles===&lt;br /&gt;
Esta aba é exibida e funciona da mesma forma que a aba [[Configuration/pt#Estado_da_solicitação|Estado da solicitação]] na funcionalidade [[Configuration/pt|Configuração]].&lt;br /&gt;
As funções são imutáveis, mas seus rótulos (não a funcionalidade correspondente) podem ser personalizados.&lt;br /&gt;
&lt;br /&gt;
Cada função tem diferentes ações permitidas dentro do aplicativo, escolhidas devido às tarefas que as pessoas devem realizar.&lt;br /&gt;
Assim, existem cinco papéis dentro do sistema, que indicam as funcionalidades que um usuário pode desempenhar, como pode ser visto na tabela a seguir.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: center;&amp;quot;&lt;br /&gt;
|+ Funcionalidades permitidas por roles&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| Funcionalidades !! Gerente de Pacientes !! Técnico de Laboratório !! Técnico de Laboratório com Validação !! Supervisor de Laboratório !! Administrador de Sistemas&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Paciente || style=&amp;quot;text-align:left;&amp;quot; | Criar ||[[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Pesquisar || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;6&amp;quot; | Solicitar || style=&amp;quot;text-align:left;&amp;quot; | Criar ||[[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Alterar informações || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Entregar amostras || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Apresentar resultados || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Validar resultados || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Histórico de pesquisa || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; colspan=&amp;quot;2&amp;quot; | Análise de dados || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]  &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Configuração || style=&amp;quot;text-align:left;&amp;quot; | Genérico || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Técnico || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Administração || style=&amp;quot;text-align:left;&amp;quot;| Genérico || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Técnico || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Parâmetros===&lt;br /&gt;
Os parâmetros determinam o comportamento de algumas funcionalidades.&lt;br /&gt;
Portanto, eles não podem ser criados ou excluídos.&lt;br /&gt;
No entanto, seus valores podem ser atualizados para personalizar o sistema.&lt;br /&gt;
Neste ponto é importante destacar que ao atualizá-los, o tipo de dado deve ser respeitado.&lt;br /&gt;
Fornecer um valor do tipo de dado errado (por exemplo, uma string em vez de um inteiro) pode provocar o mau funcionamento de todo o aplicativo.&lt;br /&gt;
&lt;br /&gt;
A tabela a seguir contém a lista de parâmetros existentes, juntamente com o tipo de dados correspondente e uma breve descrição.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ Parâmetros do sistema&lt;br /&gt;
|-&lt;br /&gt;
! Nome !! Tipo de dados !! Descrição&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Rótulo do primeiro campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Rótulo do segundo campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Rótulo do terceiro campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;frequência_de_backup&#039;&#039; || Número inteiro || Quantidade mínima de horas necessárias para que o sistema gere uma nova cópia do banco de dados&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Número inteiro || Número máximo de cópias do banco de dados mantidas (quando atingido, a cópia mais antiga na pasta é excluída)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indica a disponibilidade de testes automáticos por meio de conexão Bluetooth (os valores aceitos são &#039;Enabled&#039; e &#039;Disabled&#039;), que é usada apenas no projeto [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Especifica o caractere usado para representar o ponto decimal em valores numéricos no arquivo CSV gerado (os valores aceitos são &#039;&#039;.&#039;&#039; e &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Especifica o caractere usado para separar os campos no arquivo CSV gerado (os valores aceitos são &#039;&#039;;&#039;&#039; e &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;idioma_padrão&#039;&#039; || String || Idioma definido por padrão ao fazer login (o mesmo para todos os usuários)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || Arquivo contendo a imagem exibida no fundo&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Ícone do sistema usado na aba do navegador&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || Arquivo contendo o logotipo exibido na parte inferior da barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logotipo usado nos relatórios da lista de trabalho&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;groups_profiles&#039;&#039; || String || Mostra grupos e perfis para testes analíticos (os valores aceitos são &#039;Ativado&#039; e &#039;Desativado&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Número inteiro || Número máximo de dias para manter os registros no log de acesso (os registros mais antigos que este serão excluídos automaticamente)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Número inteiro || Número máximo de megabytes usados ​​para armazenar imagens (quando atingido, as imagens mais antigas da pasta são excluídas)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;nome&#039;&#039; || Texto || Legenda a ser exibida na parte superior da tela (na barra de navegação), bem como na lista de tarefas e nos relatórios&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtítulo a ser usado na lista de tarefas e nos relatórios&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indica se as amostras devem ser entregues por defeito ou não (os valores aceites são &#039;True&#039; e &#039;False&#039;); definir como &#039;True&#039; oculta os itens &#039;Alterar informações&#039; e &#039;Entregar amostras&#039; na barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Número inteiro || Indica a paginação inicial de todas as tabelas (os valores aceitos são 5, 10 ou 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Número inteiro || Este é o número mínimo de linhas que uma tabela deve ter para exibir o campo de pesquisa correspondente.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Número inteiro || Tempo (em minutos) após o qual a conexão com o servidor requer um novo login&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;versão&#039;&#039; || String || Versão do sistema&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || Esta é a senha que será usada para gerar o arquivo zip baixado&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:System_administration/15/pt&amp;diff=3658</id>
		<title>Translations:System administration/15/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:System_administration/15/pt&amp;diff=3658"/>
		<updated>2026-01-09T11:52:07Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ Parâmetros do sistema&lt;br /&gt;
|-&lt;br /&gt;
! Nome !! Tipo de dados !! Descrição&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Rótulo do primeiro campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Rótulo do segundo campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Rótulo do terceiro campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;frequência_de_backup&#039;&#039; || Número inteiro || Quantidade mínima de horas necessárias para que o sistema gere uma nova cópia do banco de dados&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Número inteiro || Número máximo de cópias do banco de dados mantidas (quando atingido, a cópia mais antiga na pasta é excluída)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indica a disponibilidade de testes automáticos por meio de conexão Bluetooth (os valores aceitos são &#039;Enabled&#039; e &#039;Disabled&#039;), que é usada apenas no projeto [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Especifica o caractere usado para representar o ponto decimal em valores numéricos no arquivo CSV gerado (os valores aceitos são &#039;&#039;.&#039;&#039; e &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Especifica o caractere usado para separar os campos no arquivo CSV gerado (os valores aceitos são &#039;&#039;;&#039;&#039; e &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;idioma_padrão&#039;&#039; || String || Idioma definido por padrão ao fazer login (o mesmo para todos os usuários)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || Arquivo contendo a imagem exibida no fundo&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Ícone do sistema usado na aba do navegador&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || Arquivo contendo o logotipo exibido na parte inferior da barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logotipo usado nos relatórios da lista de trabalho&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;groups_profiles&#039;&#039; || String || Mostra grupos e perfis para testes analíticos (os valores aceitos são &#039;Ativado&#039; e &#039;Desativado&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Número inteiro || Número máximo de dias para manter os registros no log de acesso (os registros mais antigos que este serão excluídos automaticamente)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Número inteiro || Número máximo de megabytes usados ​​para armazenar imagens (quando atingido, as imagens mais antigas da pasta são excluídas)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;nome&#039;&#039; || Texto || Legenda a ser exibida na parte superior da tela (na barra de navegação), bem como na lista de tarefas e nos relatórios&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtítulo a ser usado na lista de tarefas e nos relatórios&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indica se as amostras devem ser entregues por defeito ou não (os valores aceites são &#039;True&#039; e &#039;False&#039;); definir como &#039;True&#039; oculta os itens &#039;Alterar informações&#039; e &#039;Entregar amostras&#039; na barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Número inteiro || Indica a paginação inicial de todas as tabelas (os valores aceitos são 5, 10 ou 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Número inteiro || Este é o número mínimo de linhas que uma tabela deve ter para exibir o campo de pesquisa correspondente.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Número inteiro || Tempo (em minutos) após o qual a conexão com o servidor requer um novo login&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;versão&#039;&#039; || String || Versão do sistema&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || Esta é a senha que será usada para gerar o arquivo zip baixado&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests/pt&amp;diff=3653</id>
		<title>Requests/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests/pt&amp;diff=3653"/>
		<updated>2026-01-09T11:35:03Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;Ao definir o parâmetro &amp;#039;&amp;#039;set_sample_delivery_default&amp;#039;&amp;#039; para &amp;#039;&amp;#039;True&amp;#039;&amp;#039;, este formulário desaparece do menu.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Requests]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
As solicitações são as entidades mais importantes no ARIS, cujo objetivo principal é gerenciá-las.&lt;br /&gt;
Estão sempre associados a um determinado paciente, que deve ter sido criado previamente.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph RequestsDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //edge [minlen=2];&lt;br /&gt;
  //----- Requests graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Requests [label=&amp;quot;Solicitações&amp;quot; ];&lt;br /&gt;
    Create [label=&amp;quot;Criar&amp;quot;, URL=&amp;quot;#Criar&amp;quot; ];&lt;br /&gt;
    ChangeInformation [label=&amp;quot;Alterar informações&amp;quot;, URL=&amp;quot;#Alterar_informações&amp;quot;];&lt;br /&gt;
    PatientsData  [label=&amp;quot;Dados do Paciente&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Criar&amp;quot;];&lt;br /&gt;
    AdditionalInformation [label=&amp;quot;Informações adicionais&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Criar&amp;quot;];&lt;br /&gt;
    BiologicalSamples [label=&amp;quot;Amostras Biológicas&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Criar&amp;quot; ];&lt;br /&gt;
    AnalyticalTests [label=&amp;quot;Testes Analíticos&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Criar&amp;quot; ];&lt;br /&gt;
    DeliverSamples [label=&amp;quot;Entregar Amostras&amp;quot;, URL=&amp;quot;#Entregar_amostras&amp;quot; ];&lt;br /&gt;
    IntroduceResults [label=&amp;quot;Apresentar Resultados&amp;quot;, URL=&amp;quot;#Introduzir_resultados&amp;quot; ];&lt;br /&gt;
    ValidateResults [label=&amp;quot;Validar Resultados&amp;quot;, URL=&amp;quot;#Validar_resultados&amp;quot;];&lt;br /&gt;
    SearchHistoric [label=&amp;quot;Pesquisar Histórico&amp;quot;, URL=&amp;quot;#Pesquisar_histórico&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Requests -&amp;gt; Create;&lt;br /&gt;
    Requests -&amp;gt; ChangeInformation;&lt;br /&gt;
    Create -&amp;gt; PatientsData;&lt;br /&gt;
    ChangeInformation -&amp;gt; PatientsData;&lt;br /&gt;
    PatientsData -&amp;gt; BiologicalSamples [dir=both minlen=2];&lt;br /&gt;
    BiologicalSamples -&amp;gt; AnalyticalTests [dir=both minlen=2];&lt;br /&gt;
    AnalyticalTests -&amp;gt; AdditionalInformation [dir=both minlen=2];&lt;br /&gt;
    Requests -&amp;gt; DeliverSamples&lt;br /&gt;
    DeliverSamples -&amp;gt; BiologicalSamples;&lt;br /&gt;
    Requests -&amp;gt; IntroduceResults;&lt;br /&gt;
    IntroduceResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; ValidateResults;&lt;br /&gt;
    ValidateResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; SearchHistoric;&lt;br /&gt;
{ rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults SearchHistoric}&lt;br /&gt;
    { rank=same; PatientsData AnalyticalTests AdditionalInformation BiologicalSamples}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Vida útil da solicitação==&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph StatesDiagram {&lt;br /&gt;
  node [shape=rectangle style=rounded fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  edge [fontsize=&amp;quot;7pt&amp;quot;];&lt;br /&gt;
//----- Main graph&lt;br /&gt;
  // Nodes&lt;br /&gt;
  Begin [label=&amp;quot;&amp;quot; shape=&amp;quot;circle&amp;quot; style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
  Registered [label=&amp;quot;Registrado&amp;quot;];&lt;br /&gt;
  Processing [label=&amp;quot;Processando&amp;quot;];&lt;br /&gt;
  WithResults [label=&amp;quot;Com Resultados&amp;quot;];&lt;br /&gt;
  Validated [label=&amp;quot;Validado&amp;quot;];&lt;br /&gt;
  Cancelled [label=&amp;quot;Cancelado&amp;quot;];&lt;br /&gt;
  End [label=&amp;quot;&amp;quot; shape=&amp;quot;doublecircle&amp;quot; style=filled fillcolor=&amp;quot;black&amp;quot; fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
  // Edges&lt;br /&gt;
  Begin -&amp;gt; Registered [constraint=false];&lt;br /&gt;
  Registered -&amp;gt; Processing  [label=&amp;quot;Algumas amostras entregues&amp;quot; constraint=false];&lt;br /&gt;
  Processing -&amp;gt; WithResults [label=&amp;quot;Todos os resultados fornecidos&amp;quot; constraint=false];&lt;br /&gt;
  WithResults -&amp;gt; Validated  [label=&amp;quot;Todos os testes validados&amp;quot; constraint=false];&lt;br /&gt;
  Validated -&amp;gt; End [constraint=false];&lt;br /&gt;
  Registered -&amp;gt; Cancelled [label=&amp;quot;Cancelar&amp;quot;];&lt;br /&gt;
  Processing -&amp;gt; Cancelled [label=&amp;quot;Cancelar&amp;quot;];&lt;br /&gt;
  WithResults -&amp;gt; Cancelled [label=&amp;quot;Cancelar&amp;quot;];&lt;br /&gt;
  Cancelled -&amp;gt; End [constraint=falso];&lt;br /&gt;
{ rank=same; Begin Registered Processing WithResults Validated}&lt;br /&gt;
    { rank=same; Cancelled End}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Durante sua vida útil, as solicitações passam por diferentes estados que determinam as funcionalidades oferecidas a elas no sistema.&lt;br /&gt;
Esses estados são representados no diagrama, e seus rótulos são modificáveis ​​e configuráveis ​​em [[Configuration/pt#Estado_da_solicitação|Estado da solicitação]].&lt;br /&gt;
&lt;br /&gt;
Na criação, o estado da solicitação é &#039;&#039;Registrado&#039;&#039;, e permite fornecer as informações básicas, bem como associar diferentes testes a ela.&lt;br /&gt;
Após indicar que algumas amostras foram entregues, o estado muda para &#039;&#039;Processando&#039;&#039; e os dados da solicitação não podem mais ser modificados.&lt;br /&gt;
Outras amostras podem ser entregues posteriormente, mas neste momento, os resultados podem ser fornecidos para os testes cuja amostra já foi entregue.&lt;br /&gt;
Quando todos os testes não cancelados tiverem um resultado, o estado da solicitação muda para &#039;&#039;WithResults&#039;&#039;.&lt;br /&gt;
Nesse estado, os resultados ainda podem ser modificados, mas espera-se que sejam eventualmente validados.&lt;br /&gt;
Uma solicitação com todos os seus testes não cancelados sendo validados é considerada &#039;&#039;Validada&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
A qualquer momento, uma solicitação, suas amostras ou seus testes podem ser cancelados.&lt;br /&gt;
Uma amostra com todos os seus testes cancelados é considerada cancelada, e uma solicitação com todas as amostras canceladas também é considerada cancelada.&lt;br /&gt;
&lt;br /&gt;
Durante o período de vigência de uma solicitação, ela estará disponível para todos os técnicos de laboratório, exceto a validação, que só poderá ser feita por um supervisor de laboratório ou um técnico de laboratório especialmente autorizado.&lt;br /&gt;
&lt;br /&gt;
==Criar==&lt;br /&gt;
[[File:Selectpatient1.PNG|350px|right|thumb|Criar formulário de solicitação]]&lt;br /&gt;
&lt;br /&gt;
Este formulário é dividido em abas. A aba em que o técnico de laboratório está é indicada pela marcação laranja da aba. Acima, encontra-se o campo obrigatório &amp;quot;Centro solicitante&amp;quot;, juntamente com o campo adicional &amp;quot;Unidade solicitante&amp;quot; e a caixa de seleção &amp;quot;Urgente&amp;quot;. Para criar uma solicitação, siga os seguintes passos:&lt;br /&gt;
&lt;br /&gt;
#Selecionar um paciente &amp;amp;rarr; A primeira aba envolve a busca e seleção de um paciente. A grade de busca pode ser refinada com o campo de busca. Após a seleção de um paciente, as informações principais e importantes sobre ele serão exibidas na parte inferior do formulário, em uma tabela. Até que o paciente seja selecionado, o técnico de laboratório não poderá salvar a nova solicitação.&lt;br /&gt;
#Testes analíticos | Nesta aba, o técnico de laboratório deve escolher quais testes são solicitados e necessários para o paciente. Grupos e perfis serão exibidos caso o parâmetro [[System administration#Parameters|parameter]] apropriado esteja habilitado. Mais de um elemento de cada lista pode ser selecionado, mas pelo menos um teste deve ser solicitado de uma forma ou de outra. Os testes selecionados como parte de um grupo ou perfil (destacados em roxo) não podem ser desmarcados individualmente.&lt;br /&gt;
#Amostras biológicas &amp;amp;rarr; Esta aba informa ao técnico de laboratório o tipo de amostra que deve ser coletada, dependendo dos testes selecionados na aba anterior. Não há campos obrigatórios nesta aba, mas se o técnico de laboratório quiser adicionar um comentário, há uma caixa de comentários para cada amostra. [[File:Comments.PNG|1000px]]&lt;br /&gt;
#Informações básicas &amp;amp;rarr; Nesta aba, outros campos opcionais são fornecidos, como médico, quarto ou leito do paciente. Informações adicionais, como orientação diagnóstica ou estado gestacional, também podem ser indicadas.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Em nenhum momento o botão &#039;&#039;Salvar valores&#039;&#039; poderá ser utilizado caso algum dos campos obrigatórios não esteja preenchido.&lt;br /&gt;
&lt;br /&gt;
==Alterar informações==&lt;br /&gt;
[[File:SearchRequest.PNG|350px|right|thumb|Formulário de alteração de informações]]&lt;br /&gt;
&lt;br /&gt;
Este formulário é para edição de solicitações cujas amostras ainda não foram entregues.&lt;br /&gt;
Clicar em qualquer parte da linha levará o técnico de laboratório a um formulário semelhante ao [[#Criar|criar]], com todas as suas guias e formato e comportamento semelhantes.&lt;br /&gt;
&lt;br /&gt;
Ao definir o [[System_administration/pt#Parâmetros|parâmetro]] &#039;&#039;set_sample_delivery_default&#039;&#039; para &#039;&#039;True&#039;&#039;, este formulário desaparece do menu.&lt;br /&gt;
&lt;br /&gt;
==Entregar amostras==&lt;br /&gt;
Semelhante ao formulário anterior, este também exibe uma lista de solicitações &#039;&#039;Registradas&#039;&#039; ou &#039;&#039;Em processamento&#039;&#039;, para que o técnico de laboratório escolha uma delas.&lt;br /&gt;
[[File:DeliverSamples1.PNG|350px|right|thumb|Formulário de entrega de amostras]]&lt;br /&gt;
Após selecionar uma solicitação, cinco abas são exibidas: os dados do paciente, os exames analíticos possivelmente já realizados nesta solicitação, a lista de amostras biológicas, os dados da solicitação e os exames de solicitações anteriores.&lt;br /&gt;
Apenas as amostras biológicas permitem alguma interação. As demais são somente leitura (se habilitadas).&lt;br /&gt;
&lt;br /&gt;
Cada uma das amostras mostradas contém um campo para fornecer comentários, e pode ser marcada como entregue ou cancelada clicando no botão vermelho correspondente.&lt;br /&gt;
Na entrega de uma amostra, sua origem ou incidência pode ser opcionalmente fornecida.&lt;br /&gt;
Ao cancelar, uma caixa de diálogo pop-up é exibida, fornecendo alguma justificativa para isso.&lt;br /&gt;
&lt;br /&gt;
É importante ressaltar que os exames associados à solicitação não poderão ser alterados após a entrega da primeira amostra.&lt;br /&gt;
&lt;br /&gt;
Ao definir o [[System_administration/pt#Parâmetros|parâmetro]] &#039;&#039;set_sample_delivery_default&#039;&#039; para &#039;&#039;True&#039;&#039;, este formulário desaparece do menu.&lt;br /&gt;
&lt;br /&gt;
==Apresentar resultados==&lt;br /&gt;
Como nos casos anteriores, uma lista de solicitações é exibida.&lt;br /&gt;
Neste caso, esta lista contém todas as solicitações no estado &#039;&#039;Processando&#039;&#039;.&lt;br /&gt;
Clicando no botão correspondente na parte inferior, é possível baixar uma lista de trabalho com todos os exames pendentes nessas solicitações, para trabalhar neles off-line.&lt;br /&gt;
&lt;br /&gt;
[[File:IntroduceResults1.PNG|350px|right|thumb|Formulário para apresentar resultados]]&lt;br /&gt;
&lt;br /&gt;
Após o técnico de laboratório escolher uma solicitação, cinco abas são exibidas com os dados do paciente, sua lista de testes analíticos, sua lista de amostras biológicas, outros dados da solicitação e, potencialmente, testes anteriores do mesmo paciente.&lt;br /&gt;
Apenas os testes analíticos permitem alguma interação. Os demais são somente leitura.&lt;br /&gt;
Além da mesma caixa de busca presente em todas as tabelas do sistema, há também a possibilidade de filtrar os exames por grupo de exames (caso algum tenha sido escolhido para esta requisição).&lt;br /&gt;
Um botão vermelho no canto superior direito permite cancelar a solicitação.&lt;br /&gt;
&lt;br /&gt;
A tabela de testes contém as seguintes colunas:&lt;br /&gt;
#Nome &amp;amp;rarr; Mostra o nome e o código do tipo de teste. Fica vermelho se o teste ou sua amostra foram cancelados.&lt;br /&gt;
#Resultado &amp;amp;rarr; Permite introduzir o resultado do teste.&lt;br /&gt;
#Nota de teste genérica &amp;amp;rarr; Mostra a nota informativa associada ao tipo de teste, se houver.&lt;br /&gt;
#Resultado dentro do intervalo &amp;amp;rarr; Indica se o resultado do teste está no intervalo esperado de valores para o tipo de teste (marca de verificação verde) ou não (cruz vermelha).&lt;br /&gt;
#Referido &amp;amp;rarr; Indica se o teste foi feito ou se espera que seja feito em outro laboratório (marca verde) ou não (cruz vermelha).&lt;br /&gt;
#Automático (não visível por padrão) &amp;amp;rarr; Indica se o teste é realizado ou se espera que seja realizado automaticamente (marca de seleção verde) ou não (cruz vermelha). Os testes automáticos são realizados por meio do [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Microscope:Main Microscópio robótico] e do [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/MobileApp:Main Aplicativo Móvel]. Seus resultados não devem ser digitados manualmente, mas enviados via Bluetooth. Este recurso é habilitado por meio do [[System_administration#Parameters|parâmetro do sistema]] correspondente. Se habilitado, o campo é editável aqui para permitir a substituição dos resultados automáticos.&lt;br /&gt;
#O teste tem alguma nota &amp;amp;rarr; Indica se o teste tem alguma nota associada (marca verde) ou não (cruz vermelha).&lt;br /&gt;
#Detalhes do teste &amp;amp;rarr; Este ícone deve permitir a navegação para mais detalhes do teste. No entanto, se o teste ou a amostra correspondente for cancelado, a mensagem correspondente em vermelho será exibida.&lt;br /&gt;
#Cancelar teste &amp;amp;rarr; Ícone para cancelar o teste. Se o teste for cancelado, um rótulo vermelho &amp;quot;cancelado&amp;quot; aparecerá.&lt;br /&gt;
&lt;br /&gt;
[[File:TestDetails1.PNG|350px|right|thumb|Detalhes do teste]]&lt;br /&gt;
&lt;br /&gt;
Ao o técnico de laboratório acessar os detalhes do teste, temos acesso à visualização de muitas outras coisas (por exemplo, unidades do resultado, medida de referência inferior, medida de referência superior, o usuário que introduziu os resultados, bem como detalhes fornecidos para a amostra correspondente na entrega).&lt;br /&gt;
Além disso, isso também permite alterar se o teste é automático ou diferido, indicar alguma incidência na amostra ou fornecer alguma observação (observe que o conteúdo desta observação ficará visível ao paciente no relatório da solicitação).&lt;br /&gt;
É importante observar que nenhuma informação fornecida neste formulário será mantida no disco até que seja inserida novamente na lista e salva a partir daí.&lt;br /&gt;
&lt;br /&gt;
Se o resultado do teste foi fornecido automaticamente (o que não é habilitado por padrão e está disponível apenas no contexto do [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING project]), a imagem correspondente e sua nota associada serão mostradas na parte inferior dos detalhes do teste.&lt;br /&gt;
&lt;br /&gt;
==Validar resultados==&lt;br /&gt;
[[File:Validateresults.mp4|left]]&lt;br /&gt;
Esta funcionalidade, disponível apenas para o supervisor do laboratório ou um técnico de laboratório autorizado a validar, utiliza exatamente a mesma interface de introdução de resultados, mas a tabela mostra mais uma coluna, &#039;&#039;Validado&#039;&#039;, com uma caixa de seleção para cada teste.&lt;br /&gt;
Eles podem ser verificados um por um, ou todos de uma vez, escolhendo um grupo concreto de testes na caixa suspensa na parte superior.&lt;br /&gt;
Ao fazer isso, aparecerá um botão para verificar todos os testes do grupo.&lt;br /&gt;
&lt;br /&gt;
Além de fazer isso na lista, os resultados podem ser substituídos e o teste validado a partir dos detalhes do teste.&lt;br /&gt;
Além de exibir todas as informações relacionadas ao teste em modo somente leitura, o formulário correspondente também oferece a possibilidade de adicionar uma nota ao teste, bem como alterar se o teste é automático/referenciado ou não, cancelar o teste ou toda a solicitação.&lt;br /&gt;
&lt;br /&gt;
É importante notar que os testes não serão realmente validados até que o botão inferior direito seja pressionado para salvar as alterações.&lt;br /&gt;
&lt;br /&gt;
==Pesquisa histórica==&lt;br /&gt;
[[File:Download.mp4|left]]&lt;br /&gt;
Esta funcionalidade, disponível tanto para o técnico de laboratório quanto para o supervisor, permite visualizar qualquer solicitação no histórico do laboratório.&lt;br /&gt;
Eles podem ser filtrados por estado e data da solicitação.&lt;br /&gt;
Ao clicar na linha correspondente, todos os detalhes da solicitação podem ser visualizados.&lt;br /&gt;
&lt;br /&gt;
No canto inferior esquerdo deste formulário, há dois botões de download.&lt;br /&gt;
Clicar em qualquer um deles gerará e baixará o arquivo correspondente (por exemplo, CSV ou ZIP).&lt;br /&gt;
As caixas de seleção na aba [[System_administration/pt#Campos_baixados|Campos baixados]] indicam quais campos serão incluídos em cada um desses arquivos.&lt;br /&gt;
Além disso, o arquivo ZIP é protegido por senha.&lt;br /&gt;
A senha utilizada é indicada pelo parâmetro do sistema &#039;&#039;zip_password&#039;&#039;, cujo valor pode ser visto e modificado na aba [[System_administration/pt#Parâmetros|Parâmetros]].&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Configuration/pt&amp;diff=3652</id>
		<title>Configuration/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Configuration/pt&amp;diff=3652"/>
		<updated>2026-01-09T11:34:59Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;A ordem dos valores nas listas suspensas posteriores não será alfabética, mas sim a ordem pela qual foram introduzidos na lista de valores (isto pode ser útil para definir uma ordem, caso existam muitos valores).&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Configuration]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
A funcionalidade de configuração permite ao usuário manipular o ARIS, adicionando ou alterando alguns de seus aspectos para uma melhor personalização.&lt;br /&gt;
Elas foram divididas em dois grupos, dependendo do conhecimento necessário para utilizá-las.&lt;br /&gt;
O primeiro grupo é absolutamente genérico e tanto o supervisor do laboratório quanto o administrador do sistema devem ser capazes de fornecer as informações necessárias.&lt;br /&gt;
Entretanto, para o segundo grupo, serão necessários conhecimentos biomédicos mais específicos e, consequentemente, somente o supervisor do laboratório poderá fazê-lo.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph ConfigurationDiagram {&lt;br /&gt;
  nodesep=0.05;&lt;br /&gt;
  node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot; margin=&amp;quot;0.01, 0.01&amp;quot;];&lt;br /&gt;
  Configuration [label=&amp;quot;Configuração&amp;quot;];&lt;br /&gt;
  ConfGeneric [label=&amp;quot;Genérico&amp;quot;, URL=&amp;quot;#Configuração_genérica&amp;quot;];&lt;br /&gt;
  ConfTechnical [label=&amp;quot;Técnico&amp;quot;, URL=&amp;quot;#Configuração_técnica&amp;quot;];&lt;br /&gt;
  Configuration -&amp;gt; ConfGeneric;&lt;br /&gt;
  Configuration -&amp;gt; ConfTechnical;&lt;br /&gt;
  Regions [label=&amp;quot;Regiões&amp;quot;, shape=tab, URL=&amp;quot;#Configuração_genérica&amp;quot;];&lt;br /&gt;
  Locations [label=&amp;quot;Locais&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  Units [label=&amp;quot;Unidades&amp;quot;, shape=tab, URL=&amp;quot;#Configuração_genérica&amp;quot;];&lt;br /&gt;
  HealthFacilities [label=&amp;quot;Saúde, Instalações&amp;quot; shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  Physicians [label=&amp;quot;Médicos&amp;quot;, shape=tab, URL=&amp;quot;#Configuração_genérica&amp;quot;];&lt;br /&gt;
  Gender [label=&amp;quot;Gênero&amp;quot;, shape=tab, URL=&amp;quot;#Configuração_genérica&amp;quot;];&lt;br /&gt;
  IdentificationCards [label=&amp;quot;Cartões de Identificação&amp;quot;, shape=tab, URL=&amp;quot;#Configuração_genérica&amp;quot;];&lt;br /&gt;
  StateOfTheRequest [label=&amp;quot;Estado da solicitação&amp;quot;, shape=tab URL=&amp;quot;#Estado_da_solicitação&amp;quot;];&lt;br /&gt;
  ConfGeneric -&amp;gt; Regions;&lt;br /&gt;
  ConfGeneric -&amp;gt; Locations;&lt;br /&gt;
  ConfGeneric -&amp;gt; Units;&lt;br /&gt;
  ConfGeneric -&amp;gt; HealthFacilities;&lt;br /&gt;
  ConfGeneric -&amp;gt; Physicians;&lt;br /&gt;
  ConfGeneric -&amp;gt; Gender;&lt;br /&gt;
  ConfGeneric -&amp;gt; IdentificationCards;&lt;br /&gt;
  ConfGeneric -&amp;gt; StateOfTheRequest;&lt;br /&gt;
  LaboratoryAreas [label=&amp;quot;Áreas de Laboratório&amp;quot;, shape=tab, URL=&amp;quot;#Configuração_técnica&amp;quot;];&lt;br /&gt;
  AnalyticalTests [label=&amp;quot;Testes Analíticos&amp;quot;, forma=tab URL=&amp;quot;#Testes_analíticos&amp;quot;];&lt;br /&gt;
  AnalyticalTestsGroups [label=&amp;quot;Grupos de testes analíticos&amp;quot;, shape=tab URL=&amp;quot;#Grupos_de_testes analíticos&amp;quot;];&lt;br /&gt;
  AnalyticalProfiles [label=&amp;quot;Perfis Analíticos&amp;quot;, shape=tab URL=&amp;quot;#Perfis_Analíticos&amp;quot;];&lt;br /&gt;
  KindsOfSamples [label=&amp;quot;Tipos de amostras&amp;quot;, shape=tab, URL=&amp;quot;#Configuração_técnica&amp;quot;];&lt;br /&gt;
  SampleIncidents [label=&amp;quot;Exemplos de incidentes&amp;quot;, shape=tab, URL=&amp;quot;#Configuração_técnica&amp;quot;];&lt;br /&gt;
  SampleOrigins [label=&amp;quot;Origens de amostra&amp;quot;, shape=tab, URL=&amp;quot;#Configuração_técnica&amp;quot;];&lt;br /&gt;
  PregnancyPhases [label=&amp;quot;Fases da Gravidez&amp;quot;, shape=tab, URL=&amp;quot;#Configuração_técnica&amp;quot;];&lt;br /&gt;
  DataTypes [label=&amp;quot;Tipos de dados&amp;quot;, shape=tab, URL=&amp;quot;#Tipos_de_dados&amp;quot;];&lt;br /&gt;
  ReportingOrder [label=&amp;quot;Ordem de Relatórios&amp;quot;, shape=tab, URL=&amp;quot;#Ordem_de_relatório&amp;quot;];&lt;br /&gt;
  ConfTechnical -&amp;gt; LaboratoryAreas;&lt;br /&gt;
  ConfTechnical -&amp;gt; AnalyticalTests;&lt;br /&gt;
  ConfTechnical -&amp;gt; AnalyticalTestsGroups;&lt;br /&gt;
  ConfTechnical -&amp;gt; AnalyticalProfiles;&lt;br /&gt;
  ConfTechnical -&amp;gt; KindsOfSamples;&lt;br /&gt;
  ConfTechnical -&amp;gt; SampleIncidents; &lt;br /&gt;
  ConfTechnical -&amp;gt; SampleOrigins;&lt;br /&gt;
  ConfTechnical -&amp;gt; PregnancyPhases;&lt;br /&gt;
  ConfTechnical -&amp;gt; DataTypes;&lt;br /&gt;
  ConfTechnical -&amp;gt; ReportingOrder;&lt;br /&gt;
{ rank=same; Regions Units Physicians IdentificationCards LaboratoryAreas AnalyticalTestsGroups KindsOfSamples SampleOrigins DataTypes}&lt;br /&gt;
  { rank=same; ConfGeneric ConfTechnical}&lt;br /&gt;
  { rank=sink; Locations HealthFacilities Gender StateOfTheRequest AnalyticalTests AnalyticalProfiles SampleIncidents PregnancyPhases ReportingOrder}}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Configuração genérica==&lt;br /&gt;
[[File:Genericconfiguration.PNG|right|600px|thumb|Editando os rótulos usados ​​para os estados]]&lt;br /&gt;
Este formulário controla os valores de todos os campos de texto não livre (ou seja, aqueles que aparecem ao clicar em uma [[User_Guide/pt#Características_gerais|seta]]) no sistema. Em cada aba, o usuário pode criar, editar e excluir os valores de um desses campos.&lt;br /&gt;
Caso o laboratório não esteja interessado em um dos valores, mas o usuário não queira excluir as informações do sistema, ele pode ser simplesmente desativado, para que não seja exibido no menu suspenso correspondente. Isso é feito desmarcando a caixa de seleção &amp;quot;Ativo&amp;quot;.&lt;br /&gt;
Este é um recurso muito importante, pois a exclusão de algum valor de configuração produzirá um efeito sequencial que excluirá todos os outros registros de configuração que apontam para aquele excluído (por exemplo, excluir uma região excluirá todos os seus locais).&lt;br /&gt;
Pacientes ou solicitações não serão excluídos, mas as informações correspondentes não serão mais exibidas (por exemplo, após excluir uma região, essas informações no paciente ficarão vazias).&amp;lt;/br&amp;gt;&lt;br /&gt;
[[File:Activecheckbox.PNG|75px|Caixa de seleção ativada]] &amp;amp;hArr; [[File:Deactivatedcheckbox.PNG|75px|Caixa de seleção desativada]] &amp;lt;/br&amp;gt;&lt;br /&gt;
Lista de abas:&lt;br /&gt;
*Regiões (inicialmente vazias)&lt;br /&gt;
*Locais (inicialmente vazios)&lt;br /&gt;
*Unidades&lt;br /&gt;
*Unidades de Saúde (inicialmente vazias)&lt;br /&gt;
*Médicos (inicialmente vazios)&lt;br /&gt;
*Gênero&lt;br /&gt;
*Cartões de identificação&lt;br /&gt;
*Estado da solicitação&lt;br /&gt;
&lt;br /&gt;
Alguns deles também incluem informações hierárquicas. Assim, os médicos apontam para os Centros de saúde, os Centros de saúde apontam para os locais e estes para as regiões. Essas informações são usadas nos formulários para mostrar os valores corretos disponíveis, dependendo da escolha do pai na hierarquia.&lt;br /&gt;
&lt;br /&gt;
===Estado da solicitação===&lt;br /&gt;
Na aba &amp;quot;estado da solicitação&amp;quot;, apenas o campo &amp;quot;label&amp;quot; pode ser editado. Observe que ele indica as diferentes fases pelas quais uma solicitação passa na aplicação durante seu ciclo de vida, e não apenas um valor passivo a ser armazenado.&lt;br /&gt;
&lt;br /&gt;
==Configuração técnica==&lt;br /&gt;
As abas &#039;&#039;Áreas de laboratório&#039;&#039;, &#039;&#039;Tipos de amostra&#039;&#039;, &#039;&#039;Incidentes de amostra&#039;&#039;, &#039;&#039;Origens da amostra&#039;&#039; e &#039;&#039;Fases da gravidez&#039;&#039; têm exatamente o mesmo efeito que as abas da [[#Configuração genérica|configuração genérica]] (ou seja, elas simplesmente fornecem os valores disponíveis em caixas suspensas).&lt;br /&gt;
Entretanto, as guias a seguir têm outros efeitos no comportamento dos formulários.&lt;br /&gt;
&lt;br /&gt;
===Testes analíticos===&lt;br /&gt;
[[File:Analyticalprofile.PNG|right|thumb|700px| Editando perfis analíticos]]&lt;br /&gt;
Este é sem dúvida o conceito mais crucial na configuração, pois define os tipos de testes disponíveis no laboratório.&lt;br /&gt;
Eles são identificados por um nome, mas também contêm um código que sempre será exibido ao lado do nome.&lt;br /&gt;
Para facilitar a gestão do laboratório, são atribuídos a uma área laboratorial tipos de exames que serão utilizados tanto na geração de relatórios para os pacientes, quanto na análise de dados referentes ao desempenho do próprio laboratório.&lt;br /&gt;
&lt;br /&gt;
Cada tipo de teste está relacionado a um tipo de amostra.&lt;br /&gt;
Somente quando o paciente forneça a amostra, é quando o teste relacionado poderá ter resultado associado.&lt;br /&gt;
&lt;br /&gt;
Cada teste deve ter um [[Configuration/pt#Tipos_de_dados|tipo de dado]], que indica o tipo de resultado que ele aceitará, podendo ser numérico (inteiro ou real) ou enumerado.&lt;br /&gt;
Para resultados de testes numéricos, as unidades do teste podem ser indicadas para fins informativos, juntamente com limites superiores e inferiores do resultado que podem ser definidos.&lt;br /&gt;
Elas serão verificadas automaticamente.&lt;br /&gt;
Somente os resultados dentro dos limites declarados receberão uma marca de verificação verde ao lado.&lt;br /&gt;
Aqueles fora dos limites serão detectados e automaticamente marcados com uma cruz vermelha.&lt;br /&gt;
A validação do valor dependerá de qualquer forma do supervisor do laboratório.&lt;br /&gt;
No entanto, uma nota pode ser fornecida aqui para indicar exceções aos limites ou qualquer informação que seja considerada relevante para o técnico ou o supervisor.&lt;br /&gt;
&lt;br /&gt;
Por fim, existem dois campos booleanos específicos:&lt;br /&gt;
* Encaminhado &amp;amp;rarr; Indica que uma ação ou exame é realizado em outro hospital. A opção marcada na configuração apenas determina o padrão deste campo para cada exame. Não impede que o supervisor do laboratório escolha de forma diferente nos formulários [[Requests/pt|Solicitações]].&lt;br /&gt;
* Automático &amp;amp;rarr; Permite que o tipo de teste seja parcialmente automatizado. O resultado do teste não é obtido manualmente por uma pessoa, mas por uma IA. Se esta opção estiver desabilitada na configuração, o supervisor do laboratório não poderá marcá-la de outra forma nos formulários [[Requests/pt|Solicitações]]. No entanto, se estiver habilitada, o supervisor do laboratório poderá escolher se deseja que o teste seja feito automaticamente ou não nos formulários [[Requests/pt|Solicitações]].&lt;br /&gt;
&lt;br /&gt;
===Grupos de testes analíticos===&lt;br /&gt;
Nesta aba, grupos de exames podem ser formados para uma seleção mais rápida na hora de escolher quais exames realizar em um paciente. Ao criar ou editar um novo grupo, o formulário &amp;quot;Informações do Grupo de Exames&amp;quot; deve ser preenchido ou modificado. Neste formulário, o grupo deve receber um nome e o supervisor do laboratório deve escolher os exames incluídos no grupo na caixa fornecida. Na lista à esquerda, os grupos estão em ordem alfabética e, se o supervisor do laboratório desejar uma opção mais rápida, há uma barra de pesquisa na parte superior da caixa para anotar e filtrar os exames.&lt;br /&gt;
Basta clicar no nome de um teste para adicioná-lo ao grupo, aparecendo assim na lista do lado direito.&lt;br /&gt;
&lt;br /&gt;
Os grupos de testes analíticos também são usados ​​para classificar os testes no relatório gerado de uma solicitação.&lt;br /&gt;
&lt;br /&gt;
===Perfis analíticos===&lt;br /&gt;
Nesta aba, perfis de testes podem ser formados para uma seleção mais rápida ao escolher quais grupos de testes ou testes individuais realizar em um paciente.&lt;br /&gt;
Ao criar ou editar um novo perfil, um formulário &#039;&#039;Informações de Perfil Analítico&#039;&#039; deve ser preenchido ou modificado.&lt;br /&gt;
Neste formulário, o perfil deve receber um nome e o supervisor do laboratório deve escolher os testes e os grupos incluídos no perfil nas listas fornecidas.&lt;br /&gt;
Os grupos e testes estão em ordem alfabética e, se o supervisor do laboratório desejar uma opção mais rápida, há uma barra de pesquisa na parte superior da caixa para anotar e filtrar os testes e grupos.&lt;br /&gt;
&lt;br /&gt;
A escolha de um grupo seleciona na lista correspondente todos os testes pertencentes a ele.&lt;br /&gt;
Então, eles não podem ser removidos individualmente do perfil, mas apenas removendo o grupo.&lt;br /&gt;
Além disso, um teste adicionado posteriormente ao grupo aparecerá automaticamente como parte de qualquer perfil que contenha esse grupo, o que é indicado por um ícone de cadeado ao lado do nome do teste. &lt;br /&gt;
&lt;br /&gt;
Perfis analíticos não têm nenhum efeito no relatório gerado para uma solicitação.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Datatypes&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
===Tipos de dados===&lt;br /&gt;
&lt;br /&gt;
Os tipos de dados enumerados podem ser definidos aqui (números inteiros e reais estão sempre disponíveis).&lt;br /&gt;
Estas são simplesmente listas de resultados potenciais que podem ser usados ​​em qualquer tipo de teste.&lt;br /&gt;
&lt;br /&gt;
A ordem dos valores nas listas suspensas posteriores não será alfabética, mas sim a ordem pela qual foram introduzidos na lista de valores (isto pode ser útil para definir uma ordem, caso existam muitos valores).&lt;br /&gt;
&lt;br /&gt;
===Ordem de relatório===&lt;br /&gt;
[[File:Reportingorder.PNG|Centro|500px|thumb|Editando a ordem das áreas do laboratório na aba de áreas de relatórios]]&lt;br /&gt;
Esta aba permite ordenar os elementos na lista de trabalho em PDF e no relatório de uma solicitação.&lt;br /&gt;
Os testes que aparecem neles serão primeiramente classificados por área de laboratório, depois por grupos de testes e, por fim, por testes individuais.&lt;br /&gt;
É feito escolhendo um dos três elementos, o que levará a outro formulário com uma lista e duas setas verticais no lado esquerdo da imagem.&lt;br /&gt;
Qualquer número de elementos pode ser selecionado simultaneamente simplesmente clicando neles.&lt;br /&gt;
Então, as setas permitirão movê-los para cima ou para baixo na lista e, consequentemente, nos documentos PDF gerados.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Configuration/27/pt&amp;diff=3651</id>
		<title>Translations:Configuration/27/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Configuration/27/pt&amp;diff=3651"/>
		<updated>2026-01-09T11:34:38Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;A ordem dos valores nas listas suspensas posteriores não será alfabética, mas sim a ordem pela qual foram introduzidos na lista de valores (isto pode ser útil para definir uma ordem, caso existam muitos valores).&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A ordem dos valores nas listas suspensas posteriores não será alfabética, mas sim a ordem pela qual foram introduzidos na lista de valores (isto pode ser útil para definir uma ordem, caso existam muitos valores).&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Requests/34/pt&amp;diff=3650</id>
		<title>Translations:Requests/34/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Requests/34/pt&amp;diff=3650"/>
		<updated>2026-01-09T11:33:38Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;Ao definir o parâmetro &amp;#039;&amp;#039;set_sample_delivery_default&amp;#039;&amp;#039; para &amp;#039;&amp;#039;True&amp;#039;&amp;#039;, este formulário desaparece do menu.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ao definir o [[System_administration/pt#Parâmetros|parâmetro]] &#039;&#039;set_sample_delivery_default&#039;&#039; para &#039;&#039;True&#039;&#039;, este formulário desaparece do menu.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Requests/33/pt&amp;diff=3649</id>
		<title>Translations:Requests/33/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Requests/33/pt&amp;diff=3649"/>
		<updated>2026-01-09T11:33:32Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;Ao definir o parâmetro &amp;#039;&amp;#039;set_sample_delivery_default&amp;#039;&amp;#039; para &amp;#039;&amp;#039;True&amp;#039;&amp;#039;, este formulário desaparece do menu.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ao definir o [[System_administration/pt#Parâmetros|parâmetro]] &#039;&#039;set_sample_delivery_default&#039;&#039; para &#039;&#039;True&#039;&#039;, este formulário desaparece do menu.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:System_administration/15/pt&amp;diff=3647</id>
		<title>Translations:System administration/15/pt</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:System_administration/15/pt&amp;diff=3647"/>
		<updated>2026-01-09T11:30:37Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot; |+ Parâmetros do sistema |- ! Nome !! Tipo de dado !! Descrição |- | &#039;&#039;attribute_reserved1&#039;&#039; || String || Rótulo do primeiro campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo) |- | &#039;&#039;attribute_reserved2&#039;&#039; || String || Rótulo do segundo campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo) |- | &#039;&#039;attribute_reserved3&#039;&#039; || String || Rótulo do terceiro campo de uso livre nas requisições (escreva &#039;DoNotShow&#039; para ocultá-lo) |- | &#039;&#039;backup_frequency&#039;&#039; || Inteiro || Quantidade mínima de horas que precisam passar para o sistema gerar uma nova cópia do banco de dados |- | &#039;&#039;backup_history&#039;&#039; || Inteiro || Número máximo de cópias do banco de dados mantidas (uma vez atingido, a cópia mais antiga na pasta é excluída) |- | &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indica a disponibilidade de testes automáticos por meio da conexão Bluetooth (os valores aceitos são &#039;Habilitado&#039; e &#039;Desabilitado&#039;), que é usada somente no [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page projeto IMAGING] |- | &#039;&#039;csv_decimal&#039;&#039; || String || Especifica o caractere usado para representar o ponto decimal em valores numéricos no arquivo csv gerado (os valores aceitos são &#039;&#039;.&#039;&#039; e &#039;&#039;,&#039;&#039;) |- | &#039;&#039;csv_delimiter&#039;&#039; || String || Especifica o caractere usado para separar campos no arquivo csv gerado (os valores aceitos são &#039;&#039;;&#039;&#039; e &#039;&#039;,&#039;&#039;) |- | &#039;&#039;default_language&#039;&#039; || String || Idioma definido por padrão no login (o mesmo para todos os usuários) |- | &#039;&#039;filename_background&#039;&#039; || String || Arquivo contendo a imagem exibida em segundo plano |- | &#039;&#039;filename_favicon&#039;&#039; || String || Ícone do sistema usado na aba do navegador |- | &#039;&#039;filename_sidebarlogo&#039;&#039; || String || Arquivo contendo o logotipo exibido na parte inferior da barra lateral |- | &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logotipo usado nos relatórios da lista de trabalho |- | &#039;&#039;groups_profiles&#039;&#039; || String || Mostra grupos e perfis para testes analíticos (os valores aceitos são &#039;Habilitado&#039; e &#039;Desabilitado&#039;) |- | &#039;&#039;log_history&#039;&#039; || Inteiro || Número máximo de dias para manter registros no log de acesso (aqueles mais antigos que isso serão excluídos automaticamente) |- | &#039;&#039;max_image_volume&#039;&#039; || Inteiro || Número máximo de megabytes usados ​​para armazenar imagens (uma vez atingido, os mais antigos na pasta são excluídos) |- | &#039;&#039;name&#039;&#039; || String || Legenda a ser exibida na parte superior da tela (na barra de navegação), bem como na lista de trabalho e nos relatórios |- | &#039;&#039;report_subtitle&#039;&#039; || String || Subtítulo a ser usado na lista de trabalho e nos relatórios &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indica se as amostras devem ser entregues por defeito ou não (os valores aceites são &#039;True&#039; e &#039;False&#039;); definir como &#039;True&#039; oculta os itens &#039;Alterar informações&#039; e &#039;Entregar amostras&#039; na barra lateral&lt;br /&gt;
|- | &#039;&#039;table_default_paging&#039;&#039; || Inteiro || Indica a paginação inicial de todas as tabelas (os valores aceitos são 5, 10 ou 25) |- | &#039;&#039;table_min_rows_for_search&#039;&#039; || Inteiro || Este é o número mínimo de linhas que uma tabela deve ter para mostrar o campo de pesquisa correspondente |- | &#039;&#039;timeout&#039;&#039; || Inteiro || Tempo (em minutos) após o qual a conexão com o backend requer um novo login |- | &#039;&#039;version&#039;&#039; || String || Versão do sistema |- | &#039;&#039;zip_password&#039;&#039; || String || Esta é a senha que será usada para gerar o arquivo zip baixado |}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests/es&amp;diff=3636</id>
		<title>Requests/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests/es&amp;diff=3636"/>
		<updated>2026-01-08T17:50:38Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;Poniendo el parámetro &amp;#039;&amp;#039;set_sample_delivery_default&amp;#039;&amp;#039; a &amp;#039;&amp;#039;True&amp;#039;&amp;#039;, este formulario desaparece del menú lateral.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Requests]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
La gestión  de las solicitudes es el proceso más importante que realiza ARIS, siendo éste el objetivo principal de la aplicación.&lt;br /&gt;
Las solicitudes siempre están asociadas a un paciente determinado, que debe haber sido creado previamente.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph RequestsDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //edge [minlen=2];&lt;br /&gt;
  //----- Requests graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Requests [label=&amp;quot;Solicitudes&amp;quot; ];&lt;br /&gt;
    Create [label=&amp;quot;Creación de Solicitud&amp;quot;, URL=&amp;quot;#Creación_de_Solicitud&amp;quot;];&lt;br /&gt;
    ChangeInformation [label=&amp;quot;Cambiar Información&amp;quot;, URL=&amp;quot;#Cambiar_información&amp;quot;];&lt;br /&gt;
    PatientsData [label=&amp;quot;Datos del Paciente&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Creación_de_Solicitud&amp;quot;];&lt;br /&gt;
    AdditionalInformation [label=&amp;quot;Información Adicional&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Creación_de_Solicitud&amp;quot;];&lt;br /&gt;
    BiologicalSamples [label=&amp;quot;Muestras Biológicas&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Creación_de_Solicitud&amp;quot;];&lt;br /&gt;
    AnalyticalTests [label=&amp;quot;Tests Analíticos&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Creación_de_Solicitud&amp;quot;];&lt;br /&gt;
    DeliverSamples [label=&amp;quot;Entrega de Muestras&amp;quot;, URL=&amp;quot;#Entrega_de_muestras&amp;quot; ];&lt;br /&gt;
    IntroduceResults [label=&amp;quot;Introducción de los Resultados&amp;quot;, URL=&amp;quot;#Introducción_de_los_resultados&amp;quot; ];&lt;br /&gt;
    ValidateResults [label=&amp;quot;Validar Resultados&amp;quot;, URL=&amp;quot;#Validar_resultados&amp;quot;];&lt;br /&gt;
    SearchHistoric [label=&amp;quot;Buscar en el Histórico&amp;quot;, URL=&amp;quot;#Buscar_en_el_histórico&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Requests -&amp;gt; Create;&lt;br /&gt;
    Requests -&amp;gt; ChangeInformation;&lt;br /&gt;
    Create -&amp;gt; PatientsData;&lt;br /&gt;
    ChangeInformation -&amp;gt; PatientsData;&lt;br /&gt;
    PatientsData -&amp;gt; BiologicalSamples [dir=both minlen=2];&lt;br /&gt;
    BiologicalSamples -&amp;gt; AnalyticalTests [dir=both minlen=2];&lt;br /&gt;
    AnalyticalTests -&amp;gt; AdditionalInformation [dir=both minlen=2];&lt;br /&gt;
    Requests -&amp;gt; DeliverSamples&lt;br /&gt;
    DeliverSamples -&amp;gt; BiologicalSamples;&lt;br /&gt;
    Requests -&amp;gt; IntroduceResults;&lt;br /&gt;
    IntroduceResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; ValidateResults;&lt;br /&gt;
    ValidateResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; SearchHistoric;&lt;br /&gt;
{ rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults SearchHistoric}&lt;br /&gt;
    { rank=same; PatientsData AnalyticalTests AdditionalInformation BiologicalSamples}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ciclo de vida de la Solicitud ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph StatesDiagram {&lt;br /&gt;
  node [shape=rectangle style=rounded fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  edge [fontsize=&amp;quot;7pt&amp;quot;];&lt;br /&gt;
  //----- Main graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Begin [label=&amp;quot;&amp;quot; shape=&amp;quot;circle&amp;quot; style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
    Registered [label=&amp;quot;Registrada&amp;quot;];&lt;br /&gt;
    Processing [label=&amp;quot;Procesando&amp;quot;];&lt;br /&gt;
    WithResults [label=&amp;quot;Con Resultados&amp;quot;];&lt;br /&gt;
    Validated [label=&amp;quot;Validada&amp;quot;];&lt;br /&gt;
    Cancelled [label=&amp;quot;Cancelada&amp;quot;];&lt;br /&gt;
    End [label=&amp;quot;&amp;quot; shape=&amp;quot;doublecircle&amp;quot; style=filled fillcolor=&amp;quot;black&amp;quot; fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Begin -&amp;gt; Registered [constraint=false];&lt;br /&gt;
    Registered -&amp;gt; Processing  [label=&amp;quot;Alguna muestra entregada&amp;quot; constraint=false];&lt;br /&gt;
    Processing -&amp;gt; WithResults  [label=&amp;quot;Todos los resultados disponibles&amp;quot; constraint=false];&lt;br /&gt;
    WithResults -&amp;gt; Validated  [label=&amp;quot;Todos los tests validados&amp;quot; constraint=false];&lt;br /&gt;
    Validated -&amp;gt; End [constraint=false];&lt;br /&gt;
    Registered -&amp;gt; Cancelled [label=&amp;quot;Cancelar&amp;quot;];&lt;br /&gt;
    Processing -&amp;gt; Cancelled [label=&amp;quot;Cancelar&amp;quot;];&lt;br /&gt;
    WithResults -&amp;gt; Cancelled [label=&amp;quot;Cancelar&amp;quot;];&lt;br /&gt;
    Cancelled -&amp;gt; End [constraint=false];&lt;br /&gt;
{ rank=same; Begin Registered Processing WithResults Validated}&lt;br /&gt;
    { rank=same; Cancelled End}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Durante su vida útil, las solicitudes pasan por diferentes estados que determinan las funcionalidades que se les ofrecen en el sistema.&lt;br /&gt;
Estos estados se muestran en el diagrama y sus etiquetas se pueden modificar y configurar en [[Configuration/es#Estado_de_la_solicitud|Estado de la Solicitud]].&lt;br /&gt;
&lt;br /&gt;
Al crear una nueva solicitud, el estado en el que aparece es &#039;&#039;Registrada&#039;&#039;, y permite proporcionar la información básica, así como asociarle diferentes test.&lt;br /&gt;
Después de marcar que algunas de las muestras han sido entregadas, el estado cambia a &#039;&#039;Procesando&#039;&#039; y los datos de la solicitud ya no se pueden modificar.&lt;br /&gt;
Se pueden entregar otras muestras más adelante, pero en este punto ya se pueden proporcionar los resultados de los test cuya muestra ya se entregó.&lt;br /&gt;
Una vez que todos los test no cancelados tengan un resultado, el estado de la solicitud cambia a &#039;&#039;Con Resultados&#039;&#039;.&lt;br /&gt;
En este estado, los resultados aún se pueden modificar, mientras se espera que eventualmente se validen.&lt;br /&gt;
Una solicitud con todos sus test no cancelados y validados se considera &#039;&#039;Validada&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
En cualquier momento se podrá cancelar una solicitud, sus muestras o sus test.&lt;br /&gt;
Una muestra con todas sus pruebas canceladas se considera cancelada y una solicitud con todas sus muestras canceladas también se considera cancelada.&lt;br /&gt;
&lt;br /&gt;
Durante la vida útil de una solicitud, ésta está a disposición de los técnicos de laboratorio, excepto para realizar la validación, que sólo puede ser realizada por un supervisor de laboratorio o un técnico de laboratorio especialmente autorizado para ello.&lt;br /&gt;
&lt;br /&gt;
==Creación de Solicitud==&lt;br /&gt;
[[File:Selectpatient1.PNG|350px|right|thumb|Formulario de creación de solicitud]]&lt;br /&gt;
&lt;br /&gt;
Este formulario se divide en pestañas. La pestaña en la que se encuentra el técnico de laboratorio se indica mediante la etiqueta de la pestaña que se pone en color naranja. Encima se encuentra el campo obligatorio “Centro solicitante”, junto con el campo adicional “Unidad solicitante” y la casilla de verificación “Urgente”. Para crear una solicitud se deben realizar los siguientes pasos:&lt;br /&gt;
&lt;br /&gt;
#Seleccionar un paciente &amp;amp;rarr; La primera pestaña permite buscar y seleccionar un paciente. La tabla de búsqueda se puede acotar con el campo de búsqueda. Una vez seleccionado un paciente, la información principal más importante sobre este paciente se mostrará en la parte inferior del formulario en una tabla estática. Hasta que no se haya seleccionado el paciente, el técnico de laboratorio no puede guardar la nueva solicitud.&lt;br /&gt;
#Pruebas analíticas &amp;amp;rarr; En esta pestaña, el técnico de laboratorio debe elegir qué pruebas se solicitan y requieren para el paciente. Los grupos y perfiles aparecerán en caso de que se habilite el [[System administration/es#Parameters#Parámetros|parámetro]] adecuado. Se puede elegir más de un elemento de cada lista, pero al menos un test debe solicitarse de una forma u otra. Los tests seleccionados como parte de un grupo o perfil (resaltados en violeta) no se pueden deseleccionar individualmente.&lt;br /&gt;
#Muestras biológicas &amp;amp;rarr; Esta pestaña informa al técnico de laboratorio del tipo de muestra que debe tomar, dependiendo de las pruebas elegidas en la pestaña anterior. No hay campos obligatorios en esta pestaña, pero si el técnico de laboratorio desea agregar un comentario, hay un cuadro de comentarios para cada muestra. [[File:Comments.PNG|1000px]]&lt;br /&gt;
#Información básica &amp;amp;rarr; En esta pestaña, se proporcionan otros campos opcionales como el médico, la habitación o la cama del paciente. También se puede indicar información adicional como una orientación diagnóstica o el estado de embarazo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
En todo momento, no se podrá utilizar el botón “Guardar valores” si alguno de los campos obligatorios no está rellenado.&lt;br /&gt;
&lt;br /&gt;
==Cambiar información==&lt;br /&gt;
[[File:SearchRequest.PNG|350px|right|thumb|Formulario de cambio de información]]&lt;br /&gt;
&lt;br /&gt;
Este formulario es para editar solicitudes cuyas muestras aún no se han entregado.&lt;br /&gt;
Al hacer clic en cualquier parte de la fila, el técnico de laboratorio accederá a un formulario similar al de [[#Creación_de_Solicitud|Creación de Solicitud]], con todas sus pestañas y formato y comportamiento similar.&lt;br /&gt;
&lt;br /&gt;
Poniendo el [[System_administration/es#Parámetros|parámetro]] &#039;&#039;set_sample_delivery_default&#039;&#039; a &#039;&#039;True&#039;&#039;, este formulario desaparece del menú lateral.&lt;br /&gt;
&lt;br /&gt;
==Entrega de muestras==&lt;br /&gt;
Al igual que el formulario anterior, este también muestra una lista de solicitudes &#039;&#039;Registradas&#039;&#039; o &#039;&#039;Procesando&#039;&#039;, para que el técnico de laboratorio elija una de ellas.&lt;br /&gt;
[[File:DeliverSamples1.PNG|350px|right|thumb|Formulario de entrega de muestras]]&lt;br /&gt;
Una vez elegida una solicitud, se muestran cinco pestañas: Los datos del paciente, las posibles pruebas analíticas ya realizadas en esta solicitud, su lista de muestras biológicas, los datos de la solicitud y las pruebas de solicitudes anteriores.&lt;br /&gt;
Solo las muestras biológicas permiten cierta interacción. Las demás son de solo lectura (si están habilitadas).&lt;br /&gt;
&lt;br /&gt;
Cada una de las muestras mostradas contiene un campo para proporcionar comentarios, y se puede marcar como entregada o cancelar haciendo clic en el botón rojo correspondiente.&lt;br /&gt;
A la entrega de una muestra se podrá indicar opcionalmente su origen o alguna incidencia detectada en la misma.&lt;br /&gt;
Al cancelar, un cuadro de diálogo emergente permite proporcionar alguna justificación para hacerlo.&lt;br /&gt;
&lt;br /&gt;
Es importante tener en cuenta que los test asociados a la solicitud no se pueden cambiar una vez entregada la primera muestra.&lt;br /&gt;
&lt;br /&gt;
Poniendo el [[System_administration/es#Parámetros|parámetro]] &#039;&#039;set_sample_delivery_default&#039;&#039; a &#039;&#039;True&#039;&#039;, este formulario desaparece del menú lateral.&lt;br /&gt;
&lt;br /&gt;
==Introducción de los resultados==&lt;br /&gt;
Como en los casos anteriores, se muestra una lista de solicitudes.&lt;br /&gt;
En esta lista todas las solicitudes se encuentran en estado &#039;&#039;Procesando&#039;&#039;.&lt;br /&gt;
Al hacer clic en el botón correspondiente en la parte inferior, es posible descargar una lista de trabajo con todas las pruebas pendientes en estas solicitudes, para trabajar en ellas fuera de línea.&lt;br /&gt;
&lt;br /&gt;
[[File:IntroduceResults1.PNG|350px|right|thumb|Formulario de introducción de resultados]]&lt;br /&gt;
&lt;br /&gt;
Una vez que el  técnico de laboratorio elige una solicitud, se muestran cinco pestañas con los datos del paciente, su lista de tests analíticos, su listado de muestras biológicas, y potencialmente los test previos del mismo paciente.&lt;br /&gt;
Las primeras tres pestañas y la última son sólo de lectura.&lt;br /&gt;
Sólo las pruebas analíticas permiten cierta interacción. El resto de pestañas son de solo lectura.&lt;br /&gt;
Además de la misma casilla de búsqueda presente en todas las tablas del sistema, también existe la posibilidad de filtrar los test por grupo de test (si se eligió algún grupo para esta solicitud).&lt;br /&gt;
Un botón rojo en la esquina superior derecha permite cancelar la solicitud.&lt;br /&gt;
&lt;br /&gt;
La tabla de test contiene las siguientes columnas.&lt;br /&gt;
#Nombre &amp;amp;rarr; Muestra el nombre y el código del tipo de test. Se colorea de rojo si se canceló el test o su muestra.&lt;br /&gt;
#Resultado &amp;amp;rarr; Permite introducir el resultado del test.&lt;br /&gt;
#Generic test note &amp;amp;rarr; Muestra la nota informativa asociada al tipo de test, si la hubiera.&lt;br /&gt;
#Resultado dentro de rango &amp;amp;rarr; Indica si el resultado de la prueba está en el rango de valores esperado para el tipo de prueba (check verde) o no (cruz roja).&lt;br /&gt;
#Referido &amp;amp;rarr; Indica si la prueba se realiza o se espera que se realice en otro laboratorio (check verde) o no (cruz roja).&lt;br /&gt;
#Automático (no visible por defecto) &amp;amp;rarr; Indica si la prueba se realiza o se espera que se realice automáticamente (check verde) o no (cruz roja). Las pruebas automáticas se realizan mediante el [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Microscope:Main Microscopio robotizado] y el [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/MobileApp:Main Aplicación móbil]. Sus resultados no deben escribirse manualmente, sino cargarse a través de Bluetooth. Esta característica se habilita a través del correspondiente [[System_administration/es#Parámetros|parámetro del sistema]]. Si está habilitado, el campo se puede editar aquí para permitir sobrescribir los resultados automáticos.&lt;br /&gt;
#La prueba tiene alguna nota&amp;amp;rarr; Indica si la prueba tiene alguna nota asociada (check verde) o no (cruz roja). Las pruebas cuyos resultados se generaron automáticamente siempre tendrán una nota asociada.&lt;br /&gt;
#Detalles del test &amp;amp;rarr; Esto debería mostrar un icono para navegar a más detalles del test. Sin embargo, si el test o su correspondiente muestra fue cancelada, se mostrará el mensaje correspondiente en rojo.&lt;br /&gt;
#Cancelar prueba&amp;amp;rarr; Icono para cancelar la prueba. Si se cancela la prueba, aparece una etiqueta roja que dice &amp;quot;Cancelado&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:TestDetails1.PNG|350px|right|thumb|Detalles del test]]&lt;br /&gt;
&lt;br /&gt;
Al acceder el técnico de laboratorio a los detalles del test, se pueden visualizar muchas otras cosas (como unidades del resultado, medida de referencia inferior, medida de referencia superior, el usuario que introdujo los resultados, así como los detalles proporcionados para la correspondiente muestra al entregarla).&lt;br /&gt;
Además, esto también permite cambiar si el test es automático o diferido, indicar alguna incidencia en la muestra, o añadir alguna nota (nótese que el contenido de esta nota será visible para el paciente en el reporte de la petición).&lt;br /&gt;
Es importante tener en cuenta que la información proporcionada en este formulario no se conservará en el disco hasta que vuelva a la lista y se guarde desde allí.&lt;br /&gt;
&lt;br /&gt;
Si el resultado del test se proporcionó automáticamente (no está habilitado de forma predeterminada y solo está disponible en el contexto del [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page Proyecto IMAGING]), la imagen correspondiente y su nota asociada se mostrarán en la parte inferior del detalle del test.&lt;br /&gt;
&lt;br /&gt;
==Validar resultados==&lt;br /&gt;
[[File:Validateresults.mp4|left]]&lt;br /&gt;
Esta funcionalidad, disponible sólo para el supervisor del laboratorio o un tècnico especialmente autorizado para ello, utiliza exactamente la misma interfaz que la introducción de resultados, pero la tabla muestra una columna más, &#039;&#039;Validado&#039;&#039;, con una casilla de verificación para cada test.&lt;br /&gt;
Estos se pueden verificar uno por uno o todos a la vez eligiendo un grupo concreto de test en el cuadro desplegable en la parte superior.&lt;br /&gt;
Al hacer esto último aparecerá un botón para consultar todos los test del grupo.&lt;br /&gt;
&lt;br /&gt;
Además de poder sobrescribir y validar los resultados en la lista, también se puede hacer desde los detalles del test.&lt;br /&gt;
Junto a mostrar toda la información relacionada con el test en modo de solo lectura, el formulario correspondiente también ofrece la posibilidad de añadir una nota al test, así como cambiar si el test es automático o referido, cancelar el test o la solicitud completa.&lt;br /&gt;
&lt;br /&gt;
Es importante tener en cuenta que los test no quedarán realmente validados hasta que se presione el botón inferior derecho para guardar los cambios.&lt;br /&gt;
&lt;br /&gt;
==Buscar en el histórico==&lt;br /&gt;
[[File:Download.mp4|left]]&lt;br /&gt;
Esta funcionalidad, disponible tanto para el técnico de laboratorio como para el supervisor, permite ver cualquier solicitud en el historial del laboratorio.&lt;br /&gt;
Se pueden filtrar por estado y por fecha de la solicitud.&lt;br /&gt;
Al hacer clic en la fila correspondiente se podrán visualizar todos los detalles de la solicitud.&lt;br /&gt;
&lt;br /&gt;
En la parte inferior izquierda de este formulario, hay dos botones de descarga.&lt;br /&gt;
Al hacer clic en cualquiera de ellos, se generará y descargará el archivo correspondiente (es decir, CSV o ZIP).&lt;br /&gt;
Las casillas de verificación en la pestaña [[System_administration/es#Campos_descargados|Campos Descargados]] indican qué campos se incluirán en cada uno de estos archivos.&lt;br /&gt;
Además, el archivo ZIP está protegido con contraseña.&lt;br /&gt;
La contraseña utilizada viene indicada por el parámetro del sistema &#039;&#039;zip_password&#039;&#039;, cuyo valor se puede ver y modificar desde la pestaña [[System_administration/es#Parámetros|Parámetros]].&lt;br /&gt;
Adicionalmente, el separador de campos y el punto decimal utilizado en el fichero CSV también se pueden configurar en la misma pestaña.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Requests/33/es&amp;diff=3635</id>
		<title>Translations:Requests/33/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Requests/33/es&amp;diff=3635"/>
		<updated>2026-01-08T17:48:12Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Poniendo el [[System_administration/es#Parámetros|parámetro]] &#039;&#039;set_sample_delivery_default&#039;&#039; a &#039;&#039;True&#039;&#039;, este formulario desaparece del menú lateral.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Requests/34/es&amp;diff=3634</id>
		<title>Translations:Requests/34/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Requests/34/es&amp;diff=3634"/>
		<updated>2026-01-08T17:48:07Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;Poniendo el parámetro &amp;#039;&amp;#039;set_sample_delivery_default&amp;#039;&amp;#039; a &amp;#039;&amp;#039;True&amp;#039;&amp;#039;, este formulario desaparece del menú lateral.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Poniendo el [[System_administration/es#Parámetros|parámetro]] &#039;&#039;set_sample_delivery_default&#039;&#039; a &#039;&#039;True&#039;&#039;, este formulario desaparece del menú lateral.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Requests/33/es&amp;diff=3633</id>
		<title>Translations:Requests/33/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Requests/33/es&amp;diff=3633"/>
		<updated>2026-01-08T17:47:46Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;Poniendo el parámetro &amp;#039;&amp;#039;set_sample_delivery_default&amp;#039;&amp;#039; a &amp;#039;&amp;#039;True&amp;#039;&amp;#039; este formulario desaparece del menú lateral.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Poniendo el [[System_administration/es#Parámetros|parámetro]] &#039;&#039;set_sample_delivery_default&#039;&#039; a &#039;&#039;True&#039;&#039; este formulario desaparece del menú lateral.&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:System_administration/15/es&amp;diff=3632</id>
		<title>Translations:System administration/15/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:System_administration/15/es&amp;diff=3632"/>
		<updated>2026-01-08T17:46:03Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ Parámetros del Sistema&lt;br /&gt;
|-&lt;br /&gt;
! Nombre !! Tipo de Datos !! Descripción&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Etiqueta del primer campo de uso discrecional en las solicitudes (escribe &#039;DoNotShow&#039; para ocultarlo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Etiqueta del segundo campo de uso discrecional en las solicitudes (escribe &#039;DoNotShow&#039; para ocultarlo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Etiqueta del tercer campo de uso discrecional en las solicitudes (escribe &#039;DoNotShow&#039; para ocultarlo)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_frequency&#039;&#039; || Integer || Mínimo número de horas que deben pasar para que el sistema vuelva a generar una copia de seguridad&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Integer || Máximo número de copias de seguridad de la base de datos que se guardan (una vez alcanzado este número, la copia más antigua se borrará)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indica la disponibilidad de test automáticos a través de conexión Bluetooth (los valores aceptados son &#039;Enabled&#039; y &#039;Disabled&#039;), lo cual se utiliza únicamente en el contexto del [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page Proyecto IMAGING]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Especifica el carácter utilizado para representar el punto decimal en valores numéricos en el archivo CSV generado (valores aceptados: &#039;.&#039; y &#039;,&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Especifica el carácter utilizado para separar los campos en el archivo CSV generado (valores aceptados: &#039;;&#039; y &#039;,&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;default_language&#039;&#039; || String || Idioma establecido por defecto al iniciar la sesión (será el mismo para todos los usuarios)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || Fichero que contiene la imagen de fondo&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Icono del sistema usado en la correspondiente pestaña del navegador&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || Fichero que contiene el logo mostrado en la parte superior de la barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logo utilizado en la lista de trabajo y reportes&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;group_profiles&#039;&#039; || String || Muestra los grupos y perfiles de tests analíticos (los valores aceptados son &#039;Enabled&#039; y &#039;Disabled&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Integer || Número máximo de días que se guardarán las entradas en el registro de acceso (las que sean más antiguas que este límite se borraran automáticamente)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Integer || Máximo número de megabytes utilizados para el almacenamiento de imagenes used to store images en el contexto del [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page Proyecto IMAGING] (una vez alcanzado este límite, las más antiguas se borrarán)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;name&#039;&#039; || String || Título que aparece en la parte superior de la pantalla (en la barra de navegación), así como en la lista de trabajo y en los reportes&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtítulo que se utilizará en la lista de trabajo y los reportes&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indica si se asume por defecto que las muestras han sido siempre entregadas o no (los valores aceptados son &#039;True&#039; y &#039;False&#039;); poniendolo a &#039;True&#039; hace que &#039;Cambiar información&#039; y &#039;Entrega de muestras&#039; desaparezcan de la barra lateral&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Integer || Indica la paginación inicial de todas las tablas (los valores aceptados son 5, 10 y 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Integer || Mínimo número de filas que una tabla debe tener para mostrar el correspondiente campo de búsqueda&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Integer || Tiempo (en minutos) después del cual la conexión con el backend requiere un nuevo inicio de sesión&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;version&#039;&#039; || String || Versión del Sistema&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || Palabra clave que será utilizada para generar el fichero zip descargable&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests&amp;diff=3624</id>
		<title>Requests</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests&amp;diff=3624"/>
		<updated>2026-01-08T17:40:56Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Requests]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
Requests are the most important entities in ARIS, whose main purpose is to manage them.&lt;br /&gt;
They are always associated to a given patient, who must have been created before hand.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph RequestsDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //edge [minlen=2];&lt;br /&gt;
  //----- Requests graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Requests [label=&amp;quot;Requests&amp;quot; ];&lt;br /&gt;
    Create [label=&amp;quot;Create&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    ChangeInformation [label=&amp;quot;Change Information&amp;quot;, URL=&amp;quot;#Change_information&amp;quot;];&lt;br /&gt;
    PatientsData [label=&amp;quot;Patients&#039; Data&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    AdditionalInformation [label=&amp;quot;Additional Information&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    BiologicalSamples [label=&amp;quot;Biological Samples&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    AnalyticalTests [label=&amp;quot;Analytical Tests&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    DeliverSamples [label=&amp;quot;Deliver Samples&amp;quot;, URL=&amp;quot;#Deliver_samples&amp;quot; ];&lt;br /&gt;
    IntroduceResults [label=&amp;quot;Introduce Results&amp;quot;, URL=&amp;quot;#Introduce_results&amp;quot; ];&lt;br /&gt;
    ValidateResults [label=&amp;quot;Validate Results&amp;quot;, URL=&amp;quot;#Validate_results&amp;quot;];&lt;br /&gt;
    SearchHistoric [label=&amp;quot;Search Historic&amp;quot;, URL=&amp;quot;#Search_historic&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Requests -&amp;gt; Create;&lt;br /&gt;
    Requests -&amp;gt; ChangeInformation;&lt;br /&gt;
    Create -&amp;gt; PatientsData;&lt;br /&gt;
    ChangeInformation -&amp;gt; PatientsData;&lt;br /&gt;
    PatientsData -&amp;gt; BiologicalSamples [dir=both minlen=2];&lt;br /&gt;
    BiologicalSamples -&amp;gt; AnalyticalTests [dir=both minlen=2];&lt;br /&gt;
    AnalyticalTests -&amp;gt; AdditionalInformation [dir=both minlen=2];&lt;br /&gt;
    Requests -&amp;gt; DeliverSamples;&lt;br /&gt;
    DeliverSamples -&amp;gt; BiologicalSamples;&lt;br /&gt;
    Requests -&amp;gt; IntroduceResults;&lt;br /&gt;
    IntroduceResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; ValidateResults;&lt;br /&gt;
    ValidateResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; SearchHistoric;&lt;br /&gt;
{ rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults SearchHistoric}&lt;br /&gt;
    { rank=same; PatientsData AnalyticalTests AdditionalInformation BiologicalSamples }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
==Request Lifespan==&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph StatesDiagram {&lt;br /&gt;
  node [shape=rectangle style=rounded fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  edge [fontsize=&amp;quot;7pt&amp;quot;];&lt;br /&gt;
  //----- Main graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Begin [label=&amp;quot;&amp;quot; shape=&amp;quot;circle&amp;quot; style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
    Registered [label=&amp;quot;Registered&amp;quot;];&lt;br /&gt;
    Processing [label=&amp;quot;Processing&amp;quot;];&lt;br /&gt;
    WithResults [label=&amp;quot;WithResults&amp;quot;];&lt;br /&gt;
    Validated [label=&amp;quot;Validated&amp;quot;];&lt;br /&gt;
    Cancelled [label=&amp;quot;Cancelled&amp;quot;];&lt;br /&gt;
    End [label=&amp;quot;&amp;quot; shape=&amp;quot;doublecircle&amp;quot; style=filled fillcolor=&amp;quot;black&amp;quot; fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Begin -&amp;gt; Registered [constraint=false];&lt;br /&gt;
    Registered -&amp;gt; Processing  [label=&amp;quot;Some sample delivered&amp;quot; constraint=false];&lt;br /&gt;
    Processing -&amp;gt; WithResults  [label=&amp;quot;All results provided&amp;quot; constraint=false];&lt;br /&gt;
    WithResults -&amp;gt; Validated  [label=&amp;quot;All tests validated&amp;quot; constraint=false];&lt;br /&gt;
    Validated -&amp;gt; End [constraint=false];&lt;br /&gt;
    Registered -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    Processing -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    WithResults -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    Cancelled -&amp;gt; End [constraint=false];&lt;br /&gt;
{ rank=same; Begin Registered Processing WithResults Validated}&lt;br /&gt;
    { rank=same; Cancelled End}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
During their lifespan, requests go through some different states that determine the functionalities offered for them in the system.&lt;br /&gt;
These states are depicted in the diagram, and their labels are modifaiable and configurable at [[Configuration#State_of_the_request|State of the request]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
On creation, the state of the request is &#039;&#039;Registered&#039;&#039;, and allows to provide the basic information, as well as associate different tests to it.&lt;br /&gt;
After indicating that some of the samples have been delivered, the state changes to &#039;&#039;Processing&#039;&#039; and the data of the request cannot be modified anymore.&lt;br /&gt;
Other samples can be delivered later, but at this point, results can be provided for the tests whose sample was already delivered.&lt;br /&gt;
Once all non-cancelled tests have a result, the state of the request changes to &#039;&#039;WithResults&#039;&#039;.&lt;br /&gt;
At this state, results can still be modified, but they are expected to be eventually validated.&lt;br /&gt;
A request with all its non-cancelled tests being validated is considered &#039;&#039;Validated&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
At any time, a request, its samples or its tests can be cancelled.&lt;br /&gt;
A sample with all its tests cancelled is considered cancelled, and a request with all samples cancelled is considered cancelled, too.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
During the lifespan of a request, it is available to all the laboratory technicians, except for the validation, which can only be done by a laboratory supervisor or a specially authorized laboratory technician.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
==Create==&lt;br /&gt;
[[File:Selectpatient1.PNG|350px|right|thumb|Create request form]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
This form is divided into tabs. The tab the laboratory technician is on is indicated by the label of the tab turning orange. Above, it can be found the &#039;&#039;Requesting centre&#039;&#039; mandatory field, alongside with the additional &#039;&#039;Requesting unit&#039;&#039; field and the &#039;&#039;Urgent&#039;&#039; checkbox. To create a request, the following steps must be executed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
#Select a patient &amp;amp;rarr; The first tab involves searching and selecting a patient. The search grid can be narrowed down with the search field. Once a patient is selected, the main and important information about this patient will be displayed at the bottom of the form in a table. Until the patient has been selected, the laboratory technician cannot save the new request.&lt;br /&gt;
#Analytical tests &amp;amp;rarr; In this tab, the laboratory technician must choose which tests are requested and required for the patient. Groups and profiles will appear in case the proper [[System administration#Parameters|parameter]] is enabled. More than one element from each list may be chosen, but at least one test must be requested one way or another. Tests selected as part of a group or profile (highlighted in purple) cannot be deselected individually.&lt;br /&gt;
#Biological samples &amp;amp;rarr; This tab informs the laboratory technician of the type of sample that must be taken, depending on the tests chosen in the previous tab. There are no required fields in this tab, but if the laboratory technician wants to add a comment, there is a comment box for each sample. [[File:Comments.PNG|1000px]]&lt;br /&gt;
#Basic information &amp;amp;rarr; In this tab, other optional fields are provided like physician, the room or bed of the patient. Additional information like a diagnostic orientation or the pregnancy status can also be indicated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
At any moment, the &#039;&#039;Save values&#039;&#039; button cannot be used if any of the required fields is not filled in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==Change information==&lt;br /&gt;
[[File:SearchRequest.PNG|350px|right|thumb|Change information form]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
This form is for editing requests whose samples were not yet delivered. &lt;br /&gt;
Clicking on any part of the row will bring the laboratory technician to a form similar to the [[#Create|create]] one, with all of its tabs and similar format and behavior.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
By setting the [[System administration#Parameters|parameter]] &#039;&#039;set_sample_delivery_default&#039;&#039; to &#039;&#039;True&#039;&#039; this form disappears from the menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
==Deliver samples==&lt;br /&gt;
Similarly to the previous form, this also displays a list of either &#039;&#039;Registered&#039;&#039; or &#039;&#039;Processing&#039;&#039; requests, for the laboratory technician to choose one of them.&lt;br /&gt;
[[File:DeliverSamples1.PNG|350px|right|thumb|Deliver samples form]]&lt;br /&gt;
Once a request is chosen, five tabs are shown. The patient&#039;s data, potentially analytical tests already done in this request, its list of biological samples, the request data, and tests in previous requests.&lt;br /&gt;
Just the biological samples allows some interaction. The other ones are read-only (if enabled at all).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Each of the samples shown contains a field to provide comments, and it can be either checked as delivered or cancelled by click the corresponding red button.&lt;br /&gt;
On the delivering of a sample, its origin or incident can be optionally provided.&lt;br /&gt;
On cancelling, a pop-up dialogue allows, providing some justification for this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
It is important to notice that the tests associated to the request cannot be changed once the first sample as been delivered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
By setting the [[System administration#Parameters|parameter]] &#039;&#039;set_sample_delivery_default&#039;&#039; to &#039;&#039;True&#039;&#039; this form disappears from the menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
==Introduce results==&lt;br /&gt;
As in the previous cases, a list of requests is shown.&lt;br /&gt;
In this case, this list contains all requests in &#039;&#039;Processing&#039;&#039; state.&lt;br /&gt;
Clicking the corresponding button at the bottom, it is possible to download a worklist with all pending tests in these requests, to work on them off-line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
[[File:IntroduceResults1.PNG|350px|right|thumb|Form to Introduce Results]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Once the laboratory technician has chosen a request, five tabs are shown with the patient&#039;s data, its list of analytical tests, its list of biological samples, other request data, and potentially previous tests of the same patient.&lt;br /&gt;
Just the analytical tests allows some interaction. The other ones are read-only.&lt;br /&gt;
Besides the same search box present in all the tables in the system, there is also the possibility of filtering the tests by group of tests (if any was chosen for this request).&lt;br /&gt;
A red button in the top right corner allows cancelling the request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
The table of tests contains the following columns:&lt;br /&gt;
#Name &amp;amp;rarr; Shows the name and the code of the kind of test. It is coloured red if either the test or its sample was cancelled.&lt;br /&gt;
#Result &amp;amp;rarr; Allows to introduce the result of the test.&lt;br /&gt;
#Generic test note &amp;amp;rarr; Shows the informative note associated to the kind of test, if any.&lt;br /&gt;
#Result within range &amp;amp;rarr; Indicates whether the result of the test is in the expected range of values for the kind of test (green check) or not (red cross).&lt;br /&gt;
#Referred &amp;amp;rarr; Indicates whether the test is done or expected to be done in another laboratory (green check) or not (red cross). &lt;br /&gt;
#Automatic (not visible by default) &amp;amp;rarr; Indicates whether the test is done or expected to be done automatically (green check) or not (red cross). Automatic tests are done by means of the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Microscope:Main Robotized microscope] and the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/MobileApp:Main Mobile App]. Their results should not be typed manually, but uploaded through Bluetooth. This feature is enabled through the corresponding [[System_administration#Parameters|system parameter]]. If enabled, the field is editable here to allow overwriting the automatic results.&lt;br /&gt;
#The test has some note &amp;amp;rarr; Indicates whether the test has some associated note (green check) or not (red cross).&lt;br /&gt;
#Test details &amp;amp;rarr; This should show an icon to navigate to further details of the test. However, if the test or its corresponding sample was cancelled, the corresponding message in red will be shown.&lt;br /&gt;
#Cancel test &amp;amp;rarr; Icon to cancel the test. If the test is cancelled. A red &#039;&#039;cancelled&#039;&#039; label appears.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
[[File:TestDetails1.PNG|350px|right|thumb|Test details]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
On the laboratory technician accessing the details of the test, we gain access to visualize many other things (i.e., units of the result, inferior reference measure, superior reference measure, the user who introduced the results, as well as details provided for the corresponding sample on delivering it). &lt;br /&gt;
Moreover, this also allows changing if the test is automatic or deferred, indicate some incidence on the sample, or provide some note (notice that the content of this note will be visible to the patient in the report of the request).&lt;br /&gt;
It is important to notice that any of the information provided in this form will not be persisted in the disk until back in the list and saved from there.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
If the result of the test was provided automatically (which is not enabled by default and only available in the context of the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING project]), the corresponding image and its associated note will be shown at the bottom of the details of the test.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
==Validate results==&lt;br /&gt;
[[File:Validateresults.mp4|left]]&lt;br /&gt;
This functionality, available only to the laboratory supervisor or a laboratory technician authorized to validate, uses exactly the same interface as introducing results, but the table shows one more column, &#039;&#039;Validated&#039;&#039;, with a checkbox for each test.&lt;br /&gt;
These can be checked one by one, or all at once, by choosing a concrete group of tests in the dropbox at the top.&lt;br /&gt;
On doing the latter, a button to check all the tests of the group will appear.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
Besides doing it in the list, the results can be overwritten and the test validated from the details of the test.&lt;br /&gt;
Together with displaying all the information related to the test in read-only mode, the corresponding form also offers the possibility of adding a note to the test, as well as changing whether the test is automatic/referred or not, cancelling the test or the whole request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
It is important to notice that the tests will not be really validated until the bottom right button is pressed to save the changes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
==Search historic==&lt;br /&gt;
[[File:Download.mp4|left]]&lt;br /&gt;
This functionality, available to both laboratory technician and supervisor allows to see any request in the history of the laboratory.&lt;br /&gt;
They can be filtered out by the state and the date of the request.&lt;br /&gt;
By clicking on the corresponding row, all the details of the request can be visualized.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
At the bottom left of this form, there are two download buttons.&lt;br /&gt;
Clicking any of them will generate and download the corresponding file (i.e., CSV or ZIP). &lt;br /&gt;
The checkboxes in the [[System administration#Downloaded fields|Downloaded fields]] tab indicate which fields will be included in each of these files.&lt;br /&gt;
Moreover, the ZIP file is password protected.&lt;br /&gt;
The password used is indicated by the system parameter &#039;&#039;zip_password&#039;&#039;, whose value can be seen and modified from [[System administration#Parameters|Parameters]] tab. &lt;br /&gt;
Additionally, the field separator and decimal characters used in the CSV file can also be configured in the same tab.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration&amp;diff=3620</id>
		<title>System administration</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration&amp;diff=3620"/>
		<updated>2026-01-08T17:39:45Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:System administration]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This groups all knobs that allow to manage and adapt the behavior of ARIS to the needs of the laboratory and user preferences.&lt;br /&gt;
They are grouped in two to facilitate their access. &lt;br /&gt;
The first one is more generic and allows both laboratory supervisor and system administration to access some basic stuff.&lt;br /&gt;
The second one is only available to the system administrator, since it is considered to require more advance technological skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&amp;quot;frame&amp;quot; format=&amp;quot;svg&amp;quot;&amp;gt;&lt;br /&gt;
digraph AdministrationDiagram {&lt;br /&gt;
  node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- System Administration graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    SystemAdministration [label=&amp;quot;System Administration&amp;quot;];&lt;br /&gt;
    Generic [label=&amp;quot;Generic&amp;quot; URL=&amp;quot;#Generic&amp;quot;];&lt;br /&gt;
    Technical [label=&amp;quot;Technical&amp;quot; URL=&amp;quot;#Technical&amp;quot;];&lt;br /&gt;
    Users [label=&amp;quot;Users&amp;quot; shape=tab URL=&amp;quot;#Users&amp;quot;];&lt;br /&gt;
    AccessLog [label=&amp;quot;Access Log&amp;quot; shape=tab URL=&amp;quot;#Access_log&amp;quot;];&lt;br /&gt;
    DownloadedFields [label=&amp;quot;Downloaded Fields&amp;quot; shape=tab URL=&amp;quot;#Downloaded_fields&amp;quot;];&lt;br /&gt;
    SummaryOfInstances [label=&amp;quot;Summary of Instances&amp;quot; shape=tab URL=&amp;quot;#Summary_of_instances&amp;quot;];&lt;br /&gt;
    Roles [label=&amp;quot;Roles&amp;quot; shape=tab URL=&amp;quot;#Roles&amp;quot;];&lt;br /&gt;
    Parameters [label=&amp;quot;Parameters&amp;quot; shape=tab URL=&amp;quot;#Parameters&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    SystemAdministration -&amp;gt; Generic;&lt;br /&gt;
    SystemAdministration -&amp;gt; Technical;&lt;br /&gt;
    // Edges&lt;br /&gt;
    Generic -&amp;gt; Users;&lt;br /&gt;
    Generic -&amp;gt; AccessLog;&lt;br /&gt;
    Generic -&amp;gt; DownloadedFields; &lt;br /&gt;
    // Edges&lt;br /&gt;
    Technical -&amp;gt; SummaryOfInstances;&lt;br /&gt;
    Technical -&amp;gt; Roles;&lt;br /&gt;
    Technical -&amp;gt; Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
==Generic==&lt;br /&gt;
This groups all the basic administration functionalities.&lt;br /&gt;
They are available for both the system administration and the laboratory supervisor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
===Users===&lt;br /&gt;
[[File:Newuser.PNG|right|thumb|750px|User creation form]]&lt;br /&gt;
When clicking on the edit or &#039;&#039;New user&#039;&#039; buttons, a form pops up on the screen. The information necessary to create a user consists of a &#039;&#039;Username&#039;&#039;, &#039;&#039;Name&#039;&#039;, &#039;&#039;Middle name&#039;&#039;, &#039;&#039;password&#039;&#039; and the person&#039;s [[#Roles|Role]] within the system.&lt;br /&gt;
This Role will determine the functionalities available to the user.&lt;br /&gt;
A note, without any effect in the behaviour of the application, can be added to indicate any relevant information to the system administrator.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
This same form allows the system administrator to modify the password of any other user.&lt;br /&gt;
For security reasons, this password must contain some number, some capital letter, some small letter, and at least eight characters.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Since they are used for auditing changes in patients and requests, the users cannot be deleted from the system.&lt;br /&gt;
However, they can be declared not to be active, which would prevent them from logging in, but still keep track in the database of all their past actions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
===Access log===&lt;br /&gt;
The &#039;&#039;access log&#039;&#039; shows the user which user has done an action within the system and exactly when. The timestamp is in the format &#039;&#039;&#039;Year-Month-Day Hour:Minute:Second&#039;&#039;&#039;&lt;br /&gt;
[[File:Accesslog.PNG|right|thumb|600px|Example of access log]]&amp;lt;/br&amp;gt;&lt;br /&gt;
There are three actions recorded by the access log, &#039;&#039;successful log in&#039;&#039;, &#039;&#039;wrong user&#039;&#039; and &#039;&#039;failed log in&#039;&#039;. This last action refers to the wrong password being used.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
===Downloaded fields===&lt;br /&gt;
ARIS allows the laboratory supervisor to download all the information in the database into a single file in their computer. &lt;br /&gt;
There are two possible download options, depending on the format of the generated file being plain CSV or compressed and password-protected ZIP. &lt;br /&gt;
These documents will contain information on the requests, and by extension, on the corresponding patients. &lt;br /&gt;
Thus, due to patient confidentiality, not all the personal data should be in the downloaded file.&lt;br /&gt;
The checkboxes in this form allow the laboratory supervisor as well as the system administrator to decide which fields will be downloaded in each one of the formats.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Additionally, the system provides two configuration parameters to customize the structure of the CSV file: &#039;&#039;csv_delimiter&#039;&#039;, which defines the character used to separate data fields in the CSV file, and &#039;&#039;csv_decimal&#039;&#039;, which specifies the character used to represent decimal values in numerical fields. It is essential to configure these parameters according to the settings used by the system and the spreadsheet software (e.g Excel) to ensure proper data interpretation. Using an incorrect delimiter or decimal separator may result in formatting issues when opening the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
==Technical==&lt;br /&gt;
This groups all the more advanced administration functionalities.&lt;br /&gt;
They are available only for the system administration.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
===Summary of instances===&lt;br /&gt;
[[File:Summaryofinstancessmol.PNG|right|250px|thumb|Summary of instances]]&lt;br /&gt;
This tab displays information about the different existing instances in the application.  &lt;br /&gt;
Some examples are: the number of patients, users, requests or genders. &lt;br /&gt;
This information comes directly from the database and is automatically updated after every modification in the system.&lt;br /&gt;
It can be useful to investigate potential performance problems in case of extremely large numbers.&lt;br /&gt;
To facilitate the reading and identification of the different kinds of instances, the information is divided into three sections: &#039;&#039;Data&#039;&#039;, &#039;&#039;Administration&#039;&#039; and &#039;&#039;Configuration&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
===Roles===&lt;br /&gt;
This tab is displayed and works, in the same way as the [[Configuration#State of the request|State of the request]] tab in the [[Configuration|Configuration]] functionality. &lt;br /&gt;
The roles are unchangeable, but their labels (not the corresponding functionality) can be customized.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Each role has different actions allowed within the application, chosen due to the tasks the people are expected to carry out. &lt;br /&gt;
Thus, there are five roles within the system, which indicate the functionalities that a user can perform, as can be seen in the following table.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: center;&amp;quot;&lt;br /&gt;
|+ Allowed functionalities per role&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| Functionalities !! Patient Manager !! Laboratory Technician !! Laboratory Technician with Validation !! Laboratory Supervisor !! System administrator&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Patient || style=&amp;quot;text-align:left;&amp;quot; |  Create || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Search || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;6&amp;quot; | Request || style=&amp;quot;text-align:left;&amp;quot; | Create || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Change information || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Deliver samples || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Introduce results || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Validate results || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Search historic || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; colspan=&amp;quot;2&amp;quot; | Data analysis || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Configuration || style=&amp;quot;text-align:left;&amp;quot; | Generic || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Technical || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Administration || style=&amp;quot;text-align:left;&amp;quot;| Generic || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Technical || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
===Parameters===&lt;br /&gt;
Parameters determine the behaviour of some functionalities.&lt;br /&gt;
Thus, they cannot be created or deleted.&lt;br /&gt;
However, their values can be updated to customize the system.&lt;br /&gt;
At this point it is important to highlight the on updating them, the data type must be respected.&lt;br /&gt;
Providing a value of the wrong data type (e.g., a string instead of an integer) can provoke the malfunction of the whole application.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
The following table contains the list of existing parameters together with the corresponding data type and a brief description.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ System parameters&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Data type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Label of the first field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Label of the second field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Label of the third field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_frequency&#039;&#039; || Integer || Minimum amount of hours that need to pass for the system to generate a new copy of the database&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Integer || Maximum number of copies of the database kept (once reached, the oldest copy in the folder is deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indicates the availability of automatic tests through Bluetooth connection (accepted values are &#039;Enabled&#039; and &#039;Disabled&#039;), which is only used in the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING  project]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Specifies the character used to represent the decimal point in numerical values in the generated csv file (accepted values are &#039;&#039;.&#039;&#039; and &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Specifies the character used to separate fields in the generated csv file (accepted values are &#039;&#039;;&#039;&#039; and &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;default_language&#039;&#039; || String || Language set by default on logging in (the same for all users)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || File containing the image displayed in the background&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Icon of the system used in the browser tab&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || File containing the logo displayed at the bottom of the sidebar&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logo used in the worklist reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;groups_profiles&#039;&#039; || String || Shows groups and profiles for analytical tests (accepted values are &#039;Enabled&#039; and &#039;Disabled&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Integer || Maximum number of days to keep registries in the access log (those older than this will be automatically deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Integer || Maximum number of megabytes used to store images (once reached, the oldest ones in the folder are deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;name&#039;&#039; || String || Caption to appear at the top of the screen (in the navigation bar), as well as in the worklist and reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtitle to be used in the worklist and reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indicates whether samples are assumed to be delivered or not by default (accepted values are &#039;True&#039; and &#039;False&#039;). Setting it to &#039;True&#039; makes &#039;Change information&#039; and &#039;Samples&#039; items in the sidebar be hidden.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Integer || Indicates the initial paging of all the tables (accepted values are 5, 10 or 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Integer || Minimum number of rows a table must have to show the corresponding search field&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Integer || Time (in minutes) after which the connection to the backend requires a new log in&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;version&#039;&#039; || String || Version of the system&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || Password that will be used to generate the downloaded zip file&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration&amp;diff=3619</id>
		<title>System administration</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration&amp;diff=3619"/>
		<updated>2026-01-08T17:36:39Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:System administration]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This groups all knobs that allow to manage and adapt the behavior of ARIS to the needs of the laboratory and user preferences.&lt;br /&gt;
They are grouped in two to facilitate their access. &lt;br /&gt;
The first one is more generic and allows both laboratory supervisor and system administration to access some basic stuff.&lt;br /&gt;
The second one is only available to the system administrator, since it is considered to require more advance technological skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&amp;quot;frame&amp;quot; format=&amp;quot;svg&amp;quot;&amp;gt;&lt;br /&gt;
digraph AdministrationDiagram {&lt;br /&gt;
  node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- System Administration graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    SystemAdministration [label=&amp;quot;System Administration&amp;quot;];&lt;br /&gt;
    Generic [label=&amp;quot;Generic&amp;quot; URL=&amp;quot;#Generic&amp;quot;];&lt;br /&gt;
    Technical [label=&amp;quot;Technical&amp;quot; URL=&amp;quot;#Technical&amp;quot;];&lt;br /&gt;
    Users [label=&amp;quot;Users&amp;quot; shape=tab URL=&amp;quot;#Users&amp;quot;];&lt;br /&gt;
    AccessLog [label=&amp;quot;Access Log&amp;quot; shape=tab URL=&amp;quot;#Access_log&amp;quot;];&lt;br /&gt;
    DownloadedFields [label=&amp;quot;Downloaded Fields&amp;quot; shape=tab URL=&amp;quot;#Downloaded_fields&amp;quot;];&lt;br /&gt;
    SummaryOfInstances [label=&amp;quot;Summary of Instances&amp;quot; shape=tab URL=&amp;quot;#Summary_of_instances&amp;quot;];&lt;br /&gt;
    Roles [label=&amp;quot;Roles&amp;quot; shape=tab URL=&amp;quot;#Roles&amp;quot;];&lt;br /&gt;
    Parameters [label=&amp;quot;Parameters&amp;quot; shape=tab URL=&amp;quot;#Parameters&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    SystemAdministration -&amp;gt; Generic;&lt;br /&gt;
    SystemAdministration -&amp;gt; Technical;&lt;br /&gt;
    // Edges&lt;br /&gt;
    Generic -&amp;gt; Users;&lt;br /&gt;
    Generic -&amp;gt; AccessLog;&lt;br /&gt;
    Generic -&amp;gt; DownloadedFields; &lt;br /&gt;
    // Edges&lt;br /&gt;
    Technical -&amp;gt; SummaryOfInstances;&lt;br /&gt;
    Technical -&amp;gt; Roles;&lt;br /&gt;
    Technical -&amp;gt; Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Generic== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
This groups all the basic administration functionalities.&lt;br /&gt;
They are available for both the system administration and the laboratory supervisor.&lt;br /&gt;
&lt;br /&gt;
===Users=== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
[[File:Newuser.PNG|right|thumb|750px|User creation form]]&lt;br /&gt;
When clicking on the edit or &#039;&#039;New user&#039;&#039; buttons, a form pops up on the screen. The information necessary to create a user consists of a &#039;&#039;Username&#039;&#039;, &#039;&#039;Name&#039;&#039;, &#039;&#039;Middle name&#039;&#039;, &#039;&#039;password&#039;&#039; and the person&#039;s [[#Roles|Role]] within the system.&lt;br /&gt;
This Role will determine the functionalities available to the user.&lt;br /&gt;
A note, without any effect in the behaviour of the application, can be added to indicate any relevant information to the system administrator.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
This same form allows the system administrator to modify the password of any other user.&lt;br /&gt;
For security reasons, this password must contain some number, some capital letter, some small letter, and at least eight characters.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Since they are used for auditing changes in patients and requests, the users cannot be deleted from the system.&lt;br /&gt;
However, they can be declared not to be active, which would prevent them from logging in, but still keep track in the database of all their past actions.&lt;br /&gt;
&lt;br /&gt;
===Access log=== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
The &#039;&#039;access log&#039;&#039; shows the user which user has done an action within the system and exactly when. The timestamp is in the format &#039;&#039;&#039;Year-Month-Day Hour:Minute:Second&#039;&#039;&#039;&lt;br /&gt;
[[File:Accesslog.PNG|right|thumb|600px|Example of access log]]&amp;lt;/br&amp;gt;&lt;br /&gt;
There are three actions recorded by the access log, &#039;&#039;successful log in&#039;&#039;, &#039;&#039;wrong user&#039;&#039; and &#039;&#039;failed log in&#039;&#039;. This last action refers to the wrong password being used.&lt;br /&gt;
&lt;br /&gt;
===Downloaded fields=== &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
ARIS allows the laboratory supervisor to download all the information in the database into a single file in their computer. &lt;br /&gt;
There are two possible download options, depending on the format of the generated file being plain CSV or compressed and password-protected ZIP. &lt;br /&gt;
These documents will contain information on the requests, and by extension, on the corresponding patients. &lt;br /&gt;
Thus, due to patient confidentiality, not all the personal data should be in the downloaded file.&lt;br /&gt;
The checkboxes in this form allow the laboratory supervisor as well as the system administrator to decide which fields will be downloaded in each one of the formats.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Additionally, the system provides two configuration parameters to customize the structure of the CSV file: &#039;&#039;csv_delimiter&#039;&#039;, which defines the character used to separate data fields in the CSV file, and &#039;&#039;csv_decimal&#039;&#039;, which specifies the character used to represent decimal values in numerical fields. It is essential to configure these parameters according to the settings used by the system and the spreadsheet software (e.g Excel) to ensure proper data interpretation. Using an incorrect delimiter or decimal separator may result in formatting issues when opening the file.&lt;br /&gt;
&lt;br /&gt;
==Technical== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
This groups all the more advanced administration functionalities.&lt;br /&gt;
They are available only for the system administration.&lt;br /&gt;
&lt;br /&gt;
===Summary of instances=== &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
[[File:Summaryofinstancessmol.PNG|right|250px|thumb|Summary of instances]]&lt;br /&gt;
This tab displays information about the different existing instances in the application.  &lt;br /&gt;
Some examples are: the number of patients, users, requests or genders. &lt;br /&gt;
This information comes directly from the database and is automatically updated after every modification in the system.&lt;br /&gt;
It can be useful to investigate potential performance problems in case of extremely large numbers.&lt;br /&gt;
To facilitate the reading and identification of the different kinds of instances, the information is divided into three sections: &#039;&#039;Data&#039;&#039;, &#039;&#039;Administration&#039;&#039; and &#039;&#039;Configuration&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Roles=== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
This tab is displayed and works, in the same way as the [[Configuration#State of the request|State of the request]] tab in the [[Configuration|Configuration]] functionality. &lt;br /&gt;
The roles are unchangeable, but their labels (not the corresponding functionality) can be customized.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Each role has different actions allowed within the application, chosen due to the tasks the people are expected to carry out. &lt;br /&gt;
Thus, there are five roles within the system, which indicate the functionalities that a user can perform, as can be seen in the following table.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: center;&amp;quot;&lt;br /&gt;
|+ Allowed functionalities per role&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| Functionalities !! Patient Manager !! Laboratory Technician !! Laboratory Technician with Validation !! Laboratory Supervisor !! System administrator&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Patient || style=&amp;quot;text-align:left;&amp;quot; |  Create || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Search || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;6&amp;quot; | Request || style=&amp;quot;text-align:left;&amp;quot; | Create || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Change information || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Deliver samples || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Introduce results || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Validate results || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Search historic || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; colspan=&amp;quot;2&amp;quot; | Data analysis || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Configuration || style=&amp;quot;text-align:left;&amp;quot; | Generic || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Technical || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Administration || style=&amp;quot;text-align:left;&amp;quot;| Generic || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Technical || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Parameters=== &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
Parameters determine the behaviour of some functionalities.&lt;br /&gt;
Thus, they cannot be created or deleted.&lt;br /&gt;
However, their values can be updated to customize the system.&lt;br /&gt;
At this point it is important to highlight the on updating them, the data type must be respected.&lt;br /&gt;
Providing a value of the wrong data type (e.g., a string instead of an integer) can provoke the malfunction of the whole application.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
The following table contains the list of existing parameters together with the corresponding data type and a brief description.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ System parameters&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Data type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Label of the first field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Label of the second field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Label of the third field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_frequency&#039;&#039; || Integer || Minimum amount of hours that need to pass for the system to generate a new copy of the database&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Integer || Maximum number of copies of the database kept (once reached, the oldest copy in the folder is deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indicates the availability of automatic tests through Bluetooth connection (accepted values are &#039;Enabled&#039; and &#039;Disabled&#039;), which is only used in the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING  project]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Specifies the character used to represent the decimal point in numerical values in the generated csv file (accepted values are &#039;&#039;.&#039;&#039; and &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Specifies the character used to separate fields in the generated csv file (accepted values are &#039;&#039;;&#039;&#039; and &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;default_language&#039;&#039; || String || Language set by default on logging in (the same for all users)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || File containing the image displayed in the background&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Icon of the system used in the browser tab&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || File containing the logo displayed at the bottom of the sidebar&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logo used in the worklist reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;groups_profiles&#039;&#039; || String || Shows groups and profiles for analytical tests (accepted values are &#039;Enabled&#039; and &#039;Disabled&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Integer || Maximum number of days to keep registries in the access log (those older than this will be automatically deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Integer || Maximum number of megabytes used to store images (once reached, the oldest ones in the folder are deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;name&#039;&#039; || String || Caption to appear at the top of the screen (in the navigation bar), as well as in the worklist and reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtitle to be used in the worklist and reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indicates whether samples are assumed to be delivered or not by default (accepted values are &#039;True&#039; and &#039;False&#039;). Setting it to &#039;True&#039; makes &#039;Change information&#039; and &#039;Samples&#039; items in the sidebar be hidden.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Integer || Indicates the initial paging of all the tables (accepted values are 5, 10 or 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Integer || Minimum number of rows a table must have to show the corresponding search field&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Integer || Time (in minutes) after which the connection to the backend requires a new log in&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;version&#039;&#039; || String || Version of the system&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || Password that will be used to generate the downloaded zip file&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests&amp;diff=3618</id>
		<title>Requests</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests&amp;diff=3618"/>
		<updated>2026-01-08T17:34:47Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Requests]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
Requests are the most important entities in ARIS, whose main purpose is to manage them.&lt;br /&gt;
They are always associated to a given patient, who must have been created before hand.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph RequestsDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //edge [minlen=2];&lt;br /&gt;
  //----- Requests graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Requests [label=&amp;quot;Requests&amp;quot; ];&lt;br /&gt;
    Create [label=&amp;quot;Create&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    ChangeInformation [label=&amp;quot;Change Information&amp;quot;, URL=&amp;quot;#Change_information&amp;quot;];&lt;br /&gt;
    PatientsData [label=&amp;quot;Patients&#039; Data&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    AdditionalInformation [label=&amp;quot;Additional Information&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    BiologicalSamples [label=&amp;quot;Biological Samples&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    AnalyticalTests [label=&amp;quot;Analytical Tests&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    DeliverSamples [label=&amp;quot;Deliver Samples&amp;quot;, URL=&amp;quot;#Deliver_samples&amp;quot; ];&lt;br /&gt;
    IntroduceResults [label=&amp;quot;Introduce Results&amp;quot;, URL=&amp;quot;#Introduce_results&amp;quot; ];&lt;br /&gt;
    ValidateResults [label=&amp;quot;Validate Results&amp;quot;, URL=&amp;quot;#Validate_results&amp;quot;];&lt;br /&gt;
    SearchHistoric [label=&amp;quot;Search Historic&amp;quot;, URL=&amp;quot;#Search_historic&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Requests -&amp;gt; Create;&lt;br /&gt;
    Requests -&amp;gt; ChangeInformation;&lt;br /&gt;
    Create -&amp;gt; PatientsData;&lt;br /&gt;
    ChangeInformation -&amp;gt; PatientsData;&lt;br /&gt;
    PatientsData -&amp;gt; BiologicalSamples [dir=both minlen=2];&lt;br /&gt;
    BiologicalSamples -&amp;gt; AnalyticalTests [dir=both minlen=2];&lt;br /&gt;
    AnalyticalTests -&amp;gt; AdditionalInformation [dir=both minlen=2];&lt;br /&gt;
    Requests -&amp;gt; DeliverSamples;&lt;br /&gt;
    DeliverSamples -&amp;gt; BiologicalSamples;&lt;br /&gt;
    Requests -&amp;gt; IntroduceResults;&lt;br /&gt;
    IntroduceResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; ValidateResults;&lt;br /&gt;
    ValidateResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; SearchHistoric;&lt;br /&gt;
{ rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults SearchHistoric}&lt;br /&gt;
    { rank=same; PatientsData AnalyticalTests AdditionalInformation BiologicalSamples }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
==Request Lifespan==&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph StatesDiagram {&lt;br /&gt;
  node [shape=rectangle style=rounded fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  edge [fontsize=&amp;quot;7pt&amp;quot;];&lt;br /&gt;
  //----- Main graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Begin [label=&amp;quot;&amp;quot; shape=&amp;quot;circle&amp;quot; style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
    Registered [label=&amp;quot;Registered&amp;quot;];&lt;br /&gt;
    Processing [label=&amp;quot;Processing&amp;quot;];&lt;br /&gt;
    WithResults [label=&amp;quot;WithResults&amp;quot;];&lt;br /&gt;
    Validated [label=&amp;quot;Validated&amp;quot;];&lt;br /&gt;
    Cancelled [label=&amp;quot;Cancelled&amp;quot;];&lt;br /&gt;
    End [label=&amp;quot;&amp;quot; shape=&amp;quot;doublecircle&amp;quot; style=filled fillcolor=&amp;quot;black&amp;quot; fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Begin -&amp;gt; Registered [constraint=false];&lt;br /&gt;
    Registered -&amp;gt; Processing  [label=&amp;quot;Some sample delivered&amp;quot; constraint=false];&lt;br /&gt;
    Processing -&amp;gt; WithResults  [label=&amp;quot;All results provided&amp;quot; constraint=false];&lt;br /&gt;
    WithResults -&amp;gt; Validated  [label=&amp;quot;All tests validated&amp;quot; constraint=false];&lt;br /&gt;
    Validated -&amp;gt; End [constraint=false];&lt;br /&gt;
    Registered -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    Processing -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    WithResults -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    Cancelled -&amp;gt; End [constraint=false];&lt;br /&gt;
{ rank=same; Begin Registered Processing WithResults Validated}&lt;br /&gt;
    { rank=same; Cancelled End}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
During their lifespan, requests go through some different states that determine the functionalities offered for them in the system.&lt;br /&gt;
These states are depicted in the diagram, and their labels are modifaiable and configurable at [[Configuration#State_of_the_request|State of the request]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
On creation, the state of the request is &#039;&#039;Registered&#039;&#039;, and allows to provide the basic information, as well as associate different tests to it.&lt;br /&gt;
After indicating that some of the samples have been delivered, the state changes to &#039;&#039;Processing&#039;&#039; and the data of the request cannot be modified anymore.&lt;br /&gt;
Other samples can be delivered later, but at this point, results can be provided for the tests whose sample was already delivered.&lt;br /&gt;
Once all non-cancelled tests have a result, the state of the request changes to &#039;&#039;WithResults&#039;&#039;.&lt;br /&gt;
At this state, results can still be modified, but they are expected to be eventually validated.&lt;br /&gt;
A request with all its non-cancelled tests being validated is considered &#039;&#039;Validated&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
At any time, a request, its samples or its tests can be cancelled.&lt;br /&gt;
A sample with all its tests cancelled is considered cancelled, and a request with all samples cancelled is considered cancelled, too.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
During the lifespan of a request, it is available to all the laboratory technicians, except for the validation, which can only be done by a laboratory supervisor or a specially authorized laboratory technician.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
==Create==&lt;br /&gt;
[[File:Selectpatient1.PNG|350px|right|thumb|Create request form]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
This form is divided into tabs. The tab the laboratory technician is on is indicated by the label of the tab turning orange. Above, it can be found the &#039;&#039;Requesting centre&#039;&#039; mandatory field, alongside with the additional &#039;&#039;Requesting unit&#039;&#039; field and the &#039;&#039;Urgent&#039;&#039; checkbox. To create a request, the following steps must be executed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
#Select a patient &amp;amp;rarr; The first tab involves searching and selecting a patient. The search grid can be narrowed down with the search field. Once a patient is selected, the main and important information about this patient will be displayed at the bottom of the form in a table. Until the patient has been selected, the laboratory technician cannot save the new request.&lt;br /&gt;
#Analytical tests &amp;amp;rarr; In this tab, the laboratory technician must choose which tests are requested and required for the patient. Groups and profiles will appear in case the proper [[System administration#Parameters|parameter]] is enabled. More than one element from each list may be chosen, but at least one test must be requested one way or another. Tests selected as part of a group or profile (highlighted in purple) cannot be deselected individually.&lt;br /&gt;
#Biological samples &amp;amp;rarr; This tab informs the laboratory technician of the type of sample that must be taken, depending on the tests chosen in the previous tab. There are no required fields in this tab, but if the laboratory technician wants to add a comment, there is a comment box for each sample. [[File:Comments.PNG|1000px]]&lt;br /&gt;
#Basic information &amp;amp;rarr; In this tab, other optional fields are provided like physician, the room or bed of the patient. Additional information like a diagnostic orientation or the pregnancy status can also be indicated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
At any moment, the &#039;&#039;Save values&#039;&#039; button cannot be used if any of the required fields is not filled in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==Change information==&lt;br /&gt;
[[File:SearchRequest.PNG|350px|right|thumb|Change information form]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
This form is for editing requests whose samples were not yet delivered. &lt;br /&gt;
Clicking on any part of the row will bring the laboratory technician to a form similar to the [[#Create|create]] one, with all of its tabs and similar format and behavior.&lt;br /&gt;
&lt;br /&gt;
By setting the [[System administration#Parameters|parameter]] &#039;&#039;set_sample_delivery_default&#039;&#039; to &#039;&#039;True&#039;&#039; this form disappears from the menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
==Deliver samples==&lt;br /&gt;
Similarly to the previous form, this also displays a list of either &#039;&#039;Registered&#039;&#039; or &#039;&#039;Processing&#039;&#039; requests, for the laboratory technician to choose one of them.&lt;br /&gt;
[[File:DeliverSamples1.PNG|350px|right|thumb|Deliver samples form]]&lt;br /&gt;
Once a request is chosen, five tabs are shown. The patient&#039;s data, potentially analytical tests already done in this request, its list of biological samples, the request data, and tests in previous requests.&lt;br /&gt;
Just the biological samples allows some interaction. The other ones are read-only (if enabled at all).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Each of the samples shown contains a field to provide comments, and it can be either checked as delivered or cancelled by click the corresponding red button.&lt;br /&gt;
On the delivering of a sample, its origin or incident can be optionally provided.&lt;br /&gt;
On cancelling, a pop-up dialogue allows, providing some justification for this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
It is important to notice that the tests associated to the request cannot be changed once the first sample as been delivered.&lt;br /&gt;
&lt;br /&gt;
By setting the [[System administration#Parameters|parameter]] &#039;&#039;set_sample_delivery_default&#039;&#039; to &#039;&#039;True&#039;&#039; this form disappears from the menu.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
==Introduce results==&lt;br /&gt;
As in the previous cases, a list of requests is shown.&lt;br /&gt;
In this case, this list contains all requests in &#039;&#039;Processing&#039;&#039; state.&lt;br /&gt;
Clicking the corresponding button at the bottom, it is possible to download a worklist with all pending tests in these requests, to work on them off-line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
[[File:IntroduceResults1.PNG|350px|right|thumb|Form to Introduce Results]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Once the laboratory technician has chosen a request, five tabs are shown with the patient&#039;s data, its list of analytical tests, its list of biological samples, other request data, and potentially previous tests of the same patient.&lt;br /&gt;
Just the analytical tests allows some interaction. The other ones are read-only.&lt;br /&gt;
Besides the same search box present in all the tables in the system, there is also the possibility of filtering the tests by group of tests (if any was chosen for this request).&lt;br /&gt;
A red button in the top right corner allows cancelling the request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
The table of tests contains the following columns:&lt;br /&gt;
#Name &amp;amp;rarr; Shows the name and the code of the kind of test. It is coloured red if either the test or its sample was cancelled.&lt;br /&gt;
#Result &amp;amp;rarr; Allows to introduce the result of the test.&lt;br /&gt;
#Generic test note &amp;amp;rarr; Shows the informative note associated to the kind of test, if any.&lt;br /&gt;
#Result within range &amp;amp;rarr; Indicates whether the result of the test is in the expected range of values for the kind of test (green check) or not (red cross).&lt;br /&gt;
#Referred &amp;amp;rarr; Indicates whether the test is done or expected to be done in another laboratory (green check) or not (red cross). &lt;br /&gt;
#Automatic (not visible by default) &amp;amp;rarr; Indicates whether the test is done or expected to be done automatically (green check) or not (red cross). Automatic tests are done by means of the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Microscope:Main Robotized microscope] and the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/MobileApp:Main Mobile App]. Their results should not be typed manually, but uploaded through Bluetooth. This feature is enabled through the corresponding [[System_administration#Parameters|system parameter]]. If enabled, the field is editable here to allow overwriting the automatic results.&lt;br /&gt;
#The test has some note &amp;amp;rarr; Indicates whether the test has some associated note (green check) or not (red cross).&lt;br /&gt;
#Test details &amp;amp;rarr; This should show an icon to navigate to further details of the test. However, if the test or its corresponding sample was cancelled, the corresponding message in red will be shown.&lt;br /&gt;
#Cancel test &amp;amp;rarr; Icon to cancel the test. If the test is cancelled. A red &#039;&#039;cancelled&#039;&#039; label appears.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
[[File:TestDetails1.PNG|350px|right|thumb|Test details]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
On the laboratory technician accessing the details of the test, we gain access to visualize many other things (i.e., units of the result, inferior reference measure, superior reference measure, the user who introduced the results, as well as details provided for the corresponding sample on delivering it). &lt;br /&gt;
Moreover, this also allows changing if the test is automatic or deferred, indicate some incidence on the sample, or provide some note (notice that the content of this note will be visible to the patient in the report of the request).&lt;br /&gt;
It is important to notice that any of the information provided in this form will not be persisted in the disk until back in the list and saved from there.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
If the result of the test was provided automatically (which is not enabled by default and only available in the context of the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING project]), the corresponding image and its associated note will be shown at the bottom of the details of the test.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
==Validate results==&lt;br /&gt;
[[File:Validateresults.mp4|left]]&lt;br /&gt;
This functionality, available only to the laboratory supervisor or a laboratory technician authorized to validate, uses exactly the same interface as introducing results, but the table shows one more column, &#039;&#039;Validated&#039;&#039;, with a checkbox for each test.&lt;br /&gt;
These can be checked one by one, or all at once, by choosing a concrete group of tests in the dropbox at the top.&lt;br /&gt;
On doing the latter, a button to check all the tests of the group will appear.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
Besides doing it in the list, the results can be overwritten and the test validated from the details of the test.&lt;br /&gt;
Together with displaying all the information related to the test in read-only mode, the corresponding form also offers the possibility of adding a note to the test, as well as changing whether the test is automatic/referred or not, cancelling the test or the whole request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
It is important to notice that the tests will not be really validated until the bottom right button is pressed to save the changes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
==Search historic==&lt;br /&gt;
[[File:Download.mp4|left]]&lt;br /&gt;
This functionality, available to both laboratory technician and supervisor allows to see any request in the history of the laboratory.&lt;br /&gt;
They can be filtered out by the state and the date of the request.&lt;br /&gt;
By clicking on the corresponding row, all the details of the request can be visualized.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
At the bottom left of this form, there are two download buttons.&lt;br /&gt;
Clicking any of them will generate and download the corresponding file (i.e., CSV or ZIP). &lt;br /&gt;
The checkboxes in the [[System administration#Downloaded fields|Downloaded fields]] tab indicate which fields will be included in each of these files.&lt;br /&gt;
Moreover, the ZIP file is password protected.&lt;br /&gt;
The password used is indicated by the system parameter &#039;&#039;zip_password&#039;&#039;, whose value can be seen and modified from [[System administration#Parameters|Parameters]] tab. &lt;br /&gt;
Additionally, the field separator and decimal characters used in the CSV file can also be configured in the same tab.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests&amp;diff=3617</id>
		<title>Requests</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests&amp;diff=3617"/>
		<updated>2026-01-08T17:31:48Z</updated>

		<summary type="html">&lt;p&gt;Alberto: /* Deliver samples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Requests]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
Requests are the most important entities in ARIS, whose main purpose is to manage them.&lt;br /&gt;
They are always associated to a given patient, who must have been created before hand.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph RequestsDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //edge [minlen=2];&lt;br /&gt;
  //----- Requests graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Requests [label=&amp;quot;Requests&amp;quot; ];&lt;br /&gt;
    Create [label=&amp;quot;Create&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    ChangeInformation [label=&amp;quot;Change Information&amp;quot;, URL=&amp;quot;#Change_information&amp;quot;];&lt;br /&gt;
    PatientsData [label=&amp;quot;Patients&#039; Data&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    AdditionalInformation [label=&amp;quot;Additional Information&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    BiologicalSamples [label=&amp;quot;Biological Samples&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    AnalyticalTests [label=&amp;quot;Analytical Tests&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    DeliverSamples [label=&amp;quot;Deliver Samples&amp;quot;, URL=&amp;quot;#Deliver_samples&amp;quot; ];&lt;br /&gt;
    IntroduceResults [label=&amp;quot;Introduce Results&amp;quot;, URL=&amp;quot;#Introduce_results&amp;quot; ];&lt;br /&gt;
    ValidateResults [label=&amp;quot;Validate Results&amp;quot;, URL=&amp;quot;#Validate_results&amp;quot;];&lt;br /&gt;
    SearchHistoric [label=&amp;quot;Search Historic&amp;quot;, URL=&amp;quot;#Search_historic&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Requests -&amp;gt; Create;&lt;br /&gt;
    Requests -&amp;gt; ChangeInformation;&lt;br /&gt;
    Create -&amp;gt; PatientsData;&lt;br /&gt;
    ChangeInformation -&amp;gt; PatientsData;&lt;br /&gt;
    PatientsData -&amp;gt; BiologicalSamples [dir=both minlen=2];&lt;br /&gt;
    BiologicalSamples -&amp;gt; AnalyticalTests [dir=both minlen=2];&lt;br /&gt;
    AnalyticalTests -&amp;gt; AdditionalInformation [dir=both minlen=2];&lt;br /&gt;
    Requests -&amp;gt; DeliverSamples;&lt;br /&gt;
    DeliverSamples -&amp;gt; BiologicalSamples;&lt;br /&gt;
    Requests -&amp;gt; IntroduceResults;&lt;br /&gt;
    IntroduceResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; ValidateResults;&lt;br /&gt;
    ValidateResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; SearchHistoric;&lt;br /&gt;
{ rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults SearchHistoric}&lt;br /&gt;
    { rank=same; PatientsData AnalyticalTests AdditionalInformation BiologicalSamples }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
==Request Lifespan==&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph StatesDiagram {&lt;br /&gt;
  node [shape=rectangle style=rounded fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  edge [fontsize=&amp;quot;7pt&amp;quot;];&lt;br /&gt;
  //----- Main graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Begin [label=&amp;quot;&amp;quot; shape=&amp;quot;circle&amp;quot; style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
    Registered [label=&amp;quot;Registered&amp;quot;];&lt;br /&gt;
    Processing [label=&amp;quot;Processing&amp;quot;];&lt;br /&gt;
    WithResults [label=&amp;quot;WithResults&amp;quot;];&lt;br /&gt;
    Validated [label=&amp;quot;Validated&amp;quot;];&lt;br /&gt;
    Cancelled [label=&amp;quot;Cancelled&amp;quot;];&lt;br /&gt;
    End [label=&amp;quot;&amp;quot; shape=&amp;quot;doublecircle&amp;quot; style=filled fillcolor=&amp;quot;black&amp;quot; fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Begin -&amp;gt; Registered [constraint=false];&lt;br /&gt;
    Registered -&amp;gt; Processing  [label=&amp;quot;Some sample delivered&amp;quot; constraint=false];&lt;br /&gt;
    Processing -&amp;gt; WithResults  [label=&amp;quot;All results provided&amp;quot; constraint=false];&lt;br /&gt;
    WithResults -&amp;gt; Validated  [label=&amp;quot;All tests validated&amp;quot; constraint=false];&lt;br /&gt;
    Validated -&amp;gt; End [constraint=false];&lt;br /&gt;
    Registered -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    Processing -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    WithResults -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    Cancelled -&amp;gt; End [constraint=false];&lt;br /&gt;
{ rank=same; Begin Registered Processing WithResults Validated}&lt;br /&gt;
    { rank=same; Cancelled End}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
During their lifespan, requests go through some different states that determine the functionalities offered for them in the system.&lt;br /&gt;
These states are depicted in the diagram, and their labels are modifaiable and configurable at [[Configuration#State_of_the_request|State of the request]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
On creation, the state of the request is &#039;&#039;Registered&#039;&#039;, and allows to provide the basic information, as well as associate different tests to it.&lt;br /&gt;
After indicating that some of the samples have been delivered, the state changes to &#039;&#039;Processing&#039;&#039; and the data of the request cannot be modified anymore.&lt;br /&gt;
Other samples can be delivered later, but at this point, results can be provided for the tests whose sample was already delivered.&lt;br /&gt;
Once all non-cancelled tests have a result, the state of the request changes to &#039;&#039;WithResults&#039;&#039;.&lt;br /&gt;
At this state, results can still be modified, but they are expected to be eventually validated.&lt;br /&gt;
A request with all its non-cancelled tests being validated is considered &#039;&#039;Validated&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
At any time, a request, its samples or its tests can be cancelled.&lt;br /&gt;
A sample with all its tests cancelled is considered cancelled, and a request with all samples cancelled is considered cancelled, too.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
During the lifespan of a request, it is available to all the laboratory technicians, except for the validation, which can only be done by a laboratory supervisor or a specially authorized laboratory technician.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
==Create==&lt;br /&gt;
[[File:Selectpatient1.PNG|350px|right|thumb|Create request form]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
This form is divided into tabs. The tab the laboratory technician is on is indicated by the label of the tab turning orange. Above, it can be found the &#039;&#039;Requesting centre&#039;&#039; mandatory field, alongside with the additional &#039;&#039;Requesting unit&#039;&#039; field and the &#039;&#039;Urgent&#039;&#039; checkbox. To create a request, the following steps must be executed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
#Select a patient &amp;amp;rarr; The first tab involves searching and selecting a patient. The search grid can be narrowed down with the search field. Once a patient is selected, the main and important information about this patient will be displayed at the bottom of the form in a table. Until the patient has been selected, the laboratory technician cannot save the new request.&lt;br /&gt;
#Analytical tests &amp;amp;rarr; In this tab, the laboratory technician must choose which tests are requested and required for the patient. Groups and profiles will appear in case the proper [[System administration#Parameters|parameter]] is enabled. More than one element from each list may be chosen, but at least one test must be requested one way or another. Tests selected as part of a group or profile (highlighted in purple) cannot be deselected individually.&lt;br /&gt;
#Biological samples &amp;amp;rarr; This tab informs the laboratory technician of the type of sample that must be taken, depending on the tests chosen in the previous tab. There are no required fields in this tab, but if the laboratory technician wants to add a comment, there is a comment box for each sample. [[File:Comments.PNG|1000px]]&lt;br /&gt;
#Basic information &amp;amp;rarr; In this tab, other optional fields are provided like physician, the room or bed of the patient. Additional information like a diagnostic orientation or the pregnancy status can also be indicated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
At any moment, the &#039;&#039;Save values&#039;&#039; button cannot be used if any of the required fields is not filled in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==Change information==&lt;br /&gt;
[[File:SearchRequest.PNG|350px|right|thumb|Change information form]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
This form is for editing requests whose samples were not yet delivered. &lt;br /&gt;
Clicking on any part of the row will bring the laboratory technician to a form similar to the [[#Create|create]] one, with all of its tabs and similar format and behavior.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
By setting the parameter &#039;&#039;set_sample_delivery_default&#039;&#039; to &#039;&#039;True&#039;&#039; this form disappears from the menu.&lt;br /&gt;
&lt;br /&gt;
==Deliver samples==&lt;br /&gt;
Similarly to the previous form, this also displays a list of either &#039;&#039;Registered&#039;&#039; or &#039;&#039;Processing&#039;&#039; requests, for the laboratory technician to choose one of them.&lt;br /&gt;
[[File:DeliverSamples1.PNG|350px|right|thumb|Deliver samples form]]&lt;br /&gt;
Once a request is chosen, five tabs are shown. The patient&#039;s data, potentially analytical tests already done in this request, its list of biological samples, the request data, and tests in previous requests.&lt;br /&gt;
Just the biological samples allows some interaction. The other ones are read-only (if enabled at all).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Each of the samples shown contains a field to provide comments, and it can be either checked as delivered or cancelled by click the corresponding red button.&lt;br /&gt;
On the delivering of a sample, its origin or incident can be optionally provided.&lt;br /&gt;
On cancelling, a pop-up dialogue allows, providing some justification for this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
It is important to notice that the tests associated to the request cannot be changed once the first sample as been delivered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
By setting the parameter &#039;&#039;set_sample_delivery_default&#039;&#039; to &#039;&#039;True&#039;&#039; this form disappears from the menu.&lt;br /&gt;
&lt;br /&gt;
==Introduce results==&lt;br /&gt;
As in the previous cases, a list of requests is shown.&lt;br /&gt;
In this case, this list contains all requests in &#039;&#039;Processing&#039;&#039; state.&lt;br /&gt;
Clicking the corresponding button at the bottom, it is possible to download a worklist with all pending tests in these requests, to work on them off-line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
[[File:IntroduceResults1.PNG|350px|right|thumb|Form to Introduce Results]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Once the laboratory technician has chosen a request, five tabs are shown with the patient&#039;s data, its list of analytical tests, its list of biological samples, other request data, and potentially previous tests of the same patient.&lt;br /&gt;
Just the analytical tests allows some interaction. The other ones are read-only.&lt;br /&gt;
Besides the same search box present in all the tables in the system, there is also the possibility of filtering the tests by group of tests (if any was chosen for this request).&lt;br /&gt;
A red button in the top right corner allows cancelling the request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
The table of tests contains the following columns:&lt;br /&gt;
#Name &amp;amp;rarr; Shows the name and the code of the kind of test. It is coloured red if either the test or its sample was cancelled.&lt;br /&gt;
#Result &amp;amp;rarr; Allows to introduce the result of the test.&lt;br /&gt;
#Generic test note &amp;amp;rarr; Shows the informative note associated to the kind of test, if any.&lt;br /&gt;
#Result within range &amp;amp;rarr; Indicates whether the result of the test is in the expected range of values for the kind of test (green check) or not (red cross).&lt;br /&gt;
#Referred &amp;amp;rarr; Indicates whether the test is done or expected to be done in another laboratory (green check) or not (red cross). &lt;br /&gt;
#Automatic (not visible by default) &amp;amp;rarr; Indicates whether the test is done or expected to be done automatically (green check) or not (red cross). Automatic tests are done by means of the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Microscope:Main Robotized microscope] and the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/MobileApp:Main Mobile App]. Their results should not be typed manually, but uploaded through Bluetooth. This feature is enabled through the corresponding [[System_administration#Parameters|system parameter]]. If enabled, the field is editable here to allow overwriting the automatic results.&lt;br /&gt;
#The test has some note &amp;amp;rarr; Indicates whether the test has some associated note (green check) or not (red cross).&lt;br /&gt;
#Test details &amp;amp;rarr; This should show an icon to navigate to further details of the test. However, if the test or its corresponding sample was cancelled, the corresponding message in red will be shown.&lt;br /&gt;
#Cancel test &amp;amp;rarr; Icon to cancel the test. If the test is cancelled. A red &#039;&#039;cancelled&#039;&#039; label appears.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
[[File:TestDetails1.PNG|350px|right|thumb|Test details]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
On the laboratory technician accessing the details of the test, we gain access to visualize many other things (i.e., units of the result, inferior reference measure, superior reference measure, the user who introduced the results, as well as details provided for the corresponding sample on delivering it). &lt;br /&gt;
Moreover, this also allows changing if the test is automatic or deferred, indicate some incidence on the sample, or provide some note (notice that the content of this note will be visible to the patient in the report of the request).&lt;br /&gt;
It is important to notice that any of the information provided in this form will not be persisted in the disk until back in the list and saved from there.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
If the result of the test was provided automatically (which is not enabled by default and only available in the context of the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING project]), the corresponding image and its associated note will be shown at the bottom of the details of the test.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
==Validate results==&lt;br /&gt;
[[File:Validateresults.mp4|left]]&lt;br /&gt;
This functionality, available only to the laboratory supervisor or a laboratory technician authorized to validate, uses exactly the same interface as introducing results, but the table shows one more column, &#039;&#039;Validated&#039;&#039;, with a checkbox for each test.&lt;br /&gt;
These can be checked one by one, or all at once, by choosing a concrete group of tests in the dropbox at the top.&lt;br /&gt;
On doing the latter, a button to check all the tests of the group will appear.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
Besides doing it in the list, the results can be overwritten and the test validated from the details of the test.&lt;br /&gt;
Together with displaying all the information related to the test in read-only mode, the corresponding form also offers the possibility of adding a note to the test, as well as changing whether the test is automatic/referred or not, cancelling the test or the whole request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
It is important to notice that the tests will not be really validated until the bottom right button is pressed to save the changes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
==Search historic==&lt;br /&gt;
[[File:Download.mp4|left]]&lt;br /&gt;
This functionality, available to both laboratory technician and supervisor allows to see any request in the history of the laboratory.&lt;br /&gt;
They can be filtered out by the state and the date of the request.&lt;br /&gt;
By clicking on the corresponding row, all the details of the request can be visualized.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
At the bottom left of this form, there are two download buttons.&lt;br /&gt;
Clicking any of them will generate and download the corresponding file (i.e., CSV or ZIP). &lt;br /&gt;
The checkboxes in the [[System administration#Downloaded fields|Downloaded fields]] tab indicate which fields will be included in each of these files.&lt;br /&gt;
Moreover, the ZIP file is password protected.&lt;br /&gt;
The password used is indicated by the system parameter &#039;&#039;zip_password&#039;&#039;, whose value can be seen and modified from [[System administration#Parameters|Parameters]] tab. &lt;br /&gt;
Additionally, the field separator and decimal characters used in the CSV file can also be configured in the same tab.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests&amp;diff=3616</id>
		<title>Requests</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Requests&amp;diff=3616"/>
		<updated>2026-01-08T17:30:55Z</updated>

		<summary type="html">&lt;p&gt;Alberto: /* Change information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Requests]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
Requests are the most important entities in ARIS, whose main purpose is to manage them.&lt;br /&gt;
They are always associated to a given patient, who must have been created before hand.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph RequestsDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //edge [minlen=2];&lt;br /&gt;
  //----- Requests graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Requests [label=&amp;quot;Requests&amp;quot; ];&lt;br /&gt;
    Create [label=&amp;quot;Create&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    ChangeInformation [label=&amp;quot;Change Information&amp;quot;, URL=&amp;quot;#Change_information&amp;quot;];&lt;br /&gt;
    PatientsData [label=&amp;quot;Patients&#039; Data&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    AdditionalInformation [label=&amp;quot;Additional Information&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    BiologicalSamples [label=&amp;quot;Biological Samples&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    AnalyticalTests [label=&amp;quot;Analytical Tests&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot; ];&lt;br /&gt;
    DeliverSamples [label=&amp;quot;Deliver Samples&amp;quot;, URL=&amp;quot;#Deliver_samples&amp;quot; ];&lt;br /&gt;
    IntroduceResults [label=&amp;quot;Introduce Results&amp;quot;, URL=&amp;quot;#Introduce_results&amp;quot; ];&lt;br /&gt;
    ValidateResults [label=&amp;quot;Validate Results&amp;quot;, URL=&amp;quot;#Validate_results&amp;quot;];&lt;br /&gt;
    SearchHistoric [label=&amp;quot;Search Historic&amp;quot;, URL=&amp;quot;#Search_historic&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Requests -&amp;gt; Create;&lt;br /&gt;
    Requests -&amp;gt; ChangeInformation;&lt;br /&gt;
    Create -&amp;gt; PatientsData;&lt;br /&gt;
    ChangeInformation -&amp;gt; PatientsData;&lt;br /&gt;
    PatientsData -&amp;gt; BiologicalSamples [dir=both minlen=2];&lt;br /&gt;
    BiologicalSamples -&amp;gt; AnalyticalTests [dir=both minlen=2];&lt;br /&gt;
    AnalyticalTests -&amp;gt; AdditionalInformation [dir=both minlen=2];&lt;br /&gt;
    Requests -&amp;gt; DeliverSamples;&lt;br /&gt;
    DeliverSamples -&amp;gt; BiologicalSamples;&lt;br /&gt;
    Requests -&amp;gt; IntroduceResults;&lt;br /&gt;
    IntroduceResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; ValidateResults;&lt;br /&gt;
    ValidateResults -&amp;gt; AnalyticalTests;&lt;br /&gt;
    Requests -&amp;gt; SearchHistoric;&lt;br /&gt;
{ rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults SearchHistoric}&lt;br /&gt;
    { rank=same; PatientsData AnalyticalTests AdditionalInformation BiologicalSamples }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
==Request Lifespan==&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph StatesDiagram {&lt;br /&gt;
  node [shape=rectangle style=rounded fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  edge [fontsize=&amp;quot;7pt&amp;quot;];&lt;br /&gt;
  //----- Main graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Begin [label=&amp;quot;&amp;quot; shape=&amp;quot;circle&amp;quot; style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
    Registered [label=&amp;quot;Registered&amp;quot;];&lt;br /&gt;
    Processing [label=&amp;quot;Processing&amp;quot;];&lt;br /&gt;
    WithResults [label=&amp;quot;WithResults&amp;quot;];&lt;br /&gt;
    Validated [label=&amp;quot;Validated&amp;quot;];&lt;br /&gt;
    Cancelled [label=&amp;quot;Cancelled&amp;quot;];&lt;br /&gt;
    End [label=&amp;quot;&amp;quot; shape=&amp;quot;doublecircle&amp;quot; style=filled fillcolor=&amp;quot;black&amp;quot; fixedsize=true width=0.2 height=0.2];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Begin -&amp;gt; Registered [constraint=false];&lt;br /&gt;
    Registered -&amp;gt; Processing  [label=&amp;quot;Some sample delivered&amp;quot; constraint=false];&lt;br /&gt;
    Processing -&amp;gt; WithResults  [label=&amp;quot;All results provided&amp;quot; constraint=false];&lt;br /&gt;
    WithResults -&amp;gt; Validated  [label=&amp;quot;All tests validated&amp;quot; constraint=false];&lt;br /&gt;
    Validated -&amp;gt; End [constraint=false];&lt;br /&gt;
    Registered -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    Processing -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    WithResults -&amp;gt; Cancelled [label=&amp;quot;Cancel&amp;quot;];&lt;br /&gt;
    Cancelled -&amp;gt; End [constraint=false];&lt;br /&gt;
{ rank=same; Begin Registered Processing WithResults Validated}&lt;br /&gt;
    { rank=same; Cancelled End}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
During their lifespan, requests go through some different states that determine the functionalities offered for them in the system.&lt;br /&gt;
These states are depicted in the diagram, and their labels are modifaiable and configurable at [[Configuration#State_of_the_request|State of the request]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
On creation, the state of the request is &#039;&#039;Registered&#039;&#039;, and allows to provide the basic information, as well as associate different tests to it.&lt;br /&gt;
After indicating that some of the samples have been delivered, the state changes to &#039;&#039;Processing&#039;&#039; and the data of the request cannot be modified anymore.&lt;br /&gt;
Other samples can be delivered later, but at this point, results can be provided for the tests whose sample was already delivered.&lt;br /&gt;
Once all non-cancelled tests have a result, the state of the request changes to &#039;&#039;WithResults&#039;&#039;.&lt;br /&gt;
At this state, results can still be modified, but they are expected to be eventually validated.&lt;br /&gt;
A request with all its non-cancelled tests being validated is considered &#039;&#039;Validated&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
At any time, a request, its samples or its tests can be cancelled.&lt;br /&gt;
A sample with all its tests cancelled is considered cancelled, and a request with all samples cancelled is considered cancelled, too.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
During the lifespan of a request, it is available to all the laboratory technicians, except for the validation, which can only be done by a laboratory supervisor or a specially authorized laboratory technician.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
==Create==&lt;br /&gt;
[[File:Selectpatient1.PNG|350px|right|thumb|Create request form]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
This form is divided into tabs. The tab the laboratory technician is on is indicated by the label of the tab turning orange. Above, it can be found the &#039;&#039;Requesting centre&#039;&#039; mandatory field, alongside with the additional &#039;&#039;Requesting unit&#039;&#039; field and the &#039;&#039;Urgent&#039;&#039; checkbox. To create a request, the following steps must be executed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
#Select a patient &amp;amp;rarr; The first tab involves searching and selecting a patient. The search grid can be narrowed down with the search field. Once a patient is selected, the main and important information about this patient will be displayed at the bottom of the form in a table. Until the patient has been selected, the laboratory technician cannot save the new request.&lt;br /&gt;
#Analytical tests &amp;amp;rarr; In this tab, the laboratory technician must choose which tests are requested and required for the patient. Groups and profiles will appear in case the proper [[System administration#Parameters|parameter]] is enabled. More than one element from each list may be chosen, but at least one test must be requested one way or another. Tests selected as part of a group or profile (highlighted in purple) cannot be deselected individually.&lt;br /&gt;
#Biological samples &amp;amp;rarr; This tab informs the laboratory technician of the type of sample that must be taken, depending on the tests chosen in the previous tab. There are no required fields in this tab, but if the laboratory technician wants to add a comment, there is a comment box for each sample. [[File:Comments.PNG|1000px]]&lt;br /&gt;
#Basic information &amp;amp;rarr; In this tab, other optional fields are provided like physician, the room or bed of the patient. Additional information like a diagnostic orientation or the pregnancy status can also be indicated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
At any moment, the &#039;&#039;Save values&#039;&#039; button cannot be used if any of the required fields is not filled in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==Change information==&lt;br /&gt;
[[File:SearchRequest.PNG|350px|right|thumb|Change information form]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
This form is for editing requests whose samples were not yet delivered. &lt;br /&gt;
Clicking on any part of the row will bring the laboratory technician to a form similar to the [[#Create|create]] one, with all of its tabs and similar format and behavior.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
By setting the parameter &#039;&#039;set_sample_delivery_default&#039;&#039; to &#039;&#039;True&#039;&#039; this form disappears from the menu.&lt;br /&gt;
&lt;br /&gt;
==Deliver samples==&lt;br /&gt;
Similarly to the previous form, this also displays a list of either &#039;&#039;Registered&#039;&#039; or &#039;&#039;Processing&#039;&#039; requests, for the laboratory technician to choose one of them.&lt;br /&gt;
[[File:DeliverSamples1.PNG|350px|right|thumb|Deliver samples form]]&lt;br /&gt;
Once a request is chosen, five tabs are shown. The patient&#039;s data, potentially analytical tests already done in this request, its list of biological samples, the request data, and tests in previous requests.&lt;br /&gt;
Just the biological samples allows some interaction. The other ones are read-only (if enabled at all).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Each of the samples shown contains a field to provide comments, and it can be either checked as delivered or cancelled by click the corresponding red button.&lt;br /&gt;
On the delivering of a sample, its origin or incident can be optionally provided.&lt;br /&gt;
On cancelling, a pop-up dialogue allows, providing some justification for this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
It is important to notice that the tests associated to the request cannot be changed once the first sample as been delivered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
==Introduce results==&lt;br /&gt;
As in the previous cases, a list of requests is shown.&lt;br /&gt;
In this case, this list contains all requests in &#039;&#039;Processing&#039;&#039; state.&lt;br /&gt;
Clicking the corresponding button at the bottom, it is possible to download a worklist with all pending tests in these requests, to work on them off-line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
[[File:IntroduceResults1.PNG|350px|right|thumb|Form to Introduce Results]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Once the laboratory technician has chosen a request, five tabs are shown with the patient&#039;s data, its list of analytical tests, its list of biological samples, other request data, and potentially previous tests of the same patient.&lt;br /&gt;
Just the analytical tests allows some interaction. The other ones are read-only.&lt;br /&gt;
Besides the same search box present in all the tables in the system, there is also the possibility of filtering the tests by group of tests (if any was chosen for this request).&lt;br /&gt;
A red button in the top right corner allows cancelling the request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
The table of tests contains the following columns:&lt;br /&gt;
#Name &amp;amp;rarr; Shows the name and the code of the kind of test. It is coloured red if either the test or its sample was cancelled.&lt;br /&gt;
#Result &amp;amp;rarr; Allows to introduce the result of the test.&lt;br /&gt;
#Generic test note &amp;amp;rarr; Shows the informative note associated to the kind of test, if any.&lt;br /&gt;
#Result within range &amp;amp;rarr; Indicates whether the result of the test is in the expected range of values for the kind of test (green check) or not (red cross).&lt;br /&gt;
#Referred &amp;amp;rarr; Indicates whether the test is done or expected to be done in another laboratory (green check) or not (red cross). &lt;br /&gt;
#Automatic (not visible by default) &amp;amp;rarr; Indicates whether the test is done or expected to be done automatically (green check) or not (red cross). Automatic tests are done by means of the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Microscope:Main Robotized microscope] and the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/MobileApp:Main Mobile App]. Their results should not be typed manually, but uploaded through Bluetooth. This feature is enabled through the corresponding [[System_administration#Parameters|system parameter]]. If enabled, the field is editable here to allow overwriting the automatic results.&lt;br /&gt;
#The test has some note &amp;amp;rarr; Indicates whether the test has some associated note (green check) or not (red cross).&lt;br /&gt;
#Test details &amp;amp;rarr; This should show an icon to navigate to further details of the test. However, if the test or its corresponding sample was cancelled, the corresponding message in red will be shown.&lt;br /&gt;
#Cancel test &amp;amp;rarr; Icon to cancel the test. If the test is cancelled. A red &#039;&#039;cancelled&#039;&#039; label appears.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
[[File:TestDetails1.PNG|350px|right|thumb|Test details]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
On the laboratory technician accessing the details of the test, we gain access to visualize many other things (i.e., units of the result, inferior reference measure, superior reference measure, the user who introduced the results, as well as details provided for the corresponding sample on delivering it). &lt;br /&gt;
Moreover, this also allows changing if the test is automatic or deferred, indicate some incidence on the sample, or provide some note (notice that the content of this note will be visible to the patient in the report of the request).&lt;br /&gt;
It is important to notice that any of the information provided in this form will not be persisted in the disk until back in the list and saved from there.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
If the result of the test was provided automatically (which is not enabled by default and only available in the context of the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING project]), the corresponding image and its associated note will be shown at the bottom of the details of the test.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
==Validate results==&lt;br /&gt;
[[File:Validateresults.mp4|left]]&lt;br /&gt;
This functionality, available only to the laboratory supervisor or a laboratory technician authorized to validate, uses exactly the same interface as introducing results, but the table shows one more column, &#039;&#039;Validated&#039;&#039;, with a checkbox for each test.&lt;br /&gt;
These can be checked one by one, or all at once, by choosing a concrete group of tests in the dropbox at the top.&lt;br /&gt;
On doing the latter, a button to check all the tests of the group will appear.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
Besides doing it in the list, the results can be overwritten and the test validated from the details of the test.&lt;br /&gt;
Together with displaying all the information related to the test in read-only mode, the corresponding form also offers the possibility of adding a note to the test, as well as changing whether the test is automatic/referred or not, cancelling the test or the whole request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
It is important to notice that the tests will not be really validated until the bottom right button is pressed to save the changes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
==Search historic==&lt;br /&gt;
[[File:Download.mp4|left]]&lt;br /&gt;
This functionality, available to both laboratory technician and supervisor allows to see any request in the history of the laboratory.&lt;br /&gt;
They can be filtered out by the state and the date of the request.&lt;br /&gt;
By clicking on the corresponding row, all the details of the request can be visualized.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
At the bottom left of this form, there are two download buttons.&lt;br /&gt;
Clicking any of them will generate and download the corresponding file (i.e., CSV or ZIP). &lt;br /&gt;
The checkboxes in the [[System administration#Downloaded fields|Downloaded fields]] tab indicate which fields will be included in each of these files.&lt;br /&gt;
Moreover, the ZIP file is password protected.&lt;br /&gt;
The password used is indicated by the system parameter &#039;&#039;zip_password&#039;&#039;, whose value can be seen and modified from [[System administration#Parameters|Parameters]] tab. &lt;br /&gt;
Additionally, the field separator and decimal characters used in the CSV file can also be configured in the same tab.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration&amp;diff=3615</id>
		<title>System administration</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration&amp;diff=3615"/>
		<updated>2026-01-08T16:49:47Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:System administration]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This groups all knobs that allow to manage and adapt the behavior of ARIS to the needs of the laboratory and user preferences.&lt;br /&gt;
They are grouped in two to facilitate their access. &lt;br /&gt;
The first one is more generic and allows both laboratory supervisor and system administration to access some basic stuff.&lt;br /&gt;
The second one is only available to the system administrator, since it is considered to require more advance technological skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&amp;quot;frame&amp;quot; format=&amp;quot;svg&amp;quot;&amp;gt;&lt;br /&gt;
digraph AdministrationDiagram {&lt;br /&gt;
  node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- System Administration graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    SystemAdministration [label=&amp;quot;System Administration&amp;quot;];&lt;br /&gt;
    Generic [label=&amp;quot;Generic&amp;quot; URL=&amp;quot;#Generic&amp;quot;];&lt;br /&gt;
    Technical [label=&amp;quot;Technical&amp;quot; URL=&amp;quot;#Technical&amp;quot;];&lt;br /&gt;
    Users [label=&amp;quot;Users&amp;quot; shape=tab URL=&amp;quot;#Users&amp;quot;];&lt;br /&gt;
    AccessLog [label=&amp;quot;Access Log&amp;quot; shape=tab URL=&amp;quot;#Access_log&amp;quot;];&lt;br /&gt;
    DownloadedFields [label=&amp;quot;Downloaded Fields&amp;quot; shape=tab URL=&amp;quot;#Downloaded_fields&amp;quot;];&lt;br /&gt;
    SummaryOfInstances [label=&amp;quot;Summary of Instances&amp;quot; shape=tab URL=&amp;quot;#Summary_of_instances&amp;quot;];&lt;br /&gt;
    Roles [label=&amp;quot;Roles&amp;quot; shape=tab URL=&amp;quot;#Roles&amp;quot;];&lt;br /&gt;
    Parameters [label=&amp;quot;Parameters&amp;quot; shape=tab URL=&amp;quot;#Parameters&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    SystemAdministration -&amp;gt; Generic;&lt;br /&gt;
    SystemAdministration -&amp;gt; Technical;&lt;br /&gt;
    // Edges&lt;br /&gt;
    Generic -&amp;gt; Users;&lt;br /&gt;
    Generic -&amp;gt; AccessLog;&lt;br /&gt;
    Generic -&amp;gt; DownloadedFields; &lt;br /&gt;
    // Edges&lt;br /&gt;
    Technical -&amp;gt; SummaryOfInstances;&lt;br /&gt;
    Technical -&amp;gt; Roles;&lt;br /&gt;
    Technical -&amp;gt; Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Generic== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
This groups all the basic administration functionalities.&lt;br /&gt;
They are available for both the system administration and the laboratory supervisor.&lt;br /&gt;
&lt;br /&gt;
===Users=== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
[[File:Newuser.PNG|right|thumb|750px|User creation form]]&lt;br /&gt;
When clicking on the edit or &#039;&#039;New user&#039;&#039; buttons, a form pops up on the screen. The information necessary to create a user consists of a &#039;&#039;Username&#039;&#039;, &#039;&#039;Name&#039;&#039;, &#039;&#039;Middle name&#039;&#039;, &#039;&#039;password&#039;&#039; and the person&#039;s [[#Roles|Role]] within the system.&lt;br /&gt;
This Role will determine the functionalities available to the user.&lt;br /&gt;
A note, without any effect in the behaviour of the application, can be added to indicate any relevant information to the system administrator.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
This same form allows the system administrator to modify the password of any other user.&lt;br /&gt;
For security reasons, this password must contain some number, some capital letter, some small letter, and at least eight characters.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Since they are used for auditing changes in patients and requests, the users cannot be deleted from the system.&lt;br /&gt;
However, they can be declared not to be active, which would prevent them from logging in, but still keep track in the database of all their past actions.&lt;br /&gt;
&lt;br /&gt;
===Access log=== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
The &#039;&#039;access log&#039;&#039; shows the user which user has done an action within the system and exactly when. The timestamp is in the format &#039;&#039;&#039;Year-Month-Day Hour:Minute:Second&#039;&#039;&#039;&lt;br /&gt;
[[File:Accesslog.PNG|right|thumb|600px|Example of access log]]&amp;lt;/br&amp;gt;&lt;br /&gt;
There are three actions recorded by the access log, &#039;&#039;successful log in&#039;&#039;, &#039;&#039;wrong user&#039;&#039; and &#039;&#039;failed log in&#039;&#039;. This last action refers to the wrong password being used.&lt;br /&gt;
&lt;br /&gt;
===Downloaded fields=== &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
ARIS allows the laboratory supervisor to download all the information in the database into a single file in their computer. &lt;br /&gt;
There are two possible download options, depending on the format of the generated file being plain CSV or compressed and password-protected ZIP. &lt;br /&gt;
These documents will contain information on the requests, and by extension, on the corresponding patients. &lt;br /&gt;
Thus, due to patient confidentiality, not all the personal data should be in the downloaded file.&lt;br /&gt;
The checkboxes in this form allow the laboratory supervisor as well as the system administrator to decide which fields will be downloaded in each one of the formats.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Additionally, the system provides two configuration parameters to customize the structure of the CSV file: &#039;&#039;csv_delimiter&#039;&#039;, which defines the character used to separate data fields in the CSV file, and &#039;&#039;csv_decimal&#039;&#039;, which specifies the character used to represent decimal values in numerical fields. It is essential to configure these parameters according to the settings used by the system and the spreadsheet software (e.g Excel) to ensure proper data interpretation. Using an incorrect delimiter or decimal separator may result in formatting issues when opening the file.&lt;br /&gt;
&lt;br /&gt;
==Technical== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
This groups all the more advanced administration functionalities.&lt;br /&gt;
They are available only for the system administration.&lt;br /&gt;
&lt;br /&gt;
===Summary of instances=== &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
[[File:Summaryofinstancessmol.PNG|right|250px|thumb|Summary of instances]]&lt;br /&gt;
This tab displays information about the different existing instances in the application.  &lt;br /&gt;
Some examples are: the number of patients, users, requests or genders. &lt;br /&gt;
This information comes directly from the database and is automatically updated after every modification in the system.&lt;br /&gt;
It can be useful to investigate potential performance problems in case of extremely large numbers.&lt;br /&gt;
To facilitate the reading and identification of the different kinds of instances, the information is divided into three sections: &#039;&#039;Data&#039;&#039;, &#039;&#039;Administration&#039;&#039; and &#039;&#039;Configuration&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Roles=== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
This tab is displayed and works, in the same way as the [[Configuration#State of the request|State of the request]] tab in the [[Configuration|Configuration]] functionality. &lt;br /&gt;
The roles are unchangeable, but their labels (not the corresponding functionality) can be customized.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Each role has different actions allowed within the application, chosen due to the tasks the people are expected to carry out. &lt;br /&gt;
Thus, there are five roles within the system, which indicate the functionalities that a user can perform, as can be seen in the following table.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: center;&amp;quot;&lt;br /&gt;
|+ Allowed functionalities per role&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| Functionalities !! Patient Manager !! Laboratory Technician !! Laboratory Technician with Validation !! Laboratory Supervisor !! System administrator&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Patient || style=&amp;quot;text-align:left;&amp;quot; |  Create || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Search || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;6&amp;quot; | Request || style=&amp;quot;text-align:left;&amp;quot; | Create || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Change information || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Deliver samples || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Introduce results || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Validate results || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Search historic || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; colspan=&amp;quot;2&amp;quot; | Data analysis || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Configuration || style=&amp;quot;text-align:left;&amp;quot; | Generic || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Technical || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Administration || style=&amp;quot;text-align:left;&amp;quot;| Generic || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Technical || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Parameters=== &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
Parameters determine the behaviour of some functionalities.&lt;br /&gt;
Thus, they cannot be created or deleted.&lt;br /&gt;
However, their values can be updated to customize the system.&lt;br /&gt;
At this point it is important to highlight the on updating them, the data type must be respected.&lt;br /&gt;
Providing a value of the wrong data type (e.g., a string instead of an integer) can provoke the malfunction of the whole application.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
The following table contains the list of existing parameters together with the corresponding data type and a brief description.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ System parameters&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Data type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Label of the first field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Label of the second field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Label of the third field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_frequency&#039;&#039; || Integer || Minimum amount of hours that need to pass for the system to generate a new copy of the database&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Integer || Maximum number of copies of the database kept (once reached, the oldest copy in the folder is deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indicates the availability of automatic tests through Bluetooth connection (accepted values are &#039;Enabled&#039; and &#039;Disabled&#039;), which is only used in the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING  project]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Specifies the character used to represent the decimal point in numerical values in the generated csv file (accepted values are &#039;&#039;.&#039;&#039; and &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Specifies the character used to separate fields in the generated csv file (accepted values are &#039;&#039;;&#039;&#039; and &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;default_language&#039;&#039; || String || Language set by default on logging in (the same for all users)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || File containing the image displayed in the background&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Icon of the system used in the browser tab&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || File containing the logo displayed at the bottom of the sidebar&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logo used in the worklist reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;groups_profiles&#039;&#039; || String || Shows groups and profiles for analytical tests (accepted values are &#039;Enabled&#039; and &#039;Disabled&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Integer || Maximum number of days to keep registries in the access log (those older than this will be automatically deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Integer || Maximum number of megabytes used to store images (once reached, the oldest ones in the folder are deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;name&#039;&#039; || String || Caption to appear at the top of the screen (in the navigation bar), as well as in the worklist and reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtitle to be used in the worklist and reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || Indicates whether samples are assumed to be delivered or not by default (accepted values are &#039;True&#039; and &#039;False&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Integer || Indicates the initial paging of all the tables (accepted values are 5, 10 or 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Integer || Minimum number of rows a table must have to show the corresponding search field&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Integer || Time (in minutes) after which the connection to the backend requires a new log in&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;version&#039;&#039; || String || Version of the system&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || Password that will be used to generate the downloaded zip file&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration&amp;diff=3614</id>
		<title>System administration</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=System_administration&amp;diff=3614"/>
		<updated>2026-01-08T16:48:53Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:System administration]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This groups all knobs that allow to manage and adapt the behavior of ARIS to the needs of the laboratory and user preferences.&lt;br /&gt;
They are grouped in two to facilitate their access. &lt;br /&gt;
The first one is more generic and allows both laboratory supervisor and system administration to access some basic stuff.&lt;br /&gt;
The second one is only available to the system administrator, since it is considered to require more advance technological skills.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&amp;quot;frame&amp;quot; format=&amp;quot;svg&amp;quot;&amp;gt;&lt;br /&gt;
digraph AdministrationDiagram {&lt;br /&gt;
  node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- System Administration graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    SystemAdministration [label=&amp;quot;System Administration&amp;quot;];&lt;br /&gt;
    Generic [label=&amp;quot;Generic&amp;quot; URL=&amp;quot;#Generic&amp;quot;];&lt;br /&gt;
    Technical [label=&amp;quot;Technical&amp;quot; URL=&amp;quot;#Technical&amp;quot;];&lt;br /&gt;
    Users [label=&amp;quot;Users&amp;quot; shape=tab URL=&amp;quot;#Users&amp;quot;];&lt;br /&gt;
    AccessLog [label=&amp;quot;Access Log&amp;quot; shape=tab URL=&amp;quot;#Access_log&amp;quot;];&lt;br /&gt;
    DownloadedFields [label=&amp;quot;Downloaded Fields&amp;quot; shape=tab URL=&amp;quot;#Downloaded_fields&amp;quot;];&lt;br /&gt;
    SummaryOfInstances [label=&amp;quot;Summary of Instances&amp;quot; shape=tab URL=&amp;quot;#Summary_of_instances&amp;quot;];&lt;br /&gt;
    Roles [label=&amp;quot;Roles&amp;quot; shape=tab URL=&amp;quot;#Roles&amp;quot;];&lt;br /&gt;
    Parameters [label=&amp;quot;Parameters&amp;quot; shape=tab URL=&amp;quot;#Parameters&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    SystemAdministration -&amp;gt; Generic;&lt;br /&gt;
    SystemAdministration -&amp;gt; Technical;&lt;br /&gt;
    // Edges&lt;br /&gt;
    Generic -&amp;gt; Users;&lt;br /&gt;
    Generic -&amp;gt; AccessLog;&lt;br /&gt;
    Generic -&amp;gt; DownloadedFields; &lt;br /&gt;
    // Edges&lt;br /&gt;
    Technical -&amp;gt; SummaryOfInstances;&lt;br /&gt;
    Technical -&amp;gt; Roles;&lt;br /&gt;
    Technical -&amp;gt; Parameters;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Generic== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
This groups all the basic administration functionalities.&lt;br /&gt;
They are available for both the system administration and the laboratory supervisor.&lt;br /&gt;
&lt;br /&gt;
===Users=== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
[[File:Newuser.PNG|right|thumb|750px|User creation form]]&lt;br /&gt;
When clicking on the edit or &#039;&#039;New user&#039;&#039; buttons, a form pops up on the screen. The information necessary to create a user consists of a &#039;&#039;Username&#039;&#039;, &#039;&#039;Name&#039;&#039;, &#039;&#039;Middle name&#039;&#039;, &#039;&#039;password&#039;&#039; and the person&#039;s [[#Roles|Role]] within the system.&lt;br /&gt;
This Role will determine the functionalities available to the user.&lt;br /&gt;
A note, without any effect in the behaviour of the application, can be added to indicate any relevant information to the system administrator.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
This same form allows the system administrator to modify the password of any other user.&lt;br /&gt;
For security reasons, this password must contain some number, some capital letter, some small letter, and at least eight characters.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Since they are used for auditing changes in patients and requests, the users cannot be deleted from the system.&lt;br /&gt;
However, they can be declared not to be active, which would prevent them from logging in, but still keep track in the database of all their past actions.&lt;br /&gt;
&lt;br /&gt;
===Access log=== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
The &#039;&#039;access log&#039;&#039; shows the user which user has done an action within the system and exactly when. The timestamp is in the format &#039;&#039;&#039;Year-Month-Day Hour:Minute:Second&#039;&#039;&#039;&lt;br /&gt;
[[File:Accesslog.PNG|right|thumb|600px|Example of access log]]&amp;lt;/br&amp;gt;&lt;br /&gt;
There are three actions recorded by the access log, &#039;&#039;successful log in&#039;&#039;, &#039;&#039;wrong user&#039;&#039; and &#039;&#039;failed log in&#039;&#039;. This last action refers to the wrong password being used.&lt;br /&gt;
&lt;br /&gt;
===Downloaded fields=== &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
ARIS allows the laboratory supervisor to download all the information in the database into a single file in their computer. &lt;br /&gt;
There are two possible download options, depending on the format of the generated file being plain CSV or compressed and password-protected ZIP. &lt;br /&gt;
These documents will contain information on the requests, and by extension, on the corresponding patients. &lt;br /&gt;
Thus, due to patient confidentiality, not all the personal data should be in the downloaded file.&lt;br /&gt;
The checkboxes in this form allow the laboratory supervisor as well as the system administrator to decide which fields will be downloaded in each one of the formats.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Additionally, the system provides two configuration parameters to customize the structure of the CSV file: &#039;&#039;csv_delimiter&#039;&#039;, which defines the character used to separate data fields in the CSV file, and &#039;&#039;csv_decimal&#039;&#039;, which specifies the character used to represent decimal values in numerical fields. It is essential to configure these parameters according to the settings used by the system and the spreadsheet software (e.g Excel) to ensure proper data interpretation. Using an incorrect delimiter or decimal separator may result in formatting issues when opening the file.&lt;br /&gt;
&lt;br /&gt;
==Technical== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
This groups all the more advanced administration functionalities.&lt;br /&gt;
They are available only for the system administration.&lt;br /&gt;
&lt;br /&gt;
===Summary of instances=== &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
[[File:Summaryofinstancessmol.PNG|right|250px|thumb|Summary of instances]]&lt;br /&gt;
This tab displays information about the different existing instances in the application.  &lt;br /&gt;
Some examples are: the number of patients, users, requests or genders. &lt;br /&gt;
This information comes directly from the database and is automatically updated after every modification in the system.&lt;br /&gt;
It can be useful to investigate potential performance problems in case of extremely large numbers.&lt;br /&gt;
To facilitate the reading and identification of the different kinds of instances, the information is divided into three sections: &#039;&#039;Data&#039;&#039;, &#039;&#039;Administration&#039;&#039; and &#039;&#039;Configuration&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Roles=== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
This tab is displayed and works, in the same way as the [[Configuration#State of the request|State of the request]] tab in the [[Configuration|Configuration]] functionality. &lt;br /&gt;
The roles are unchangeable, but their labels (not the corresponding functionality) can be customized.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Each role has different actions allowed within the application, chosen due to the tasks the people are expected to carry out. &lt;br /&gt;
Thus, there are five roles within the system, which indicate the functionalities that a user can perform, as can be seen in the following table.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: center;&amp;quot;&lt;br /&gt;
|+ Allowed functionalities per role&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;| Functionalities !! Patient Manager !! Laboratory Technician !! Laboratory Technician with Validation !! Laboratory Supervisor !! System administrator&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Patient || style=&amp;quot;text-align:left;&amp;quot; |  Create || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Search || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;6&amp;quot; | Request || style=&amp;quot;text-align:left;&amp;quot; | Create || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Change information || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Deliver samples || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Introduce results || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Validate results || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Search historic || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; colspan=&amp;quot;2&amp;quot; | Data analysis || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Configuration || style=&amp;quot;text-align:left;&amp;quot; | Generic || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Technical || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Cross.png|frameless|25px]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; rowspan=&amp;quot;2&amp;quot; | Administration || style=&amp;quot;text-align:left;&amp;quot;| Generic || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] || [[File:Tick.png|frameless|25px]] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Technical || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Cross.png|frameless|25px]] || [[File:Tick.png|frameless|25px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Parameters=== &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
Parameters determine the behaviour of some functionalities.&lt;br /&gt;
Thus, they cannot be created or deleted.&lt;br /&gt;
However, their values can be updated to customize the system.&lt;br /&gt;
At this point it is important to highlight the on updating them, the data type must be respected.&lt;br /&gt;
Providing a value of the wrong data type (e.g., a string instead of an integer) can provoke the malfunction of the whole application.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
The following table contains the list of existing parameters together with the corresponding data type and a brief description.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; text-align: left;&amp;quot;&lt;br /&gt;
|+ System parameters&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Data type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved1&#039;&#039; || String || Label of the first field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved2&#039;&#039; || String || Label of the second field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;attribute_reserved3&#039;&#039; || String || Label of the third field of free use in the requests (write &#039;DoNotShow&#039; to hide it)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_frequency&#039;&#039; || Integer || Minimum amount of hours that need to pass for the system to generate a new copy of the database&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;backup_history&#039;&#039; || Integer || Maximum number of copies of the database kept (once reached, the oldest copy in the folder is deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;bluetooth_enabler&#039;&#039; || String || Indicates the availability of automatic tests through Bluetooth connection (accepted values are &#039;Enabled&#039; and &#039;Disabled&#039;), which is only used in the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING  project]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_decimal&#039;&#039; || String || Specifies the character used to represent the decimal point in numerical values in the generated csv file (accepted values are &#039;&#039;.&#039;&#039; and &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;csv_delimiter&#039;&#039; || String || Specifies the character used to separate fields in the generated csv file (accepted values are &#039;&#039;;&#039;&#039; and &#039;&#039;,&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;default_language&#039;&#039; || String || Language set by default on logging in (the same for all users)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_background&#039;&#039; || String || File containing the image displayed in the background&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_favicon&#039;&#039; || String || Icon of the system used in the browser tab&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_sidebarlogo&#039;&#039; || String || File containing the logo displayed at the bottom of the sidebar&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;filename_worklistlogo&#039;&#039; || String || Logo used in the worklist reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;groups_profiles&#039;&#039; || String || Shows groups and profiles for analytical tests (accepted values are &#039;Enabled&#039; and &#039;Disabled&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;log_history&#039;&#039; || Integer || Maximum number of days to keep registries in the access log (those older than this will be automatically deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;max_image_volume&#039;&#039; || Integer || Maximum number of megabytes used to store images (once reached, the oldest ones in the folder are deleted)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;name&#039;&#039; || String || Caption to appear at the top of the screen (in the navigation bar), as well as in the worklist and reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;report_subtitle&#039;&#039; || String || Subtitle to be used in the worklist and reports&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;set_sample_delivery_default&#039;&#039; || String || It indicates whether samples are assumed to be delivered or not by default (accepted values are &#039;True&#039; and &#039;False&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_default_paging&#039;&#039; || Integer || This indicates the initial paging of all the tables (accepted values are 5, 10 or 25)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;table_min_rows_for_search&#039;&#039; || Integer || This is the minimum number of rows a table must have to show the corresponding search field&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;timeout&#039;&#039; || Integer || Time (in minutes) after which the connection to the backend requires a new log in&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;version&#039;&#039; || String || Version of the system&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;zip_password&#039;&#039; || String || This is the password that will be used to generate the downloaded zip file&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Define_new_language&amp;diff=3613</id>
		<title>Define new language</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Define_new_language&amp;diff=3613"/>
		<updated>2026-01-08T16:42:57Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Define new language]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In this section you will find the information that will help you to add new languages to the ARIS application.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Introducction== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The multilanguage system of ARIS is implemented through some files, but to add a new language you will only need to know about two of them: &#039;&#039;languageList.json&#039;&#039; and the language JSON files. &lt;br /&gt;
You will find these files in the &#039;&#039;lang&#039;&#039; folder in ARIS system files (under &amp;quot;C:\Users\Public\ARIS\Frontend\build&amp;quot; by default in MSWindows).&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;languageList.json&#039;&#039;=== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
This file contains a list of all the languages ​​that the multilanguage system of the ARIS application can handle. All the languages ​​it contains will appear in the dropdown menu on the ARIS navigation bar.&lt;br /&gt;
[[File:LanguageList.PNG|none|400px|thumb| &#039;&#039;languageList.json&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
===Language JSON files=== &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
By default, the ARIS system contains language JSON files that correspond to the Spanish, Portuguese, and English languages. &lt;br /&gt;
These files contain all the translations of the messages displayed in ARIS interface, following a JSON structure where the key has to be the same in all the language files, you can see the example in the images below.&lt;br /&gt;
[[File:EnJson.png|none|400px|thumb| English JSON file]]&lt;br /&gt;
[[File:EsJson.png|none|400px|thumb| Spanish JSON file. Notice that the keys for the same words are the same as in both files]]&lt;br /&gt;
&lt;br /&gt;
==How to add a new language?== &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Thanks to how the multilanguage system is implemented, in order to add a new language not provided by default in the distribution, you only have to follow two simple steps that we explain below.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
· &#039;&#039;&#039;Step 1:&#039;&#039;&#039; Add a new language JSON file. Remember that it must follow the same structure as the files for other languages, so they must all contain the same keys. We recommend naming the new files as the [https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ISO 639-1] code of the new language.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
· &#039;&#039;&#039;Step 2:&#039;&#039;&#039; Add the new language to the &#039;&#039;languageList.json&#039;&#039; file just as the other languages already listed.&lt;br /&gt;
  &#039;&#039;{&amp;quot;fileName&amp;quot;: &amp;quot;NewLanguageCode&amp;quot;, &amp;quot;label&amp;quot;: &amp;quot;NewLanguageName&amp;quot;},&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
You don&#039;t have to worry about modifying any other file, if you have followed the above two steps you have successfully added a new language to the ARIS system, that will automatically be added to the Language in the [[User Guide#Navigation bar|Navigation bar]].&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Define_new_language&amp;diff=3612</id>
		<title>Define new language</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Define_new_language&amp;diff=3612"/>
		<updated>2026-01-08T16:42:31Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Define new language]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In this section you will find the information that will help you to add new languages to the ARIS application.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Introducction== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The multilanguage system of ARIS is implemented through some files, but to add a new language you will only need to know about two of them: &#039;&#039;languageList.json&#039;&#039; and the language JSON files. &lt;br /&gt;
You will find these files in the &#039;&#039;lang&#039;&#039; folder in ARIS system files (under &amp;quot;C:\Users\Public\ARIS\Frontend\build&amp;quot; by default in MSWindows).&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;languageList.json&#039;&#039;=== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
This file contains a list of all the languages ​​that the multilanguage system of the ARIS application can handle. All the languages ​​it contains will appear in the dropdown menu on the ARIS navigation bar.&lt;br /&gt;
[[File:LanguageList.PNG|none|400px|thumb| &#039;&#039;languageList.json&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
===Language JSON files=== &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
By default, the ARIS system contains language JSON files that correspond to the Spanish, Potuguese, and English languages. &lt;br /&gt;
These files contain all the translations of the messages displayed in ARIS interface, following a JSON structure where the key has to be the same in all the language files, you can see the example in the images below.&lt;br /&gt;
[[File:EnJson.png|none|400px|thumb| English JSON file]]&lt;br /&gt;
[[File:EsJson.png|none|400px|thumb| Spanish JSON file. Notice that the keys for the same words are the same as in both files]]&lt;br /&gt;
&lt;br /&gt;
==How to add a new language?== &amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Thanks to how the multilanguage system is implemented, in order to add a new language not provided by default in the distribution, you only have to follow two simple steps that we explain below.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
· &#039;&#039;&#039;Step 1:&#039;&#039;&#039; Add a new language JSON file. Remember that it must follow the same structure as the files for other languages, so they must all contain the same keys. We recommend naming the new files as the [https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ISO 639-1] code of the new language.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
· &#039;&#039;&#039;Step 2:&#039;&#039;&#039; Add the new language to the &#039;&#039;languageList.json&#039;&#039; file just as the other languages already listed.&lt;br /&gt;
  &#039;&#039;{&amp;quot;fileName&amp;quot;: &amp;quot;NewLanguageCode&amp;quot;, &amp;quot;label&amp;quot;: &amp;quot;NewLanguageName&amp;quot;},&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
You don&#039;t have to worry about modifying any other file, if you have followed the above two steps you have successfully added a new language to the ARIS system, that will automatically be added to the Language in the [[User Guide#Navigation bar|Navigation bar]].&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Configuration/27/es&amp;diff=3608</id>
		<title>Translations:Configuration/27/es</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Translations:Configuration/27/es&amp;diff=3608"/>
		<updated>2025-05-24T08:27:41Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Created page with &amp;quot;El orden en el que apareceran más tarde los valores en los desplegables no será alfabético, sinó el orden de inserción en la lista de valores (esto puede ser útil para fijar un orden, en caso de que hayan muchos valores).&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;El orden en el que apareceran más tarde los valores en los desplegables no será alfabético, sinó el orden de inserción en la lista de valores (esto puede ser útil para fijar un orden, en caso de que hayan muchos valores).&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Configuration&amp;diff=3604</id>
		<title>Configuration</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Configuration&amp;diff=3604"/>
		<updated>2025-05-24T08:25:56Z</updated>

		<summary type="html">&lt;p&gt;Alberto: Marked this version for translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Configuration]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
The configuration functionality allows the user to manipulate ARIS, adding or changing some of its aspects for a better customization.&lt;br /&gt;
These have been divided into two groups, depending on the knowledge needed to use them.&lt;br /&gt;
The first group is absolutely generic and both laboratory supervisor and system administrator should be able to provide the required information.&lt;br /&gt;
However, for the second group, more specific biomedical knowledge will be needed, and consequently only the laboratory supervisor is allowed to do it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph ConfigurationDiagram {&lt;br /&gt;
  nodesep=0.05;&lt;br /&gt;
  node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot; margin=&amp;quot;0.01, 0.01&amp;quot;];&lt;br /&gt;
  Configuration [label=&amp;quot;Configuration&amp;quot;];&lt;br /&gt;
  ConfGeneric [label=&amp;quot;Generic&amp;quot;, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  ConfTechnical [label=&amp;quot;Technical&amp;quot;, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  Configuration -&amp;gt; ConfGeneric;&lt;br /&gt;
  Configuration -&amp;gt; ConfTechnical;&lt;br /&gt;
  Regions [label=&amp;quot;Regions&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  Locations [label=&amp;quot;Locations&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  Units [label=&amp;quot;Units&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  HealthFacilities [label=&amp;quot;Health, Facilities&amp;quot; shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  Physicians [label=&amp;quot;Physicians&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  Gender [label=&amp;quot;Gender&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  IdentificationCards [label=&amp;quot;Identification Cards&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  StateOfTheRequest [label=&amp;quot;State of the Request&amp;quot;, shape=tab URL=&amp;quot;#State_of_the_request&amp;quot;];&lt;br /&gt;
  ConfGeneric -&amp;gt; Regions;&lt;br /&gt;
  ConfGeneric -&amp;gt; Locations;&lt;br /&gt;
  ConfGeneric -&amp;gt; Units;&lt;br /&gt;
  ConfGeneric -&amp;gt; HealthFacilities;&lt;br /&gt;
  ConfGeneric -&amp;gt; Physicians;&lt;br /&gt;
  ConfGeneric -&amp;gt; Gender;&lt;br /&gt;
  ConfGeneric -&amp;gt; IdentificationCards;&lt;br /&gt;
  ConfGeneric -&amp;gt; StateOfTheRequest;&lt;br /&gt;
  LaboratoryAreas [label=&amp;quot;Laboratory Areas&amp;quot;, shape=tab, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  AnalyticalTests [label=&amp;quot;Analytical Tests&amp;quot;, shape=tab URL=&amp;quot;#Analytical_tests&amp;quot;];&lt;br /&gt;
  AnalyticalTestsGroups [label=&amp;quot;Analytical Tests Groups&amp;quot;, shape=tab URL=&amp;quot;#Analytical_tests_groups&amp;quot;];&lt;br /&gt;
  AnalyticalProfiles [label=&amp;quot;Analytical Profiles&amp;quot;, shape=tab URL=&amp;quot;#Analytical_profiles&amp;quot;];&lt;br /&gt;
  KindsOfSamples [label=&amp;quot;Kinds of Samples&amp;quot;, shape=tab, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  SampleIncidents [label=&amp;quot;Sample Incidents&amp;quot;, shape=tab, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  SampleOrigins [label=&amp;quot;Sample Origins&amp;quot;, shape=tab, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  PregnancyPhases [label=&amp;quot;Pregnancy Phases&amp;quot;, shape=tab, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  DataTypes [label=&amp;quot;Datatypes&amp;quot;, shape=tab, URL=&amp;quot;#Datatypes&amp;quot;];&lt;br /&gt;
  ReportingOrder [label=&amp;quot;Reporting Order&amp;quot;, shape=tab, URL=&amp;quot;#Reporting_order&amp;quot;];&lt;br /&gt;
  ConfTechnical -&amp;gt; LaboratoryAreas;&lt;br /&gt;
  ConfTechnical -&amp;gt; AnalyticalTests;&lt;br /&gt;
  ConfTechnical -&amp;gt; AnalyticalTestsGroups;&lt;br /&gt;
  ConfTechnical -&amp;gt; AnalyticalProfiles;&lt;br /&gt;
  ConfTechnical -&amp;gt; KindsOfSamples;&lt;br /&gt;
  ConfTechnical -&amp;gt; SampleIncidents; &lt;br /&gt;
  ConfTechnical -&amp;gt; SampleOrigins;&lt;br /&gt;
  ConfTechnical -&amp;gt; PregnancyPhases;&lt;br /&gt;
  ConfTechnical -&amp;gt; DataTypes;&lt;br /&gt;
  ConfTechnical -&amp;gt; ReportingOrder;&lt;br /&gt;
{ rank=same; Regions Units Physicians IdentificationCards LaboratoryAreas AnalyticalTestsGroups KindsOfSamples SampleOrigins DataTypes}&lt;br /&gt;
  { rank=same; ConfGeneric ConfTechnical}&lt;br /&gt;
  { rank=sink; Locations HealthFacilities Gender StateOfTheRequest AnalyticalTests AnalyticalProfiles SampleIncidents PregnancyPhases ReportingOrder}}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
==Generic configuration==&lt;br /&gt;
[[File:Genericconfiguration.PNG|right|600px|thumb|Editing the labels used for the states]]&lt;br /&gt;
This form controls the values of all non-free text fields (i.e., those that appear when clicking on an [[User Guide#General features|arrow]]) within the system. Through each tab, the user is able to create, edit and delete the values of one of these fields.&lt;br /&gt;
If the laboratory is not interested in one of the values, but the user does not wish to delete the information from the system, it can be simply disabled, so it will not be shown in the corresponding drop-down menu. This is done by unticking the &#039;&#039;Active&#039;&#039; checkbox. &lt;br /&gt;
This is a very important feature, since deleting some configuration value will produce a cascade effect that will delete all other configuration records pointing to the deleted one (e.g., deleting a region will delete all its locations).&lt;br /&gt;
Patients or requests will not be deleted, but the corresponding information will not be displayed any more (e.g., after deleting a region, this information in the patient will become empty).&amp;lt;/br&amp;gt; &lt;br /&gt;
[[File:Activecheckbox.PNG|75px|Activated checkbox]] &amp;amp;hArr;    [[File:Deactivatedcheckbox.PNG|75px|Deactivated checkbox]] &amp;lt;/br&amp;gt; &lt;br /&gt;
List of tabs:&lt;br /&gt;
*Regions (initially empty)&lt;br /&gt;
*Locations  (initially empty)&lt;br /&gt;
*Units&lt;br /&gt;
*Health Facilities (initially empty)&lt;br /&gt;
*Physicians (initially empty)&lt;br /&gt;
*Gender&lt;br /&gt;
*Identification cards&lt;br /&gt;
*State of the request&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
Some of them also include hierarchical information. Thus, physicians point to health facilities, health facilities point to locations and these to regions. This information is used in the forms to show the right available values depending on the parent choice in the hierarchy.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
===State of the request===&lt;br /&gt;
From the &#039;&#039;state of the request&#039;&#039; tab, only the &#039;&#039;label&#039;&#039; field can be edited. Notice that this indicates the different phases a request goes through in the application during its lifecycle, and not only a passive value to be stored.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
==Technical configuration==&lt;br /&gt;
The &#039;&#039;Laboratory areas&#039;&#039;, &#039;&#039;Kinds of sample&#039;&#039;, &#039;&#039;Sample incidents&#039;&#039;, &#039;&#039;Sample origins&#039;&#039; and &#039;&#039;Pregnancy phases&#039;&#039; tabs, have exactly the same effect as the ones under the [[#Generic configuration|generic configuration]] (i.e., they simply provide the available values in drop boxes).&lt;br /&gt;
However, the following tabs have further effects in the behaviour of the forms.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
===Analytical tests===&lt;br /&gt;
[[File:Analyticalprofile.PNG|right|thumb|700px| Editing analytical profiles]]&lt;br /&gt;
This is without doubt the most crucial concept in the configuration, since it defines the available kinds of tests in the laboratory. &lt;br /&gt;
They are identified by a name, but also contain a code that will always be shown next to the name.&lt;br /&gt;
To facilitate the management of the laboratory, kinds of tests are assigned to a laboratory area, which will be used both in the generation of reports for the patients, and in the analysis of data regarding the performance of the laboratory itself.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
Each kind of test is then related to a kind of sample. &lt;br /&gt;
Only after that kind of sample is provided by the patient, the corresponding test will be allowed to have an associated result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
Each test must have a [[#Datatypes|datatype]], which indicates the kind of result it will accept, this being either numerical (integer or real) or enumerate.&lt;br /&gt;
For numerical test results, units of the test can be indicated for informative purposes, together with upper and lower bounds of the result can be defined. &lt;br /&gt;
These will be automatically checked.&lt;br /&gt;
Only results within the declared boundaries will get a green tick next to them.&lt;br /&gt;
Those outside the boundaries will be detected and automatically marked with a red cross.&lt;br /&gt;
Validating the value will rely anyway on the laboratory supervisor.&lt;br /&gt;
However, a note can be provided here to indicate exceptions to the boundaries or any information that is considered relevant to either the technician or the supervisor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Finally, there are two specific boolean fields:&lt;br /&gt;
* Referred &amp;amp;rarr; Indicates that an action or test is performed in another hospital. The option marked in the configuration only determines the default of this field for each test. It does not impede the laboratory supervisor from choosing differently in the [[Requests|Requests]] forms.&lt;br /&gt;
* Automatic &amp;amp;rarr; Enables the kind of test to be partially automated. The result of the test is not manually obtained by a person, but by an AI. If this option is disabled in the configuration, the laboratory supervisor will not be able to mark it otherwise in the [[Requests|Requests]] forms. However, if it is enabled, the laboratory supervisor will be able to choose if they desire for the test to be done automatically or not in the [[Requests|Requests]] forms.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
===Analytical tests groups===&lt;br /&gt;
In this tab, groups of tests can be formed for a quicker selection when choosing which tests to perform on a patient. When creating or editing a new group, a &#039;&#039;Group Of Tests Information&#039;&#039; form must be filled in or modified. In this form, the group must be given a name and the laboratory supervisor must choose the tests included in the group from the box provided. In the left-hand side list, the groups are in alphabetical order and if the laboratory supervisor wishes for a quicker option, there is a search bar on top of the box to write down and filter the tests.&lt;br /&gt;
Simply clicking on the name of a test adds it to the group, hence appearing in the right-hand side list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
The analytical tests groups are also used to sort the tests in the generated report of a request.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
===Analytical profiles===&lt;br /&gt;
In this tab, profiles of tests can be formed for a quicker selection when choosing which groups of tests or individual tests to perform on a patient. &lt;br /&gt;
When creating or editing a new profile, an &#039;&#039;Analytical Profile Information&#039;&#039; form must be filled in or modified. &lt;br /&gt;
In this form, the profile must be given a name and the laboratory supervisor must choose the tests and the groups included in the profile from the lists provided. &lt;br /&gt;
The groups and tests are in alphabetical order and if the laboratory supervisor wishes for a quicker option, there is a search bar on top of the box to write down and filter the tests and groups.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
Choosing a group selects in the corresponding list all the tests belonging to it.&lt;br /&gt;
Then, these cannot be individually removed from the profile, but only by removing the group.&lt;br /&gt;
Moreover, a test added later to the group will automatically appear as part of any profile containing that group, which is indicated by a lock icon next to the test name. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
Analytical profiles do not have any effect in the report generated for a request.&lt;br /&gt;
&lt;br /&gt;
===Datatypes=== &amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
Enumerate datatypes can be defined here (integer and real numbers are always available).&lt;br /&gt;
These are simply lists of potential results that can be used in any kind of test.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
The order of the values later in the dropdown lists will not be alphabetical, but their order of insertion in the value list (this can be useful to fix an order, if there are many values).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
===Reporting order===&lt;br /&gt;
[[File:Reportingorder.PNG|Centre|500px|thumb|Editing the laboratory areas order from the reporting areas tab]]&lt;br /&gt;
This tab allows ordering the elements in the PDF worklist and in the report of a request.&lt;br /&gt;
The tests appearing in them will be firstly sorted by laboratory area, then groups of tests, and finally individual tests.&lt;br /&gt;
This is done by choosing one of the three elements, which will lead to another form with a list and two vertical arrows on the left side of the image.&lt;br /&gt;
Any number of elements can be simultaneously selected by simply clicking on them.&lt;br /&gt;
Then, the arrows will allow moving them up or down in the list, and hence in the generated PDF documents.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Configuration&amp;diff=3603</id>
		<title>Configuration</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Configuration&amp;diff=3603"/>
		<updated>2025-05-24T08:25:36Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Configuration]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
The configuration functionality allows the user to manipulate ARIS, adding or changing some of its aspects for a better customization.&lt;br /&gt;
These have been divided into two groups, depending on the knowledge needed to use them.&lt;br /&gt;
The first group is absolutely generic and both laboratory supervisor and system administrator should be able to provide the required information.&lt;br /&gt;
However, for the second group, more specific biomedical knowledge will be needed, and consequently only the laboratory supervisor is allowed to do it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph ConfigurationDiagram {&lt;br /&gt;
  nodesep=0.05;&lt;br /&gt;
  node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot; margin=&amp;quot;0.01, 0.01&amp;quot;];&lt;br /&gt;
  Configuration [label=&amp;quot;Configuration&amp;quot;];&lt;br /&gt;
  ConfGeneric [label=&amp;quot;Generic&amp;quot;, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  ConfTechnical [label=&amp;quot;Technical&amp;quot;, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  Configuration -&amp;gt; ConfGeneric;&lt;br /&gt;
  Configuration -&amp;gt; ConfTechnical;&lt;br /&gt;
  Regions [label=&amp;quot;Regions&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  Locations [label=&amp;quot;Locations&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  Units [label=&amp;quot;Units&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  HealthFacilities [label=&amp;quot;Health, Facilities&amp;quot; shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  Physicians [label=&amp;quot;Physicians&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  Gender [label=&amp;quot;Gender&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  IdentificationCards [label=&amp;quot;Identification Cards&amp;quot;, shape=tab, URL=&amp;quot;#Generic_configuration&amp;quot;];&lt;br /&gt;
  StateOfTheRequest [label=&amp;quot;State of the Request&amp;quot;, shape=tab URL=&amp;quot;#State_of_the_request&amp;quot;];&lt;br /&gt;
  ConfGeneric -&amp;gt; Regions;&lt;br /&gt;
  ConfGeneric -&amp;gt; Locations;&lt;br /&gt;
  ConfGeneric -&amp;gt; Units;&lt;br /&gt;
  ConfGeneric -&amp;gt; HealthFacilities;&lt;br /&gt;
  ConfGeneric -&amp;gt; Physicians;&lt;br /&gt;
  ConfGeneric -&amp;gt; Gender;&lt;br /&gt;
  ConfGeneric -&amp;gt; IdentificationCards;&lt;br /&gt;
  ConfGeneric -&amp;gt; StateOfTheRequest;&lt;br /&gt;
  LaboratoryAreas [label=&amp;quot;Laboratory Areas&amp;quot;, shape=tab, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  AnalyticalTests [label=&amp;quot;Analytical Tests&amp;quot;, shape=tab URL=&amp;quot;#Analytical_tests&amp;quot;];&lt;br /&gt;
  AnalyticalTestsGroups [label=&amp;quot;Analytical Tests Groups&amp;quot;, shape=tab URL=&amp;quot;#Analytical_tests_groups&amp;quot;];&lt;br /&gt;
  AnalyticalProfiles [label=&amp;quot;Analytical Profiles&amp;quot;, shape=tab URL=&amp;quot;#Analytical_profiles&amp;quot;];&lt;br /&gt;
  KindsOfSamples [label=&amp;quot;Kinds of Samples&amp;quot;, shape=tab, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  SampleIncidents [label=&amp;quot;Sample Incidents&amp;quot;, shape=tab, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  SampleOrigins [label=&amp;quot;Sample Origins&amp;quot;, shape=tab, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  PregnancyPhases [label=&amp;quot;Pregnancy Phases&amp;quot;, shape=tab, URL=&amp;quot;#Technical_configuration&amp;quot;];&lt;br /&gt;
  DataTypes [label=&amp;quot;Datatypes&amp;quot;, shape=tab, URL=&amp;quot;#Datatypes&amp;quot;];&lt;br /&gt;
  ReportingOrder [label=&amp;quot;Reporting Order&amp;quot;, shape=tab, URL=&amp;quot;#Reporting_order&amp;quot;];&lt;br /&gt;
  ConfTechnical -&amp;gt; LaboratoryAreas;&lt;br /&gt;
  ConfTechnical -&amp;gt; AnalyticalTests;&lt;br /&gt;
  ConfTechnical -&amp;gt; AnalyticalTestsGroups;&lt;br /&gt;
  ConfTechnical -&amp;gt; AnalyticalProfiles;&lt;br /&gt;
  ConfTechnical -&amp;gt; KindsOfSamples;&lt;br /&gt;
  ConfTechnical -&amp;gt; SampleIncidents; &lt;br /&gt;
  ConfTechnical -&amp;gt; SampleOrigins;&lt;br /&gt;
  ConfTechnical -&amp;gt; PregnancyPhases;&lt;br /&gt;
  ConfTechnical -&amp;gt; DataTypes;&lt;br /&gt;
  ConfTechnical -&amp;gt; ReportingOrder;&lt;br /&gt;
{ rank=same; Regions Units Physicians IdentificationCards LaboratoryAreas AnalyticalTestsGroups KindsOfSamples SampleOrigins DataTypes}&lt;br /&gt;
  { rank=same; ConfGeneric ConfTechnical}&lt;br /&gt;
  { rank=sink; Locations HealthFacilities Gender StateOfTheRequest AnalyticalTests AnalyticalProfiles SampleIncidents PregnancyPhases ReportingOrder}}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Generic configuration== &amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
[[File:Genericconfiguration.PNG|right|600px|thumb|Editing the labels used for the states]]&lt;br /&gt;
This form controls the values of all non-free text fields (i.e., those that appear when clicking on an [[User Guide#General features|arrow]]) within the system. Through each tab, the user is able to create, edit and delete the values of one of these fields.&lt;br /&gt;
If the laboratory is not interested in one of the values, but the user does not wish to delete the information from the system, it can be simply disabled, so it will not be shown in the corresponding drop-down menu. This is done by unticking the &#039;&#039;Active&#039;&#039; checkbox. &lt;br /&gt;
This is a very important feature, since deleting some configuration value will produce a cascade effect that will delete all other configuration records pointing to the deleted one (e.g., deleting a region will delete all its locations).&lt;br /&gt;
Patients or requests will not be deleted, but the corresponding information will not be displayed any more (e.g., after deleting a region, this information in the patient will become empty).&amp;lt;/br&amp;gt; &lt;br /&gt;
[[File:Activecheckbox.PNG|75px|Activated checkbox]] &amp;amp;hArr;    [[File:Deactivatedcheckbox.PNG|75px|Deactivated checkbox]] &amp;lt;/br&amp;gt; &lt;br /&gt;
List of tabs:&lt;br /&gt;
*Regions (initially empty)&lt;br /&gt;
*Locations  (initially empty)&lt;br /&gt;
*Units&lt;br /&gt;
*Health Facilities (initially empty)&lt;br /&gt;
*Physicians (initially empty)&lt;br /&gt;
*Gender&lt;br /&gt;
*Identification cards&lt;br /&gt;
*State of the request&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
Some of them also include hierarchical information. Thus, physicians point to health facilities, health facilities point to locations and these to regions. This information is used in the forms to show the right available values depending on the parent choice in the hierarchy.&lt;br /&gt;
&lt;br /&gt;
===State of the request=== &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
From the &#039;&#039;state of the request&#039;&#039; tab, only the &#039;&#039;label&#039;&#039; field can be edited. Notice that this indicates the different phases a request goes through in the application during its lifecycle, and not only a passive value to be stored.&lt;br /&gt;
&lt;br /&gt;
==Technical configuration== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
The &#039;&#039;Laboratory areas&#039;&#039;, &#039;&#039;Kinds of sample&#039;&#039;, &#039;&#039;Sample incidents&#039;&#039;, &#039;&#039;Sample origins&#039;&#039; and &#039;&#039;Pregnancy phases&#039;&#039; tabs, have exactly the same effect as the ones under the [[#Generic configuration|generic configuration]] (i.e., they simply provide the available values in drop boxes).&lt;br /&gt;
However, the following tabs have further effects in the behaviour of the forms.&lt;br /&gt;
&lt;br /&gt;
===Analytical tests=== &amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
[[File:Analyticalprofile.PNG|right|thumb|700px| Editing analytical profiles]]&lt;br /&gt;
This is without doubt the most crucial concept in the configuration, since it defines the available kinds of tests in the laboratory. &lt;br /&gt;
They are identified by a name, but also contain a code that will always be shown next to the name.&lt;br /&gt;
To facilitate the management of the laboratory, kinds of tests are assigned to a laboratory area, which will be used both in the generation of reports for the patients, and in the analysis of data regarding the performance of the laboratory itself.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
Each kind of test is then related to a kind of sample. &lt;br /&gt;
Only after that kind of sample is provided by the patient, the corresponding test will be allowed to have an associated result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
Each test must have a [[#Datatypes|datatype]], which indicates the kind of result it will accept, this being either numerical (integer or real) or enumerate.&lt;br /&gt;
For numerical test results, units of the test can be indicated for informative purposes, together with upper and lower bounds of the result can be defined. &lt;br /&gt;
These will be automatically checked.&lt;br /&gt;
Only results within the declared boundaries will get a green tick next to them.&lt;br /&gt;
Those outside the boundaries will be detected and automatically marked with a red cross.&lt;br /&gt;
Validating the value will rely anyway on the laboratory supervisor.&lt;br /&gt;
However, a note can be provided here to indicate exceptions to the boundaries or any information that is considered relevant to either the technician or the supervisor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Finally, there are two specific boolean fields:&lt;br /&gt;
* Referred &amp;amp;rarr; Indicates that an action or test is performed in another hospital. The option marked in the configuration only determines the default of this field for each test. It does not impede the laboratory supervisor from choosing differently in the [[Requests|Requests]] forms.&lt;br /&gt;
* Automatic &amp;amp;rarr; Enables the kind of test to be partially automated. The result of the test is not manually obtained by a person, but by an AI. If this option is disabled in the configuration, the laboratory supervisor will not be able to mark it otherwise in the [[Requests|Requests]] forms. However, if it is enabled, the laboratory supervisor will be able to choose if they desire for the test to be done automatically or not in the [[Requests|Requests]] forms.&lt;br /&gt;
&lt;br /&gt;
===Analytical tests groups=== &amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
In this tab, groups of tests can be formed for a quicker selection when choosing which tests to perform on a patient. When creating or editing a new group, a &#039;&#039;Group Of Tests Information&#039;&#039; form must be filled in or modified. In this form, the group must be given a name and the laboratory supervisor must choose the tests included in the group from the box provided. In the left-hand side list, the groups are in alphabetical order and if the laboratory supervisor wishes for a quicker option, there is a search bar on top of the box to write down and filter the tests.&lt;br /&gt;
Simply clicking on the name of a test adds it to the group, hence appearing in the right-hand side list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
The analytical tests groups are also used to sort the tests in the generated report of a request.&lt;br /&gt;
&lt;br /&gt;
===Analytical profiles=== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
In this tab, profiles of tests can be formed for a quicker selection when choosing which groups of tests or individual tests to perform on a patient. &lt;br /&gt;
When creating or editing a new profile, an &#039;&#039;Analytical Profile Information&#039;&#039; form must be filled in or modified. &lt;br /&gt;
In this form, the profile must be given a name and the laboratory supervisor must choose the tests and the groups included in the profile from the lists provided. &lt;br /&gt;
The groups and tests are in alphabetical order and if the laboratory supervisor wishes for a quicker option, there is a search bar on top of the box to write down and filter the tests and groups.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
Choosing a group selects in the corresponding list all the tests belonging to it.&lt;br /&gt;
Then, these cannot be individually removed from the profile, but only by removing the group.&lt;br /&gt;
Moreover, a test added later to the group will automatically appear as part of any profile containing that group, which is indicated by a lock icon next to the test name. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
Analytical profiles do not have any effect in the report generated for a request.&lt;br /&gt;
&lt;br /&gt;
===Datatypes=== &amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
Enumerate datatypes can be defined here (integer and real numbers are always available).&lt;br /&gt;
These are simply lists of potential results that can be used in any kind of test.&lt;br /&gt;
&lt;br /&gt;
The order of the values later in the dropdown lists will not be alphabetical, but their order of insertion in the value list (this can be useful to fix an order, if there are many values).&lt;br /&gt;
&lt;br /&gt;
===Reporting order=== &amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
[[File:Reportingorder.PNG|Centre|500px|thumb|Editing the laboratory areas order from the reporting areas tab]]&lt;br /&gt;
This tab allows ordering the elements in the PDF worklist and in the report of a request.&lt;br /&gt;
The tests appearing in them will be firstly sorted by laboratory area, then groups of tests, and finally individual tests.&lt;br /&gt;
This is done by choosing one of the three elements, which will lead to another form with a list and two vertical arrows on the left side of the image.&lt;br /&gt;
Any number of elements can be simultaneously selected by simply clicking on them.&lt;br /&gt;
Then, the arrows will allow moving them up or down in the list, and hence in the generated PDF documents.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Printed_Manual&amp;diff=3211</id>
		<title>Printed Manual</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Printed_Manual&amp;diff=3211"/>
		<updated>2025-05-08T08:39:35Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;print-pagebreak&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= User Guide =&lt;br /&gt;
{{:User Guide}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;print-pagebreak&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Patients =&lt;br /&gt;
{{:Patients}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;print-pagebreak&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Requests =&lt;br /&gt;
{{:Requests}}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Printed_Manual&amp;diff=3210</id>
		<title>Printed Manual</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Printed_Manual&amp;diff=3210"/>
		<updated>2025-05-08T08:38:24Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
= User Guide =&lt;br /&gt;
{{:User Guide}}&lt;br /&gt;
&lt;br /&gt;
= Patients =&lt;br /&gt;
{{:Patients}}&lt;br /&gt;
&lt;br /&gt;
= Requests =&lt;br /&gt;
{{:Requests}}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Printed_Manual&amp;diff=3209</id>
		<title>Printed Manual</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Printed_Manual&amp;diff=3209"/>
		<updated>2025-05-08T08:36:44Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= User Guide =&lt;br /&gt;
{{:User Guide}}&lt;br /&gt;
&lt;br /&gt;
= Patients =&lt;br /&gt;
{{:Patients}}&lt;br /&gt;
&lt;br /&gt;
= Requests =&lt;br /&gt;
{{:Requests}}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Printed_Manual&amp;diff=3208</id>
		<title>Printed Manual</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Printed_Manual&amp;diff=3208"/>
		<updated>2025-05-08T08:35:24Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Chapter 1 =&lt;br /&gt;
{{:User Guide}}&lt;br /&gt;
&lt;br /&gt;
= Chapter 2 =&lt;br /&gt;
{{:Patients}}&lt;br /&gt;
&lt;br /&gt;
= Chapter 3 =&lt;br /&gt;
{{:Requests}}&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Patients&amp;diff=3205</id>
		<title>Patients</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Patients&amp;diff=3205"/>
		<updated>2025-05-08T07:17:49Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Patients]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
The basic information unit is the patient.&lt;br /&gt;
Before creating any analytical request, the corresponding patient record must exist.&lt;br /&gt;
This will survive the livespan of the request, and will contain all their history.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039; rendered=&#039;dot&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
  node [shape=oval style=filled fillcolor=orange fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- Patients graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Patients [label=&amp;quot;Patients&amp;quot;];&lt;br /&gt;
    P_Create [label=&amp;quot;Create&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    P_Search [label=&amp;quot;Search&amp;quot;, URL=&amp;quot;#Search&amp;quot;];&lt;br /&gt;
    P_BasicInformation [label=&amp;quot;Basic Information&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    P_DocumentationInformation [label=&amp;quot;Documentation&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    P_BirthData [label=&amp;quot;Birth&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    P_ContactData [label=&amp;quot;Contact&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    P_ResidenceData [label=&amp;quot;Residency&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    P_AdditionalInformation [label=&amp;quot;Extra Information&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    P_Requests [label=&amp;quot;Requests&amp;quot;, shape=&amp;quot;tab&amp;quot;, URL=&amp;quot;#Create&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    Patients -&amp;gt; P_Create;&lt;br /&gt;
    Patients -&amp;gt; P_Search;&lt;br /&gt;
    P_Create -&amp;gt; P_BasicInformation;&lt;br /&gt;
    P_Search -&amp;gt; P_BasicInformation; &lt;br /&gt;
    P_Search -&amp;gt; P_Requests; &lt;br /&gt;
    P_BasicInformation -&amp;gt; P_DocumentationInformation [dir=both minlen=2];&lt;br /&gt;
    P_DocumentationInformation -&amp;gt; P_BirthData [dir=both minlen=2];&lt;br /&gt;
    P_BirthData -&amp;gt; P_ContactData [dir=both minlen=2];&lt;br /&gt;
    P_ContactData -&amp;gt; P_ResidenceData [dir=both minlen=2];&lt;br /&gt;
    P_ResidenceData -&amp;gt; P_AdditionalInformation [dir=both minlen=2];&lt;br /&gt;
{ rank=same; P_BasicInformation P_DocumentationInformation P_BirthData P_ContactData P_ResidenceData P_AdditionalInformation P_Requests}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Create== &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
This page is divided in a form with the basic information of the patient, involving the obligatory ([[File:Asterisk.PNG|30px]]) entry of the &#039;&#039;name&#039;&#039;, &#039;&#039;last name&#039;&#039;, &#039;&#039;gender&#039;&#039;, &#039;&#039;birth date&#039;&#039; and &#039;&#039;phone&#039;&#039;, as well as multiple tabs with additional non-mandatory information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
#Documentation information &amp;amp;rarr; Information such as the &#039;&#039;number of clinical history&#039;&#039; or the &#039;&#039;type&#039;&#039; and &#039;&#039;number of an identifier card&#039;&#039;.&lt;br /&gt;
#Birth information &amp;amp;rarr; Complementary information such as the &#039;&#039;birth region&#039;&#039; and &#039;&#039;locality&#039;&#039;. Added to the previously introduced &#039;&#039;birth date&#039;&#039; and the automatically calculated &#039;&#039;age&#039;&#039; of the patient.&lt;br /&gt;
#Contact information &amp;amp;rarr; Additional contact information.&lt;br /&gt;
#Residency information &amp;amp;rarr; Apart from the basic residency information, it contains a checkbox at the bottom, &#039;&#039;Add provenance region?&#039;&#039;. This option is for when a patient, although local, has come from outside the country. When the box is ticked, two more boxes appear on the forms, &#039;&#039;Provenance region&#039;&#039; and &#039;&#039;Provenance city&#039;&#039;. [[File:Addprovenanceregion.PNG|750px]]&lt;br /&gt;
#Extra information &amp;amp;rarr; Other data such as parent&#039;s names. The &#039;&#039;Reserved 1, 2 and 3&#039;&#039; are boxes whose names can be modified through the [[System administration|System administration]] if the laboratory requires any specific information from the patients. &lt;br /&gt;
#Requests &amp;amp;rarr; This actually not a step in the creation or update of the patient, but just a read-only tab containing all the requests of the patient.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
Once the mandatory information is entered, the &#039;&#039;Save values&#039;&#039; button at the bottom right of the page will be available.&lt;br /&gt;
&lt;br /&gt;
==Search and Edition== &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Table found in the Search function of the system&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Phone !! Identification !! Creation Date !! Last Modification Date &lt;br /&gt;
|-&lt;br /&gt;
| The first column shows the patient&#039;s name || The patient&#039;s contact number is listed in this column || Here, the internal, automatically generated identification number can be found || This column informs about when the patient&#039;s information was first inputted into the system || The last time the patient&#039;s information was altered in the system is shown here &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
Arrows appear next to each heading in the table when the mouse is hovered over them to manipulate the order the information is showed in for each heading.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
On clicking on any row, a new form will appear with the age, gender, phone and internal identifier of the patient as well as tabs with the information on the patient&#039;s documentation information, birth information, contact information, residency information, extra information and requests. From this page, the patient manager or laboratory technician can also edit the patient through the edit patient button at the bottom right of the page. To return to the search patients page, there is a Return button at the bottom left of the screen. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
Notice that to avoid inconsistences in the system, patients once created cannot be deleted.&lt;br /&gt;
&lt;br /&gt;
==Duplicate Detection== &amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
[[File:Duplicate_patient.mp4|right|500px]]&lt;br /&gt;
The e-mail address as well as the Identifier document number are optional. Nevertheless, if provided, they identify a patient (i.e., they do not allow repetitions).&lt;br /&gt;
Besides this, to guarantee the existence of an identifier for each patient, a consecutive number is always automatically generated and internally assigned by the system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
Moreover, patients of similar name, parent names, age and telephone number are detected as potential duplicates at creation time.&lt;br /&gt;
On happening this, a warning is displayed, and the patient manager or laboratory technician can either modify the corresponding data or move ahead with the creation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Notice that two patients are not considered similar (i.e., they are considered different) if either:&lt;br /&gt;
* Their age difference is greater than ten years, or&lt;br /&gt;
* Their name is different enough (more than 50% characters), or&lt;br /&gt;
* Their parent names are provided and at least one of them is different enough (more than 30% characters differ considering the three names together), or&lt;br /&gt;
* Their telephone numbers are different enough (more than 50% of the digits).&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=User_Guide&amp;diff=3204</id>
		<title>User Guide</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=User_Guide&amp;diff=3204"/>
		<updated>2025-05-08T07:16:27Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:User Guide]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This is a step-by-step user guide on the ARIS system. It contains information on what each functionality does and instructions on how to use them.&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin: 0px 0px 0px 0px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;graphviz border=&#039;frame&#039; format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
digraph FunctionalitiesDiagram {&lt;br /&gt;
  node [shape=&amp;quot;oval&amp;quot; style=filled fillcolor=&amp;quot;orange&amp;quot; fontsize=&amp;quot;9pt&amp;quot;];&lt;br /&gt;
  //----- Main graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    ARIS [label=&amp;quot;ARIS&amp;quot;];&lt;br /&gt;
  //----- Patients graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Patients [label=&amp;quot;Patients&amp;quot; URL=&amp;quot;[[Patients]]&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    ARIS -&amp;gt; Patients;&lt;br /&gt;
  //----- Requests graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Requests [label=&amp;quot;Requests&amp;quot; URL=&amp;quot;[[Requests]]&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    ARIS -&amp;gt; Requests;&lt;br /&gt;
  //----- Data Analysis graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    DataAnalysis [label=&amp;quot;Data Analysis&amp;quot; URL=&amp;quot;[[Data_analysis]]&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    ARIS -&amp;gt; DataAnalysis;&lt;br /&gt;
  //----- Configuration graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    Configuration [label=&amp;quot;Configuration&amp;quot; URL=&amp;quot;[[Configuration]]&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    ARIS -&amp;gt; Configuration;&lt;br /&gt;
  //----- System Administration graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    SystemAdministration [label=&amp;quot;System Administration&amp;quot; URL=&amp;quot;[[System_administration]]&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    ARIS -&amp;gt; SystemAdministration;&lt;br /&gt;
  //----- System Information graph&lt;br /&gt;
    // Nodes&lt;br /&gt;
    SystemInformation [label=&amp;quot;System Information&amp;quot;];&lt;br /&gt;
    // Edges&lt;br /&gt;
    ARIS -&amp;gt; SystemInformation;}&lt;br /&gt;
&amp;lt;/graphviz&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
==Log in page==&lt;br /&gt;
[[File:Login_-_Made_with_Clipchamp.mp4|right|500px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
The first step to work with ARIS, once the software is properly downloaded and installed (see [[Installation and Upgrades|Installation and Upgrades]]), the users have to create each an identity (username and password). Entering these both credentials will allow the access to the software and the screen will show now the main page of the system.&lt;br /&gt;
If the username or password is incorrect, a red information box will pop up above the &#039;&#039;log in now&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
It is crucial to remember that the system has three different [[System administration#Roles|roles]] with different and complementary functionalities.&lt;br /&gt;
Consequently, at least three users need to exist, one with each different role &#039;&#039;System Administrator&#039;&#039;, &#039;&#039;Laboratory Technician&#039;&#039; and &#039;&#039;Laboratory Supervisor&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Since the interface is through a browser, we have all of its typical features.&lt;br /&gt;
Among others saving usernames and passwords (some browsers even do it by default).&lt;br /&gt;
Notice that in this case, this is not a good practice and should be avoided.&lt;br /&gt;
&amp;lt;/br&amp;gt;&lt;br /&gt;
&amp;lt;/br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
==Sidebar==&lt;br /&gt;
[[File:Sidebar.PNG|right|thumb|Sidebar found on the left side of the interface]]&lt;br /&gt;
The sidebar contains information about the user&#039;s account and is a tool to navigate between the different functionalities of the system. &amp;lt;/br&amp;gt;&lt;br /&gt;
At the very top of the orange sidebar, the software&#039;s name is displayed in a bold white font. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Just below the title, there is a small box that informs the user of the account currently in use, by means of the user&#039;s name and role corresponding to this username. &amp;lt;/br&amp;gt; &lt;br /&gt;
Underneath, there is a list of the different functionalities listed below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ Functionalities of the system&lt;br /&gt;
|-&lt;br /&gt;
! Functionality !! Description&lt;br /&gt;
|-&lt;br /&gt;
| [[Patients|Patients]] [[File:Patients.PNG|25px|right]] || Create and edit patients, as well as navigate through the patients list.&lt;br /&gt;
|-&lt;br /&gt;
| [[Requests|Requests]] [[File:Requests.PNG|25px|right]] || Create and edit requests, as well as different types of search.&lt;br /&gt;
|-&lt;br /&gt;
| [[Data analysis|Data analysis]] [[File:Data_Analysis.PNG|25px|right]] || Basic statistics on the performance of the laboratory.&lt;br /&gt;
|-&lt;br /&gt;
| [[Configuration|Configuration]] [[File:Configuration.PNG|25px|right]] || Options offered by the system in the different dropboxes of the forms.&lt;br /&gt;
|-&lt;br /&gt;
| [[System administration|System administration]] [[File:System_administration.PNG|25px|right]] || User administration and edition of software parameters.&lt;br /&gt;
|-&lt;br /&gt;
| System information [[File:System_Information.PNG|25px|right]] || Software license, version and credits.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
Most of these functionalities have subsets of actions that can be accessed through the small downward arrow to the right of the name. To change between actions, simply click on the desired functionality and the display will change.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
==General features==&lt;br /&gt;
; Arrow&lt;br /&gt;
:[[File:Arrow.PNG|left|50px]] This downward &amp;lt;u&amp;gt;arrow&amp;lt;/u&amp;gt; is present when there is a menu with different options to choose from. The user can filter the options by typing out normally in the box. The options displayed can be manipulated through the [[Configuration|Configuration]] functionality.&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
; Asterisk&lt;br /&gt;
:[[File:Asterisk.PNG|left|50px]] The red &amp;lt;u&amp;gt;asterisk&amp;lt;/u&amp;gt; represents a mandatory field. In other words, if a box contains an asterisk, it must be filled in order to keep doing the desired task. The current action in progress will not conclude until all the corresponding fields are filled.&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
; Delete&lt;br /&gt;
:[[File:Delete.PNG|left|50px]] This button is generally found in the [[Configuration|Configuration]] functionality. It allows the user to delete predefined instances of the different concepts, such as the regions or locations available in the creation of patients. There are exceptions to this action, the instances of some concepts are not deletable. For example, it is not possible to delete patients, requests or users.&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
; Editing&lt;br /&gt;
:In general, there is not any icon associated to the edition of elements. By simply clinking on the corresponding row, its details are displayed. These are then editable, except in the case of patients, that are read-only until a button to enable modifications is pressed.&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
:[[File:Patientinfo.PNG|left|50px]] The exception to this rule is the details of a test. In this case, this icon corresponds to the possibility of showing and potentially changing the results and notes of the test, as well as more information about the corresponding sample. This happens in the &#039;&#039;Analytical tests&#039;&#039; tab reached through either [[Requests#Introduce results|Introduce results]], [[Requests#Validate results|Validate results]] or [[Requests#Search historic|Historical requests]].&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
; Search bar&lt;br /&gt;
:[[File:Searchpatients.PNG|centre|750px]] There is a search box at the top of most of the forms that contain tables with lists of elements, like the [[Patients#Search and Edition|&#039;&#039;search patients&#039;&#039;]] or [[Requests#Create|&#039;&#039;create requests&#039;&#039;]] tabs. This search box allows the user to filter by different fields like name, phone, health facility ID, creation date or last modification date. To choose one of these, the user must click on the downwards arrow found to the right of &#039;&#039;search field&#039;&#039; and pick the desired field (this possibility is not available if the table contains only one column to be searched). Once the field is chosen, the user can type out the information corresponding to the search field in the box on the left.&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
:There is a system parameter that establishes the minimum number of elements required for the search box to be shown (i.e., tables with a small number of elements may not require a search functionality).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
; Locked item&lt;br /&gt;
:[[File:Lock.PNG|left|50px]] This icon appears attached to elements of a list that cannot be directly selected or deselected. This happens with groups of tests or profiles. Thus, choosing a group of tests does not allow removing any of its components, as they are an indivisible set.&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Navigation bar== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
; Language&lt;br /&gt;
[[File:Language1.PNG|left|50px]] &lt;br /&gt;
:The &amp;lt;u&amp;gt;language&amp;lt;/u&amp;gt; in use is displayed in the top right corner of the page, the user is able to change it depending on their preference by clicking on the text and choosing the language desired. There are currently two options of language for the system; English and Spanish.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
; Profile&lt;br /&gt;
[[File:Profile.PNG|left|50px]] &lt;br /&gt;
:When clicking on this icon, found in the top right corner of the page, two options will show up. The first, is the &amp;lt;u&amp;gt;log-out&amp;lt;/u&amp;gt; option, when pressing on this option, the page will change to the [[#Log in page|log in]] page, through which the user will be able to change the account they are using. The second icon, called &amp;lt;u&amp;gt;change password&amp;lt;/u&amp;gt;, when clicked will produce a pop-up window where the user might change their password.&lt;br /&gt;
:; &#039;&#039;Change password&#039;&#039;&lt;br /&gt;
::There are two ways of changing the password associated with the username:&lt;br /&gt;
::# The password can be changed by the user. All they have to do is press on the [[#Navigation bar|profile]] icon, click on change password, and a screen will come up with the title &#039;&#039;&#039;Change password&#039;&#039;&#039;. Next, the user must just fill in the required boxes with their current password, their desired password and, finally, confirm their new password.&lt;br /&gt;
::# Another method to change the password would involve accessing the [[System administration|system administration]] functionality and going to the [[System administration#Users|users]] tab. Once in this tab, the administrator can choose any other user, and click on edit user. Then, at the bottom of the page, the administrator can find two non-obligatory fields named &#039;&#039;password&#039;&#039; and &#039;&#039;repeat password&#039;&#039;. These must be filled in order to change the password.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
; Bluetooth (not visible by default)&lt;br /&gt;
[[File:Bluetooth.PNG|left|50px]] &lt;br /&gt;
:By default, this icon is hidden, because most laboratories are not going to use this functionality (only those participating in the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/Main_Page IMAGING project]). &lt;br /&gt;
To make it visible, the value of the corresponding system parameter needs to be modified.&lt;br /&gt;
For this, a &#039;&#039;System Administrator&#039;&#039; needs to log in and go to [[System_administration#Parameters|Parameters]].&lt;br /&gt;
There, they need to set &#039;bluetooth_enabler&#039; to &#039;&#039;Enable&#039;&#039;. &lt;br /&gt;
This will make the icon visible to all &#039;Laboratory Technicians&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
:When a &#039;&#039;Laboratory Technician&#039;&#039; clicks this icon, the system will enable the [[Bluetooth|Bluetooth connection]] of the system, and the users will be able to connect their mobile device to ARIS. This capability is used to transfer images from the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/MobileApp:Main Mobile App] in case of automatic tests. When Bluetooth is active, the icon will turn orange. From the moment the icon is orange, all the behaviour is managed from the [http://dl-prod.essi.upc.edu/IMAGINGwiki/index.php/MobileApp:Main Mobile App] (i.e., from ARIS interface, you can only enable or disable the Bluetooth and everything happens in the background). On clicking again, the feature will be disabled and the icon will be grey.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
	<entry>
		<id>https://dl-prod.essi.upc.edu/ARIS/index.php?title=Printed_Manual&amp;diff=3203</id>
		<title>Printed Manual</title>
		<link rel="alternate" type="text/html" href="https://dl-prod.essi.upc.edu/ARIS/index.php?title=Printed_Manual&amp;diff=3203"/>
		<updated>2025-05-08T07:08:12Z</updated>

		<summary type="html">&lt;p&gt;Alberto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[User Guide]]&lt;br /&gt;
* [[Patients]]&lt;br /&gt;
* [[Requests]]&lt;/div&gt;</summary>
		<author><name>Alberto</name></author>
	</entry>
</feed>