├── B_scan.cpp ├── B_scan.h ├── PatientQueue.cpp ├── PatientQueue.h ├── README.md ├── doctor.cpp ├── doctor.h ├── hospital_queue_system.pro ├── hospital_queue_system.pro.user ├── img ├── 1.gif ├── 1.jpg ├── 10.jpg ├── 2.jpg ├── 3.jpg ├── 4.jpg ├── 5.jpg ├── 6.jpg ├── 7.jpeg ├── 7.jpg ├── 8.jpg └── 9.jpg ├── main.cpp ├── patient.cpp ├── patient.h ├── rsc.qrc ├── view.png ├── widget.cpp ├── widget.h ├── widget.ui └── 实验报告.pdf /B_scan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/B_scan.cpp -------------------------------------------------------------------------------- /B_scan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/B_scan.h -------------------------------------------------------------------------------- /PatientQueue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/PatientQueue.cpp -------------------------------------------------------------------------------- /PatientQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/PatientQueue.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/README.md -------------------------------------------------------------------------------- /doctor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/doctor.cpp -------------------------------------------------------------------------------- /doctor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/doctor.h -------------------------------------------------------------------------------- /hospital_queue_system.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/hospital_queue_system.pro -------------------------------------------------------------------------------- /hospital_queue_system.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/hospital_queue_system.pro.user -------------------------------------------------------------------------------- /img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/1.gif -------------------------------------------------------------------------------- /img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/1.jpg -------------------------------------------------------------------------------- /img/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/10.jpg -------------------------------------------------------------------------------- /img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/2.jpg -------------------------------------------------------------------------------- /img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/3.jpg -------------------------------------------------------------------------------- /img/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/4.jpg -------------------------------------------------------------------------------- /img/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/5.jpg -------------------------------------------------------------------------------- /img/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/6.jpg -------------------------------------------------------------------------------- /img/7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/7.jpeg -------------------------------------------------------------------------------- /img/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/7.jpg -------------------------------------------------------------------------------- /img/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/8.jpg -------------------------------------------------------------------------------- /img/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/img/9.jpg -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/main.cpp -------------------------------------------------------------------------------- /patient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/patient.cpp -------------------------------------------------------------------------------- /patient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/patient.h -------------------------------------------------------------------------------- /rsc.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/rsc.qrc -------------------------------------------------------------------------------- /view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/view.png -------------------------------------------------------------------------------- /widget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/widget.cpp -------------------------------------------------------------------------------- /widget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/widget.h -------------------------------------------------------------------------------- /widget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/widget.ui -------------------------------------------------------------------------------- /实验报告.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOODL-GIRL/hospital_queue_system/HEAD/实验报告.pdf --------------------------------------------------------------------------------