CN114691770A - LIS quality control system and method - Google Patents

LIS quality control system and method Download PDF

Info

Publication number
CN114691770A
CN114691770A CN202011599458.5A CN202011599458A CN114691770A CN 114691770 A CN114691770 A CN 114691770A CN 202011599458 A CN202011599458 A CN 202011599458A CN 114691770 A CN114691770 A CN 114691770A
Authority
CN
China
Prior art keywords
quality control
data
gdi
lis
dictionary
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011599458.5A
Other languages
Chinese (zh)
Inventor
不公告发明人
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Tianpeng Hengyu Technology Development Co ltd
Original Assignee
Beijing Tianpeng Hengyu Technology Development Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Tianpeng Hengyu Technology Development Co ltd filed Critical Beijing Tianpeng Hengyu Technology Development Co ltd
Priority to CN202011599458.5A priority Critical patent/CN114691770A/en
Publication of CN114691770A publication Critical patent/CN114691770A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to the technical field of medical treatment, in particular to a quality control drawing method of a Laboratory Information Management System, which is a drawing technology realized based on GDI + combined with a C # class library. The technical scheme adopted by the invention is as follows: a quality control drawing method and system based on GDI + and C # are provided. Comprises the following steps. 1. And creating a quality control diagram canvas through GDI + and C #. 2. And calculating drawing dimensions according to the captured quality control result, the well-maintained quality control basic parameter SD value and the target value, and generating a coordinate dictionary. 3. The dictionary array is transmitted into the method of the invention, a drawn quality control picture can be displayed, and the quality control picture can be previewed and printed for printing and binding as a book by personnel in inspection departments.

Description

LIS质控系统及方法LIS quality control system and method

技术领域technical field

本发明涉及医疗技术领域,特别涉及医院医学检验科质控模块。The invention relates to the field of medical technology, in particular to a quality control module of a hospital medical laboratory department.

背景技术Background technique

质控是使用特定的质控品在仪器上做测试,查验对比检验结果是否符合正常值范围,从而保证每次仪器都能以正常的状态进行检验测试,出具准确的检验报告。目前部分医院的医学检验科,是通过手工绘制质控报告的方式进行仪器的质控报告,绘制一张质控图耗时长,在仪器多、质控项目多的情况下,就质控工作量是很大的。Quality control is to use specific quality control products to test on the instrument to check whether the comparison test results conform to the normal value range, so as to ensure that the instrument can be tested in a normal state every time, and an accurate test report is issued. At present, the medical laboratory departments of some hospitals carry out the quality control report of the instrument by manually drawing the quality control report. It takes a long time to draw a quality control chart. In the case of many instruments and many quality control items, the quality control workload is is great.

本发明每天采集LIS质控数据,存储于SqlServer数据库,根据维护好的质控参数SD值和靶值,组成质控字典数据,将质控字典数据传输给本发明的绘图方法,即可绘制一张质控报告,不到一分钟即可完成一次多项目质控的多张质控报告。The present invention collects LIS quality control data every day, stores it in the SqlServer database, forms quality control dictionary data according to the maintained quality control parameter SD value and target value, transmits the quality control dictionary data to the drawing method of the present invention, and then draws a Multiple quality control reports for a multi-item quality control can be completed in less than one minute.

发明内容SUMMARY OF THE INVENTION

有鉴于此,本发明的目的就是提供一种能够帮助医院医生简单、有效处理LIS质控系统。In view of this, the purpose of the present invention is to provide a quality control system that can help hospital doctors handle LIS simply and effectively.

为了实现上述目的,本发明提供了LIS质控系统及方法。In order to achieve the above objects, the present invention provides an LIS quality control system and method.

1.基于lis系统向SqlServer数据库存储质控结果数据和基础数据,创建数据字典。1. Based on the lis system, store the quality control result data and basic data in the SqlServer database, and create a data dictionary.

