Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (28 loc) · 706 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 706 Bytes

MIS-Backend

MIS的服务器后端。medicine模块使用C、Glib和JSON-Glib作为CGI程序实现,record和 prescription模块使用Racket作为CGI程序实现。

后端实现进度

medicine:

  • getAllMedicine
  • getHistoryByID
  • getHistoryOverview
  • increaseMedicine
  • modifyMedicine
  • addMedicine

record:

  • getAllTemplate
  • modifyTemplate
  • addTemplate
  • deleteTemplate
  • addRecord
  • getRecordList
  • getRecordByID
  • modifyRecordByID
  • deleteRecordByID

prescription:

  • getPrescriptionList
  • addPrescription
  • deletePrescription
  • getPrescriptionByID
  • getPendingPrescriptionList
  • handlePrescription