CN116343976A - Medical data real-time desensitization method, device, computer equipment and storage medium - Google Patents

Medical data real-time desensitization method, device, computer equipment and storage medium Download PDF

Info

Publication number
CN116343976A
CN116343976A CN202211682414.8A CN202211682414A CN116343976A CN 116343976 A CN116343976 A CN 116343976A CN 202211682414 A CN202211682414 A CN 202211682414A CN 116343976 A CN116343976 A CN 116343976A
Authority
CN
China
Prior art keywords
desensitization
interface
medical data
client
service interface
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211682414.8A
Other languages
Chinese (zh)
Inventor
李慧
崔树松
祝洪建
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Jiumingzhu Information Technology Co ltd
Original Assignee
Shenzhen Jiumingzhu Information 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 Shenzhen Jiumingzhu Information Technology Co ltd filed Critical Shenzhen Jiumingzhu Information Technology Co ltd
Priority to CN202211682414.8A priority Critical patent/CN116343976A/en
Publication of CN116343976A publication Critical patent/CN116343976A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6245Protecting personal data, e.g. for financial or medical purposes
    • G06F21/6254Protecting personal data, e.g. for financial or medical purposes by anonymising data, e.g. decorrelating personal data from the owner's identification
    • 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
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention relates to the field of medical information systems, and discloses a method, a device, computer equipment and a storage medium for desensitizing medical data in real time, wherein the method comprises the following steps: receiving a call request of a service interface; acquiring medical data corresponding to the call request; judging whether the service interface is in a desensitization interface list or not through a desensitization client; if the service interface is in the desensitization interface list, acquiring a desensitization rule associated with the service interface through a desensitization client; desensitizing the medical data according to the desensitizing rule by a desensitizing client to generate desensitized data; the desensitized data is returned to the service interface. The invention can meet the desensitization requirement of medical data of a hospital system.

Description