所述LIS系统即实验室(检验科)信息系统,不仅是自动接收检验数据,打印检验报告,系统保存检验信息的工具,而且需要对各个仪器设备的质控起到管理和预警的作用。The LIS system is the laboratory (inspection department) information system. It is not only a tool for automatically receiving inspection data, printing inspection reports, and systematically storing inspection information, but also needs to play a role in the management and early warning of the quality control of various instruments and equipment.

所述质控结果数据即 各个仪器设备使用特定测试试剂测定仪器是否达到实验正常标准的测试结果;The quality control result data is the test result that each instrument and equipment uses a specific test reagent to determine whether the instrument reaches the normal standard of the experiment;

所述基础数据即完成质控报告所需要的信息数据(设备项目、设备质控SD值、质控靶值、质控结果,测试人员姓名);The basic data is the information data required to complete the quality control report (equipment item, equipment quality control SD value, quality control target value, quality control result, tester name);

所述数据字典即将质控结果、质控SD值、靶值、设备项目组成特定格式的临时列表数据。The data dictionary is to form temporary list data in a specific format from quality control results, quality control SD values, target values, and equipment items.

通过GDI技术创建空画布和绘图图面、然后使用C#语言中2D绘制方法绘制必须要的格式线条组成所需要的的报告单格式,将数据字典传递给绘图方法,绘图方法计算方差,确定原点后,开始绘制质控报告模板,并填充必要的结果数据和对应的负责人员。Create an empty canvas and drawing surface through GDI technology, then use the 2D drawing method in the C# language to draw the necessary format lines to form the required report form, pass the data dictionary to the drawing method, the drawing method calculates the variance, and determines the origin. , start to draw the quality control report template, and fill in the necessary result data and the corresponding responsible person.

所述GDI即Windows程序的图形输出通用接口。The GDI is a general interface for graphic output of Windows programs.

附图说明Description of drawings

图1为本发明的LIS质控系统及方法的实施例一的整体示意图;1 is an overall schematic diagram of Embodiment 1 of the LIS quality control system and method of the present invention;

具体实施方法Specific implementation method

S1:维护LIS系统质控基础数据(SD值、靶值); S2:lis首页将质控结果选中,点击 存为质控按钮,存为质控;S1: Maintain the basic quality control data of the LIS system (SD value, target value); S2: Select the quality control result on the lis home page, click the button to save as quality control, and save as quality control;

S3:通过GDI+和C# 技术 创建质控图画布; S4:质控图页面选中要查看的质控项目;S5:获取选中质控项目的质控结果和基础数据,绘制数据字典; S6:将数据字典传入本发明方法;S3: Create a quality control chart canvas through GDI+ and C# technology; S4: Select the quality control items to be viewed on the quality control chart page; S5: Obtain the quality control results and basic data of the selected quality control items, and draw a data dictionary; S6: Convert the data The dictionary is passed into the method of the present invention;

S7:通过GDI+和C# 技术 绘制质控图报告,并展示; S8:打印需要的报告单。S7: Draw and display the quality control chart report through GDI+ and C# technology; S8: Print the required report.

流程:录入质控基础数据SD值、靶值,在LIS系统将质控结果使用存为质控功能存储于数据库,打开质控报告功能,选择要打印质控报告的质控项目,系统根据选择的质控项目,按月查找质控数据,使用SD值和靶值、检验结果,计算质控数据,组成质控报告数据字典。然后将此数据字典传入绘图方法,根据字典数据 使用计算公式 计算出所要的报告值方差和标准差;确定原点,使用Bitmap 创建空画布和Graphics GDI+绘图图面,使用DrawLine和DrawString方法绘制线条和面板,使用DrawEllipse和FillEllipse绘制报告折线图;然后显示在页面上,点击打印按钮,即可打印出一张质控报告,进行装订。Process: Enter the SD value and target value of the quality control basic data, use the save as quality control function to store the quality control results in the database in the LIS system, open the quality control report function, and select the quality control item to print the quality control report. For the quality control items, find the quality control data on a monthly basis, use the SD value, target value, and test results to calculate the quality control data to form a quality control report data dictionary. Then pass this data dictionary into the drawing method, and use the calculation formula to calculate the required variance and standard deviation of the reported value according to the dictionary data; determine the origin, use Bitmap to create an empty canvas and Graphics GDI+ drawing surface, use DrawLine and DrawString methods to draw lines and Panel, use DrawEllipse and FillEllipse to draw a report line chart; then display it on the page, click the print button to print out a quality control report for binding.

