| | |
| | | method: 'delete' |
| | | }) |
| | | } |
| | | |
| | | // 影像检查列表(骨密度和心电图) |
| | | export function getYxJcList(query) { |
| | | return request({ |
| | | url: '/picture/picture/getYxJcList', |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |
| | | |
| | | // 提交影像检查骨密度心电图结果接口 |
| | | export function addYxJcXx(query) { |
| | | return request({ |
| | | url: '/picture/picture/addYxJcXx', |
| | | method: 'get', |
| | | params: query |
| | | }) |
| | | } |
| | | |
| | | // 影像检查骨密度心电图页面点击体检人员展示体检项目接口 |
| | | export function getYxJcXx(tjNumber) { |
| | | return request({ |
| | | url: '/picture/picture/getYxJcXx', |
| | | method: 'get', |
| | | params: { |
| | | tjNumber: tjNumber |
| | | } |
| | | }) |
| | | } |
| | | |
| | | // 获取影像检查骨密度心电图结果接口 |
| | | export function getYxJcXxJg(tjNumber,proId) { |
| | | return request({ |
| | | url: '/picture/picture/getYxJcXxJg', |
| | | method: 'get', |
| | | params: { |
| | | tjNumber: tjNumber, |
| | | proId:proId |
| | | } |
| | | }) |
| | | } |
| | | |