CN115883670A - Medical data analysis and acquisition method and device - Google Patents

Medical data analysis and acquisition method and device Download PDF

Info

Publication number
CN115883670A
CN115883670A CN202310138633.8A CN202310138633A CN115883670A CN 115883670 A CN115883670 A CN 115883670A CN 202310138633 A CN202310138633 A CN 202310138633A CN 115883670 A CN115883670 A CN 115883670A
Authority
CN
China
Prior art keywords
data
compression algorithm
target
medical
algorithm
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.)
Granted
Application number
CN202310138633.8A
Other languages
Chinese (zh)
Other versions
CN115883670B (en
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.)
Goalwisdom Technologies Co ltd
Original Assignee
Goalwisdom Technologies 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 Goalwisdom Technologies Co ltd filed Critical Goalwisdom Technologies Co ltd
Priority to CN202310138633.8A priority Critical patent/CN115883670B/en
Publication of CN115883670A publication Critical patent/CN115883670A/en
Application granted granted Critical
Publication of CN115883670B publication Critical patent/CN115883670B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Measuring And Recording Apparatus For Diagnosis (AREA)

Abstract

The invention discloses a medical data analysis and acquisition method and device, and relates to the technical field of data processing. Acquiring average medical data of a target person in a historical period and monitoring medical data of a current period, and determining a target data transmission mode of the monitoring medical data of the current period; executing a target data transmission mode to match with a corresponding target compression algorithm, and compressing the monitored medical data to obtain an acquisition data packet; merging the acquired data packet and the compressed identifier and sending the merged data packet to a cloud medical server; and matching a target decompression algorithm corresponding to the target compression algorithm according to the compression identification, decompressing the acquired data packet by using the target decompression algorithm to obtain medical acquired data corresponding to the monitored medical data, and monitoring the current state of the target personnel according to the medical acquired data. By analyzing the average medical data and the monitored medical data, the efficient compression algorithm is matched in a self-adaptive mode, so that the occupation of redundant information on network resources and storage resources is reduced, and the effectiveness of medical data acquisition is guaranteed.

Description

Medical data analysis and acquisition method and device
Technical Field
The invention relates to the technical field of data processing, in particular to a medical data analysis and acquisition method and device.
Background
In the information age, scientific technologies such as big data technology, internet of things technology and the like are rapidly developed and widely applied, and particularly applied to remote health monitoring. Today, biological signals, particularly electrocardiogram signals, are collected periodically for screening and may also be accessed online to facilitate diagnosis and improve healthcare quality.
However, the existing acquisition method usually only acquires and uploads medical data, and a large amount of data in daily monitoring is redundant information, so that the acquisition amount of the medical data is huge, and a large amount of network resources and storage resources are occupied.
Disclosure of Invention
The present invention is directed to solve the above problems of the background art, and provides a method and an apparatus for analyzing and collecting medical data.
The purpose of the invention can be realized by the following technical scheme:
the embodiment of the invention provides a medical data analysis and acquisition method, which comprises the following steps:
acquiring average medical data of a target person in a historical period and monitoring medical data of a current period, and determining a target data transmission mode of the monitoring medical data of the current period according to the average medical data;
executing the target data transmission mode to match with a corresponding target compression algorithm, and compressing the monitored medical data to obtain an acquisition data packet;
merging the acquired data packet and the compressed identification and sending the merged data packet to a cloud medical server; the compression identifier is used for uniquely identifying the target compression algorithm;
matching a target decompression algorithm corresponding to the target compression algorithm according to the compression identification at the cloud medical server, decompressing the acquisition data packet by using the target decompression algorithm to obtain medical acquisition data corresponding to the monitoring medical data, and monitoring the current state of the target person according to the medical acquisition data.
Optionally, the target data transmission mode comprises low risk data transmission, medium risk data transmission and high risk data transmission; determining a target data transmission mode for a current period of the monitored medical data according to the average medical data comprises:
calculating the similarity of the average medical data and the monitored medical data; the higher the similarity is, the smaller the risk of the monitored medical data is;
and determining the target data transmission mode according to the similarity.
Optionally, the target compression algorithm comprises a lossless compression algorithm, a lossy compression algorithm and a lossless and lossy mixed compression algorithm; the low-risk data transmission corresponds to a lossy compression algorithm, the medium-risk data transmission corresponds to a lossless lossy hybrid compression algorithm, and the high-risk data transmission corresponds to a lossless compression algorithm; the lossless compression algorithm comprises at least one of a run length coding algorithm, a Huffman coding algorithm, a partial matching prediction algorithm and a Rice Golomb coding algorithm; the lossy compression algorithm comprises at least one of a vector quantization algorithm, a transform coding algorithm and a wavelet compression algorithm; the lossless and lossy hybrid compression algorithm extracts a signal through a lossy compression algorithm, and then encodes the extracted signal through a lossless compression algorithm.
Optionally, the compression process of the lossless and lossy hybrid compression algorithm is as follows:
performing 3-fold extraction on the monitored medical data, namely x [ n ] = x [3n ], then performing self-differentiation, enabling x [ n ] = x [ n +1] -x [ n ] and storing x [0] in a variable F;
determining and adding a minimum negative value to the signal such that the sequence is positive, i.e., x [ n ] = x [ n ] + min, min = | min (x [ n ]) |, and appending a minimum value, i.e., x [0] = min, at the 0 th position of the signal;
determining the mean of the signal, left-shifting the mean M times, where M =2 K K is valued between 1 and 7, Q is a quotient obtained by dividing the average value by M, R is the rest number, Q is represented by a unary, R is represented by a binary system, and a K bit value of a cascade array QR is obtained;
determining that the K value is in the range of 1-7 and the length of QR is shortest, fixing the K value, and leftwards shifting each data of the signal by 2 K Obtaining a two-dimensional array of QR, and connecting the two-dimensional array to obtain a one-dimensional range;
and splitting the array into 8 bits, converting the data into a decimal system, and adding F to the decimal array at the 0 th bit to obtain a final compressed signal serving as the acquisition data packet.
Optionally, a decompression flow of the lossless and lossy hybrid compression algorithm is as follows:
removing the 0 th bit element from the collected data packet, converting each data element into 8-bit binary data and connecting the 8 th bit binary data to obtain a one-dimensional array;
that is, the first Q value determines the first 1, the following K-bit is R, by equation 2 K * Q + R determines the decoded data, and the execution is repeated until all elements are determined;
the element at the 0 th index is stored as min, and min is subtracted from the element of the array;
adding successive elements such that x [ n ] = x [ n-1] + x [ n ] wherein n takes on a value from 1 to n and x [0] = F;
the signal is interpolated by a factor of 3 by inserting the same previous value, where x [ n ] = x [ n/3], to obtain a reconstructed signal.
The embodiment of the invention also provides a medical data analysis and acquisition device, which comprises:
the analysis module is used for acquiring average medical data of a target person in a historical period and monitoring medical data of a current period, and determining a target data transmission mode of the monitoring medical data of the current period according to the average medical data;
the compression module is used for executing the target data transmission mode to match with a corresponding target compression algorithm and compressing the monitored medical data to obtain an acquisition data packet;
the sending module is used for combining the acquired data packet and the compressed identifier and sending the data packet to the cloud medical server; the compression identifier is used for uniquely identifying the target compression algorithm;
and the decompression analysis module is used for matching a target decompression algorithm corresponding to the target compression algorithm at the cloud medical server according to the compression identification, decompressing the acquisition data packet by using the target decompression algorithm to obtain medical acquisition data corresponding to the monitoring medical data, and monitoring the current state of the target personnel according to the medical acquisition data.
Optionally, the target data transmission mode comprises low risk data transmission, medium risk data transmission and high risk data transmission; the analysis module comprises a calculation module and a matching module:
the calculation module is used for calculating the similarity between the average medical data and the monitored medical data; the higher the similarity, the smaller the risk of the monitored medical data;
and the matching module is used for determining the target data transmission mode according to the similarity.
Optionally, the target compression algorithm comprises a lossless compression algorithm, a lossy compression algorithm and a lossless and lossy mixed compression algorithm; the low-risk data transmission corresponds to a lossy compression algorithm, the medium-risk data transmission corresponds to a lossless lossy hybrid compression algorithm, and the high-risk data transmission corresponds to a lossless compression algorithm; the lossless compression algorithm comprises at least one of a run length coding algorithm, a Huffman coding algorithm, a partial matching prediction algorithm and a Rice Golomb coding algorithm; the lossy compression algorithm comprises at least one of a vector quantization algorithm, a transform coding algorithm and a wavelet compression algorithm; the lossless and lossy hybrid compression algorithm extracts a signal through a lossy compression algorithm, and then encodes the extracted signal through a lossless compression algorithm.
Optionally, the compression process of the lossless and lossy hybrid compression algorithm executed by the compression module is as follows:
performing 3-fold extraction on the monitored medical data, namely x [ n ] = x [3n ], then performing self-differentiation, enabling x [ n ] = x [ n +1] -x [ n ] and storing x [0] in a variable F;
determining and adding a minimum negative value to the signal such that the sequence is positive, i.e., x [ n ] = x [ n ] + min, min = | min (x [ n ]) |, and appending a minimum value, i.e., x [0] = min, at the 0 th position of the signal;
determining the mean of the signal, left-shifting the mean M times, where M =2 K K is a value between 1 and 7, Q is a quotient obtained by dividing the average value by M, R is the rest number, Q is represented by a unary, R is represented by a binary system, and a K bit value of the QR is obtained;
determining that the K value is in the range of 1-7, the length of QR is shortest, fixing the K value, and leftwards shifting each data of the signal by 2 K Obtaining a two-dimensional array of QR, and connecting the two-dimensional array to obtain a one-dimensional range;
and splitting the array into 8 bits, converting the data into a decimal system, and adding F to the decimal array at the 0 th bit to obtain a final compressed signal serving as the acquisition data packet.
Optionally, the decompression process of the lossless and lossy hybrid compression algorithm executed by the compression module is as follows:
removing the 0 th bit element from the collected data packet, converting each data element into 8-bit binary data and connecting the 8 th bit binary data to obtain a one-dimensional array;
that is, the first Q value determines the first 1, the following K-bit is R, by equation 2 K * Q + R determines the decoded data, and the execution is repeated until all elements are determined;
the element at index 0 is stored as min, and min is subtracted from the element in the array;
adding successive elements such that x [ n ] = x [ n-1] + x [ n ] wherein n takes on a value from 1 to n and x [0] = F;
the signal is interpolated by a factor of 3 by inserting the same previous value, where x [ n ] = x [ n/3], to obtain a reconstructed signal.
The invention has the beneficial effects that:
the embodiment of the invention provides a medical data analysis and acquisition method, which comprises the steps of obtaining average medical data of a target person in a historical period and monitoring medical data of a current period, and determining a target data transmission mode of the monitoring medical data of the current period according to the average medical data; executing a target data transmission mode to match with a corresponding target compression algorithm, and compressing the monitored medical data to obtain an acquisition data packet; merging the acquired data packet and the compressed identifier and sending the merged data packet to a cloud medical server; the compression identifier is used for uniquely identifying a target compression algorithm; and matching a target decompression algorithm corresponding to the target compression algorithm at the cloud medical server according to the compression identification, decompressing the acquisition data packet by using the target decompression algorithm to obtain medical acquisition data corresponding to the monitored medical data, and monitoring the current state of the target personnel according to the medical acquisition data. By analyzing the average medical data and the monitored medical data, the efficient compression algorithm is matched in a self-adaptive mode, so that the occupation of redundant information on network resources and storage resources is reduced, and the effectiveness of medical data acquisition is guaranteed.
Drawings
The invention will be further described with reference to the accompanying drawings.
Fig. 1 is a medical data analysis and collection method according to an embodiment of the present invention;
fig. 2 is a structural diagram of a medical data analysis and acquisition device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a medical data analysis and acquisition method. Referring to fig. 1, fig. 1 is a method for analyzing and collecting medical data according to an embodiment of the present invention. The method comprises the following steps:
s101, average medical data of a target person in a historical period and monitoring medical data of a current period are obtained, and a target data transmission mode of the monitoring medical data of the current period is determined according to the average medical data.
And S102, executing a target data transmission mode matched with a corresponding target compression algorithm, and compressing the monitored medical data to obtain an acquisition data packet.
S103, combining the acquired data packet with the compressed identifier and sending the combined data packet to a cloud medical server; the compression identifier is used to uniquely identify the target compression algorithm.
And S104, matching a target decompression algorithm corresponding to the target compression algorithm according to the compression identification at the cloud medical server, decompressing the acquisition data packet by using the target decompression algorithm to obtain medical acquisition data corresponding to the monitored medical data, and monitoring the current state of the target person according to the medical acquisition data.
According to the medical data analysis and acquisition method provided by the embodiment of the invention, the average medical data and the monitored medical data are analyzed, and the high-efficiency compression algorithm is self-adaptively matched, so that the occupation of redundant information on network resources and storage resources is reduced, and the effectiveness of medical data acquisition is ensured.
In one implementation, the average medical data is mostly redundant information, and can reflect data characteristics of the redundant information in daily collection, and whether the monitored medical data carries more useful data can be determined by comparing the monitored medical data of the current period with the average medical data.
In one embodiment, the target data transfer mode includes a low risk data transfer, a medium risk data transfer, and a high risk data transfer; determining a target data transmission mode for monitoring a current period of medical data from the average medical data comprises:
calculating the similarity between the average medical data and the monitored medical data; the higher the similarity is, the smaller the risk of monitoring the medical data is;
and determining a target data transmission mode according to the similarity.
In one implementation, the higher the similarity, the smaller the risk of monitoring medical data, the more likely it is redundant information for routine monitoring, and therefore low risk data transmission may be employed; the lower the similarity, the higher the risk of monitoring medical data, and the more likely it is to be sudden monitoring information, so high-risk data transmission can be adopted; the rest can be divided into medium risk data transmission.
In one embodiment, the target compression algorithm comprises a lossless compression algorithm, a lossy compression algorithm, and a lossless and lossy hybrid compression algorithm; the low-risk data transmission corresponds to a lossy compression algorithm, the medium-risk data transmission corresponds to a lossless lossy mixed compression algorithm, and the high-risk data transmission corresponds to a lossless compression algorithm; the lossless compression algorithm comprises at least one of a run length coding algorithm, a Huffman coding algorithm, a partial matching prediction algorithm and a Rice Golomb coding algorithm; the lossy compression algorithm comprises at least one of a vector quantization algorithm, a transform coding algorithm and a wavelet compression algorithm; lossless and lossy hybrid compression algorithms extract signals through a lossy compression algorithm, and then the extracted signals are encoded by a lossless compression algorithm.
In one implementation, a lossy compression algorithm is adopted for low-risk data transmission, so that the data transmission quantity and the storage quantity are reduced; for the middle risk data transmission, a lossless and lossy mixed compression algorithm is adopted to reduce the data transmission amount and the storage amount as much as possible; and a lossless compression algorithm is adopted for high-risk data transmission, and all collected information is stored so as to facilitate subsequent data analysis.
In one embodiment, the compression flow of the lossless and lossy hybrid compression algorithm is as follows:
performing 3-fold extraction on the monitored medical data, namely x [ n ] = x [3n ], then performing self-differentiation, enabling x [ n ] = x [ n +1] -x [ n ] and storing x [0] in a variable F;
determining and adding a minimum negative value to the signal such that the sequence is positive, i.e., x [ n ] = x [ n ] + min, min = | min (x [ n ]) |, and appending a minimum value, i.e., x [0] = min, at the 0 th position of the signal;
determining the mean of the signal, left-shifting the mean M times, where M =2 K K is a value between 1 and 7, Q is a quotient obtained by dividing the average value by M, R is the rest number, Q is represented by a unary, R is represented by a binary system, and a K bit value of the QR is obtained;
determining that the K value is in the range of 1-7 and the length of QR is shortest, fixing the K value, and leftwards shifting each data of the signal by 2 K Obtaining a two-dimensional array of QR, and connecting the two-dimensional array to obtain a one-dimensional range;
and splitting the array into 8 bits, converting the data into a decimal system, and adding F to the decimal array at the 0 th bit to obtain a final compressed signal serving as an acquisition data packet.
In one embodiment, the decompression flow of the lossless and lossy hybrid compression algorithm is as follows:
removing the 0 th bit element from the collected data packet, converting each data element into 8-bit binary data and connecting the 8 th bit binary data to obtain a one-dimensional array;
that is, the first Q value determines the first 1, the following K-bit is R, and the following K-bit is determined by equation 2 K * Q + R determines the decoded data, and the execution is repeated until all elements are determined;
the element at index 0 is stored as min, and min is subtracted from the element in the array;
adding successive elements such that x [ n ] = x [ n-1] + x [ n ] wherein n takes on a value from 1 to n and x [0] = F;
the signal is interpolated by a factor of 3 by inserting the same previous value, where x [ n ] = x [ n/3], to obtain a reconstructed signal.
Based on the same inventive concept, an embodiment of the present invention further provides a medical data analysis and acquisition apparatus, referring to fig. 2, where fig. 2 is a structural diagram of the medical data analysis and acquisition apparatus provided in the embodiment of the present invention, the apparatus includes:
the analysis module is used for acquiring average medical data of a target person in a historical period and monitoring medical data of a current period, and determining a target data transmission mode of the monitoring medical data of the current period according to the average medical data;
the compression module is used for executing a target data transmission mode to match with a corresponding target compression algorithm and compressing the monitored medical data to obtain an acquisition data packet;
the transmitting module is used for combining the acquired data packet and the compressed identifier and transmitting the data packet to the cloud medical server; the compression identifier is used for uniquely identifying a target compression algorithm;
and the decompression analysis module is used for matching a target decompression algorithm corresponding to the target compression algorithm according to the compression identification at the cloud medical server, decompressing the acquisition data packet by using the target decompression algorithm to obtain medical acquisition data corresponding to the monitored medical data, and monitoring the current state of the target personnel according to the medical acquisition data.
According to the medical data analysis and acquisition device provided by the embodiment of the invention, the average medical data and the monitored medical data are analyzed, and a high-efficiency compression algorithm is self-adaptively matched, so that the occupation of redundant information on network resources and storage resources is reduced, and the effectiveness of medical data acquisition is ensured.
In one embodiment, the target data transfer mode includes a low risk data transfer, a medium risk data transfer, and a high risk data transfer; the analysis module comprises a calculation module and a matching module:
the calculation module is used for calculating the similarity between the average medical data and the monitored medical data; the higher the similarity is, the smaller the risk of monitoring the medical data is;
and the matching module is used for determining a target data transmission mode according to the similarity.
In one embodiment, the target compression algorithm comprises a lossless compression algorithm, a lossy compression algorithm, and a lossless and lossy hybrid compression algorithm; the low-risk data transmission corresponds to a lossy compression algorithm, the medium-risk data transmission corresponds to a lossless lossy mixed compression algorithm, and the high-risk data transmission corresponds to a lossless compression algorithm; the lossless compression algorithm comprises at least one of a run length coding algorithm, a Huffman coding algorithm, a partial matching prediction algorithm and a Rice Golomb coding algorithm; the lossy compression algorithm comprises at least one of a vector quantization algorithm, a transform coding algorithm and a wavelet compression algorithm; lossless and lossy hybrid compression algorithms extract signals through a lossy compression algorithm, and then the extracted signals are encoded by a lossless compression algorithm.
In one embodiment, the compression flow of the lossless and lossy hybrid compression algorithm executed by the compression module is as follows:
performing 3-fold extraction on the monitored medical data, namely x [ n ] = x [3n ], then performing self-differentiation, enabling x [ n ] = x [ n +1] -x [ n ] and storing x [0] in a variable F;
determining a minimum negative value and adding it to the signal such that the sequence is positive, i.e. x [ n ] = x [ n ] + min, min = | min (x [ n ]) |, appending the minimum value at the 0 th position of the signal, i.e. x [0] = min;
determining the mean of the signal, left-shifting the mean M times, where M =2 K K is a value between 1 and 7, and Q is an average value divided byUsing the quotient of M and R as the rest number, using a unary to represent Q, and using binary to represent R, so as to obtain the K bit value of the QR of the cascaded array;
determining that the K value is in the range of 1-7 and the length of QR is shortest, fixing the K value, and leftwards shifting each data of the signal by 2 K Obtaining a two-dimensional array of QR, and connecting the two-dimensional array to obtain a one-dimensional range;
and splitting the array into 8 bits, converting the data into a decimal system, adding F to the decimal array at the 0 th bit, and obtaining a final compressed signal as an acquisition data packet.
In one embodiment, the decompression flow of the lossless and lossy hybrid compression algorithm executed by the compression module is as follows:
removing the 0 th bit element from the collected data packet, converting each data element into 8-bit binary data and connecting the data elements to obtain a one-dimensional array;
that is, the first Q value determines the first 1, the following K-bit is R, by equation 2 K * Q + R determines the decoded data, and the execution is repeated until all elements are determined;
the element at index 0 is stored as min, and min is subtracted from the element in the array;
adding successive elements such that x [ n ] = x [ n-1] + x [ n ] wherein n takes on a value from 1 to n and x [0] = F;
the signal is interpolated by a factor of 3 by inserting the same previous value, where x [ n ] = x [ n/3], to obtain a reconstructed signal.
While one embodiment of the present invention has been described in detail, the description is only a preferred embodiment of the present invention and should not be taken as limiting the scope of the invention; all equivalent changes and modifications made within the scope of the present invention shall fall within the scope of the present invention.

Claims (10)

1. A method of medical data analysis acquisition, the method comprising:
acquiring average medical data of a target person in a historical period and monitoring medical data of a current period, and determining a target data transmission mode of the monitoring medical data of the current period according to the average medical data;
executing the target data transmission mode to match with a corresponding target compression algorithm, and compressing the monitoring medical data to obtain an acquisition data packet;
merging the acquired data packet and the compressed identification and sending the merged data packet to a cloud medical server; the compression identifier is used for uniquely identifying the target compression algorithm;
and matching a target decompression algorithm corresponding to the target compression algorithm with the cloud medical server according to the compression identifier, decompressing the acquisition data packet by using the target decompression algorithm to obtain medical acquisition data corresponding to the monitored medical data, and monitoring the current state of the target person according to the medical acquisition data.
2. The medical data analysis and collection method of claim 1, wherein the target data transmission mode comprises low risk data transmission, medium risk data transmission, and high risk data transmission; determining a target data transmission mode for a current period of the monitored medical data according to the average medical data comprises:
calculating the similarity of the average medical data and the monitored medical data; the higher the similarity, the smaller the risk of the monitored medical data;
and determining the target data transmission mode according to the similarity.
3. The medical data analysis and acquisition method according to claim 2, wherein the target compression algorithm comprises a lossless compression algorithm, a lossy compression algorithm and a lossless and lossy hybrid compression algorithm; the low-risk data transmission corresponds to a lossy compression algorithm, the medium-risk data transmission corresponds to a lossless lossy hybrid compression algorithm, and the high-risk data transmission corresponds to a lossless compression algorithm; the lossless compression algorithm comprises at least one of a run length coding algorithm, a Huffman coding algorithm, a partial matching prediction algorithm and a Rice Golomb coding algorithm; the lossy compression algorithm comprises at least one of a vector quantization algorithm, a transform coding algorithm and a wavelet compression algorithm; the lossless and lossy hybrid compression algorithm extracts a signal through a lossy compression algorithm, and then encodes the extracted signal through a lossless compression algorithm.
4. The medical data analysis and collection method according to claim 3, wherein the compression process of the lossless and lossy hybrid compression algorithm is as follows:
performing 3-fold extraction on the monitored medical data, namely x [ n ] = x [3n ], then performing self-differentiation, enabling x [ n ] = x [ n +1] -x [ n ] and storing x [0] in a variable F;
determining and adding a minimum negative value to the signal such that the sequence is positive, i.e., x [ n ] = x [ n ] + min, min = | min (x [ n ]) |, and appending a minimum value, i.e., x [0] = min, at the 0 th position of the signal;
determining the mean of the signal, left-shifting the mean M times, where M =2 K K is a value between 1 and 7, Q is a quotient obtained by dividing the average value by M, R is the rest number, Q is represented by a unary, R is represented by a binary system, and a K bit value of the QR is obtained;
determining that the K value is in the range of 1-7 and the length of QR is shortest, fixing the K value, and leftwards shifting each data of the signal by 2 K Obtaining a two-dimensional array of QR, and connecting the two-dimensional array to obtain a one-dimensional range;
and splitting the array into 8 bits, converting the data into a decimal system, and adding F to the decimal array at the 0 th bit to obtain a final compressed signal serving as the acquisition data packet.
5. The medical data analysis and collection method according to claim 4, wherein the decompression process of the lossless and lossy hybrid compression algorithm is as follows:
removing the 0 th bit element from the acquisition data packet, converting each data element into 8-bit binary data and connecting the data elements to obtain a one-dimensional array;
that is, the first Q value determines the first 1, the following K-bit is R, by equation 2 K * Q + R determines the decoded data, and the execution is repeated until all elements are determined;
the element at the 0 th index is stored as min, and min is subtracted from the element of the array;
adding successive elements such that x [ n ] = x [ n-1] + x [ n ] wherein n takes on a value from 1 to n and x [0] = F;
the signal is interpolated by a factor of 3 by inserting the same previous value, where x [ n ] = x [ n/3], to obtain a reconstructed signal.
6. A medical data analysis acquisition device, the device comprising:
the analysis module is used for acquiring average medical data of a target person in a historical period and monitoring medical data of a current period, and determining a target data transmission mode of the monitoring medical data of the current period according to the average medical data;
the compression module is used for executing the target data transmission mode to match with a corresponding target compression algorithm and compressing the monitoring medical data to obtain an acquisition data packet;
the sending module is used for combining the acquired data packet and the compressed identifier and sending the data packet to the cloud medical server; the compression identifier is used for uniquely identifying the target compression algorithm;
and the decompression analysis module is used for matching a target decompression algorithm corresponding to the target compression algorithm at the cloud medical server according to the compression identifier, decompressing the acquisition data packet by using the target decompression algorithm to obtain medical acquisition data corresponding to the monitoring medical data, and monitoring the current state of the target personnel according to the medical acquisition data.
7. The medical data analysis and acquisition device according to claim 6, wherein the target data transmission mode comprises low risk data transmission, medium risk data transmission and high risk data transmission; the analysis module comprises a calculation module and a matching module:
the calculation module is used for calculating the similarity between the average medical data and the monitored medical data; the higher the similarity, the smaller the risk of the monitored medical data;
and the matching module is used for determining the target data transmission mode according to the similarity.
8. The medical data analysis and acquisition device according to claim 7, wherein the target compression algorithm comprises a lossless compression algorithm, a lossy compression algorithm and a lossless and lossy hybrid compression algorithm; the low-risk data transmission corresponds to a lossy compression algorithm, the medium-risk data transmission corresponds to a lossless lossy hybrid compression algorithm, and the high-risk data transmission corresponds to a lossless compression algorithm; the lossless compression algorithm comprises at least one of a run length coding algorithm, a Huffman coding algorithm, a partial matching prediction algorithm and a Rice Golomb coding algorithm; the lossy compression algorithm comprises at least one of a vector quantization algorithm, a transform coding algorithm and a wavelet compression algorithm; the lossless and lossy hybrid compression algorithm extracts a signal through a lossy compression algorithm, and then encodes the extracted signal through a lossless compression algorithm.
9. The medical data analysis and acquisition device according to claim 8, wherein the compression module executes the lossless and lossy hybrid compression algorithm by a compression process comprising:
performing 3-fold extraction on the monitored medical data, namely x [ n ] = x [3n ], then performing self-differentiation, enabling x [ n ] = x [ n +1] -x [ n ] and storing x [0] in a variable F;
determining a minimum negative value and adding it to the signal such that the sequence is positive, i.e. x [ n ] = x [ n ] + min, min = | min (x [ n ]) |, appending the minimum value at the 0 th position of the signal, i.e. x [0] = min;
determining the mean of the signal, left-shifting the mean M times, where M =2 K K is a value between 1 and 7, Q is a quotient obtained by dividing the average value by M, R is the rest number, Q is represented by a unary, R is represented by a binary system, and a K bit value of the QR is obtained;
determining that the K value is in the range of 1-7, the length of QR is shortest, fixing the K value, and leftwards shifting each data of the signal by 2 K Obtaining a two-dimensional array of QR, and connecting the two-dimensional array to obtain a one-dimensional range;
and splitting the array into 8 bits, converting the data into a decimal system, adding F to the decimal array at the 0 th bit, and obtaining a final compressed signal serving as the acquisition data packet.
10. The medical data analysis and acquisition device according to claim 9, wherein the decompression process of the lossless and lossy hybrid compression algorithm executed by the compression module is as follows:
removing the 0 th bit element from the collected data packet, converting each data element into 8-bit binary data and connecting the 8 th bit binary data to obtain a one-dimensional array;
that is, the first Q value determines the first 1, the following K-bit is R, by equation 2 K * Q + R determines the decoded data, and the execution is repeated until all elements are determined;
the element at index 0 is stored as min, and min is subtracted from the element in the array;
adding successive elements such that x [ n ] = x [ n-1] + x [ n ] wherein n takes on a value from 1 to n and x [0] = F;
the signal is interpolated by a factor of 3 by inserting the same previous value, where x [ n ] = x [ n/3], to obtain a reconstructed signal.
CN202310138633.8A 2023-02-21 2023-02-21 Medical data analysis and acquisition method and device Active CN115883670B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310138633.8A CN115883670B (en) 2023-02-21 2023-02-21 Medical data analysis and acquisition method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310138633.8A CN115883670B (en) 2023-02-21 2023-02-21 Medical data analysis and acquisition method and device

Publications (2)

Publication Number Publication Date
CN115883670A true CN115883670A (en) 2023-03-31
CN115883670B CN115883670B (en) 2023-05-12

Family

ID=85761350

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310138633.8A Active CN115883670B (en) 2023-02-21 2023-02-21 Medical data analysis and acquisition method and device

Country Status (1)

Country Link
CN (1) CN115883670B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116168790A (en) * 2023-04-25 2023-05-26 深圳爱递医药科技有限公司 Big data recruitment system for clinical trial
CN116506514A (en) * 2023-06-27 2023-07-28 大唐融合通信股份有限公司 Data compression method, device, equipment, server and sewage cloud control system
CN117238504A (en) * 2023-11-01 2023-12-15 江苏亿通高科技股份有限公司 Smart city CIM data optimization processing method
CN117976237A (en) * 2024-03-25 2024-05-03 济南鸿泰医疗管理集团有限公司 Medical data intelligent analysis system and method based on Internet of things

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1471312A (en) * 2002-07-26 2004-01-28 包头钢铁学院 Selective medical image compression method
US20070177676A1 (en) * 2006-02-01 2007-08-02 Hugo Martel System and method for controlling the long term generation rate of compressed data
CN101197071A (en) * 2007-12-13 2008-06-11 上海交通大学 Data lossless compression method for data transmission of remote monitoring system
CN101883525A (en) * 2007-12-03 2010-11-10 信飞系统公司 Compression and decompression of computed tomography data
CN102307186A (en) * 2011-07-27 2012-01-04 深圳市纽泰克电子有限公司 Method and device for transmitting and processing emergency medical information data
US20130301890A1 (en) * 2012-05-11 2013-11-14 Gideon Kaempfer Method and system for lossy compression and decompression of computed tomography data
CN103618555A (en) * 2013-11-27 2014-03-05 北京科技大学 Compression method for ocean lane monitoring data
CN112929590A (en) * 2021-02-05 2021-06-08 广东欧谱曼迪科技有限公司 Boot animation playing system, compression method and device, and decompression method and device
CN113518094A (en) * 2021-09-14 2021-10-19 深圳市普渡科技有限公司 Data processing method, device, robot and storage medium
CN114826277A (en) * 2022-03-31 2022-07-29 天津大学 PMU data compression and reconstruction method for power distribution network edge computing device
CN114841679A (en) * 2022-06-29 2022-08-02 陕西省君凯电子科技有限公司 Intelligent management system for vehicle running data

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1471312A (en) * 2002-07-26 2004-01-28 包头钢铁学院 Selective medical image compression method
US20070177676A1 (en) * 2006-02-01 2007-08-02 Hugo Martel System and method for controlling the long term generation rate of compressed data
CN101883525A (en) * 2007-12-03 2010-11-10 信飞系统公司 Compression and decompression of computed tomography data
CN101197071A (en) * 2007-12-13 2008-06-11 上海交通大学 Data lossless compression method for data transmission of remote monitoring system
CN102307186A (en) * 2011-07-27 2012-01-04 深圳市纽泰克电子有限公司 Method and device for transmitting and processing emergency medical information data
US20130301890A1 (en) * 2012-05-11 2013-11-14 Gideon Kaempfer Method and system for lossy compression and decompression of computed tomography data
CN103618555A (en) * 2013-11-27 2014-03-05 北京科技大学 Compression method for ocean lane monitoring data
CN112929590A (en) * 2021-02-05 2021-06-08 广东欧谱曼迪科技有限公司 Boot animation playing system, compression method and device, and decompression method and device
CN113518094A (en) * 2021-09-14 2021-10-19 深圳市普渡科技有限公司 Data processing method, device, robot and storage medium
CN114826277A (en) * 2022-03-31 2022-07-29 天津大学 PMU data compression and reconstruction method for power distribution network edge computing device
CN114841679A (en) * 2022-06-29 2022-08-02 陕西省君凯电子科技有限公司 Intelligent management system for vehicle running data

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116168790A (en) * 2023-04-25 2023-05-26 深圳爱递医药科技有限公司 Big data recruitment system for clinical trial
CN116506514A (en) * 2023-06-27 2023-07-28 大唐融合通信股份有限公司 Data compression method, device, equipment, server and sewage cloud control system
CN116506514B (en) * 2023-06-27 2023-12-12 大唐融合通信股份有限公司 Data compression method, device, equipment, server and sewage cloud control system
CN117238504A (en) * 2023-11-01 2023-12-15 江苏亿通高科技股份有限公司 Smart city CIM data optimization processing method
CN117238504B (en) * 2023-11-01 2024-04-09 江苏亿通高科技股份有限公司 Smart city CIM data optimization processing method
CN117976237A (en) * 2024-03-25 2024-05-03 济南鸿泰医疗管理集团有限公司 Medical data intelligent analysis system and method based on Internet of things
CN117976237B (en) * 2024-03-25 2024-06-18 济南鸿泰医疗管理集团有限公司 Medical data intelligent analysis system and method based on Internet of things

