<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>system for the management of clinical laboratory test, applied to health facilities in rural areas</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Noelia Mantilla-Flores</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Wilver Auccahuasi</string-name>
          <email>wilver.auccahuasi@upn.edu.pe</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Universidad Continental</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Huancayo</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Health center, Web system, medical information</institution>
          ,
          <addr-line>database, application, clinical analysis</addr-line>
        </aff>
      </contrib-group>
      <fpage>83</fpage>
      <lpage>94</lpage>
      <abstract>
        <p>When visiting health facilities in the interior of Peru, considered as rural areas, we mostly found many shortcomings in the management of health facilities, which is not allowing efficient management, one of the processes is the registration of clinical and pathological analysis, the information they have are in Excel books or notebooks, which makes it difficult to search for patient and processing reports, stopping the good service in health facilities and delays the patient waiting for their results. In this paper we present the design of a web system for the process of care in the clinical laboratory service in health facilities in rural areas, we present the details of the implementation, the main interfaces and a statistic related to the application.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The use of technology in the area of health is playing an important role in the democratization of
health, which is why many of the innovations in health are supported by technology, we find work
related to the use of brain-computer interfaces, in order to characterize the behavior of the human brain
in different situations [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The use of technology is related to the use of new communication protocols.
If we work with current devices, we must use the latest generation of communication protocols and
devices for wireless communication, allowing greater connectivity to take advantage of the benefits of
medical equipment [
        <xref ref-type="bibr" rid="ref2 ref3">2,3</xref>
        ]. These devices are related to state-of-the-art technologies, such as virtual
reality and the human-computer interface [
        <xref ref-type="bibr" rid="ref4 ref5">4,5</xref>
        ].
      </p>
      <p>
        Technology in healthcare is being used from the design of simulation models for different
applications [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. We also find applications where new technologies such as RFID are applied to ensure
medical information and availability [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. These new technologies are being used in new devices, as well
as in mobile devices [
        <xref ref-type="bibr" rid="ref8 ref9">8,9</xref>
        ]. All of them with the intention of being able to manage medical information
in the different health centers and in the services that health centers can provide [10,11].
      </p>
      <p>The works described are related to the use and implementation of technologies in health centers,
located mainly in cities, for the case of towns or rural areas, this situation is contrary, showing a need
for the use of technology and new equipment, the intention of this research is to propose a solution for
the clinical laboratory service, helping in the process of patient registration and reporting of test results,
we explain in detail the implementation and an evaluation of its implementation.</p>
      <p>2023 Copyright for this paper by its authors.
CEUR</p>
      <p>ceur-ws.org</p>
    </sec>
    <sec id="sec-2">
      <title>2. Materials and Methods</title>
      <p>The materials we present are related to the description of the problem and the description of the
implementation of the web system:
2.1.</p>
    </sec>
    <sec id="sec-3">
      <title>Description of the problem</title>
      <p>Currently there is a gap between health services in rural areas compared to services in cities, this
gap makes it possible that many of the services are slow and complicated, one of the basic services is
related to the management of laboratory tests, where it is based on the registration in notebook or Excel
files. This way of working is very common in rural areas.</p>
      <p>The development of a web system for the processes related to the management of a clinical
laboratory section, will allow to establish more effective procedures for the registration and search of
laboratory tests, where it will be possible to consider the time of registration of patient data, the system
will reduce the time of issuance of results and we will achieve an improvement in patient satisfaction
with respect to care.
2.2.</p>
    </sec>
    <sec id="sec-4">
      <title>Description of the method</title>
      <p>The following is the description of the method and procedures for the implementation of the system,
where a three-layer architecture is considered:
1. Presentation layer: Know as client layer. It refers to the user delivery, that is, it has an
interaction with the user through the application interface.
2. Business logic layer: for data validation, dynamic content management and generation of
information for the user. In this layer, the customer’s request is taken and related to the data
layer for data storage.
3. Data layer: this layer contains the data used by the application, that is, data that has to do with
how and how the information is stored and how you have to get to it. To communicate with the
data, it does so through and API.</p>
      <p>This architecture is used by several interested entities around the world through a network. We can
mention that the architecture consists of two parts: a client and a server, so you can install two types of
applications:</p>
    </sec>
    <sec id="sec-5">
      <title>2.2.1. Client Side</title>
      <p>We execute the code on the user's machine, the server provides the application and the browser is
responsible for executing. For this application model, clients must have a compatible browser and
application specifications, known as script. The client-side languages can be HTML, CSS and
JavaScript, among the best known. There are also frameworks that facilitate the development work such
as Angular or Booststrap (Berenguel Gómez, 2015).</p>
      <p>Unlike the client side, the server runs the application, forming an HTML code that is returned so
that it can be sent to the client through the HTTP protocol. The server executes the script, reducing
compatibility issues with client browsers. Some server-side languages include PHP. Java. Python, C#,
etc. Server-side scripts are secure, unlike client-side scripts, which are flat files making them vulnerable
to attacks.
2.2.2. Backend</p>
      <p>Part of the server, responsible for the correct functioning of the logical layer of the application. The
application receives, processes and sends the data to be presented to the client.</p>
      <p>In the backend we create the connection with the database, apply logical functions and manage the
security of the application.</p>
      <p>Backend Elements
•
•
•
•</p>
      <sec id="sec-5-1">
        <title>Server: it can be Apache, XAMPP, Nginx, IIS, among others. Database: some are generally used such as MySQL, SQL Server, Oracle and PostgreSQL. Programming language: The backend also uses technologies such as Python, Ruby, NodeJS, Java, .Net, PHP, etc.</title>
        <p>API: Rest or Soap</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>2.2.3. Frontend</title>
      <p>It is on the client side, i.e. the part of the application that has a direct interaction with the user. Web
technologies such as HTML, CSS or JavaScript are used to develop the components with which the
user will interact and frameworks such as React, Angular, Bootstrap, among others, can be used.</p>
      <p>Before the complexity was on the server side (backend), if any change was required in the web page
needed to be reloaded to the same, however, came AJAX (Asynchronous JavaScript and XML). This
technology is a set of techniques that allows you to create asynchronous applications, which means that
you can receive or send information to the server without reloading the page, since these processes are
performed in the background.</p>
      <p>In Figure 2, we present the diagram of the implemented database, where we have the tables of type
of examination, such as urine, urocoltivo, blood, complete hemoglobin, hemogram, parasitology.</p>
      <p>In Figure 3, we present the detail of the files needed to run the database, it is necessary for the
development, to know how the database is structured and the files needed for its correct operation.</p>
      <p>Figure 4 shows the main files of the System, for the execution of the Web System, where the System
starts with the execution of the file "Admision.exe". Next, we present the interfaces developed for the
functionalities of the System:
•</p>
      <sec id="sec-6-1">
        <title>Administrator user login</title>
        <p>Figure 5 shows the validation of the user who will use the system. Each user, who is a health center
worker, must be registered in the system and have a user name and password.</p>
        <p>Figure 7 shows the main menu interface, where we have the processes of patient entry, laboratory
test registration, analysis registration and results reporting.</p>
        <p>Figure 8 shows the patient registration interface, where it is necessary to present the national identity
document.</p>
        <p>Figure 9 shows the registration of new patients, where the main personal data are recorded. After
having registered the data, the next procedure is to register the samples for clinical analysis, as shown
in the following figure:</p>
        <p>Figure 10 shows the registration of a clinical laboratory examination, where the personal data and
the laboratory procedures to be analyzed, which are the different types of examinations, are registered.</p>
        <p>Figure 11 shows the results of the report of the tests performed, after having finished the clinical
analysis process, the search is performed by searching by patients, organizing the results according to
the dates of the tests performed.
Number
of tests</p>
        <p>Test
without
result</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>3. Results</title>
      <p>This work was carried out based on the problem of the process that is performed in health facilities
in rural areas, applied to the Peruvian reality, health centers located in rural areas, mostly do not have
computer systems for the management of health processes, one of the important processes in medical
diagnosis, is related to clinical laboratory tests, The implementation of the proposal is important because
it allows the automation of clinical processes in health centers in rural areas, which allows the
registration of patient data and the issuance of patient results, we can keep track of tests performed, to
keep track of the tests performed, as well as the waiting time to perform the registration and the time to
view the results.</p>
      <p>As a mechanism for evaluating the level of impact generated by the proposal, we performed a
descriptive analysis with different indicators, as described below:</p>
      <p>Indicator: number of Laboratory examinations with no result due to technical error, evaluated before
and after the implementation of the proposal.</p>
      <p>In Table 1, we can see that, from a sample of 100 tests analyzed in the same period of time, before
the implementation of the proposal, there was an average of 18 tests without results due to the effect of
the work done on sheets and written by the same health personnel, with the use of the proposal there
are 100% of tests with results, due to the use of the system, working on the premise that all tests recorded
have results.</p>
    </sec>
    <sec id="sec-8">
      <title>4. Conclusion</title>
      <p>The conclusions we reached at the end of this research, is related to the development and
implementation of computer systems, dedicated to improving the management processes of health
processes, in our case applied to health centers in rural areas, it is evident that with the use of the
proposal will improve the care of laboratory tests, resulting in improved management of human
resources, equipment, supplies and laboratory materials, which can improve the degree of satisfaction
by the users of health services that are patients in rural areas.</p>
      <p>The implementation of new health services management processes allows for the streamlining of
procedures in health facilities in rural areas, as well as the connection with reference centers in the
regions, thus integrating them into the National Health System, all of this to achieve user satisfaction
with health services. In relation to the development of the proposal, it allows to expand its scope by
implementing the visualization of laboratory tests over time, as well as to have the results of all tests
performed.</p>
    </sec>
    <sec id="sec-9">
      <title>5. References</title>
      <p>[10] Auccahuasi, W., Urbano, K., Ovalle, C., Felippe, M., Pacheco, O., Sandivar, J., ... &amp; Ruiz, M.
(2021). Methodology for the development of technological solutions, based on heterogeneous
communication protocols: IOT+ RFID.
[11] Auccahuasi, W., Ovalle, C., Ayvar, Z., Aybar, J., Quispe, R., Farfan, A., ... &amp; Lovera, D. (2021).</p>
      <p>Low-cost system for the management of hospital services, applied to hospitalized patients through
the use of IoT technology.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Herrera</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auccahuasi</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rojas</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hilario</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Flores</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huaranja</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Sernaque</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Study of mental states in online classes caused by COVID-19, using brain-computer interface</article-title>
          .
          <source>In CEUR Workshop Proceedings</source>
          (Vol.
          <volume>3010</volume>
          , pp.
          <fpage>30</fpage>
          -
          <lpage>35</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Auccahuasia</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ovalle</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ayvar</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aybar</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Quispe</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lovera</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Ruiz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Methodology for the optimization of resources, applied to virtual reality, through the use of WIFI network 6</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Auccahuasi</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ovalle</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bernardo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Felippe</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pacheco</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lovera</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Ruiz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Connectivity pattern analysis for virtual simulation design, based on high-performance game analysis</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Auccahuasi</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Urbano</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ovalle</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Felippe</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pacheco</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sandivar</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Ruiz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Design of a low-cost virtual reality system, as an aid mechanism in online classes for children</article-title>
          .
          <source>In CEUR Workshop Proceedings</source>
          (Vol.
          <volume>2869</volume>
          , pp.
          <fpage>25</fpage>
          -
          <lpage>31</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Auccahuasi</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ovalle</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ayvar</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aybar</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Quispe</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lovera</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Perez</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Methodology to evaluate the levels of attention and meditation in the development of virtual classes through BCI devices</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Pando-Ezcurra</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auccahuasi</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saenz Arenas</surname>
            ,
            <given-names>E. R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Rosario</given-names>
            <surname>Pacahuala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. A.</given-names>
            ,
            <surname>González Ponce de León</surname>
          </string-name>
          ,
          <string-name>
            <surname>E. R.</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Olaya</given-names>
            <surname>Cotera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            , ... &amp;
            <surname>Herrera</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Method for the analysis of health personnel availability in a pandemic crisis scenario through Monte Carlo Simulation</article-title>
          .
          <source>Applied Sciences</source>
          ,
          <volume>12</volume>
          (
          <issue>16</issue>
          ),
          <fpage>8299</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Auccahuasi</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herrera</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rojas</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martinez</surname>
            ,
            <given-names>H. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponce</surname>
            ,
            <given-names>E. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sotomayor</surname>
            ,
            <given-names>D. Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Salazar</surname>
            ,
            <given-names>J. L. H.</given-names>
          </string-name>
          (
          <year>2022</year>
          ,
          <article-title>August)</article-title>
          .
          <article-title>Method for registration of vaccines for covid 19, through nfc technology</article-title>
          .
          <source>In Journal of Physics: Conference Series</source>
          (Vol.
          <volume>2318</volume>
          , No.
          <volume>1</volume>
          , p.
          <fpage>012030</fpage>
          ). IOP Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Alvarez</surname>
            ,
            <given-names>M. S. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponce</surname>
            ,
            <given-names>E. A. L.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Auccahuasi</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          (
          <year>2022</year>
          ,
          <article-title>August)</article-title>
          .
          <article-title>Design of a mobile application for the vaccination registry of children under 5 years</article-title>
          .
          <source>In Journal of Physics: Conference Series</source>
          (Vol.
          <volume>2318</volume>
          , No.
          <volume>1</volume>
          , p.
          <fpage>012016</fpage>
          ). IOP Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Herrera</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ovalle</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Urbanoc</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bernardo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pereze</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farfan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Auccahuasi</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Methodology for the Implementation of an interoperability protocol between RFID-NFC, applied to the registration of vaccines for COVID-19.</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>