scholarly journals Pengembangan Sistem Informasi PERISAI (Pelaporan Mandiri saat Isolasi) untuk Orang Dalam Pemantauan Covid-19

2020 ◽  
Vol 3 (2) ◽  
pp. 95-111
Author(s):  
Silvia ◽  
Eriyanto Adhi Setyawan ◽  
Ninon Nurul Faiza ◽  
Asmawi Tri Prabowo ◽  
Hafidz Adnan Adnan ◽  
...  
Keyword(s):  

—Salah satu langkah pencegahan penyebaran virus COVID-19 dapat dilakukan dengan cara melakukan karantina terhadap kelompok orang berisiko diantaranya ODP (Orang Dalam Pemantauan) selama 14 hari dan surveilans/pemantauan kondisi kesehatan ODP tersebut selama masa karantina sebagaimana panduan yang diterbitkan Kementrian Kesehatan Indonesia berupa Kartu Kewaspadaan Kesehatan Pedoman dan Pencegahan Pengendalian COVID-19. Upaya karantina/isolasi mandiri dilakukan sebagai metoda untuk membatasi seseorang atau sekelompok orang dalam suatu wilayah yang diduga terinfeksi penyakit dan/atau terkontaminasi. Namun pemantauan terhadap kepatuhan pelaksanaan isolasi mandiri sulit dilakukan karena puskesmas sebagai unit fasilitas kesehatan yang ditugaskan untuk melakukan pemantauan tidak memiliki alat pantau yang dapat menjamin kepatuhan ODP selama masa isolasi. PERISAI merupakan sistem informasi yang bertujuan untuk mendukung pemantauan ODP yang dapat dilaksanakan secara merata diseluruh daerah terutama bagi penduduk yang baru tiba setelah melakukan perjalanan dari daerah yang memiliki riwayat transmisi lokal COVID-19 dengan konsep digitisasi Kartu Kewaspadaan Kesehatan. PERISAI dikembangkan terbatas pada pengelolaan informasi ODP yang dapat digunakan oleh puskesmas dibawah naungan dinas kesehatan di lingkungan Kabupaten/Kota. Dengan demikian, petugas puskesmas dapat memonitoring proses isolasi mandiri yang dilakukan oleh ODP melalui aplikasi web dan ODP juga dapat melaporkan kondisi kesehatannya secara berkala melalui aplikasi mobile. Sistem informasi PERISAI dikembangkan menggunakan model pengembangan protoyping yang menghasilkan beberapa modul sistem yaitu web aplikasi, mobile aplikasi serta REST API sebagai alat komunikasi sistem

Author(s):  
Agung Riyadi

The One of many way to connect to the database through the android application is using volleyball and RESTAPI. By using RestAPI, the android application does not directly connect to the database but there is an intermediary in the form of an API. In android development, Android-volley has the disadvantage of making requests from large and large data, so an evaluation is needed to test the capabilities of the Android volley. This research was conducted to test android-volley to retrieve data through RESTAPI presented in the form of an application to retrieve medicinal plant data. From the test results can be used by volley an error occurs when the back button is pressed, in this case another process is carried out if the previous volley has not been loaded. This error occurred on several android versions such as lollipops and marshmallows also on some brands of devices. So that in using android-volley developer need to check the request queue process that is carried out by the user, if the data retrieval process by volley has not been completed, it is necessary to stop the process to download data using volley so that there is no Android Not Responding (ANR) error.Keywords: Android, Volley, WP REST API, ANR Error


2018 ◽  
Vol 10 (1) ◽  
pp. 19-26 ◽  
Author(s):  
Muhammad Iqbal Perkasa ◽  
Eko Budi Setiawan

Data is one of the most important things in this information and information technology era that evolving now. Currently, the government still has not used the public data maximally for administrative purposes. Utilization of this big population data is the creation of a web service application system with REST API where this data will be open and accessible to those who have access. One of the institutions that use this service is the Manpower and Transmigration Service where this system can make the Dinas staff more efficient to create and register job search cards using available community data. This application is able to provide and facilitate many parties, such as data administrators to monitor data usage, registration employee in input data, and people able to register independently. Index Terms—Web service, API, Rest api, People data


Author(s):  
Леонид Сергеевич Сенько
Keyword(s):  

В данной статье рассматриваются понятие REST API, обобщение основных уязвимостей REST API от OWASP, а также приведены рекомендации к проведению аудита безопасности REST API. This article discusses the concept of REST API, summarizes the main vulnerabilities of the rest API from OWASP, and provides recommendations for conducting a security audit of the REST API.


Author(s):  
Adian Fatchur Rochim ◽  
Abda Rafi ◽  
Adnan Fauzi ◽  
Kurniawan Teguh Martono

The use of information technology these days are very high. From business through education activities tend to use this technology most of the time. Information technology uses computer networks for integration and management data. To avoid business problems, the number of network devices installed requires a manageable network configuration for easier maintenance. Traditionally, each of network devices has to be manually configured by network administrators. This process takes time and inefficient. Network automation methods exist to overcome the repetitive process. Design model uses a web-based application for maintenance and automates networking tasks. In this research, the network automation system implemented and built a controller application that used REST API (Representational State Transfer Application Programming Interface) architecture and built by Django framework with Python programming language. The design modeled namely As-RaD System. The network devices used in this research are Cisco CSR1000V because it supports REST API communication to manage its network configuration and could be placed on the server either. The As-RaD System provides 75% faster performance than Paramiko and 92% than NAPALM.


Author(s):  
Sean B. Cleveland ◽  
Anagha Jamthe ◽  
Smruti Padhy ◽  
Joe Stubbs ◽  
Michale Packard ◽  
...  
Keyword(s):  

2014 ◽  
pp. 249-261
Author(s):  
Azat Mardan
Keyword(s):  

Author(s):  
Fernando Doglio
Keyword(s):  

2014 ◽  
Author(s):  
Felipe V Leprevost

The neXtProt database is a comprehensive knowledge platform recently adopted by the Chromosome-centric Human Proteome Project as the main reference database. The primary goal of the project is to identify and catalog every human protein encoded in the human genome. For such, computational approaches have an important role as data analysis and dedicated software are indispensable. Here we describe Bio::DB::NextProt, a Perl module that provides an object-oriented access to the neXtProt REST Web services, enabling the programatically retrieval of structured information. The Bio::DB::NextProt module presents a new way to interact and download information from the neXtProt database. Every parameter available through REST API is covered by the module allowing a fast, dynamic and ready-to-use alternative for those who need to access neXtProt data. Bio::DB::NextProt is an easy-to-use module that provides automatically retrieval of data, ready to be integrated into third-party software or to be used by other programmers on the fly. The module is freely available from from CPAN (metacpan.org/release/Bio-DB-NextProt) and GitHub (github.com/Leprevost/Bio-DB-NextProt) and is released under the perl\_5 license.


Sign in / Sign up

Export Citation Format

Share Document