项目作者: KamrulSh

项目描述 :
A hospital management module for creating patient, doctor, department, medical test, and appointments.
高级语言: Python
项目地址: git://github.com/KamrulSh/km_hospital.git
创建时间: 2021-09-09T06:00:33Z
项目社区:https://github.com/KamrulSh/km_hospital

开源协议:

下载


km_hospital

Created an hospital management module where there are 5 menus for Patients, Doctors, Departments, Appointments, Medical test.
Each menu have different views (Tree, Form, Search).

0. Patients model & view:

Here all the patients information will show in tree view and there is an option for creating new Patient information.

Patients1

Shows all the patients information on the specific row.

Departments3

One2many: One Patients have many appointments.

Patients2

1. Doctors model & view:

Here all the Doctors information will show and there is an option for creating new Doctor information.

Doctors1
Doctors2
Doctors3

Advanced map view is implemented for showing doctor’s location.
Doctors4

2. Department model & view:

Here all the Department information will show and there is an option for creating new Department.

Department1

3. Appointments model & view:

Here all the Appointments information will show and there is an option for creating new Appointments.

Appointments1
Appointments2
Appointments3
Appointments list view:
Appointments4
Appointments kanban view:
Appointments5
Appointments calender view:
Appointments6
Appointments pivot view:
Appointments7
Appointments gantt view:
Appointments8
Appointments graph view:
Appointments9