2025-12-24 发版,具体内容见发版日志
This commit is contained in:
12
openhis-ui-vue3/src/components/PatientList/api.js
Normal file
12
openhis-ui-vue3/src/components/PatientList/api.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
/**
|
||||
* 获取住院患者列表
|
||||
*/
|
||||
export function getPatientList(queryParams) {
|
||||
return request({
|
||||
url: '/reg-doctorstation/advice-manage/reg-patient-zk',
|
||||
method: 'get',
|
||||
params: queryParams,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user