| | |
| | | data: data, |
| | | }); |
| | | } |
| | | // 指标统计 |
| | | export function Labelstatistics(Id) { |
| | | return request({ |
| | | url: "/smartor/serviceSubtaskDetail/countPatByTarget/" + Id, |
| | | method: "get", |
| | | }); |
| | | } |
| | | |
| | | // 删除指标 |
| | | export function deletetarget(userId) { |
| | | return request({ |
| | |
| | | return request({ |
| | | url: "/smartor/icd10/getInfo/" + Id, |
| | | method: "get", |
| | | }); |
| | | } |
| | | // 查询手术 |
| | | export function getbaseopera(data) { |
| | | return request({ |
| | | url: "/smartor/baseopera/list", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 查询指标疾病 |
| | |
| | | data:data, |
| | | }); |
| | | } |
| | | // 测试指标 |
| | | export function testtagerlist(data) { |
| | | return request({ |
| | | url: "/smartor/target/targetQuesMate", |
| | | method: "post", |
| | | data:data, |
| | | }); |
| | | } |
| | | |