Claims (2)

1. And creating a data dictionary based on the lis system for storing the quality control result data and the basic data in the SqlServer database.
2. The method comprises the steps of creating an empty canvas and a drawing picture through a GDI + technology, drawing necessary format lines to form a required report form by using a 2D drawing method in C # language, transmitting a data dictionary to the drawing method, calculating variance through the drawing method, drawing a quality control report template after determining an origin point, and filling necessary result data and corresponding responsible personnel.
CN202011599458.5A 2020-12-30 2020-12-30 LIS quality control system and method Pending CN114691770A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011599458.5A CN114691770A (en) 2020-12-30 2020-12-30 LIS quality control system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011599458.5A CN114691770A (en) 2020-12-30 2020-12-30 LIS quality control system and method

Publications (1)

Publication Number Publication Date
CN114691770A true CN114691770A (en) 2022-07-01

Family

ID=82131585

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011599458.5A Pending CN114691770A (en) 2020-12-30 2020-12-30 LIS quality control system and method

Country Status (1)

Country Link
CN (1) CN114691770A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101645108A (en) * 2009-06-09 2010-02-10 广东医卫互动信息科技有限公司 Quality contrast system and method for hospital clinical laboratories

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101645108A (en) * 2009-06-09 2010-02-10 广东医卫互动信息科技有限公司 Quality contrast system and method for hospital clinical laboratories

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
何剑虎;: "LIS临床检验室内质控系统设计", 中国医疗设备, no. 02, 15 February 2009 (2009-02-15), pages 38 - 41 *

Similar Documents

Publication Publication Date Title
Szajna et al. Assessment of augmented reality in manual wiring production process with use of mobile AR glasses
JP6060144B2 (en) Generating reports based on image data
US20130238363A1 (en) Medical examination assistance system and method of assisting medical examination
US20220125360A1 (en) Method and computer program for determining psychological state through drawing process of counseling recipient
Maraci et al. Toward point-of-care ultrasound estimation of fetal gestational age from the trans-cerebellar diameter using CNN-based ultrasound image analysis
Akinyode The use of structural equation modeling (SEM) in built environment disciplines
CN106202973A (en) Medical image computer-aided analysis system
CN110853740B (en) System and method for extracting image scanning scheme characteristics from DICOM image
CN105023295A (en) Human anatomy unit 3D model building method and teaching system
Simmons-Ehrhardt Open osteology: Medical imaging databases as skeletal collections
Moreira et al. DTDA: An R package to analyze randomly truncated data
CN114691770A (en) LIS quality control system and method
CN105683975B (en) Make it possible to effectively manage disposition plan and its amendment and the system and method updated
CN101114405A (en) Digitization experimental laboratory system and data control method thereof
CN104188691A (en) Method and system for auxiliary navigation positioning of ultrasonic images
JPH1124733A (en) Maintenance information management supporting device and method
Boyce et al. hexrd: Modular, open source software for the analysis of high energy x-ray diffraction data
Marion et al. Multi-modality medical image simulation of biological models with the Virtual Imaging Platform (VIP)
Pahl et al. Evaluation of UML modeling tools for clinical pathways used in health information systems
US20140129244A1 (en) Modifying time data values based on segment rules
JP2007280206A (en) Electronic medical chart system
CN110136253A (en) A kind of tubercle 3 D stereo shows device and equipment
Vardeman et al. Elementary statistical methods and measurement error
US20090009512A1 (en) Imaging system
Cruz-Bastida et al. Towards the objective assessment of fluoroscopy systems: development of a framework to aid the design of tasks and metrics

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination