| | |
| | | import request from "@/utils/request"; |
| | | |
| | | // 基础数据 |
| | | export function getTopstatistics(data) { |
| | | // 门诊基础数据 |
| | | export function getoutpatientamount(data) { |
| | | return request({ |
| | | url: "/smartor/extemplate/list", |
| | | url: "/smartor/patouthosp/selectPatMedOuthospCount", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 在院/出院基础数据 |
| | | export function getInhospital(data) { |
| | | return request({ |
| | | url: "/smartor/patinhosp/selectPatMedInhospListCount", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 中部数据据 |
| | | export function getBarchart(data) { |
| | | return request({ |
| | | url: "/smartor/serviceSubtask/getSfFzInfoEveryMonth", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | |
| | | // 拿取中部数据大图 |
| | | export function getCentraldata(Id) { |
| | | return request({ |
| | | url: "/smartor/extemplate/remove/" + Id, |
| | | method: "get", |
| | | }); |
| | | } |
| | | // 拿取中部数据大图 |
| | | export function getMissiondata(Id) { |
| | | return request({ |
| | | url: "/smartor/extemplate/remove/" + Id, |
| | | method: "get", |
| | | url: "/smartor/serviceSubtask/getSfFzInfoEveryMonth", |
| | | ethod: "post", |
| | | data: data, |
| | | }); |
| | | } |