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
gdi
data
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 quality control system and method
Technical Field
The invention relates to the technical field of medical treatment, in particular to a quality control module for medical clinical laboratory of hospitals.
Background
The quality control is to use a specific quality control product to test on the instrument, and check and compare whether the inspection result meets the normal value range, thereby ensuring that the instrument can carry out inspection and test in a normal state every time and issuing an accurate inspection report. At present, in some medical clinical laboratories of hospitals, quality control reports of instruments are performed in a manner of manually drawing the quality control reports, drawing a quality control graph takes a long time, and under the conditions of a plurality of instruments and a plurality of quality control projects, the quality control workload is very large.
According to the invention, LIS quality control data are collected every day and stored in an SqlServer database, quality control dictionary data are formed according to the well-maintained quality control parameter SD value and the target value, and the quality control dictionary data are transmitted to the drawing method, so that one quality control report can be drawn, and a plurality of quality control reports of once multi-project quality control can be completed in less than one minute.
Disclosure of Invention
In view of the above, the present invention provides a quality control system for LIS that can help hospital doctors to process LIS simply and effectively.
In order to achieve the above object, the present invention provides a LIS quality control system and method.
1. And (3) storing the quality control result data and the basic data to the SqlServer database based on the lis system, and creating a data dictionary.
The LIS system, i.e. laboratory (clinical laboratory) information system, is not only a tool for automatically receiving test data, printing test reports and storing test information, but also has the functions of management and early warning for the quality control of each instrument and equipment.
The quality control result data is a test result of whether each instrument and equipment uses a specific test reagent to determine whether the instrument meets the normal standard of the experiment;
the basic data is information data (equipment items, equipment quality control SD values, quality control target values, quality control results and tester names) required by the quality control report;
the data dictionary is temporary list data with a specific format formed by a quality control result, a quality control SD value, a target value and equipment items.
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.
The GDI is a graphic output general interface of the Windows program.
Drawings
FIG. 1 is a general schematic diagram of a first embodiment of the LIS quality control system and method of the present invention;
detailed description of the invention
S1: maintaining the quality control basic data (SD value and target value) of the LIS system; s2: lis selecting the quality control result on the home page, clicking the button to store as the quality control, and storing as the quality control;
s3: creating a quality control diagram canvas through GDI + and C # technologies; s4: selecting a quality control item to be checked on a quality control image page; s5: obtaining a quality control result and basic data of the selected quality control project, and drawing a data dictionary; s6: passing a data dictionary into the method of the present invention;
s7: drawing a quality control diagram report by GDI + and C # technologies, and displaying; and S8, printing a required report.
The process comprises the following steps: the method comprises the steps of inputting a quality control basic data SD value and a target value, using and storing a quality control result as a quality control function in an LIS system, storing the quality control function in a database, opening a quality control report function, selecting a quality control item to be printed with a quality control report, searching the quality control data by the system according to the selected quality control item, using the SD value, the target value and an inspection result, calculating the quality control data, and forming a quality control report data dictionary. Then, the data dictionary is transmitted into a drawing method, and the required report value variance and standard deviation are calculated by using a calculation formula according to dictionary data; determining an origin, creating an empty canvas and a Graphics GDI + drawing picture by using a Bitmap, drawing lines and panels by using DrawLine and DrawString methods, and drawing a report broken line graph by using DrawEllipse and FillEllipse; then displaying on the page, clicking the print button to print out a quality control report, and 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)

Similar Documents

Publication Publication Date Title
Szajna et al. Assessment of augmented reality in manual wiring production process with use of mobile AR glasses
US5860810A (en) Automated instructional system for performing mechanical procedures
US20120166174A1 (en) Context sensitive language assistant
JPH1151942A (en) Clinical examination system and examination state managing method
Schuh Integrating specimen databases and revisionary systematics
EP3012807A1 (en) Knowledge management device, knowledge management device terminal device and knowledge management device program
CN101114405A (en) Digitization experimental laboratory system and data control method thereof
CN116257926B (en) BIM-based Internet of things data binding method, device, equipment and storage medium
US20200251191A1 (en) Systems and methods for transmitting clinical data from one or more sending applications to a dictation system
Muslim et al. A modular and extensible framework for open learning analytics
CN114270313A (en) Computer-implemented method, computer program and physical computing environment
US9423940B2 (en) Dynamic annotation in user information system of IR camera
US20150235008A1 (en) Information processing system and non-transitory computer readable recording medium
CN114691770A (en) LIS quality control system and method
JPH1124733A (en) Maintenance information management supporting device and method
JP2007280206A (en) Electronic medical chart system
Tong et al. A formal representation for numerical data presented in published clinical trial reports
CN112863674B (en) Inspection sheet generating method capable of indicating inspection position and clinical inspection method
US20140129244A1 (en) Modifying time data values based on segment rules
US9625291B1 (en) Determining equipment throughput and spare capacity characteristics of a service facility without direct observation
KR101513056B1 (en) Requirement Traceability Management System and its Method
Ravden et al. Human factors in the design of a flexible assembly cell
Norgan et al. Implementation of a software application for presurgical case history review of frozen section pathology cases
Winkler Model-Based Definition as a Method for Efficient Digital Product Definition: A Study of Feasibility and Implementation Requirements
KR100886657B1 (en) System and Method for making Basic Document of Dimensional Accuracy Check Sheet for Block in Ship Production

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