CN116932502B - Distributed medical record document generation method, system, computer equipment and storage medium - Google Patents

Distributed medical record document generation method, system, computer equipment and storage medium Download PDF

Info

Publication number
CN116932502B
CN116932502B CN202310868279.4A CN202310868279A CN116932502B CN 116932502 B CN116932502 B CN 116932502B CN 202310868279 A CN202310868279 A CN 202310868279A CN 116932502 B CN116932502 B CN 116932502B
Authority
CN
China
Prior art keywords
medical record
generated
client
record document
request instruction
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.)
Active
Application number
CN202310868279.4A
Other languages
Chinese (zh)
Other versions
CN116932502A (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.)
Guangzhou Dongrui Technology Co ltd
Original Assignee
Guangzhou Dongrui Technology 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 Guangzhou Dongrui Technology Co ltd filed Critical Guangzhou Dongrui Technology Co ltd
Priority to CN202310868279.4A priority Critical patent/CN116932502B/en
Publication of CN116932502A publication Critical patent/CN116932502A/en
Application granted granted Critical
Publication of CN116932502B publication Critical patent/CN116932502B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H10/00ICT specially adapted for the handling or processing of patient-related medical or healthcare data
    • G16H10/60ICT specially adapted for the handling or processing of patient-related medical or healthcare data for patient-specific data, e.g. for electronic patient records

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Epidemiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Primary Health Care (AREA)
  • Public Health (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

The invention discloses a method, a system, a computer device and a storage medium for generating a distributed medical record document, wherein the method comprises the following steps: receiving a medical record document record to be generated, which is sent by a client; sequentially arranging the medical record document records to be generated in a queue to be generated according to time sequence; receiving a generation request instruction of the client; according to the generation request instruction of the client, sequentially sending one of the medical record document records to be generated in the queue to be generated to the corresponding client; receiving a medical record document generated by a client according to the medical record document record to be generated; and storing the medical record document into a medical record document library. The invention effectively solves the problems that the medical record document generation time is long and the better computing power resource of the hospital cannot be effectively utilized.

Description

Distributed medical record document generation method, system, computer equipment and storage medium
Technical Field
The invention relates to the technical field of electronic medical records, in particular to a method, a system, computer equipment and a storage medium for generating a distributed medical record document.
Background
Most hospitals currently realize electronic medical records, and the process is moving to paperless archiving. The paperless medical record management system has great significance in realizing paperless medical record, can submit the medical record, reduces the time and energy spent by medical staff, greatly reduces the consumption of paper medical record management in equipment and consumable materials, reduces the demands of medical record storage on medical record frames, storehouses, safeguards and the like, and reduces the cost. Paperless medical records lay a foundation for further applying big data technology to deeply mine the value of medical data resources.
The time for constructing a plurality of information systems in hospitals is different, and software developers and used technologies are also different. In order to realize the mutual retrieval among the systems so as to know the complete medical activity objective record of the patient, the technical barrier problem existing among the systems is generally solved by the way that the systems generate documents in a uniform format, such as uniformly generating PDF documents.
With the increase of medical activities of patients, documents to be generated are larger and larger, such as a few tens of blinds on a patient care record. The conventional document generation method has the following drawbacks: the method includes the steps that (1) the document generation time is long, and a user needs to wait; (2) The computer operated by the user directly completes the generation of the document and cannot effectively utilize better computing resources of the hospital.
Disclosure of Invention
The invention aims to provide a method, a system, computer equipment and a storage medium for generating a distributed medical record document, which aim to solve the problems that the medical record document is long in generation time and better computing resources of hospitals cannot be effectively utilized.
To achieve the purpose, the invention adopts the following technical scheme:
provided is a distributed medical record document generation method, comprising:
receiving a medical record document record to be generated, which is sent by a client;
sequentially arranging the medical record document records to be generated in a queue to be generated according to time sequence;
receiving a generation request instruction of the client;
according to the generation request instruction of the client, sequentially sending one of the medical record document records to be generated in the queue to be generated to the corresponding client;
receiving a medical record document generated by a client according to the medical record document record to be generated;
and storing the medical record document into a medical record document library.
As a preferred scheme of the method for generating the distributed medical record document, the generating request instruction comprises performance indexes of corresponding clients, and after the step of receiving the generating request instruction of the clients, the method comprises the following steps:
recording performance indexes corresponding to all clients;
sorting the performance of each client according to the performance index;
judging whether the performance ordering value of each client exceeds a preset value N or not;
if so, a first waiting instruction is sent to the corresponding client, wherein the first waiting instruction is used for commanding the corresponding client to wait for a certain time and then send a generating request instruction.
As a preferable scheme of the distributed medical record document generation method, the performance index comprises the occupancy rate of the CPU of the client.
As a preferred embodiment of the method for generating a distributed medical record document, after the step of receiving the generation request instruction of the client, the method includes:
judging whether the medical record document record to be generated exists in a queue to be generated or not;
if not, a second waiting instruction is sent to the corresponding client, wherein the second waiting instruction is used for commanding the corresponding client to wait for a period of time and then send a generation request instruction.
As a preferred scheme of the distributed medical record document generation method, the step of arranging the medical record document records to be generated in the queue to be generated in time sequence sequentially comprises the following steps:
judging whether the medical record file record to be generated and the medical record file record to be generated in the queue to be generated are the same patient identity information;
if yes, merging the medical record file record to be generated into the medical record file record to be generated of the same patient identity information in the queue to be generated;
and if not, sequentially arranging the medical record document records to be generated in the queue to be generated according to the time sequence.
As a preferred scheme of the distributed medical record document generation method, before the step of receiving the medical record document record to be generated sent by the client, the method comprises the following steps:
receiving a modification request instruction of a client, wherein the modification request instruction comprises patient identity information;
and exporting and transmitting the modifiable medical record document of the corresponding patient from the medical record document library to the corresponding client according to the patient identity information in the modification request instruction.
As a preferred embodiment of the method for generating a distributed medical record document, the method further includes:
receiving a viewing request instruction of a client, wherein the request instruction comprises patient identity information;
and exporting and transmitting medical record documents of the corresponding patients from the medical record document library to the corresponding clients according to the patient identity information in the viewing request instruction.
The invention also provides a distributed medical record document generation system, which comprises:
the first receiving unit is used for receiving medical record document records to be generated, which are sent by the client;
the buffer unit is used for sequentially arranging the medical record file records to be generated in a queue to be generated according to time sequence;
the second receiving unit is used for receiving the generation request instruction of the client;
the first sending unit is used for sequentially sending one of the medical record document records to be generated in the queue to be generated to the corresponding client according to the generation request instruction of the client;
a third receiving unit, configured to receive a medical record document generated by the client according to the medical record document record to be generated;
and the storage unit is used for storing the medical record document into a medical record document library.
The invention also provides a computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the distributed medical record document generation method according to any one of the above when executing the computer program.
The present invention also provides a computer readable storage medium having stored thereon a computer program, characterized in that the computer program, when executed by a processor, implements the steps of the distributed medical record document generation method according to any of the above.
The invention has the beneficial effects that: the distributed medical record document generation method, the system, the computer equipment and the storage medium provided by the invention are characterized in that the medical record data of a patient modified by a doctor or a nurse is created or updated into the medical record document record to be generated, the medical record document record to be generated is sent to a queue to be generated by each client, the medical record document record to be generated is acquired from the queue to be generated, the medical record document is generated, and the generated medical record document is uniformly stored in a medical record document library, so that the medical record document can be generated by fully and effectively utilizing better calculation resources of a hospital, the generation of the medical record document is directly carried out by the client which does not need to create or update the medical record document record to be generated, and the generation time of the medical record document can be effectively reduced.
Drawings
In order to more clearly illustrate the technical solution of the embodiments of the present invention, the drawings that are required to be used in the embodiments of the present invention will be briefly described below. It is evident that the drawings described below are only some embodiments of the present invention and that other drawings may be obtained from these drawings without inventive effort for a person of ordinary skill in the art.
FIG. 1 is a flow chart of a method of distributed medical record document generation according to one embodiment of the present invention;
FIG. 2 is a block diagram of a distributed medical record document generation system according to one embodiment of the present invention;
FIG. 3 is a block diagram of a computer device according to an embodiment of the present invention;
the achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
Embodiments of the present disclosure are described in detail below with reference to the accompanying drawings.
Other advantages and effects of the present disclosure will become readily apparent to those skilled in the art from the following disclosure, which describes embodiments of the present disclosure by way of specific examples. It will be apparent that the described embodiments are merely some, but not all embodiments of the present disclosure. The disclosure may be embodied or practiced in other different specific embodiments, and details within the subject specification may be modified or changed from various points of view and applications without departing from the spirit of the disclosure. It should be noted that the following embodiments and features in the embodiments may be combined with each other without conflict. All other embodiments, which can be made by one of ordinary skill in the art without inventive effort, based on the embodiments in this disclosure are intended to be within the scope of this disclosure.
Referring to fig. 1, an embodiment of the present invention provides a method for generating a distributed medical record document, including:
s1: receiving a medical record document record to be generated, which is sent by a client;
s2: sequentially arranging the medical record document records to be generated in a queue to be generated according to time sequence;
s3: receiving a generation request instruction of the client;
s4: according to the generation request instruction of the client, sequentially sending one of the medical record document records to be generated in the queue to be generated to the corresponding client;
s5: receiving a medical record document generated by a client according to the medical record document record to be generated;
s6: and storing the medical record document into a medical record document library.
As described in step S1, the client is a computer used by a hospital, and a doctor or a nurse can modify patient medical record information on the computer by creating, adding, modifying or deleting the patient medical record information, so as to form a medical record document record to be generated, and the first receiving unit receives the medical record document record to be generated sent by the client, wherein the authority can be set so that only the computer client of the doctor or the nurse can have the authority of modifying the medical record information, i.e. the authority of sending the medical record document record to be generated.
As described in the step S2, the buffer unit sequentially arranges the received medical record document records to be generated in the queue to be generated according to the time sequence;
as described in step S3, after the hospital computer client is started, the background of the computer client will send a generating request instruction to the second receiving unit in real time; the setting may be such that a specific computer may send a generation request command in real time, for example: computers with more excellent performance, idle computers and the like; or all computers in the hospital can send the generation request command in real time.
As described in step S4, the first sending unit sends the medical record document records to be generated in the queue to be generated to the corresponding clients one by one according to the generating request instruction of each client in sequence, and each client only obtains one medical record document to be generated.
As described in step S5, the client for obtaining the medical record document to be generated is configured to generate the medical record document in a unified format in the background, for example: PDF documents, etc.; after the medical record document is generated, the client sends the generated medical record document to the third receiving unit.
As described in step S6, the storage unit stores the medical record document received by the third receiving unit in the medical record document library for the user who needs to review, such as the patient, the family member of the patient, the doctor or the nurse, to export and review.
In the above embodiment, the patient medical record data modified by the doctor or nurse client is created or updated into the medical record document record to be generated, and sent to the queue to be generated, and then each client sends the generation request command in real time, and the medical record document record to be generated is obtained from the queue to be generated, so that the medical record document is generated, and then the generated medical record document is uniformly stored in the medical record document library, so that the medical record document can be generated fully and effectively by using better computing resources of the hospital, the generation of the medical record document is directly performed by the client which does not need to create or update the medical record document record to be generated, and the generation time of the medical record document can be effectively reduced.
In some embodiments, the generating request instruction includes a performance index of a corresponding client, and after the step S3 of receiving the generating request instruction of the client, the generating request instruction includes:
s31: and recording performance indexes corresponding to each client, wherein the performance indexes comprise the occupancy rate of the CPU of the client. The method comprises the steps of carrying out a first treatment on the surface of the
S32: sorting the performance of each client according to the performance index;
s33: judging whether the performance ordering value of each client exceeds a preset value N or not;
s34: if so, a first waiting instruction is sent to the corresponding client, wherein the first waiting instruction is used for commanding the corresponding client to wait for a certain time and then send a generating request instruction.
As described in the above step S31, when each client sends the generation request instruction, the real-time performance index of the client is sent together, where the performance index is used to reflect the running state of the client at this time, and the performance index includes: whether medical records to be generated can be quickly generated into medical records in a unified format, whether the smoothness of the user operation of the client is affected when the medical records are generated, and the performance index can be other client performance parameters such as CPU occupancy rate of the client at the moment, and the recording unit records the performance index of each client.
As described in step S32, the ranking unit ranks the performance of each client according to the performance index, and ranks the clients with better performance in the previous period.
As described in the above step S33, the first determining unit determines whether the sorting value of the client exceeds according to the preset value N, if the preset value is 100, that is, if the client sorted after 100 bits exceeds, the preset value N may be set and changed, for example, the setting is performed according to the processing pressure of the medical record document to be generated.
As described in step S34, the second sending unit sends a first waiting instruction to the client whose ranking value exceeds the preset value N, where the first waiting instruction is used to instruct the corresponding client to wait for a certain time and then send a generating request instruction, where the waiting time may be a fixed value, for example: five minutes, etc.; the latency may also be a random value within a range, such as: a wait time is randomly transmitted between 3-10 minutes, and can be set whether it is a fixed value or a random value within a certain range.
In the embodiment, the client with more excellent performance at the moment is screened out to perform the generation work of the medical record document in a unified format on the medical record document to be generated by performing performance sequencing on the clients, so that the generation speed is higher, the generation time of the medical record document can be effectively reduced, the influence on the smoothness of the user operation of the client during the generation of the document is avoided, and the resource allocation and utilization are more reasonable.
In some embodiments, after the step S3 of receiving the generation request instruction of the client, it includes:
s35: judging whether the medical record document record to be generated exists in a queue to be generated or not;
s36: if not, a second waiting instruction is sent to the corresponding client, wherein the second waiting instruction is used for commanding the corresponding client to wait for a period of time and then send a generation request instruction.
As described in the above steps S35 to S36, when the medical record to be generated is less or the computational power resource of the client is better, there is a possibility that a record of medical record not to be generated will appear in the queue to be generated, so the second judging unit judges whether there is a record of medical record to be generated in the queue to be generated, if not, the third sending unit sends a second waiting instruction to the corresponding client, and the second waiting instruction is used for commanding the corresponding client to wait for a period of time and then send the generation request instruction, where the waiting time may be a fixed value, such as: five seconds, etc.; the latency may also be a random value within a range, such as: a wait time is randomly transmitted between 3-10 seconds, and can be set whether it is a fixed value or a random value within a certain range.
In some embodiments, the step S2 of arranging the medical record document records to be generated in the queue to be generated in time sequence includes:
s21: judging whether the medical record file record to be generated and the medical record file record to be generated in the queue to be generated are the same patient identity information;
s22: if yes, merging the medical record file record to be generated into the medical record file record to be generated of the same patient identity information in the queue to be generated;
s23: and if not, sequentially arranging the medical record document records to be generated in the queue to be generated according to the time sequence.
As described in the above steps S21 to S23, since the doctor or nurse sometimes modifies the patient' S medical record information more frequently in a short time, in order to reduce the number of times of generating the medical record document of the same patient, the third judging unit judges whether the medical record document record to be generated and the medical record document record to be generated in the queue to be generated are the same patient identity information; wherein, the identity card number of the patient can be used for comparison and judgment, etc.; if the medical record file records to be generated of the same patient are found, the merging unit merges the medical record file records to be generated later into the medical record file records to be generated before of the same patient identity information in the queue to be generated; and if the medical record records are different, the buffer unit sequentially arranges the medical record records to be generated in the queue to be generated according to the time sequence.
In some embodiments, before step S1 of receiving the medical record document record to be generated sent by the client, the method includes:
s11, receiving a modification request instruction of a client, wherein the modification request instruction comprises patient identity information;
s12: and exporting and transmitting the modifiable medical record document of the corresponding patient from the medical record document library to the corresponding client according to the patient identity information in the modification request instruction.
As in steps S11 to S12, the fourth receiving unit receives the modification request instruction of the client, and may set the authority through the authority setting, so as to set whether the client has the authority to send the modification request instruction, for example: and when the doctor or the nurse needs to modify the medical record of the patient, the computer client of the doctor or the nurse sends a modification request instruction, wherein the modification request instruction comprises patient identity information, the fourth sending unit derives and sends a modifiable medical record document of the corresponding patient from a medical record document library to the corresponding client according to the patient identity information in the modification request instruction, and the doctor or the nurse can add, modify or delete the medical record of the patient at the client to form a medical record document record to be generated.
In some embodiments, further comprising:
s7: receiving a viewing request instruction of a client, wherein the request instruction comprises patient identity information;
s8: and exporting and transmitting medical record documents of the corresponding patients from the medical record document library to the corresponding clients according to the patient identity information in the viewing request instruction.
As described in the above steps S7 to S8, the fifth receiving unit receives the viewing request instruction of the client, and may set the authority through the authority setting, so as to set whether the client has the authority to send the viewing request instruction, for example: the fifth sending unit derives and sends medical record documents of corresponding patients from the medical record document library to the corresponding clients according to the patient identity information in the checking request instruction for the users of the clients to review.
Referring to fig. 2, the present invention further provides a distributed medical record document generating system, including:
the first receiving unit is used for receiving medical record document records to be generated, which are sent by the client;
the buffer unit is used for sequentially arranging the medical record file records to be generated in a queue to be generated according to time sequence;
the second receiving unit is used for receiving the generation request instruction of the client;
the first sending unit is used for sequentially sending one of the medical record document records to be generated in the queue to be generated to the corresponding client according to the generation request instruction of the client;
a third receiving unit, configured to receive a medical record document generated by the client according to the medical record document record to be generated;
and the storage unit is used for storing the medical record document into a medical record document library.
In some embodiments, the distributed medical record document generation system further comprises:
the recording unit is used for recording the performance indexes corresponding to the clients;
the ordering unit is used for ordering the performances of the clients according to the performance indexes;
the first judging unit is used for judging whether the performance ordering value of each client exceeds a preset value N or not;
the second sending unit is used for sending a first waiting instruction to the corresponding client, wherein the first waiting instruction is used for commanding the corresponding client to wait for a certain time and then sending the generation request instruction.
In some embodiments, the distributed medical record document generation system further comprises:
the second judging unit is used for judging whether the medical record document record to be generated exists in the queue to be generated or not;
and the third sending unit is used for sending a second waiting instruction to the corresponding client, wherein the second waiting instruction is used for commanding the corresponding client to wait for a period of time and then sending the generation request instruction.
In some embodiments, the distributed medical record document generation system further comprises:
a third judging unit, configured to judge whether the medical record to be generated and the medical record to be generated in the queue to be generated are the same patient identity information;
the merging unit is used for merging the medical record file records to be generated into the medical record file records to be generated of the same patient identity information in the queue to be generated;
in some embodiments, the distributed medical record document generation system further comprises:
a fourth receiving unit, configured to receive a modification request instruction of the client, where the modification request instruction includes patient identity information;
and the fourth sending unit is used for exporting the modifiable medical record document of the corresponding patient from the medical record document library according to the patient identity information in the modification request instruction and sending the modifiable medical record document of the corresponding patient to the corresponding client.
In some embodiments, the distributed medical record document generation system further comprises:
a fifth receiving unit, configured to receive a view request instruction of a client, where the request instruction includes patient identity information;
and the fifth sending unit is used for exporting medical record documents of corresponding patients from the medical record document library according to the patient identity information in the viewing request instruction and sending the medical record documents of the corresponding patients to the corresponding clients.
Referring to fig. 3, a computer device is further provided in the embodiment of the present application, where the computer device may be a server, and the internal structure of the computer device may be as shown in fig. 3. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the computer is configured to provide computing and control capabilities. The memory of the computer device includes a storage medium, an internal memory. The storage medium stores an operating system, computer programs, and a database. The memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is used for storing medical record documents and the like. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, may implement the method for generating a distributed medical record document according to any of the above embodiments.
Those skilled in the art will appreciate that the architecture shown in fig. 3 is merely a block diagram of a portion of the architecture in connection with the present application and is not intended to limit the computer device to which the present application is applied.
The embodiment of the application further provides a computer readable storage medium, on which a computer program is stored, where the computer program can implement the method for generating a distributed medical record document according to any one of the above embodiments when executed by a processor.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by hardware associated with a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium provided herein and used in embodiments may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), dual speed data rate SDRAM (SSRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
In the description of the present invention, it should be understood that the terms "middle," "length," "upper," "lower," "front," "rear," "vertical," "horizontal," "inner," "outer," "radial," "circumferential," and the like indicate an orientation or a positional relationship based on that shown in the drawings, merely for convenience of description and to simplify the description, and do not indicate or imply that the devices or elements referred to must have a specific orientation, be constructed and operated in a specific orientation, and thus should not be construed as limiting the invention.
In the present invention, unless expressly stated or limited otherwise, a first feature "on" a second feature may be that the first and second features are in direct contact, or that the first and second features are in indirect contact via an intervening medium. The meaning of "a plurality of" means at least two, e.g., two, three, etc., unless explicitly defined otherwise.
In the present invention, unless explicitly specified and limited otherwise, the terms "mounted," "connected," "secured," and the like are to be construed broadly, and may be, for example, fixedly connected, detachably connected, or integrally formed; may be mechanically connected, may be electrically connected or may be in communication with each other; either directly or indirectly, through intermediaries, or both, may be in communication with each other or in interaction with each other, unless expressly defined otherwise. The specific meaning of the above terms in the present invention can be understood by those of ordinary skill in the art according to the specific circumstances.
The above description is for the purpose of illustrating the embodiments of the present invention and is not to be construed as limiting the invention, but is intended to cover all modifications, equivalents, improvements and alternatives falling within the spirit and principles of the invention.

Claims (7)

1. A method for generating a distributed medical record document, comprising:
receiving a medical record document record to be generated, which is sent by a client;
judging whether the medical record file record to be generated and the medical record file record to be generated in the queue to be generated are the same patient identity information;
if yes, merging the medical record file record to be generated into the medical record file record to be generated of the same patient identity information in the queue to be generated;
if not, sequentially arranging the medical record document records to be generated in a queue to be generated according to time sequence;
receiving a generation request instruction of the client, wherein the generation request instruction comprises performance indexes of the corresponding client, and the performance indexes comprise the occupancy rate of a CPU of the client;
recording performance indexes corresponding to all clients;
sorting the performance of each client according to the performance index;
judging whether the performance ordering value of each client exceeds a preset value N or not;
if yes, a first waiting instruction is sent to the corresponding client, wherein the first waiting instruction is used for commanding the corresponding client to wait for a certain time and then send a generating request instruction;
if not, sequentially sending one of the medical record document records to be generated in the queue to be generated to the corresponding client according to the generation request instruction of the client;
receiving a medical record document generated by a client according to the medical record document record to be generated;
and storing the medical record document into a medical record document library.
2. The distributed medical record document generation method according to claim 1, characterized by comprising, after the step of receiving the generation request instruction of the client:
judging whether the medical record document record to be generated exists in a queue to be generated or not;
if not, a second waiting instruction is sent to the corresponding client, wherein the second waiting instruction is used for commanding the corresponding client to wait for a period of time and then send a generation request instruction.
3. The method for generating a distributed medical record document according to claim 1, wherein before the step of receiving the medical record document record to be generated sent by the client, the method comprises:
receiving a modification request instruction of a client, wherein the modification request instruction comprises patient identity information;
and exporting and transmitting the modifiable medical record document of the corresponding patient from the medical record document library to the corresponding client according to the patient identity information in the modification request instruction.
4. The distributed medical record document generation method according to claim 1, further comprising:
receiving a viewing request instruction of a client, wherein the request instruction comprises patient identity information;
and exporting and transmitting medical record documents of the corresponding patients from the medical record document library to the corresponding clients according to the patient identity information in the viewing request instruction.
5. A distributed medical record document generation system, comprising:
the first receiving unit is used for receiving medical record document records to be generated, which are sent by the client;
a third judging unit, configured to judge whether the medical record to be generated and the medical record to be generated in the queue to be generated are the same patient identity information;
the merging unit is used for merging the medical record file records to be generated into the medical record file records to be generated of the same patient identity information in the queue to be generated;
the buffer unit is used for sequentially arranging the medical record file records to be generated in a queue to be generated according to time sequence;
the second receiving unit is used for receiving a generation request instruction of the client, wherein the generation request instruction comprises performance indexes of the corresponding client, and the performance indexes comprise the occupancy rate of a CPU of the client;
the first sending unit is used for sequentially sending one of the medical record document records to be generated in the queue to be generated to the corresponding client according to the generation request instruction of the client;
a third receiving unit, configured to receive a medical record document generated by the client according to the medical record document record to be generated;
the storage unit is used for storing the medical record document into a medical record document library;
the recording unit is used for recording the performance indexes corresponding to the clients;
the ordering unit is used for ordering the performances of the clients according to the performance indexes;
the first judging unit is used for judging whether the performance ordering value of each client exceeds a preset value N or not;
the second sending unit is used for sending a first waiting instruction to the corresponding client, wherein the first waiting instruction is used for commanding the corresponding client to wait for a certain time and then sending the generation request instruction.
6. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor, when executing the computer program, performs the steps of the distributed medical record document generation method of any one of claims 1 to 4.
7. A computer readable storage medium, on which a computer program is stored which, when being executed by a processor, implements the steps of the distributed medical record document generation method of any of claims 1 to 4.
CN202310868279.4A 2023-07-14 2023-07-14 Distributed medical record document generation method, system, computer equipment and storage medium Active CN116932502B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310868279.4A CN116932502B (en) 2023-07-14 2023-07-14 Distributed medical record document generation method, system, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310868279.4A CN116932502B (en) 2023-07-14 2023-07-14 Distributed medical record document generation method, system, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN116932502A CN116932502A (en) 2023-10-24
CN116932502B true CN116932502B (en) 2024-04-05

Family

ID=88376718

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310868279.4A Active CN116932502B (en) 2023-07-14 2023-07-14 Distributed medical record document generation method, system, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116932502B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060110114A (en) * 2005-04-19 2006-10-24 린시스템 주식회사 System of managing electrical medical information and method of generating electrical medical information
CN101004743A (en) * 2006-01-21 2007-07-25 鸿富锦精密工业(深圳)有限公司 Distribution type file conversion system and method
CN105844566A (en) * 2016-03-25 2016-08-10 东华软件股份公司 Electronic medical record filing management system and electronic medical record filing management method
CN110414253A (en) * 2019-08-05 2019-11-05 深圳市网心科技有限公司 A kind of electronic health record management method, device, system and equipment based on block chain
WO2021155170A1 (en) * 2020-01-31 2021-08-05 Reliant Immune Diagnostics, Inc. Automated self-organized queuing of data records with matching profiles and methods of use thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060110114A (en) * 2005-04-19 2006-10-24 린시스템 주식회사 System of managing electrical medical information and method of generating electrical medical information
CN101004743A (en) * 2006-01-21 2007-07-25 鸿富锦精密工业(深圳)有限公司 Distribution type file conversion system and method
CN105844566A (en) * 2016-03-25 2016-08-10 东华软件股份公司 Electronic medical record filing management system and electronic medical record filing management method
CN110414253A (en) * 2019-08-05 2019-11-05 深圳市网心科技有限公司 A kind of electronic health record management method, device, system and equipment based on block chain
WO2021155170A1 (en) * 2020-01-31 2021-08-05 Reliant Immune Diagnostics, Inc. Automated self-organized queuing of data records with matching profiles and methods of use thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Performance analysis of distributed and centralized models for electronic medical record exchanges;Huang, EW 等;《29th Annual International Conference of the IEEE-Engineering-in-Medicine-and-Biology-Society》;20070101;3657-+ *
电子病历文档管理系统设计与关键问题实现;苏韶生;杨勇;何远源;程敏婷;张淑娟;;医学信息学杂志;20150120(01);29-33 *

Also Published As

Publication number Publication date
CN116932502A (en) 2023-10-24

Similar Documents

Publication Publication Date Title
US10719260B2 (en) Techniques for storing and retrieving data from a computing device
US10831715B2 (en) Selective downloading of shared content items in a constrained synchronization system
KR101329346B1 (en) A building system and method of cloud computing for parallel integrated medical information processing
CN1808411A (en) Methods and apparatus for accessing content in a virtual pool on a content addressable storage system
CN109508422A (en) The height of multithreading intelligent scheduling is hidden crawler system
CN108139931A (en) It synchronizes to accelerate task subgraph by remapping
CN103946833A (en) System and method for managing dedicated caches
CN109643356A (en) It prevents phishing or extorts the method and system of software attacks
CN109992566A (en) A kind of file access method, device, equipment and readable storage medium storing program for executing
CN110489696A (en) Buffering updating method, device and electronic equipment, storage medium
CN115658978A (en) Graph database system multi-source data importing method and device
CN113010479A (en) File management method, device and medium
CN110767291A (en) Medical image processing method, apparatus and storage medium
CN107154968A (en) A kind of data processing method and equipment
CN116932502B (en) Distributed medical record document generation method, system, computer equipment and storage medium
WO2022011946A1 (en) Data prediction method, apparatus, computer device, and storage medium
CN113360473A (en) Cloud storage computing system for medical inspection image big data
US10628460B2 (en) Delegating resembling data of an organization to a linked device
CN113361236A (en) Method and device for editing document
CN110781137A (en) Directory reading method and device for distributed system, server and storage medium
KR101993309B1 (en) Method and program for storing service data by cloud account
US20150199373A1 (en) Methods and systems for data storage
JP6749329B2 (en) Apparatus and method for executing multiple threads
KR20130119276A (en) Method for processing files in storage system and data server thereof
CN110288309B (en) Data interaction method, device, system, computer equipment and storage 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