Clinic Api
医生端Api
url | 传入参数 | 返回 |
---|---|---|
doctor/login | (string)username (string)password |
flag |
doctor/register | (string)username (string)password (string)name (string)sex (string)phoneNumber (string)email |
flag |
doctor/appointmentInformation | (string)date (int)doctorId |
flag Appointment |
doctor/allTreatmentRecords | (int)doctorId | flag TreatmentRecords |
doctor/treatmentRecordsOfSomeDay | (int)doctorId (string)date |
flag TreatmentRecords |
doctor/information | (int)doctorId | flag Doctor |
doctor/updateInformation | (string)username (string)password (string)name (string)sex (string)phoneNumber (string)email (int)doctorId (string)introduction |
flag |
doctor/waitingQueue | (int)doctorId | flag User |
doctor/nextCustomer | (int)doctorId (string)userName (date)time |
flag LeadMessage |
doctor/startTreat | (int)statusTableId (string)startTime |
flag |
doctor/endTreat | (int)statusTableId (string)endTime |
flag |
网友评论