Skip to content

Markenji/capstone-project-crud-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

alt text

APLIKASI CRUD - Data Pasien Rumah Sakit

Menu Utama

Run the app

Clone the Repo

     git clone https://github.com/Markenji/capstone-project-crud-in-python.git

Close to the directory

    cd capstone-project-crud-in-python

Run the app

    python rms.py

Sample Data Pasien

    {   
        "kode" : "PS001",
        "nama" : "Taufik",
        "ruangan" : "RM001",
        "alamat" : "Pater",
        "umur" : 30,
        "status" : "Dirawat"
    }

Submenu melihat Daftar Pasien

  1. Melihat Daftar Seluruh Pasien
  2. Melihat Nama Pasien Melalui Kode
  3. Kembali ke Menu Utama

Submenu Pasien Check IN

  1. Pasien Check IN
  2. Kembali ke Menu Utama

Submenu Mengedit Data Pasien

  1. Edit Nama
  2. Edit Ruangan
  3. Edit Alamat
  4. Edit Umur
  5. Edit Status
  6. KELUAR

Submenu Pasien Check OUT

  1. Hapus Data Pasien
  2. Kembali ke Menu Utama

Submenu Cek History Kunjungan Pasien

  • Pasien yang telah pulang dan Sehat

About

In this code, it will contain crud in python with the contents of the markenji hospital patient theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages