CN106599262A - Medical informatization medical file redundancy removal system and method - Google Patents
Medical informatization medical file redundancy removal system and method Download PDFInfo
- Publication number
- CN106599262A CN106599262A CN201611193986.4A CN201611193986A CN106599262A CN 106599262 A CN106599262 A CN 106599262A CN 201611193986 A CN201611193986 A CN 201611193986A CN 106599262 A CN106599262 A CN 106599262A
- Authority
- CN
- China
- Prior art keywords
- hash
- medical records
- linked list
- store path
- medical
- 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
Links
Classifications
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H10/00—ICT specially adapted for the handling or processing of patient-related medical or healthcare data
- G16H10/60—ICT specially adapted for the handling or processing of patient-related medical or healthcare data for patient-specific data, e.g. for electronic patient records
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/13—File access structures, e.g. distributed indices
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/174—Redundancy elimination performed by the file system
- G06F16/1748—De-duplication implemented within the file system, e.g. based on file segments
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2228—Indexing structures
- G06F16/2255—Hash tables
-
- G06F19/32—
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H40/00—ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices
- G16H40/60—ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices for the operation of medical equipment or devices
- G16H40/67—ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices for the operation of medical equipment or devices for remote operation
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Software Systems (AREA)
- Epidemiology (AREA)
- Primary Health Care (AREA)
- Public Health (AREA)
- Biomedical Technology (AREA)
- Business, Economics & Management (AREA)
- General Business, Economics & Management (AREA)
- Medical Treatment And Welfare Office Work (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention provides a medical informatization medical file redundancy removal system and method. The method comprises the following steps: calculating a hash value of each medical file through a Hash algorithm; searching identical hash values, and storing the identical hash values and storage paths of medical files corresponding to the identical hash values in a hash association list; deleting the identifier corresponding to the deleted medical file in each hash association list; receiving a file query instruction sent by a client; and when the storage path of a to-be-queried medical file in the file query instruction corresponds to a hash association list, sending the medical file corresponding to the selected storage path in the corresponding hash association list to the client. By implementation of the medical informatization medical file redundancy removal system and method provided by the invention, the access speed of the server can be accelerated, and the redundancy of the server is reduced.
Description
Technical field
The present invention relates to medical information field, more particularly to a kind of medical information medical records redundancy scavenging system and
Method.
Background technology
Medical records is the protocol that patient treats overall process in hospital diagnosis, and it includes electronic health record, medical science shadow
As file, disease encyclopaedia file, Government Medical policy document, medical department present document etc..As hospital computer is managed
Networking, medical records are arisen at the historic moment.Used as the product of scientific and technological progress, medical records is recorded because which is convenient, the advantages of easily storage
Increasingly it is widely applied in medical system.
Further, with the development of portable medical, increasing patient or doctor use mobile terminal (example now
Such as, the mobile terminal of the touch screen such as mobile phone, panel computer) check medical records and store medical records, cause server possible
Multiple identical medical recordses are preserved, the redundancy of medical records on server is so caused and is reduced the access speed of server
Degree, it is therefore necessary to which a kind of information system processed to the medical records repeated on server is provided.
The content of the invention
Present invention is primarily targeted at providing a kind of medical information medical records redundancy scavenging system and method, it is intended to
Solve the technical problem cleared up to the medical records of redundancy on server.
For achieving the above object, the invention provides a kind of medical information medical records redundancy scavenging system, runs on
In server, the server is connected with client communication by network, and the system includes:
Computing module, for calculating the cryptographic Hash of each medical records on the server;
Identical cryptographic Hash for identical cryptographic Hash is searched from the cryptographic Hash for calculating, and is classified as one by searching modul
The store path of the corresponding medical records of identical cryptographic Hash in identical cryptographic Hash in per group and the group is stored in one by group
In Hash linked list;
Removing module, for a store path is selected in each Hash linked list, and deletes Hash association
Medical records in list corresponding to unselected store path;
Modified module, for changing the deleted corresponding mark of medical records in each Hash linked list;
Receiver module, for receiving the file polling instruction that client is sended over;
Judge module, for judging whether the store path of medical records to be checked in file polling instruction has corresponding
Hash linked list;And
Sending module, for having corresponding Hash to close when the store path of medical records to be checked in file polling instruction
The corresponding medical records of store path selected in the corresponding Hash linked list is sent to client by connection list.
Preferably, the Hash linked list includes four fields, four fields be respectively filename, cryptographic Hash,
Store path and mark.
Preferably, on the computing module calculating server, the mode of the cryptographic Hash of each medical records is as follows:Time
The medical records gone through on server, and the cryptographic Hash of each medical records is calculated by hash algorithm.
Preferably, the computing module calculates the cryptographic Hash of each medical records on the server by hash algorithm,
Wherein, the hash algorithm is MD5 algorithms.
Preferably, the judge module judges whether the store path in file polling instruction has corresponding Hash associated column
The mode of table is as follows:Resolution file query statement simultaneously obtains the store path of medical records to be checked, by the doctor to be checked
The store path for treating file is compared with each Hash linked list in server, if there is a Hash association in server
Store path of the list comprising medical records to be checked, then the Hash linked list is the storage road of medical records to be checked
The corresponding Hash linked list in footpath.
On the other hand, the present invention also provides a kind of medical information medical records redundancy sweep-out method, is applied to server
In, the server is connected with client communication by network, and the method comprises the steps:
Calculate the cryptographic Hash of each medical records on the server;
Identical cryptographic Hash is searched from the cryptographic Hash for calculating, and identical cryptographic Hash is classified as into one group, will be per phase in group
In same cryptographic Hash and the group, the store path of the corresponding medical records of identical cryptographic Hash is stored in a Hash linked list
In;
A store path is selected in each Hash linked list, and deletes unselected in the Hash linked list
Medical records corresponding to store path;
The deleted corresponding mark of medical records is changed in each Hash linked list;
Receive the file polling instruction that client is sended over;
Judge whether the store path of file polling medical records to be checked in instructing has corresponding Hash linked list;
And
When the store path of medical records to be checked in file polling instruction has corresponding Hash linked list, by this pair
The corresponding medical records of store path selected in the Hash linked list answered is sent to client.
Preferably, the Hash linked list includes four fields, four fields be respectively filename, cryptographic Hash,
Store path and mark.
Preferably, comprise the steps the step of the cryptographic Hash of each medical records on the calculating server:Time
The medical records gone through on server, and the cryptographic Hash of each medical records is calculated by hash algorithm.
Preferably, on the server, the cryptographic Hash of each medical records is calculated by hash algorithm, wherein, the Hash
Algorithm is MD5 algorithms.
Preferably, whether the store path of the medical records for judging that file polling is to be checked in instructing has corresponding Kazakhstan
The step of uncommon linked list, comprises the steps:Resolution file query statement simultaneously obtains the storage road of medical records to be checked
Footpath, the store path of the medical records to be checked is compared with each Hash linked list in server, if service
There is store path of the Hash linked list comprising medical records to be checked in device, then the Hash linked list is to be checked
Medical records the corresponding Hash linked list of store path.
The present invention adopts above-mentioned technical proposal, and the technique effect for bringing is:The present invention is sought by the way of cryptographic Hash is compared
Look for identical medical records, and delete the medical records of repetition, accelerate the access speed of server, reduce the superfluous of server
It is remaining.
Description of the drawings
Fig. 1 is the applied environment schematic diagram of medical information medical records redundancy scavenging system of the present invention;
Fig. 2 is the module diagram of the preferred embodiment of medical information medical records redundancy scavenging system of the present invention;
Fig. 3 is the flow chart of the preferred embodiment of medical information medical records redundancy sweep-out method of the present invention;
Fig. 4 is the schematic diagram of Hash linked list of the present invention.
The object of the invention is realized, functional characteristics and advantage will be described further in conjunction with the embodiments referring to the drawings.
Specific embodiment
Further to illustrate the present invention to reach technological means and effect that predetermined goal of the invention is taken, below in conjunction with
Accompanying drawing and preferred embodiment, the specific embodiment, structure, feature and its effect to the present invention, describe in detail as follows.Should manage
Solution, specific embodiment described herein only to explain the present invention, are not intended to limit the present invention.
With reference to shown in Fig. 1, Fig. 1 is that the applied environment of medical information medical records redundancy scavenging system of the present invention is illustrated
Figure.Medical information medical records redundancy scavenging system 30 in the present invention is run on server 3.The server 3 passes through
Network 2 is communicated to connect with multiple client 1.Be stored with the server 3 various types of medical recordses (for example, electronics disease
Go through, medical image file, disease encyclopaedia file, Government Medical policy document, medical department present document etc.).
In the present embodiment, the network 2 can be wire communication network or wireless communication networks.The network is preferably
Wireless communication networks, including but not limited to, GSM network, GPRS network, cdma network, TD-SCDMA network, WiMAX network,
The wireless-transmission networks such as TD-LTE networks, FDD-LTE networks..
The client 1 may be, but not limited to, smart mobile phone, panel computer, personal digital assistant (Personal
Digital Assistant, PDA), PC, other any appropriate portable touch screen electronic equipments such as electronic board.
The client 1 is used to access the server 3 by network 2, and obtains the medical records on server 3.The client 1
It is additionally operable to produce medical records, and the medical records of the generation is sent to server 3 preserves.
With reference to shown in Fig. 2, it is the module of the preferred embodiment of medical information medical records redundancy scavenging system of the present invention
Schematic diagram.In the present embodiment, the medical information medical records redundancy scavenging system 30 is applied to server 3.The service
Device 3 include but not limited to, medical information medical records redundancy scavenging system 30, memory element 31, processing unit 32, and
Communication unit 33.
Described memory element 31 can be a kind of read-only memory unit ROM, electrically-erasable memory element EEPROM, quick flashing
Memory element FLASH or solid hard disk etc..
Described processing unit 32 can be a kind of central processing unit (Central Processing Unit, CPU), micro-
Controller (MCU), data processing chip or the information process unit with data processing function.
Described communication unit 33 be a kind of communication interface with remote communicating function, for example support GSM, GPRS,
The communication interface of the wireless communication techniques such as WCDMA, CDMA, TD-SCDMA, WiMAX, TD-LTE, FDD-LTE, supports USB, netting twine
Wire communication interface.
The medical information medical records redundancy scavenging system 30 includes, but are not limited to, computing module 312, lookup
Module 313, removing module 314, modified module 315, receiver module 316, judge module 317 and sending module 318, institute of the present invention
The module of title refers to and a kind of can be performed by the processing unit 32 of the server 3 and can complete a series of of fixing function
Computer program instructions section, which is stored in the memory element 31 of the server 3.
The computing module 312 is used for the cryptographic Hash of each medical records on calculation server 3.Specifically, the meter
The medical records on 312 traversal server 3 of module is calculated, and the cryptographic Hash of each medical records is calculated by hash algorithm.It is described
Hash algorithm may be, but not limited to, MD5 algorithms.
The searching modul 313 for identical cryptographic Hash is searched from the cryptographic Hash for calculating, and by identical cryptographic Hash
One group is classified as, the store path of the corresponding medical records of identical cryptographic Hash in identical cryptographic Hash in per group and the group is preserved
In a Hash linked list.Generally, due to the uniqueness of cryptographic Hash, if finding identical cryptographic Hash, shows clothes
There is identical medical records in business device 3.In the present embodiment, the Hash linked list include multiple identical cryptographic Hash and
The store path of each cryptographic Hash correspondence medical records.It should be noted that the cryptographic Hash in the Hash linked list is all
Identical.There is multigroup identical medical records in the server 3, then the searching modul 313 obtains multigroup identical Hash
Value simultaneously generates a Hash linked list to every group of identical cryptographic Hash.As shown in Figure IV, the Hash linked list is at least wrapped
Four fields are included, four fields are respectively filename (representing the title of medical records), cryptographic Hash and (represent medical records
Cryptographic Hash), store path (represent store path of the medical records on server 3) and mark (represent whether medical records is protected
Stay in server 3, wherein, Y represents reservation, and N represents deletion).Further, for convenience's sake, the letter b in Fig. 4 is only
Only it is acute pyogenic infection of finger tip cryptographic Hash, it is B to be not offered as cryptographic Hash, and the alphabetical X1 to X9 in Fig. 4 is also only acute pyogenic infection of finger tip store path, not
Expression X1 to X9 is store path.
The removing module 314 is for selecting a store path in each Hash linked list, and deletes the Kazakhstan
Medical records in uncommon linked list corresponding to unselected store path.In the present embodiment, the removing module 314 is selected
Store path X1, and remaining store path is deleted in server 3 for the corresponding medical recordses of X2 to X9.
The modified module 315 is in the deleted corresponding mark of medical records of each Hash linked list modification
Know.Specifically, as shown in figure 4, X2 to X9 in Hash linked list corresponding mark is changed by the modified module 315 from Y
For N.
The receiver module 316 is used to receive the file polling instruction that client 1 is sended over.In general, the visitor
During the medical records that family end 1 is inquired about on server 3, file polling instruction includes the store path of medical records to be checked.
The judge module 317 is used to judge whether the store path of file polling medical records to be checked in instructing has
Corresponding Hash linked list.317 resolution file query statement of the judge module simultaneously obtains depositing for medical records to be checked
Storage path, the store path of the medical records to be checked is compared with each Hash linked list in server 3, if
There is store path of the Hash linked list comprising medical records to be checked in server 3, then the Hash linked list is
The corresponding Hash linked list of store path of medical records to be checked.
The sending module 318 is literary for the corresponding medical treatment of store path that will be selected in the corresponding Hash linked list
Part is sent to client 1.Specifically, if as shown in figure 4, the store path of medical records to be checked be X2, described
Send module 318 that store path is sent to client 1 for X1 corresponding medical records A.
With reference to shown in Fig. 3, it is the flow process of the preferred embodiment of medical information medical records redundancy sweep-out method of the present invention
Figure.In the present embodiment, described medical information medical records redundancy sweep-out method is applied to server 3, and the method includes
Following steps:
Step S12:The cryptographic Hash of each medical records on 312 calculation server 3 of the computing module.Specifically, institute
The medical records on 312 traversal server 3 of computing module is stated, and the cryptographic Hash of each medical records is calculated by hash algorithm.
The hash algorithm may be, but not limited to, MD5 algorithms.
Step S13:The searching modul 313 searches identical cryptographic Hash from the cryptographic Hash for calculating, and identical is breathed out
Uncommon value is classified as one group, by the store path of the corresponding medical records of identical cryptographic Hash in identical cryptographic Hash in per group and the group
It is stored in a Hash linked list.Generally, due to the uniqueness of cryptographic Hash, if finding identical cryptographic Hash, table
There is identical medical records in prescribed server 3.In the present embodiment, the Hash linked list includes multiple identical Hash
The store path of value and each cryptographic Hash correspondence medical records.It should be noted that the cryptographic Hash in the Hash linked list
All it is identical.There is multigroup identical medical records in the server 3, then the searching modul 313 obtains multigroup identical
Cryptographic Hash simultaneously generates a Hash linked list to every group of identical cryptographic Hash.As shown in Figure IV, the Hash linked list is extremely
Include four fields less, four fields are respectively filename (representing the title of medical records), cryptographic Hash and (represent medical treatment text
The cryptographic Hash of part), store path (represent store path of the medical records on server 3) and mark (represent that medical records is
It is no to remain in server 3, wherein, Y represents reservation, and N represents deletion).Further, for convenience's sake, the letter in Fig. 4
B is only acute pyogenic infection of finger tip cryptographic Hash, and it is B to be not offered as cryptographic Hash, and the alphabetical X1 to X9 in Fig. 4 is also only acute pyogenic infection of finger tip store path,
X1 to X9 is not offered as store path.
Step S14:The removing module 314 selectes a store path in each Hash linked list, and deletes
Medical records in the Hash linked list corresponding to unselected store path.In the present embodiment, the removing module 314
Selected store path X1, and remaining store path is deleted in server 3 for the corresponding medical recordses of X2 to X9.
Step S15:It is corresponding that the modified module 315 changes deleted medical records in each Hash linked list
Mark.Specifically, as shown in figure 4, X2 to X9 in Hash linked list corresponding mark is repaiied by the modified module 315 from Y
It is changed to N.
Step S16:The receiver module 316 receives the file polling instruction that client 1 is sended over.In general, institute
When stating the medical records on the inquiry server 3 of client 1, query statement includes the store path of medical records to be checked.
Step S17:The judge module 317 judges that the store path of file polling medical records to be checked in instructing is
It is no to have corresponding Hash linked list.317 resolution file query statement of the judge module simultaneously obtains medical records to be checked
Store path, the store path of the medical records to be checked is compared with each Hash linked list in server 3
It is right, if having store path of the Hash linked list comprising medical records to be checked, the Hash associated column in server 3
Table is the corresponding Hash linked list of store path of medical records to be checked.If the store path in file polling instruction has
Corresponding Hash linked list, flow process enter step S18, otherwise, if the store path in file polling instruction is not corresponding
Hash linked list, then directly by the medical records (accompanying drawing 3 in the store path traversal server 3 in file polling instruction
In omitted), terminate flow process afterwards.
Step S18:The corresponding doctor of store path that the sending module 318 will be selected in the corresponding Hash linked list
Treat file and be sent to client 1.Specifically, if as shown in figure 4, the store path of medical records to be checked be X2, institute
State sending module 318 and store path is sent to into client 1 for the corresponding medical records A of X1.
The preferred embodiments of the present invention are these are only, the scope of the claims of the present invention is not thereby limited, it is every using this
Equivalent structure or equivalent flow conversion that bright description and accompanying drawing content are made, or between or be used in indirectly other related skills
Art field, is included within the scope of the present invention.
Claims (10)
1. a kind of medical information medical records redundancy scavenging system, runs in server, it is characterised in that the server
It is connected with client communication by network, the system includes:
Computing module, for calculating the cryptographic Hash of each medical records on the server;
Identical cryptographic Hash for identical cryptographic Hash is searched from the cryptographic Hash for calculating, and is classified as one group by searching modul, will
In per group, in identical cryptographic Hash and the group, the store path of the corresponding medical records of identical cryptographic Hash is stored in a Hash
In linked list;
Removing module, for a store path is selected in each Hash linked list, and deletes the Hash linked list
In medical records corresponding to unselected store path;
Modified module, for changing the deleted corresponding mark of medical records in each Hash linked list;
Receiver module, for receiving the file polling instruction that client is sended over;
Judge module, for judging whether the store path of medical records to be checked in file polling instruction has corresponding Hash
Linked list;And
Sending module, for having corresponding Hash associated column when the store path of medical records to be checked in file polling instruction
The corresponding medical records of store path selected in the corresponding Hash linked list is sent to client by table.
2. medical information medical records redundancy scavenging system as claimed in claim 1, it is characterised in that the Hash association
List includes four fields, and four fields are respectively filename, cryptographic Hash, store path and mark.
3. medical information medical records redundancy scavenging system as claimed in claim 1, it is characterised in that the computing module
The mode for calculating the cryptographic Hash of each medical records on the server is as follows:Medical records on traversal server, and pass through
Hash algorithm calculates the cryptographic Hash of each medical records.
4. medical information medical records redundancy scavenging system as claimed in claim 3, it is characterised in that the computing module
The cryptographic Hash of each medical records on the server is calculated by hash algorithm, wherein, the hash algorithm is MD5 algorithms.
5. medical information medical records redundancy scavenging system as claimed in claim 1, it is characterised in that the judge module
Judge whether the store path of medical records to be checked in file polling instruction has the mode of corresponding Hash linked list such as
Under:Resolution file query statement simultaneously obtains the store path of medical records to be checked, by depositing for the medical records to be checked
Storage path is compared with each Hash linked list in server, if having a Hash linked list to include in server treating
The store path of the medical records of inquiry, then the Hash linked list is the corresponding Kazakhstan of store path of medical records to be checked
Uncommon linked list.
6. a kind of medical information medical records redundancy sweep-out method, is applied in server, it is characterised in that the server
It is connected with client communication by network, the method comprises the steps:
Calculate the cryptographic Hash of each medical records on the server;
Identical cryptographic Hash is searched from the cryptographic Hash for calculating, and identical cryptographic Hash is classified as into one group, will be per identical in group
In cryptographic Hash and the group, the store path of the corresponding medical records of identical cryptographic Hash is stored in a Hash linked list;
A store path is selected in each Hash linked list, and deletes unselected storage in the Hash linked list
Medical records corresponding to path;
The deleted corresponding mark of medical records is changed in each Hash linked list;
Receive the file polling instruction that client is sended over;
Judge whether the store path of file polling medical records to be checked in instructing has corresponding Hash linked list;And
It is when the store path of medical records to be checked in file polling instruction has corresponding Hash linked list, this is corresponding
The corresponding medical records of store path selected in Hash linked list is sent to client.
7. medical information medical records redundancy sweep-out method as claimed in claim 6, it is characterised in that the Hash association
List includes four fields, and four fields are respectively filename, cryptographic Hash, store path and mark.
8. medical information medical records redundancy sweep-out method as claimed in claim 6, it is characterised in that described in the calculating
Comprise the steps the step of the cryptographic Hash of each medical records on server:Medical records on traversal server, and pass through
Hash algorithm calculates the cryptographic Hash of each medical records.
9. medical information medical records redundancy sweep-out method as claimed in claim 8, it is characterised in that on the server
The cryptographic Hash of each medical records is calculated by hash algorithm, wherein, the hash algorithm is MD5 algorithms.
10. medical information medical records redundancy sweep-out method as claimed in claim 6, it is characterised in that the judgement text
The step of whether store path of medical records to be checked has corresponding Hash linked list in part query statement includes as follows
Step:Resolution file query statement simultaneously obtains the store path of medical records to be checked, by the medical records to be checked
Store path is compared with each Hash linked list in server, if there is a Hash linked list to include in server
The store path of medical records to be checked, then the Hash linked list be medical records to be checked store path it is corresponding
Hash linked list.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611193986.4A CN106599262A (en) | 2016-12-21 | 2016-12-21 | Medical informatization medical file redundancy removal system and method |
PCT/CN2017/088347 WO2018113209A1 (en) | 2016-12-21 | 2017-06-15 | Medical documentation redundancy removing system and method in medical informationization |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611193986.4A CN106599262A (en) | 2016-12-21 | 2016-12-21 | Medical informatization medical file redundancy removal system and method |
Publications (1)
Publication Number | Publication Date |
---|---|
CN106599262A true CN106599262A (en) | 2017-04-26 |
Family
ID=58600386
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201611193986.4A Pending CN106599262A (en) | 2016-12-21 | 2016-12-21 | Medical informatization medical file redundancy removal system and method |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN106599262A (en) |
WO (1) | WO2018113209A1 (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2018113212A1 (en) * | 2016-12-21 | 2018-06-28 | 深圳市易特科信息技术有限公司 | Medical informationization file processing system and method for increasing access speed of server |
WO2018113209A1 (en) * | 2016-12-21 | 2018-06-28 | 深圳市易特科信息技术有限公司 | Medical documentation redundancy removing system and method in medical informationization |
WO2018113211A1 (en) * | 2016-12-21 | 2018-06-28 | 深圳市易特科信息技术有限公司 | Hash value-based medical documentation redundancy processing system and method |
CN111105856A (en) * | 2019-12-24 | 2020-05-05 | 中电数据服务有限公司 | Medical data desensitization and correlation system and method |
CN112463071A (en) * | 2020-12-11 | 2021-03-09 | 苏州浪潮智能科技有限公司 | Method and device for selectively clearing nonvolatile storage |
CN113300976A (en) * | 2021-05-20 | 2021-08-24 | 北京字跳网络技术有限公司 | Data transmission method and device, storage medium and electronic equipment |
CN116450887A (en) * | 2023-03-03 | 2023-07-18 | 山东博鹏信息科技有限公司 | Hospital informatization equipment management system |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110489701A (en) * | 2019-08-19 | 2019-11-22 | 安徽三实信息技术服务有限公司 | Extract the method, apparatus and CMS recognition methods of CMS identification feature |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101582076A (en) * | 2009-06-24 | 2009-11-18 | 浪潮电子信息产业股份有限公司 | Data de-duplication method based on data base |
US8423520B2 (en) * | 2009-11-23 | 2013-04-16 | Dell Products L.P. | Methods and apparatus for efficient compression and deduplication |
CN102902762B (en) * | 2012-09-25 | 2015-08-19 | 华为技术有限公司 | A kind of methods, devices and systems of deleting duplicated data |
CN104123347B (en) * | 2014-07-04 | 2018-01-09 | 北京思特奇信息技术股份有限公司 | A kind of data applied to BOSS systems delete method and system again |
CN106599260A (en) * | 2016-12-21 | 2017-04-26 | 深圳市易特科信息技术有限公司 | Medical informatization repeated medical document deleting system and method |
CN106649717A (en) * | 2016-12-21 | 2017-05-10 | 深圳市易特科信息技术有限公司 | Medical file redundancy processing system and method based on Hash value |
CN106599262A (en) * | 2016-12-21 | 2017-04-26 | 深圳市易特科信息技术有限公司 | Medical informatization medical file redundancy removal system and method |
CN106777170A (en) * | 2016-12-21 | 2017-05-31 | 深圳市易特科信息技术有限公司 | Strengthen the medical information document handling system and method for server access speed |
-
2016
- 2016-12-21 CN CN201611193986.4A patent/CN106599262A/en active Pending
-
2017
- 2017-06-15 WO PCT/CN2017/088347 patent/WO2018113209A1/en active Application Filing
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2018113212A1 (en) * | 2016-12-21 | 2018-06-28 | 深圳市易特科信息技术有限公司 | Medical informationization file processing system and method for increasing access speed of server |
WO2018113209A1 (en) * | 2016-12-21 | 2018-06-28 | 深圳市易特科信息技术有限公司 | Medical documentation redundancy removing system and method in medical informationization |
WO2018113211A1 (en) * | 2016-12-21 | 2018-06-28 | 深圳市易特科信息技术有限公司 | Hash value-based medical documentation redundancy processing system and method |
CN111105856A (en) * | 2019-12-24 | 2020-05-05 | 中电数据服务有限公司 | Medical data desensitization and correlation system and method |
CN112463071A (en) * | 2020-12-11 | 2021-03-09 | 苏州浪潮智能科技有限公司 | Method and device for selectively clearing nonvolatile storage |
CN113300976A (en) * | 2021-05-20 | 2021-08-24 | 北京字跳网络技术有限公司 | Data transmission method and device, storage medium and electronic equipment |
CN116450887A (en) * | 2023-03-03 | 2023-07-18 | 山东博鹏信息科技有限公司 | Hospital informatization equipment management system |
CN116450887B (en) * | 2023-03-03 | 2024-05-17 | 山东博鹏信息科技有限公司 | Hospital informatization equipment management system |
Also Published As
Publication number | Publication date |
---|---|
WO2018113209A1 (en) | 2018-06-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106599262A (en) | Medical informatization medical file redundancy removal system and method | |
CN106599260A (en) | Medical informatization repeated medical document deleting system and method | |
CN106649717A (en) | Medical file redundancy processing system and method based on Hash value | |
CN103548003B (en) | Method and system for improving the client-side fingerprint cache of deduplication system backup performance | |
RU2581560C2 (en) | Method of scanning files, client computer and server | |
CN106777170A (en) | Strengthen the medical information document handling system and method for server access speed | |
US8819587B1 (en) | Methods of managing items in a shared workspace | |
US7860971B2 (en) | Anti-spam tool for browser | |
US20160188723A1 (en) | Cloud website recommendation method and system based on terminal access statistics, and related device | |
US10303793B2 (en) | Similarity and ranking of databases based on database metadata | |
CN104933363A (en) | Method and device for detecting malicious file | |
CN107992511A (en) | Index establishing method, device, storage medium and the electronic equipment of medical data table | |
CN110019080A (en) | Data access method and device | |
CN108804516A (en) | Similar users search device, method and computer readable storage medium | |
WO2017088686A1 (en) | Method and apparatus for realizing fingerprint login for website, and client device | |
CN103186621B (en) | A kind of catalogue generates method and apparatus | |
US10692592B2 (en) | Synchronization of healthcare data across disparate data centers | |
CN110737633B (en) | Resource management method and system based on cloud management platform | |
US20230237079A1 (en) | Systems and methods for locating and recovering key populations of desired data | |
US8495050B2 (en) | Identifying universal resource locator rewriting rules | |
CN104715068B (en) | Method and device for generating document indexes and searching method and device | |
CN111078139B (en) | Method and device for realizing S3 standard object storage interface | |
CN107832422B (en) | Data collection method and device of favorites | |
CN107623710A (en) | A kind of file uploading method and terminal | |
CN106470232B (en) | A kind of user information acquiring method and equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20170426 |
|
WD01 | Invention patent application deemed withdrawn after publication |