Medical data real-time desensitization method, device, computer equipment and storage medium
Technical Field
The present invention relates to the field of medical information systems, and in particular, to a method, an apparatus, a computer device, and a storage medium for real-time desensitizing medical data.
Background
The medical data contains sensitive information of the patient and the doctor. The identity sensitive information of the patient comprises a name, a certificate number, a home address, a mobile phone number and the like; the disease sensitive information of the patient comprises etiology, illness state and the like; the doctor's sensitive information includes prescription details, treatment regimens, etc. If such sensitive information leaks, it may be intrusive to the private life of the patient or cause leakage of intellectual property of the doctor. Thus, desensitization of medical data is highly necessary.
However, the complexity of medical data is high. First, there are differences in the corresponding desensitization fields for different traffic demands. For example, the national interconnection electronic medical records share documents, and the required data is the original data in a non-desensitized state. But again these data need to be desensitized when provided to other data utilizers. Second, the manner in which different sensitive information is desensitized is also different. For example, the way the card number and the phone number cover sensitive information may be different in different systems. Third, medical data is often stored unstructured. For example, patient medical records, complaints, treatment regimens, etc. are stored on different servers. This way of storage also increases the difficulty of desensitizing the medical data. Fourth, hospital systems have very high stability requirements and once shut down or restarted, traffic can be stagnant resulting in disputes. The desensitization regimen must be performed in real time and the operation of the desensitization regimen is insensitive to the operation of the hospital system.
Disclosure of Invention
Based on the foregoing, it is necessary to provide a method, an apparatus, a computer device and a storage medium for real-time desensitizing medical data, so as to meet the desensitizing requirement of medical data of a hospital system.
A method of real-time desensitizing medical data, comprising:
receiving a call request of a service interface;
acquiring medical data corresponding to the call request; judging whether the service interface is in a desensitization interface list or not through a desensitization client;
if the service interface is in the desensitization interface list, acquiring a desensitization rule associated with the service interface through the desensitization client;
desensitizing the medical data according to the desensitizing rule by the desensitizing client to generate desensitized data;
and returning the desensitization data to the service interface.
A medical data real-time desensitizing apparatus, comprising:
the receiving call request module is used for receiving a call request of the service interface;
the interface judging module is used for acquiring medical data corresponding to the calling request; judging whether the service interface is in a desensitization interface list or not through a desensitization client;
the desensitization rule acquisition module is used for acquiring a desensitization rule associated with the service interface through the desensitization client if the service interface is in a desensitization interface list;
the desensitization module is used for carrying out desensitization processing on the medical data according to the desensitization rule through the desensitization client side to generate desensitized data;
and the return desensitization data module is used for returning the desensitization data to the service interface.
A computer device comprising a memory, a processor and computer readable instructions stored in the memory and executable on the processor, the processor implementing the medical data real-time desensitization method described above when executing the computer readable instructions.
One or more readable storage media storing computer-readable instructions that, when executed by one or more processors, cause the one or more processors to perform a method of real-time desensitizing medical data as described above.
According to the method, the device, the computer equipment and the storage medium for the real-time desensitization of the medical data, the desensitization of the medical data can be realized by configuring the desensitization client side in each service system without any change of the service system; because the desensitization client is independent relative to the service system, the service system does not need to be changed when the desensitization configuration information of the desensitization client is changed; the desensitization rule is flexibly set, and different desensitization rules can be set according to different service interfaces. Thus, the invention can meet the desensitization requirement of medical data of a hospital system.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the description of the embodiments of the present invention will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic view of an application environment of a method for real-time desensitizing medical data according to an embodiment of the invention;
FIG. 2 is a flow chart of a method for real-time desensitizing medical data according to an embodiment of the invention;
FIG. 3 is a schematic diagram of a real-time desensitizing apparatus for medical data according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a computer device in accordance with an embodiment of the invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The method for real-time desensitizing medical data provided in this embodiment may be applied in an application environment as shown in fig. 1, where the medical information system includes a CIS system (climcalInfoimation system, clinical information system), a HIS system (Hospital Information System, hospital management information system), a LIS system (Laboratory Information Management System ), a PACS system (picture archiving and communication system, image archiving and communication system), a 360-view system, a yard cockpit system, and other multiple business systems. Each business system independently stores the sensitive data of each. Each service system is provided with an independent desensitizing client. The medical information system communicates with the configuration center and the service interface, respectively. The business interface can be connected with various personal computers, notebook computers, smart phones, tablet computers, portable wearable devices and the like. The configuration center is used for configuring the desensitization configuration information and storing the desensitization configuration information in the system desensitization configuration cache. The medical information system may be implemented as a stand-alone server or as a server cluster of multiple servers. The configuration center informs the desensitizing client of updating the desensitizing configuration information through the message middleware.
In one embodiment, as shown in fig. 2, a method for a medical data real-time desensitizing apparatus is provided, and the method is applied to any one of the service systems in fig. 1 for illustration, and includes the following steps S10-S50.
S10, receiving a call request of a service interface.
Understandably, the service system can receive the call request through the service interface. Here, the recall request is used to recall medical data. Each business system may be interfaced with a different business.
S20, acquiring medical data corresponding to the calling request; judging whether the service interface is in a desensitization interface list or not through a desensitization client.
Understandably, the service system can query in its own stored data according to the call request to obtain the corresponding medical data.
A desensitizing client may refer to a software package installed on a business system, such as a jar package. Here, the desensitization software has the ability to desensitize the medical data to be returned, without any intrusion into the interface logic of the business system. Thus, when the desensitization configuration information of the desensitization client is changed, the service system does not need to make any change. The desensitization client pre-stores a desensitization interface list, and the desensitization interface list records service interfaces needing to be desensitized.
S30, if the service interface is in the desensitization interface list, acquiring a desensitization rule associated with the service interface through the desensitization client.
It will be appreciated that if the business interface is in the desensitization interface list, the medical data needs to be desensitized by the desensitization client. If the service interface is outside the desensitization interface list, the medical data does not need to be subjected to desensitization processing.
Different traffic interfaces are associated with different desensitization rules. For example, service interface 1 desensitizes field a; the service interface 2 desensitizes the field B. Desensitization rules may be set in conjunction with regular expressions. For example, fields that need to be desensitized conform to the definition of the regular expression, and then the original data is replaced according to preset replacement characters. The replacement character may be "×". In one example, field a is "123456789" and field a becomes "12 x 89" after desensitization.
And S40, performing desensitization processing on the medical data according to the desensitization rule through the desensitization client to generate desensitized data.
S50, returning the desensitization data to the service interface.
Understandably, after the desensitization client obtains the desensitization rule, the medical data can be traversed according to the desensitization rule, all sensitive fields in the medical data are identified, and the sensitive fields are replaced by preset replacement characters. Here, the desensitization rule includes one or more regular expressions for desensitization. The desensitization rule can be set according to actual needs. In one example, a medical data is: name: thirdly, stretching; an identity card: 123456789012345678; the data after desensitization treatment of the mobile phone number 11111111111 is: name: tension; an identity card: 1234 and 678; cell phone number 1 11.
After desensitizing the medical data, desensitized data may be obtained. At this point, the service system returns desensitized data to the service interface. The computer connected to the service interface may display the desensitized data on the corresponding display device after receiving the desensitized data.
According to the embodiment, the desensitization client is configured in each service system, so that the desensitization of medical data can be realized without any change of the service system; because the desensitization client is independent relative to the service system, the service system does not need to be changed when the desensitization configuration information of the desensitization client is changed; the desensitization rule is flexibly set, and different desensitization rules can be set according to different service interfaces. Therefore, the medical data real-time desensitization method provided by the embodiment can meet the desensitization requirement of medical data of a hospital system.
Optionally, step S10, after the receiving the call request of the service interface, further includes:
s11, checking whether a parameter collection switch is turned on or not through the desensitization client;
s12, if the parameter outputting and collecting switch is turned on, acquiring parameters from the call request through the desensitizing client;
s13, storing the out-participation business interfaces in an associated mode through the desensitizing client.
Understandably, the desensitizing client is provided with a parameter-out collection switch for determining whether to collect parameter-out of the service interface. If the parameter output collection switch is opened, collecting the parameter output of the service interface; and if the parameter output collection switch is closed, the parameter output of the service interface is not collected.
When a new service interface is accessed to the system, the parameter output of the service interface can be obtained from the calling request, and then the parameter output participation service interface is associated and stored. An administrator of the service system can set a special desensitization rule for the service interfaces according to the association relation between the participating service interfaces. In one example, the association between the out-participating business interfaces may be sent to a configuration center, which sets a special desensitization rule associated with the business system for the business interfaces.
The embodiment is convenient for setting more proper desensitization rules for the service interface by collecting the parameters of the service interface.
Optionally, after step S20, that is, after the determining whether the service interface is in the desensitized interface list, the method further includes:
and S21, if the service interface is outside the desensitization interface list, returning the medical data to the service interface.
Understandably, the desensitization interface list can be defined according to actual needs. The service interface is outside the desensitization interface list, which means that the current service interface does not need desensitization. Thus, if the service interface is outside the list of desensitized interfaces, the medical data may be returned directly to the service interface at this time.
The embodiment can intelligently identify the service interface, and directly return the medical data to the service interface when the service interface does not need desensitization.
Optionally, before step S30, that is, before the obtaining, by the desensitizing client, the desensitizing rule associated with the service interface, the method further includes:
s31, receiving desensitization configuration information sent by a configuration center through a message middleware;
s32, the desensitization client sets the desensitization interface list and/or the desensitization rule according to the desensitization configuration information.
Understandably, the desensitization configuration information includes a list of desensitization interfaces and/or desensitization rules. After the configuration center configures the desensitization configuration information, the desensitization configuration information can be sent to the service system through the message middleware. The desensitization client receives the desensitization configuration information from the service system and then sets a desensitization interface list and/or a desensitization rule according to the desensitization configuration information. The desensitization client can desensitize the medical data according to the latest desensitization configuration information.
In the embodiment, the desensitization configuration information is flexible to modify, supports real-time thermal validation, does not need to restart a business system, and meets the desensitization requirement of medical data of a hospital system.
Optionally, before step S31, that is, before the receiving, by the message middleware, the desensitization configuration information sent by the configuration center, the method further includes:
s311, receiving a system access instruction through the configuration center;
s312, accessing a service system to the configuration center according to the system access instruction so as to allow the configuration center to send the desensitization configuration information to the service system through the message middleware.
It will be appreciated that before receiving the desensitized configuration information sent by the configuration center via the messaging middleware, a service system that needs to be desensitized needs to be set up in the configuration center. Therefore, the system access instruction can be received through the system access page provided by the configuration center, and the service system is accessed to the configuration center according to the system access instruction. After accessing the service system, the configuration center can send desensitization configuration information to the service system through the message middleware.
The embodiment realizes that the service system is accessed to the configuration center, thereby uniformly managing the desensitization configuration information of each service system and improving the management efficiency.
Optionally, before step S31, that is, before the receiving, by the message middleware, the desensitization configuration information sent by the configuration center, the method further includes:
s313, receiving a rule configuration instruction through the configuration center;
s314, configuring the desensitization rule according to the rule configuration instruction, and generating the desensitization configuration information comprising the desensitization rule.
Understandably, the configuration center provides a desensitization rule configuration page through which rule configuration instructions can be received, and the desensitization rule is configured according to the rule configuration instructions, thereby generating desensitization configuration information including the desensitization rule. After the desensitization configuration information is configured, the desensitization configuration information can be sent to the service system through the message middleware.
The embodiment realizes flexible configuration of the desensitization rules, can uniformly manage the desensitization rules of each service system, and improves the configuration efficiency of the desensitization rules.
Optionally, before step S31, that is, before the receiving, by the message middleware, the desensitization configuration information sent by the configuration center, the method further includes:
s315, receiving an interface configuration instruction through the configuration center;
s316, configuring the desensitization interface list according to the rule configuration instruction, and generating the desensitization configuration information comprising the desensitization interface list.
It is understood that the configuration center provides an interface configuration page through which interface configuration instructions may be received, and configures a desensitization interface list according to the interface configuration instructions, thereby generating desensitization configuration information including the desensitization interface list. After the desensitization configuration information is configured, the desensitization configuration information can be sent to the service system through the message middleware.
The embodiment realizes flexible configuration of the desensitization interface list, can uniformly manage the desensitization interface list of each service system, and improves the configuration efficiency of the desensitization interface list.
It should be understood that the sequence number of each step in the foregoing embodiment does not mean that the execution sequence of each process should be determined by the function and the internal logic, and should not limit the implementation process of the embodiment of the present invention.
In one embodiment, a medical data real-time desensitizing device is provided, and the medical data real-time desensitizing device corresponds to the medical data real-time desensitizing method in the embodiment. As shown in fig. 3, the medical data real-time desensitizing apparatus includes a receive call request module 10, an interface judgment module 20, an acquire desensitization rule module 30, a desensitization module 40, and a return desensitization data module 50. The functional modules are described in detail as follows:
a receiving call request module 10, configured to receive a call request of a service interface;
an interface judging module 20, configured to obtain medical data corresponding to the call request; judging whether the service interface is in a desensitization interface list or not through a desensitization client;
the desensitization rule obtaining module 30 is configured to obtain, if the service interface is in the desensitization interface list, a desensitization rule associated with the service interface through the desensitization client;
a desensitizing module 40, configured to perform desensitizing processing on the medical data according to the desensitizing rule by using the desensitizing client, so as to generate desensitized data;
a return desensitization data module 50 for returning said desensitization data to said service interface.
Optionally, the medical data real-time desensitizing device further comprises a parameter-outputting collecting module, wherein the parameter-outputting collecting module comprises:
a collection switch checking unit for checking whether the parameter collection switch is turned on or not through the desensitization client;
the parameter collecting unit is used for obtaining parameters from the call request through the desensitization client if the parameter collecting switch is opened;
and the storage interface parameter outputting unit is used for storing the parameter outputted by the service interface in an associated way through the desensitizing client.
Optionally, the medical data real-time desensitizing device further comprises a return medical data module;
and the medical data returning module is used for returning the medical data to the service interface if the service interface is outside the desensitization interface list.
Optionally, the medical data real-time desensitizing apparatus further comprises a receiving desensitizing configuration information module, the receiving desensitizing configuration information module comprising:
the receiving configuration information unit is used for receiving the desensitization configuration information sent by the configuration center through the message middleware;
and the setting configuration information unit is used for setting the desensitization interface list and/or the desensitization rule according to the desensitization configuration information by the desensitization client.
Optionally, the medical data real-time desensitizing apparatus further comprises an access system module, the access system module comprising:
the access instruction receiving unit is used for receiving a system access instruction through the configuration center;
and the access system unit is used for accessing the service system into the configuration center according to the system access instruction so as to allow the configuration center to send the desensitization configuration information to the service system through the message middleware.
Optionally, the medical data real-time desensitizing apparatus further comprises a rule configuration module, the rule configuration module comprising:
the receiving rule configuration unit is used for receiving rule configuration instructions through the configuration center;
and a configuration desensitization rule unit for configuring the desensitization rule according to the rule configuration instruction and generating the desensitization configuration information comprising the desensitization rule.
Optionally, the medical data real-time desensitizing apparatus further comprises an interface configuration module, the interface configuration module comprising:
the receiving interface configuration unit is used for receiving an interface configuration instruction through the configuration center;
and the configuration desensitization interface unit is used for configuring the desensitization interface list according to the interface configuration instruction and generating the desensitization configuration information comprising the desensitization interface list.
Specific limitations regarding the medical data real-time desensitizing apparatus may be found in the above limitations regarding the medical data real-time desensitizing method, and will not be described in detail herein. The modules in the medical data real-time desensitizing device can be realized in whole or in part by software, hardware and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 4. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a readable storage medium, an internal memory. The readable storage medium stores an operating system, computer readable instructions, and a database. The internal memory provides an environment for the execution of an operating system and computer-readable instructions in a readable storage medium. The database of the computer device is used for storing data related to the medical data real-time desensitizing method. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer readable instructions when executed by a processor implement a method of real-time desensitizing medical data. The readable storage medium provided by the present embodiment includes a nonvolatile readable storage medium and a volatile readable storage medium.
In one embodiment, a computer device is provided that includes a memory, a processor, and computer readable instructions stored on the memory and executable on the processor, when executing the computer readable instructions, performing the steps of:
receiving a call request of a service interface;
acquiring medical data corresponding to the call request; judging whether the service interface is in a desensitization interface list or not through a desensitization client;
if the service interface is in the desensitization interface list, acquiring a desensitization rule associated with the service interface through the desensitization client;
desensitizing the medical data according to the desensitizing rule by the desensitizing client to generate desensitized data;
and returning the desensitization data to the service interface.
In one embodiment, one or more computer-readable storage media are provided having computer-readable instructions stored thereon, the readable storage media provided by the present embodiment including non-volatile readable storage media and volatile readable storage media. The readable storage medium has stored thereon computer readable instructions which when executed by one or more processors perform the steps of:
receiving a call request of a service interface;
acquiring medical data corresponding to the call request; judging whether the service interface is in a desensitization interface list or not through a desensitization client;
if the service interface is in the desensitization interface list, acquiring a desensitization rule associated with the service 5 interface through the desensitization client;
desensitizing the medical data according to the desensitizing rule by the desensitizing client to generate desensitized data;
and returning the desensitization data to the service interface.
Those of ordinary skill in the art will appreciate that implementing all or part of the processes of the methods of the embodiments described above, 0, may be accomplished by instructing the associated hardware by computer readable instructions, which may be stored on a non-volatile readable storage medium or a volatile readable storage medium, which when executed may comprise processes of embodiments of the methods described above. Wherein any reference to memory, storage, database, or other medium used in the various embodiments provided herein,
may include non-volatile and/or volatile memory. The non-volatile memory may include read-only memory 5 (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), double-sided
Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous link 0 (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-described division of the functional units and modules is illustrated, and in practical application, the above-described functional distribution may be performed by different functional units and modules according to needs, i.e. the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-described functions.
The above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention, and are intended to be included in the scope of the present invention.

Claims (10)

1. A method for real-time desensitization of medical data, comprising:
receiving a call request of a service interface;
acquiring medical data corresponding to the call request; judging whether the service interface is in a desensitization interface list or not through a desensitization client;
if the service interface is in the desensitization interface list, acquiring a desensitization rule associated with the service interface through the desensitization client;
desensitizing the medical data according to the desensitizing rule by the desensitizing client to generate desensitized data;
and returning the desensitization data to the service interface.
2. The method for real-time desensitization of medical data according to claim 1, wherein after said receiving a call request of a service interface, further comprising:
checking whether a parameter collecting switch is opened or not through the desensitizing client;
if the parameter outputting and collecting switch is opened, acquiring parameters from the calling request through the desensitizing client;
and storing the out-participation business interface association through the desensitization client.
3. The method for real-time desensitization of medical data according to claim 1, wherein said determining whether said service interface is within a list of desensitized interfaces further comprises:
and if the service interface is outside the desensitization interface list, returning the medical data to the service interface.
4. The method of real-time desensitization of medical data according to claim 1, wherein said obtaining, by a desensitization client, desensitization rules associated with said business interface is preceded by:
receiving desensitization configuration information sent by a configuration center through a message middleware;
the desensitization client sets the desensitization interface list and/or the desensitization rule according to the desensitization configuration information.
5. The method for real-time desensitization of medical data according to claim 4, wherein before said receiving said desensitization configuration information sent by said configuration center through message middleware, further comprises:
receiving a system access instruction through the configuration center;
and accessing a service system into the configuration center according to the system access instruction so as to allow the configuration center to send the desensitization configuration information to the service system through the message middleware.
6. The method for real-time desensitization of medical data according to claim 4, wherein before said receiving said desensitization configuration information sent by said configuration center through message middleware, further comprises:
receiving a rule configuration instruction through the configuration center;
configuring the desensitization rule according to the rule configuration instruction, and generating the desensitization configuration information including the desensitization rule.
7. The method for real-time desensitization of medical data according to claim 4, wherein before said receiving said desensitization configuration information sent by said configuration center through message middleware, further comprises:
receiving an interface configuration instruction through the configuration center;
and configuring the desensitization interface list according to the rule configuration instruction, and generating the desensitization configuration information comprising the desensitization interface list.
8. A medical data real-time desensitizing apparatus, comprising:
the receiving call request module is used for receiving a call request of the service interface;
the interface judging module is used for acquiring medical data corresponding to the calling request; judging whether the service interface is in a desensitization interface list or not through a desensitization client;
the desensitization rule acquisition module is used for acquiring a desensitization rule associated with the service interface through the desensitization client if the service interface is in a desensitization interface list;
the desensitization module is used for carrying out desensitization processing on the medical data according to the desensitization rule through the desensitization client side to generate desensitized data;
and the return desensitization data module is used for returning the desensitization data to the service interface.
9. A computer device comprising a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, wherein the processor, when executing the computer readable instructions, implements the method of real-time desensitization of medical data according to any one of claims 1-7.
10. One or more readable storage media storing computer-readable instructions that, when executed by one or more processors, cause the one or more processors to perform the method of real-time desensitization of medical data according to any one of claims 1-7.
CN202211682414.8A 2022-12-26 2022-12-26 Medical data real-time desensitization method, device, computer equipment and storage medium Pending CN116343976A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211682414.8A CN116343976A (en) 2022-12-26 2022-12-26 Medical data real-time desensitization method, device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211682414.8A CN116343976A (en) 2022-12-26 2022-12-26 Medical data real-time desensitization method, device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116343976A true CN116343976A (en) 2023-06-27

Family

ID=86879711

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211682414.8A Pending CN116343976A (en) 2022-12-26 2022-12-26 Medical data real-time desensitization method, device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116343976A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117216800A (en) * 2023-10-31 2023-12-12 中国人民解放军总医院 Privacy removing processing method and device for large-batch medical record data

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117216800A (en) * 2023-10-31 2023-12-12 中国人民解放军总医院 Privacy removing processing method and device for large-batch medical record data

Similar Documents

Publication Publication Date Title
CN109672741B (en) Micro-service monitoring method and device, computer equipment and storage medium
CN109474578B (en) Message checking method, device, computer equipment and storage medium
CN109245928B (en) Configuration information setting method and device and terminal management system
CA3152835A1 (en) Dimension data processing method and apparatus, computer device, and storage medium
CN109389299B (en) Workflow process deployment method, workflow process deployment device, computer equipment and storage medium
CN111078559A (en) Method, device, medium and computer equipment for extracting function call in java code
CN116343976A (en) Medical data real-time desensitization method, device, computer equipment and storage medium
CN112613067A (en) User behavior data acquisition method and device, computer equipment and storage medium
CN112016122A (en) Webpage data processing method and device, computer equipment and storage medium
US20220039001A1 (en) Network search method and apparatus, device and storage medium
CN109542764B (en) Webpage automatic testing method and device, computer equipment and storage medium
CN114138849A (en) Multi-tenant data authority control method and device, computer and readable storage medium
CN111857920B (en) Popup window processing method and device, computer equipment and storage medium
CN111885184A (en) Method and device for processing hot spot access keywords in high concurrency scene
CN111221853A (en) Medicine list abnormity detection method and device, computer equipment and storage medium
CN112579571B (en) Monitoring data configuration, data monitoring method, device, equipment and storage medium
US11700261B1 (en) Tool for management of a pool of authorizations to use software
CN115146270A (en) Privacy monitoring method, device, equipment and medium based on code development
CN115242433A (en) Data processing method, system, electronic device and computer readable storage medium
CN113692014A (en) APP flow analysis method and device, computer equipment and storage medium
CN113722225A (en) Page testing method and device, computer equipment and storage medium
CN112783866A (en) Data reading method and device, computer equipment and storage medium
CN106815516B (en) User information access authorization method and system
CN112199350B (en) Function verification method and device based on data screening, computer equipment and medium
CN110858201A (en) Data processing method and system, processor 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