Research Article

IASM: A System for the Intelligent Active Surveillance of Malaria

Algorithm 1

〈Data input〉.
(1) BEGIN
(2)   Click the button to select the corresponding original data file and upload.
(3)   Transfer data to the backend server.
(4)    Server analyze the data.
(5)    IF duplicate data THEN
(6)       Overwriting existing data.
(7)    ELSE
(8)       Storing the new original information data in the database.
(9) END