@imedx/ics-imedx-intf-chs-js-sdk
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -484,5 +484,6 @@ import { IntfPlatform } from '@imedx/ics-imedx-chromely-plugin-intf-platform'; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Register = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.Register, { | ||
@@ -493,3 +494,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -506,5 +508,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.RegisterUpdate = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.RegisterUpdate, { | ||
@@ -516,3 +519,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -529,5 +533,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.RegisterCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.RegisterCancel, { | ||
@@ -539,3 +544,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -553,5 +559,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.FeeTransfer = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.FeeTransfer, { | ||
@@ -564,3 +571,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -578,5 +586,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.FeeTransferCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.FeeTransferCancel, { | ||
@@ -589,3 +598,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -603,5 +613,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.PreSettle = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.PreSettle, { | ||
@@ -614,3 +625,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -628,5 +640,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.PreSettleCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.PreSettleCancel, { | ||
@@ -639,3 +652,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -653,5 +667,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Settle = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.Settle, { | ||
@@ -664,3 +679,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -678,5 +694,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.SettleCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.SettleCancel, { | ||
@@ -689,3 +706,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -702,5 +720,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.LeaveRegister = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.LeaveRegister, { | ||
@@ -712,3 +731,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -725,5 +745,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.LeaveRegisterCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.LeaveRegisterCancel, { | ||
@@ -735,3 +756,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -753,10 +775,10 @@ }; | ||
/** | ||
* 医保打印接口 | ||
* @param param 医保打印入参 | ||
* @param param.chsTypeId 医保类型Id | ||
* @param param.visitId 患者就诊Id | ||
* @param param.chsVisitId 医保就诊Id | ||
* @param param.businessCode 交易码 2601 | ||
* @param param.oPFlag 门诊住院 1-门诊 2-住院 | ||
*/ | ||
* 医保打印接口 | ||
* @param param 医保打印入参 | ||
* @param param.chsTypeId 医保类型Id | ||
* @param param.visitId 患者就诊Id | ||
* @param param.chsVisitId 医保就诊Id | ||
* @param param.businessCode 交易码 2601 | ||
* @param param.oPFlag 门诊住院 1-门诊 2-住院 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Report = function (_a) { | ||
@@ -763,0 +785,0 @@ var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag; |
@@ -491,5 +491,6 @@ (function (global, factory) { | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Register = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.Register, { | ||
@@ -500,3 +501,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -513,5 +515,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.RegisterUpdate = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.RegisterUpdate, { | ||
@@ -523,3 +526,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -536,5 +540,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.RegisterCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.RegisterCancel, { | ||
@@ -546,3 +551,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -560,5 +566,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.FeeTransfer = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.FeeTransfer, { | ||
@@ -571,3 +578,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -585,5 +593,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.FeeTransferCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.FeeTransferCancel, { | ||
@@ -596,3 +605,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -610,5 +620,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.PreSettle = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.PreSettle, { | ||
@@ -621,3 +632,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -635,5 +647,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.PreSettleCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.PreSettleCancel, { | ||
@@ -646,3 +659,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -660,5 +674,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Settle = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.Settle, { | ||
@@ -671,3 +686,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -685,5 +701,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.SettleCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.SettleCancel, { | ||
@@ -696,3 +713,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -709,5 +727,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.LeaveRegister = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.LeaveRegister, { | ||
@@ -719,3 +738,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -732,5 +752,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.LeaveRegisterCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return icsImedxChromelyPluginIntfPlatform.IntfPlatform.bussiness(constants.CHS_INTERFACE_CORE, constants.LeaveRegisterCancel, { | ||
@@ -742,3 +763,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -760,10 +782,10 @@ }; | ||
/** | ||
* 医保打印接口 | ||
* @param param 医保打印入参 | ||
* @param param.chsTypeId 医保类型Id | ||
* @param param.visitId 患者就诊Id | ||
* @param param.chsVisitId 医保就诊Id | ||
* @param param.businessCode 交易码 2601 | ||
* @param param.oPFlag 门诊住院 1-门诊 2-住院 | ||
*/ | ||
* 医保打印接口 | ||
* @param param 医保打印入参 | ||
* @param param.chsTypeId 医保类型Id | ||
* @param param.visitId 患者就诊Id | ||
* @param param.chsVisitId 医保就诊Id | ||
* @param param.businessCode 交易码 2601 | ||
* @param param.oPFlag 门诊住院 1-门诊 2-住院 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Report = function (_a) { | ||
@@ -770,0 +792,0 @@ var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag; |
@@ -78,5 +78,6 @@ "use strict"; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Register = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.Register, { | ||
@@ -87,3 +88,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -100,5 +102,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.RegisterUpdate = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.RegisterUpdate, { | ||
@@ -110,3 +113,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -123,5 +127,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.RegisterCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.RegisterCancel, { | ||
@@ -133,3 +138,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -147,5 +153,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.FeeTransfer = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.FeeTransfer, { | ||
@@ -158,3 +165,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -172,5 +180,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.FeeTransferCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.FeeTransferCancel, { | ||
@@ -183,3 +192,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -197,5 +207,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.PreSettle = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.PreSettle, { | ||
@@ -208,3 +219,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -222,5 +234,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.PreSettleCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.PreSettleCancel, { | ||
@@ -233,3 +246,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -247,5 +261,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Settle = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.Settle, { | ||
@@ -258,3 +273,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -272,5 +288,6 @@ }; | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.SettleCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, chargeSettleId = _a.chargeSettleId, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.SettleCancel, { | ||
@@ -283,3 +300,4 @@ chsTypeId: chsTypeId, | ||
serviceMode: serviceMode, | ||
chargeSettleId: chargeSettleId | ||
chargeSettleId: chargeSettleId, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -296,5 +314,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.LeaveRegister = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.LeaveRegister, { | ||
@@ -306,3 +325,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -319,5 +339,6 @@ }; | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.LeaveRegisterCancel = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag, serviceMode = _a.serviceMode, FeeRegion = _a.FeeRegion; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.LeaveRegisterCancel, { | ||
@@ -329,3 +350,4 @@ chsTypeId: chsTypeId, | ||
oPFlag: oPFlag, | ||
serviceMode: serviceMode | ||
serviceMode: serviceMode, | ||
FeeRegion: FeeRegion || 0 | ||
}); | ||
@@ -347,10 +369,10 @@ }; | ||
/** | ||
* 医保打印接口 | ||
* @param param 医保打印入参 | ||
* @param param.chsTypeId 医保类型Id | ||
* @param param.visitId 患者就诊Id | ||
* @param param.chsVisitId 医保就诊Id | ||
* @param param.businessCode 交易码 2601 | ||
* @param param.oPFlag 门诊住院 1-门诊 2-住院 | ||
*/ | ||
* 医保打印接口 | ||
* @param param 医保打印入参 | ||
* @param param.chsTypeId 医保类型Id | ||
* @param param.visitId 患者就诊Id | ||
* @param param.chsVisitId 医保就诊Id | ||
* @param param.businessCode 交易码 2601 | ||
* @param param.oPFlag 门诊住院 1-门诊 2-住院 | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Report = function (_a) { | ||
@@ -357,0 +379,0 @@ var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag; |
@@ -49,4 +49,5 @@ export default class IcsImedxIntfChsPlatformJsSdk { | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
Register({ chsTypeId, visitId, businessCode, oPFlag, serviceMode }: { | ||
Register({ chsTypeId, visitId, businessCode, oPFlag, serviceMode, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -57,2 +58,3 @@ visitId: string; | ||
serviceMode: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -68,4 +70,5 @@ /** | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
RegisterUpdate({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode }: { | ||
RegisterUpdate({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -77,2 +80,3 @@ visitId: string; | ||
serviceMode: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -88,4 +92,5 @@ /** | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
RegisterCancel({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode }: { | ||
RegisterCancel({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -97,2 +102,3 @@ visitId: string; | ||
serviceMode: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -109,4 +115,5 @@ /** | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
FeeTransfer({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId }: { | ||
FeeTransfer({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -119,2 +126,3 @@ visitId: string; | ||
chargeSettleId: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -131,4 +139,5 @@ /** | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
FeeTransferCancel({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId }: { | ||
FeeTransferCancel({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -141,2 +150,3 @@ visitId: string; | ||
chargeSettleId: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -153,4 +163,5 @@ /** | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
PreSettle({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId }: { | ||
PreSettle({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -163,2 +174,3 @@ visitId: string; | ||
chargeSettleId: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -175,4 +187,5 @@ /** | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
PreSettleCancel({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId }: { | ||
PreSettleCancel({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -185,2 +198,3 @@ visitId: string; | ||
chargeSettleId: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -197,4 +211,5 @@ /** | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
Settle({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId }: { | ||
Settle({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -207,2 +222,3 @@ visitId: string; | ||
chargeSettleId: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -219,4 +235,5 @@ /** | ||
* @param param.chargeSettleId his费用结算id | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
SettleCancel({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId }: { | ||
SettleCancel({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, chargeSettleId, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -229,2 +246,3 @@ visitId: string; | ||
chargeSettleId: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -240,4 +258,5 @@ /** | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
LeaveRegister({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode }: { | ||
LeaveRegister({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -249,2 +268,3 @@ visitId: string; | ||
serviceMode: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -260,4 +280,5 @@ /** | ||
* @param param.serviceMode 1-静默模式(自助/静默) 0-其他 | ||
* @param param.FeeRegion 1-挂号 0-其它 | ||
*/ | ||
LeaveRegisterCancel({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode }: { | ||
LeaveRegisterCancel({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag, serviceMode, FeeRegion }: { | ||
chsTypeId: string; | ||
@@ -269,2 +290,3 @@ visitId: string; | ||
serviceMode: string; | ||
FeeRegion: number; | ||
}): Promise<any>; | ||
@@ -282,10 +304,10 @@ /** | ||
/** | ||
* 医保打印接口 | ||
* @param param 医保打印入参 | ||
* @param param.chsTypeId 医保类型Id | ||
* @param param.visitId 患者就诊Id | ||
* @param param.chsVisitId 医保就诊Id | ||
* @param param.businessCode 交易码 2601 | ||
* @param param.oPFlag 门诊住院 1-门诊 2-住院 | ||
*/ | ||
* 医保打印接口 | ||
* @param param 医保打印入参 | ||
* @param param.chsTypeId 医保类型Id | ||
* @param param.visitId 患者就诊Id | ||
* @param param.chsVisitId 医保就诊Id | ||
* @param param.businessCode 交易码 2601 | ||
* @param param.oPFlag 门诊住院 1-门诊 2-住院 | ||
*/ | ||
Report({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag }: { | ||
@@ -292,0 +314,0 @@ chsTypeId: string; |
{ | ||
"name": "@imedx/ics-imedx-intf-chs-js-sdk", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "两定医保接口js-sdk", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
184853
2324
0