初始化
This commit is contained in:
18
src/api/AI/index.ts
Normal file
18
src/api/AI/index.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
import request from '/@/utils/request';
|
||||
/**
|
||||
* 自动ai生产阶段小结处理意见
|
||||
* @param recordCode
|
||||
* transferMode 0:普通输出 1:sse流式输出
|
||||
* @returns
|
||||
*/
|
||||
export function getAIResultForGetMedSummary(fromData) {
|
||||
return request({
|
||||
url: '/patient/hemo/med/record/getAIResultForGetMedSummary',
|
||||
method: 'post',
|
||||
headers: {
|
||||
'Content-Type': 'application/x-www-form-urlencoded'
|
||||
},
|
||||
params:fromData
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user