随笔分类 -  ssts-hospital

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

点击右上角即可分享
微信分享提示