@imedx/ics-imedx-intf-chs-js-sdk
Advanced tools
Comparing version 0.0.3-beta.7 to 0.0.3-beta.8
@@ -19,4 +19,4 @@ "use strict"; | ||
DataProcess: '2701', | ||
SettleReportPrint: '2601' | ||
SettleReportPrint: '2801' | ||
}; | ||
//# sourceMappingURL=constants.js.map |
@@ -368,7 +368,7 @@ "use strict"; | ||
* @param param.chsVisitId 医保就诊Id | ||
* @param param.businessCode 交易码 2601 | ||
* @param param.oPFlag 门诊住院 1-门诊 2-住院 | ||
* @param param.chsSettleId 医保结算ID | ||
*/ | ||
IcsImedxIntfChsPlatformJsSdk.prototype.Report = function (_a) { | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, businessCode = _a.businessCode, oPFlag = _a.oPFlag; | ||
var chsTypeId = _a.chsTypeId, visitId = _a.visitId, chsVisitId = _a.chsVisitId, oPFlag = _a.oPFlag, chsSettleId = _a.chsSettleId; | ||
return ics_imedx_chromely_plugin_intf_platform_1.IntfPlatform.bussiness(constants_1.default.CHS_INTERFACE_CORE, constants_1.default.SettleReportPrint, { | ||
@@ -378,4 +378,5 @@ chsTypeId: chsTypeId, | ||
chsVisitId: chsVisitId, | ||
businessCode: businessCode, | ||
oPFlag: oPFlag | ||
businessCode: constants_1.default.SettleReportPrint, | ||
oPFlag: oPFlag, | ||
chsSettleId: chsSettleId | ||
}); | ||
@@ -382,0 +383,0 @@ }; |
@@ -287,6 +287,6 @@ export default class IcsImedxIntfChsPlatformJsSdk { | ||
* @param param.chsVisitId 医保就诊Id | ||
* @param param.businessCode 交易码 2601 | ||
* @param param.oPFlag 门诊住院 1-门诊 2-住院 | ||
* @param param.chsSettleId 医保结算ID | ||
*/ | ||
Report({ chsTypeId, visitId, chsVisitId, businessCode, oPFlag }: { | ||
Report({ chsTypeId, visitId, chsVisitId, oPFlag, chsSettleId }: { | ||
chsTypeId: string; | ||
@@ -297,3 +297,4 @@ visitId: string; | ||
oPFlag: string; | ||
chsSettleId: string; | ||
}): Promise<any>; | ||
} |
{ | ||
"name": "@imedx/ics-imedx-intf-chs-js-sdk", | ||
"version": "0.0.3-beta.7", | ||
"version": "0.0.3-beta.8", | ||
"description": "两定医保接口js-sdk", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
382889
4904