0.0.1-beta.5 • Published 1 year ago

@imedx/ics-imedx-disease-report-platform-js-sdk v0.0.1-beta.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Usage

npm i @imedx/ics-imedx-disease-report-platform-js-sdk@0.0.1

feature

0.0.1 初始提供

Features

  • 疾病报卡接口

Importing library

You can import the generated bundle to use the whole library generated by this starter:

import DiseaseReport from '@imedx/ics-imedx-disease-report-platform-js-sdk'

Test

   /**
   * 签署上报
   * @param visitId 就诊编码
   * @param deptId 科室编码
   * @param revisitFlag 复诊标记
   */
 public SignReport(visitId: string, deptId: string, revisitFlag: boolean): Promise<any> 
  
    /**
   *查询上报记录
   * @param visitId 就诊编码
   * @param deptId 科室编码
   * @param doctorId 医生编码
   */
 public Query(visitId: string, deptId: string, doctorId: string): Promise<any>
/**
   * 手动上报
   * @param visitId 就诊编码
   * @param deptId 科室编码
   */
  public ManualReport(visitId: string, deptId: string): Promise<any> 
0.0.1-beta.5

1 year ago

0.0.1-beta.4

1 year ago

0.0.1-beta.3

1 year ago

0.0.1-beta.2

1 year ago

0.0.1

1 year ago

0.0.1-beta.1

1 year ago