随笔分类 - ssts-hospital
摘要:记录时间:2024-03-20 文件结构 翻译 搜索 复制
阅读全文
摘要:记录时间:2024-03-20 文件结构 翻译 搜索 复制
阅读全文
摘要:记录时间:2024-03-19 暂不开源内容
阅读全文
摘要:记录时间:2024-03-19 暂不开源内容
阅读全文
摘要:记录时间:2024-03-19 一、base-data.ts // 基础数据 const BaseData = { // timeNames(按医院修改午别编码对应关系) // 上午,下午,全天 timeNames: { 上午: '1', 下午: '2', 全天: '0' }, // sexList
阅读全文
摘要:记录时间:2024-03-19 文件结构 business/index.ts // 基础部分 import * as BizBase from './biz-base' // 自定义部分 import * as BizCustom from './biz-custom' // 项目部分 import
阅读全文
摘要:记录时间:2024-03-18 一、系统架构五大核心 (1)store:集中式数据状态管理 (2)system:系统级工具与服务 (3)adapter:统一化接口适配器 (4)device-driver:模块化设备驱动器 (5)flow-page:配置化流程与页面 二、核心模块文件结构 三、系统架构
阅读全文
摘要:记录时间:2024-03-18 一、useFlowPage模块实现 types/page-config.ts // 定义 PageCheckDo 类型 interface PageCheckDo { function: string meaning: string msg: string voice
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/bill-validator-device.ts import { EventFunctionType, EventResultType } from '@/typ
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/pin-common-device.ts import { EventFunctionType, EventResultType } from '@/types'
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/siu-common-device.ts import { EventFunctionType, EventResultType } from '@/types'
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/bcr-common-device.ts import { EventFunctionType, EventResultType } from '@/types'
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/ptr-document-device.ts import { EventFunctionType, EventResultType } from '@/types
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/ptr-receipt-device import { EventFunctionType, EventResultType } from '@/types' im
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/idc-swipe-device.ts import { EventFunctionType, EventResultType } from '@/types' i
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/idc-contactless-device.ts import { EventFunctionType, EventResultType } from '@/ty
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/idc-inductive-device.ts import { EventFunctionType, EventResultType } from '@/type
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/idc-ssc-motor-device.ts import { EventFunctionType, EventResultType } from '@/type
阅读全文
摘要:一、设备驱动模块实现 service/device-driver/ezware/function-ws/idc-motor-device.ts import { EventFunctionType, EventResultType } from '@/types' import { EZMessag
阅读全文
摘要:记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/crd-common-device.ts import { EventFunctionType, EventResultType } from '@/types'
阅读全文