Disclosure of Invention
Aiming at the defects of the prior art, the invention provides an intelligent management system for consumable materials in a warehouse of a clinical department, which solves the problems in the background art.
The intelligent management system for consumable supplies of the clinical department storeroom comprises a data acquisition module, a blockchain recording module, a consumable data analysis module, a dynamic demand prediction module, a consumable stock early warning module and an intelligent replenishment module;
The data acquisition module is used for providing consumable materials with RFID tags, acquiring consumable material data by using an RFID tag reader, transmitting the acquired consumable material data to the central data processing platform in real time through a wireless network, preprocessing the acquired consumable material data, and constructing a consumable material data set;
The blockchain recording module is used for deploying blockchain nodes on an IT infrastructure of a clinical department of a hospital, integrating a blockchain platform with a database of the clinical department of the hospital and an RFID system, writing intelligent contracts, encrypting consumable data to generate a unique hash value, and storing the encrypted consumable data in the blockchain platform;
The consumable data analysis module is used for acquiring a consumable demand fluctuation coefficient CV according to consumable data stored in the block chain platform, presetting a consumable stock quantity service level coefficient Z, and acquiring a consumable safety stock quantity AQ according to the consumable stock quantity service level coefficient Z and the consumable demand fluctuation coefficient CV;
the demand prediction module is used for constructing a consumable demand prediction model and acquiring consumable demand XQ t at a future time point t;
The inventory early warning module is used for monitoring consumable data of a clinical department store in real time, acquiring real-time consumable stock KC, comparing and analyzing the real-time consumable stock KC with consumable safety stock AQ, and evaluating consumable stock level;
The intelligent replenishment module is used for obtaining consumable replenishment quantity BH according to consumable demand XQ in future time obtained through prediction of real-time consumable stock KC and consumable demand prediction models, transmitting the consumable replenishment quantity BH to the blockchain platform, triggering intelligent contracts, generating replenishment orders, sending the replenishment orders to a hospital consumable management department and suppliers, and replenishing consumable stock.
Preferably, the data acquisition module comprises a consumable data acquisition unit and a data preprocessing unit;
The consumable data acquisition unit is used for installing an RFID reader-writer at a consumable input-output port and a consumable use area, generating a unique RFID label for the consumable by using an RFID technology when the consumable is put in the warehouse, recording consumable information, using a mobile RFID scanning device to scan the RFID label on the consumable in real time at the consumable use area, acquiring consumable use data, using a wireless signal transmission device on the RFID reader-writer, and transmitting the acquired consumable use data to a central data processing platform of a hospital through a wireless network, wherein the consumable information comprises consumable ID, name and consumable validity period;
the data preprocessing unit is used for preprocessing consumable usage data transmitted to the central data processing platform of the hospital, and comprises data cleaning, data conversion and data integration;
the data cleaning is used for checking repeated items in consumable usage data, removing repeated data with the same time and the same consumable ID, carrying out standardized processing on the consumable usage data, checking whether missing values exist in the consumable usage data, and filling the missing values, wherein the missing values comprise consumable IDs and consumable quantity;
the data conversion is used for converting the time stamp of the character string format into a date and time object, converting consumable ex-warehouse and warehouse-in data into a unified coding form, wherein the ex-warehouse is 1, and the warehouse-in is 0;
The data integration is used for integrating consumable usage data subjected to data cleaning and data conversion into a consumable data set, and sorting is conducted according to the time stamps.
Preferably, the blockchain recording module comprises a blockchain platform integration unit, an intelligent contract writing unit and a data encryption unit;
The blockchain platform integrated unit is used for using HYPERLEDGER FABRIC as a blockchain platform, deploying HyperledgerFabric nodes on a hospital IT infrastructure, constructing a blockchain network, connecting the blockchain network with a clinical department consumable database and an RFID system of a hospital through an open API interface, using an HTTP protocol to request interaction with the blockchain network, and uploading consumable data acquired by the HyperledgerFabric nodes in real time to the blockchain platform through the open API interface;
The hospital IT infrastructure comprises a hospital server, network equipment, a database and medical terminal equipment;
The intelligent contract writing unit is used for writing intelligent contracts by using Java language, installing the written intelligent contracts to each HyperledgerFabric node of the blockchain network, and automatically generating intelligent contracts corresponding to consumable materials according to the intelligent contracts of HYPERLEDGER FABRIC nodes in the process that consumable material data are uploaded to the blockchain platform through the blockchain network, wherein the intelligent contracts comprise consumable material IDs, consumable material using time, using quantity, using personnel and using departments.
Preferably, the data encryption unit is configured to generate an asymmetric key according to an asymmetric encryption algorithm RSA, where the asymmetric key includes a public key and a private key, and perform asymmetric encryption on consumable data in the consumable data set by using the public key to obtain encrypted consumable data;
And carrying out hash processing according to the encrypted consumable data to generate a unique hash value, and transmitting the encrypted consumable data and the hash value corresponding to the consumable data to the block chain platform through an HTTPS communication protocol through an intelligent contract interface of the HyperledgerFabric node.
Preferably, the consumable data analysis module is configured to obtain an average consumable demand D avg and a standard deviation σ of consumable demand according to consumable data in the preprocessed consumable data set, obtain a consumable demand fluctuation coefficient CV according to the average consumable demand D avg and the standard deviation σ of consumable demand, preset a consumable inventory service coefficient Z, and obtain a consumable safety inventory threshold AQ according to the consumable inventory service coefficient Z and the consumable demand fluctuation coefficient CV;
The average consumable demand D avg, the standard deviation sigma of consumable demand and the consumable demand fluctuation coefficient CV are obtained by the following steps:
Wherein D i is the consumable demand on the i th day in the historical consumable data, n is the total number of days of the collected consumable data, sigma is the standard deviation of the consumable demand, and D avg is the average consumable demand;
the consumable safety stock AQ acquisition mode is as follows:
Where Z is a consumable inventory service factor and D max is the maximum consumable demand.
Preferably, the demand prediction module comprises a model construction unit and a demand prediction unit;
The model construction unit is used for constructing a consumable demand prediction model according to a weighted moving average method, setting an input layer of the consumable demand prediction model as consumable data, setting an output layer as consumable demand XQ of a future time point, using consumable history demand data as training data, inputting the consumable demand prediction model, obtaining the consumable demand XQ of the future time point, and adjusting consumable demand prediction model parameters by using Root Mean Square Error (RMSE), wherein the consumable history demand data is obtained from a hospital database.
The demand prediction unit is preferably used for inputting consumable data acquired in real time into the trained consumable demand prediction model according to the trained consumable demand prediction model to acquire consumable demand XQ t at a future time point t;
the consumable demand XQ t at the future time point t is obtained by the following steps:
Where D i is the historical demand for consumables on day i, ω i is the weight of the historical demand for consumables on day i, n is the total number of days of collected consumable data, i=1, 2, 3.
Preferably, the inventory early warning module is configured to obtain a real-time consumable inventory KC according to consumable data stored in the blockchain platform, compare and analyze the real-time consumable inventory KC with a consumable safety inventory AQ, and evaluate a consumable inventory level, where specific evaluation contents are as follows:
if the real-time consumable stock KC is greater than or equal to the consumable safety stock AQ, namely KC is greater than or equal to AQ, judging that the consumable stock belongs to the safety level, recording consumable data, generating a consumable in-out database data report, and sending the consumable in-out database data report to a clinical department store responsible person;
if the real-time consumable stock KC is smaller than the consumable safety stock AQ, namely KC < AQ, judging that the consumable stock is at a dangerous level, triggering an alarm mechanism, recording consumable data and sending the consumable data to a block chain platform.
Preferably, the intelligent replenishment module comprises a replenishment quantity analysis unit and a replenishment unit;
The commodity replenishment quantity analysis unit is used for acquiring a commodity replenishment quantity BH according to the real-time consumable stock KC and the consumable demand XQ at a future time point acquired through a consumable demand prediction model after an alarm mechanism is triggered when the real-time consumable stock KC is smaller than the consumable safety stock AQ, namely KC < AQ, and transmitting the acquired consumable replenishment quantity BH to the blockchain platform to trigger an intelligent contract;
the consumable supply BH acquisition mode is as follows:
BH=XQ-KC。
The replenishment unit is used for triggering an intelligent contract according to consumable replenishment quantity BH received by the blockchain platform, making a consumable replenishment plan, automatically generating a replenishment order, and sending the replenishment order to a consumable management department and a consumable supplier of a hospital until the consumable management department and the consumable supplier of the hospital give a response.
The invention provides an intelligent management system for consumable materials in a warehouse of a clinical department, which has the following beneficial effects:
(1) According to the system, the RFID tags are arranged on each consumable, and the whole-course tracking of the consumable use process is realized by combining the blockchain recording module, the use records, the replenishment requests and the expiration information of all consumables are recorded in the blockchain in real time, so that the non-falsification and the transparency of data are ensured, the problem of price missing caused by information omission is effectively reduced due to the traceability, the use condition of each consumable can be accurately mastered by a hospital, and the accuracy of financial data is ensured.
(2) The inventory early warning module in the system can timely acquire consumable inventory quantity, compares the consumable inventory quantity with consumable safety inventory quantity AQ, automatically generates an in-out inventory data report, and when the real-time consumable inventory quantity KC is smaller than the consumable safety inventory quantity AQ, the system can trigger an alarm mechanism to timely inform relevant personnel to supplement goods.
(3) Through the dynamic demand prediction module, the system can construct a consumable demand prediction model according to consumable historical demand data and data acquired in real time, and can predict consumable demand quantity at a future time point by combining a machine learning technology, and optimize a replenishment decision according to the consumable demand quantity, and the intelligent replenishment module compares real-time inventory quantity with the predicted demand quantity, automatically generates a replenishment order and triggers an intelligent contract, so that an automatic and intelligent replenishment flow is realized.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Example 1
Referring to fig. 1, the invention provides an intelligent management system for consumable supplies in a clinical department warehouse, which comprises a data acquisition module, a blockchain recording module, a consumable data analysis module, a demand prediction module, an inventory early warning module and an intelligent replenishment module;
The data acquisition module is used for providing consumable materials with RFID tags, acquiring consumable material data by using an RFID tag reader, transmitting the acquired consumable material data to the central data processing platform in real time through a wireless network, preprocessing the acquired consumable material data, and constructing a consumable material data set;
The blockchain recording module is used for deploying blockchain nodes on an IT infrastructure of a clinical department of a hospital, integrating a blockchain platform with a database of the clinical department of the hospital and an RFID system, writing intelligent contracts, encrypting consumable data to generate a unique hash value, and storing the encrypted consumable data in the blockchain platform;
The consumable data analysis module is used for acquiring a consumable demand fluctuation coefficient CV according to consumable data stored in the block chain platform, presetting a consumable stock quantity service level coefficient Z, and acquiring a consumable safety stock quantity AQ according to the consumable stock quantity service level coefficient Z and the consumable demand fluctuation coefficient CV;
the demand prediction module is used for constructing a consumable demand prediction model and acquiring consumable demand XQ t at a future time point t;
The inventory early warning module is used for monitoring consumable data of a clinical department store in real time, acquiring real-time consumable stock KC, comparing and analyzing the real-time consumable stock KC with consumable safety stock AQ, and evaluating consumable stock level;
The intelligent replenishment module is used for obtaining consumable replenishment quantity BH according to consumable demand XQ in future time obtained through prediction of real-time consumable stock KC and consumable demand prediction models, transmitting the consumable replenishment quantity BH to the blockchain platform, triggering intelligent contracts, generating replenishment orders, sending the replenishment orders to a hospital consumable management department and suppliers, and replenishing consumable stock.
In the embodiment, the full life cycle tracking of the consumable is realized through the RFID tag and the blockchain recording module, each consumable is recorded and stored in the blockchain in real time in the warehousing, using and replenishment processes, so that the authenticity and the integrity of data are ensured, the transparency not only enhances the grasp of a manager on the use condition of the consumable, but also can trace the use record of each consumable at any time, and the management risk caused by the asymmetry of information is reduced;
Through real-time monitoring of consumable inventory condition and demand forecast, the system can automatically evaluate the relation between the current inventory level and the safety inventory threshold value, and timely gives an early warning, so that not only is the clinical service interruption caused by insufficient inventory avoided, but also the resource waste caused by excessive inventory is reduced, and the reasonable configuration of consumable resources is ensured, and a replenishment order is automatically generated and transmitted to related departments based on real-time inventory quantity and demand forecast data through an automatic replenishment decision mechanism, the automation of the process remarkably reduces the need of manual intervention, reduces the labor cost, reduces the occurrence of human errors, improves the efficiency and accuracy of the whole replenishment process, and because the use records and replenishment information of all consumables are safely stored in a block chain, the financial settlement of the hospital is more accurate, the integrity and the non-tamper-able property of the information effectively reduces the risk of missing the price, ensures the transparency of finances on the consumable management of the hospital, and improves the use efficiency of finances.
Example 2
Referring to fig. 1, the data acquisition module includes a consumable data acquisition unit and a data preprocessing unit;
The consumable data acquisition unit is used for installing an RFID reader-writer at a consumable input-output port and a consumable use area, generating a unique RFID label for the consumable by using an RFID technology when the consumable is put in the warehouse, recording consumable information, using a mobile RFID scanning device to scan the RFID label on the consumable in real time at the consumable use area, acquiring consumable use data, using a wireless signal transmission device on the RFID reader-writer, and transmitting the acquired consumable use data to a central data processing platform of a hospital through a wireless network, wherein the consumable information comprises a consumable ID, a name and a consumable valid period, and the consumable use information is convenient to scan the consumable in real time in an operating room by using the mobile RFID scanning device, and recording the consumable use condition;
the data preprocessing unit is used for preprocessing consumable usage data transmitted to the central data processing platform of the hospital, and comprises data cleaning, data conversion and data integration;
the data cleaning is used for checking repeated items in consumable usage data, removing repeated data with the same time and the same consumable ID, carrying out standardized processing on the consumable usage data, checking whether missing values exist in the consumable usage data, and filling the missing values, wherein the missing values comprise consumable IDs and consumable quantity;
the data conversion is used for converting the time stamp of the character string format into a date and time object, converting consumable ex-warehouse and warehouse-in data into a unified coding form, wherein the ex-warehouse is 1, and the warehouse-in is 0, so that the data analysis and calculation are facilitated;
the data integration is used for integrating consumable usage data subjected to data cleaning and data conversion into consumable data sets, sorting is performed according to time stamps, the time sequence of the data is ensured to be correct, time sequence analysis is convenient, consumable data sets are generated for each consumable, and the consumable data sets comprise total ex-warehouse quantity, total warehouse quantity and current warehouse quantity, so that the subsequent rapid data checking and analysis are convenient.
In the embodiment, by installing the RFID reader-writer, real-time and accurate consumable data recording is realized in the consumable input-output port and the using area, the accuracy and the real-time performance of data acquisition are remarkably improved, errors and delays caused by manual recording are reduced, meanwhile, the data preprocessing unit cleans and removes repeated recording, the data quality is optimized, the uniqueness of each recording is ensured, the reliability of data is improved, the data format is unified in the data conversion process, the consistency of the data is enhanced, confusion caused by non-uniform format is avoided, and the system efficiency is improved. In addition, the filling of the missing values ensures the integrity of the data, provides more comprehensive information for subsequent analysis, supports more accurate decision making, integrates the cleaned and converted data into an ordered data set, facilitates subsequent analysis and demand prediction, optimizes the resource allocation of hospitals, improves the operation efficiency of the hospitals, supports intelligent decision making and automatic management, and enables consumable management flow to be more efficient and intelligent.
Example 3
Referring to fig. 1, specifically, the blockchain recording module includes a blockchain platform integration unit, an intelligent contract writing unit and a data encryption unit;
The system comprises a blockchain platform integrated unit, a blockchain platform integrated unit and a modularized framework, wherein the blockchain platform integrated unit is used for using HYPERLEDGER FABRIC as a blockchain platform, deploying HYPERLEDGER FABRIC nodes on a hospital IT infrastructure, constructing a blockchain network, connecting the blockchain network with a clinical department consumable database and an RFID system of a hospital through an open API interface, using an HTTP protocol to request interaction with the blockchain network, uploading consumable data acquired by HYPERLEDGER FABRIC nodes in real time to the blockchain platform through the open API interface, HYPERLEDGER FABRIC is an open-source enterprise-level blockchain platform and is specially designed for transactions among organizations, and capable of supporting private chains and license chains, wherein the modularized framework enables a developer to construct blockchain application according to specific requirements, and meets strict requirements of data privacy and compliance in the medical industry;
The hospital IT infrastructure comprises a hospital server, network equipment, a database and medical terminal equipment;
The intelligent contract writing unit is used for writing intelligent contracts by using Java language, installing the written intelligent contracts to each HYPERLEDGER FABRIC node of the blockchain network, and automatically generating intelligent contracts corresponding to consumable materials according to the intelligent contracts of HYPERLEDGER FABRIC nodes in the process that consumable material data are uploaded to the blockchain platform through the blockchain network, wherein the intelligent contracts comprise consumable material IDs, consumable material using time, using quantity, using personnel and using departments.
The data encryption unit is used for generating an asymmetric key according to an asymmetric encryption algorithm RSA, comprising a public key and a private key, and performing asymmetric encryption on consumable data in a consumable data set by using the public key to obtain encrypted consumable data;
carrying out hash processing according to the encrypted consumable data to generate a unique hash value, transmitting the encrypted consumable data and the hash value corresponding to the consumable data to a block chain platform through an HTTPS communication protocol through an intelligent contract interface of HYPERLEDGER FABRIC nodes,
The hash processing refers to the use of SHA-256 algorithm, according to the encrypted consumable data, a hash value with a fixed length is obtained, and in the data transmission and storage process, after the receiving party receives the data, the receiving party can carry out hash processing on the received data and compare the hash value so as to confirm the integrity of the data.
In this embodiment, through integration HYPERLEDGER FABRIC, a safe and transparent blockchain network is established for consumable management of a hospital, through an open API interface, a clinical department consumable database is connected with an RFID system, real-time data acquisition and uploading are achieved, data timeliness and accuracy are ensured, the real-time recording mechanism reduces risks of data tampering and loss, a reliable traceability mechanism is provided for consumable management, in addition, an intelligent contract writing unit automatically generates an intelligent contract related to consumable use, including consumable ID, use time and use quantity information, transparency and traceability of consumable use flow are ensured, the process not only simplifies contract management, but also reduces human errors through automation, efficiency is improved, finally, an asymmetric encryption algorithm RSA is used for encrypting consumable data, confidentiality and integrity of data are protected, unique hash values generated through hash processing are further ensured, serial encryption and hash measures of data in a blockchain are further ensured, safety of the system is enhanced, transparency and traceability of consumable use flow are also provided for the hospital, the safety management efficiency of consumable management is improved, and the safety management of the consumable management system is enabled to be high, and the safety management performance of the hospital is improved.
Example 4
Referring to fig. 1, the consumable data analysis module is specifically configured to obtain, according to consumable data in the preprocessed consumable data set, an average consumable demand D avg and a standard deviation σ of consumable demand, obtain a consumable demand fluctuation coefficient CV according to the average consumable demand D avg and the standard deviation σ of consumable demand, preset a consumable inventory service coefficient Z, and obtain a consumable safety inventory threshold AQ according to the consumable inventory service coefficient Z and the consumable demand fluctuation coefficient CV;
The average consumable demand D avg, the standard deviation sigma of consumable demand and the consumable demand fluctuation coefficient CV are obtained by the following steps:
Wherein D i is the consumable demand on the i th day in the historical consumable data, n is the total number of days of the collected consumable data, sigma is the standard deviation of the consumable demand, and D avg is the average consumable demand;
the consumable safety stock AQ acquisition mode is as follows:
Where Z is a consumable inventory service factor and D max is the maximum consumable demand.
In this embodiment, through carrying out deep analysis to the consumable data collection after preprocessing, can effectively acquire the average demand D avg and the demand standard deviation sigma of consumptive material, provide basic data for subsequent inventory management, through these statistics index, this module can calculate consumable demand fluctuation coefficient CV, thereby the stability of quantification demand, this series of index provides the clear understanding to the consumable demand change for the hospital, help to formulate more reasonable inventory tactics, in addition, the calculation of preset inventory quantity service coefficient Z combines demand fluctuation coefficient, can accurately derive consumable safety inventory quantity AQ, effectively reduce inventory shortage or surplus risk, through this kind of data driven method, the hospital can keep appropriate inventory level in dynamic demand environment, promote resource utilization efficiency, ensure that clinical work goes on smoothly, finally realize consumable management and cost control.
Example 5
Referring to fig. 1, specifically, the demand prediction module includes a model building unit and a demand prediction unit;
The model construction unit is used for constructing a consumable demand prediction model according to a weighted moving average method, setting an input layer of the consumable demand prediction model as consumable data, setting an output layer as consumable demand XQ of a future time point, using consumable history demand data as training data, inputting the consumable demand prediction model, obtaining the consumable demand XQ of the future time point, and adjusting consumable demand prediction model parameters by using Root Mean Square Error (RMSE), wherein the consumable history demand data is obtained from a hospital database.
The demand prediction unit is used for inputting consumable data acquired in real time into the trained consumable demand prediction model according to the trained consumable demand prediction model to acquire consumable demand XQ t at a future time point t;
the consumable demand XQ t at the future time point t is obtained by the following steps:
Where D i is the historical demand for consumables on day i, ω i is the weight of the historical demand for consumables on day i, n is the total number of days of collected consumable data, i=1, 2, 3.
In this embodiment, the accuracy of consumable demand prediction can be effectively improved through the model construction unit and the demand prediction unit, the model construction unit uses a weighted moving average method to train the prediction model according to historical demand data, and the input layer and the output layer are definitely input, so that prediction of consumable demand XQ at a future time point is realized, the reliability and the accuracy of a prediction result are ensured by adjusting model parameters through root mean square error RMSE, so that the hospital can dynamically adjust the demand prediction based on real-time data, and further, the demand prediction unit inputs consumable data acquired in real time into a trained model to provide timely demand prediction, support quick response replenishment decisions, improve resource management efficiency of the hospital, reduce inventory shortage risk caused by prediction errors, optimize the whole consumable management flow, and ensure continuity and stability of medical services.
Example 6
Referring to fig. 1, the inventory early warning module is specifically configured to obtain a real-time consumable inventory KC according to consumable data stored in a blockchain platform, compare and analyze the real-time consumable inventory KC with a consumable safety inventory AQ, and evaluate a consumable inventory level, where specific evaluation contents are as follows:
if the real-time consumable stock KC is greater than or equal to the consumable safety stock AQ, namely KC is greater than or equal to AQ, judging that the consumable stock belongs to the safety level, recording consumable data, generating a consumable in-out database data report, and sending the consumable in-out database data report to a clinical department store responsible person;
if the real-time consumable stock KC is smaller than the consumable safety stock AQ, namely KC < AQ, judging that the consumable stock is at a dangerous level, triggering an alarm mechanism, recording consumable data and sending the consumable data to a block chain platform.
In this embodiment, the real-time consumable inventory KC is obtained by monitoring consumable data in the blockchain platform in real time, and is compared and analyzed with the safe inventory AQ, so that the efficiency and safety of consumable management are improved, when the inventory KC is greater than or equal to the safe inventory AQ, the system can judge that inventory is at a safe level, timely record consumable data and generate consumable in-out database data reports, ensure that the personnel responsible for the clinical department can timely master the inventory state of the consumable, facilitate allocation and use of resources, and when the real-time inventory KC is lower than the safe inventory AQ, the system immediately triggers an alarm mechanism, records data and sends the data to the blockchain platform, so that relevant departments can be ensured to take measures rapidly, the medical service is prevented from being influenced due to insufficient inventory, the mechanism of dynamic monitoring and automatic early warning not only reduces the risk caused by improper inventory management, but also improves the response speed of the hospital to consumable use, and promotes the overall operation efficiency.
Example 7
Referring to fig. 1, the intelligent replenishment module includes a replenishment quantity analysis unit and a replenishment unit;
The commodity replenishment quantity analysis unit is used for acquiring a commodity replenishment quantity BH according to the real-time consumable stock KC and the consumable demand XQ at a future time point acquired through a consumable demand prediction model after an alarm mechanism is triggered when the real-time consumable stock KC is smaller than the consumable safety stock AQ, namely KC < AQ, and transmitting the acquired consumable replenishment quantity BH to the blockchain platform to trigger an intelligent contract;
the consumable supply BH acquisition mode is as follows:
BH=XQ-KC;
The replenishment unit is used for triggering an intelligent contract according to consumable replenishment quantity BH received by the blockchain platform, making a consumable replenishment plan, automatically generating a replenishment order, and sending the replenishment order to a consumable management department and a consumable supplier of a hospital until the consumable management department and the consumable supplier of the hospital give a response.
In this embodiment, through the cooperative work of the replenishment quantity analysis unit and the replenishment unit, flexibility and efficiency of the management of consumable materials in the hospital are improved, when the real-time inventory KC is lower than the safety inventory AQ, the system automatically triggers an alarm mechanism, and utilizes the future demand XQ obtained by the real-time inventory KC and the demand prediction model to calculate the required replenishment quantity BH, the scientificity and timeliness of the replenishment decision are ensured in this process, the risk of insufficient inventory is avoided, and then, the replenishment unit rapidly triggers an intelligent contract according to the replenishment quantity BH received by the block chain platform to make a detailed replenishment plan, automatically generates a replenishment order and timely sends the replenishment order to consumable material management departments and suppliers in the hospital.
Although embodiments of the present invention have been shown and described, it will be understood by those skilled in the art that various changes, modifications, substitutions and alterations can be made therein without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.