@imedx/ics-imedx-intf-health-card-js-sdk
v0.0.1
Published
电子健康卡接口SDK
Maintainers
Keywords
Readme
Usage
npm i @imedx/[email protected]feature
0.0.1 初始提供Features
Importing library
You can import the generated bundle to use the whole library generated by this starter:
import ChsPlatform from '@imedx/ics-imedx-intf-health-card-js-sdk'ChsPlatform
/**
* 医保读卡接口
* @param param 读卡入参
* @param param.eHealthCode string 二维码数据内容(必传)
* @param param.scene number 读卡场景(实际映射诊疗环节编码treatmentCode)
* @param param.hisDeptId string //His科室编码(非必传)
* @param param.hisDeptName string //His科室名称(非必传)
* @param param.ecDeptId string //健康卡科室编码(非必传)
* @param param.ecDeptName string //健康卡科室名称(非必传)
* @param param.otherParam string //其他参数(非必传)
*/
ReadCard({ eHealthCode, scene, hisDeptId, hisDeptName, ecDeptId, ecDeptName, otherParam}: { eHealthCode: string, scene: number, hisDeptId: string, hisDeptName: string, ecDeptId: string, ecDeptName: string, otherParam: string }): Promise<any> 