Also Published As

Publication number Publication date
CN115883670B (en) 2023-05-12

Similar Documents

Publication Publication Date Title
CN115883670B (en) Medical data analysis and acquisition method and device
CN111641832B (en) Encoding method, decoding method, device, electronic device and storage medium
Cárdenas-Barrera et al. A wavelet-packets based algorithm for EEG signal compression
CN110021369B (en) Gene sequencing data compression and decompression method, system and computer readable medium
CN115695564B (en) Efficient transmission method of Internet of things data
CN113312325A (en) Track data transmission method, device, equipment and storage medium
RU2313174C2 (en) Adaptive method and system for transforming values of parameters into indexes of code words
CN116567269A (en) Spectrum monitoring data compression method based on signal-to-noise separation
CN115361559A (en) Image encoding method, image decoding method, image encoding device, image decoding device, and storage medium
Zhu et al. A novel asymmetrical autoencoder with a sparsifying discrete cosine stockwell transform layer for gearbox sensor data compression
CN111274950B (en) Feature vector data encoding and decoding method, server and terminal
Kadhum Idrees et al. A new lossless electroencephalogram compression technique for fog computing‐based IoHT networks
CN115964347A (en) Intelligent storage method for data of market supervision monitoring center
US10528641B2 (en) Encoder and decoder for transmission of coefficients to a neural network
CN111787326B (en) Entropy coding and decoding method and device
CN115361556A (en) High-efficiency video compression algorithm based on self-adaption and system thereof
Tornekar et al. Comparative study of lossless ECG signal compression techniques for wireless networks
KR20100067364A (en) Method for encoding and decoding of ecg signal
CN115120251B (en) Electroencephalogram signal self-adaptive compression reconstruction method and device
Szilágyi et al. ECG signal compression using adaptive prediction
Rani et al. Medical image compression using DCT with entropy encoding and huffman on MRI brain images
CN118399976B (en) Remote monitoring method and system for equipment operation data
CN115914630B (en) Image compression method, device, equipment and storage medium
Sriram et al. Low-loss data compression using deep learning framework with attention-based autoencoder
CN113243085B (en) Conversion device, encoding device, decoding device, methods thereof, and recording medium

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
GR01 Patent grant
GR01 Patent grant