| | |
| | | data: data |
| | | }) |
| | | }; |
| | | |
| | | // 修改患者档案 |
| | | export function alterpatient(data) { |
| | | return request({ |
| | | url: '/smartor/patarchive/edit', |
| | | url: '/smartor/patarchive/saveOrUpdatePatInfo', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | |
| | | data: data |
| | | }) |
| | | }; |
| | | |
| | | // 患者详情 |
| | | export function particularpatient(userId) { |
| | | return request({ |
| | |
| | | method: 'get', |
| | | }) |
| | | }; |
| | | // 患者门诊详情 |
| | | export function Patientclinic(userId) { |
| | | return request({ |
| | | url: 'patouthosp/selectPatMedOuthospList' + userId, |
| | | method: 'get', |
| | | }) |
| | | }; |
| | | // 删除患者列表 |
| | | export function deletepatient(userId) { |
| | | return request({ |