Skip to content

ahsanfirdaus1/program-input-data-rumah-sakit-pasien-covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Program Input Data Rumah Sakit Pasien Covid

image

Desktop Application that can obtain data about hospitals that have responsibility to take care of COVID patients. I make this application as a process of applying job as a course assistant in my campus.

Why Create This Application?

There are several things that encouraged me to create this application, such as:

  • Pandemic Situation
  • Experience as volunteer

Pandemic situations make impacts in every aspect of our lives that accelerate digitalization. As acceleration continues to grow, we need an application to make efficient movement on inputting covid patient data as well. On the other hand, I have experienced in volunteering for input data for hospital that take care of covid patient. That's why, I am curious to make this desktop application.

Database

Here's the database view for this application. database program input data rs covid

There's a file that I have uploaded for the database in sql format. But, if you want to create the database by your own, you can follow this step:

  1. Creating Database
create database infors;
  1. Using the database
use infors;
  1. Making table name datars
create table datars (

    -> KRS int(10) PRIMARY KEY,

    -> NamRS varchar(30),

    -> JumPas int(5),

    -> JumBed int(3),

    -> Tanggal date,

    -> Waktu time,

    -> Penginput varchar(15) );

After that, the database and its table can be used.

Prerequisites

Before starting the application, make sure you have installed python, XAMPP, and mysql connector as well.

Package

There are several packages that I use here, such as: image

Extra Note

If you have:

  • Input by clicking button save
  • Delete data by input the Kode RS and click button delete
  • Edit data by entering the newest data and clicking the update button

After that, you should click the refresh button in order to show the newest data in the table as well. If you get trouble on the refresh button, just make the path from os.startfile more specified based on your directory.

Closing

Thank you for reading my read.me file documentation. Hopefully this documentation can help you for using this application. Let me know, if you have any suggestion for improvement on this application. Thank you!

About

Program Python GUI Sederhana dengan memanfaatkan mysql (database lokal)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages