增加同步接口以及功能
This commit is contained in:
parent
ec21ddbaf8
commit
851b555172
@ -18,6 +18,7 @@ export interface PatientitemsVO {
|
||||
itemStatus: string // 0:未检 1:已检 2:放弃 3:挂起,择日检(待查)
|
||||
createTime: Date // 创建时间
|
||||
positive: string // 是否阳性 1:阳性
|
||||
analyse: string // 检查结果分析
|
||||
inspectdoctor: string // 检查医生
|
||||
inspecttime: Date // 检查时间
|
||||
groupname: string // 模块名称
|
||||
@ -70,4 +71,9 @@ export const PatientitemsApi = {
|
||||
exportPatientitems: async (params) => {
|
||||
return await request.download({ url: `/Inspect/patientitems/export-excel`, params })
|
||||
},
|
||||
|
||||
//同步患者数据和检查项
|
||||
createPatientapiInfo: async () => {
|
||||
return await request.get({ url: `/Inspect/patientitems/apiPatientInfo` })
|
||||
}
|
||||
}
|
||||
|
@ -108,7 +108,7 @@ const getImageUrls = async () => {
|
||||
'ultrasound': ['ultrasound', 'us', '超声', '彩超', 'b超', 'doppler'],
|
||||
'ecg': ['ecg', 'ekg', '心电图', 'electrocardiogram'],
|
||||
'blood': ['blood', 'cbc', '血常规', '血液', 'bloodtest'],
|
||||
'urine': ['urine', 'ua', '尿常规', '尿液', 'urinalysis']
|
||||
'urine': ['urine', 'ua', '尿常规', '尿液', 'urinalysis','RT','rt']
|
||||
}
|
||||
|
||||
// 获取当前检查类型对应的匹配模式
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user