CN111343159A - Protocol adaptation method and system, storage medium and computer equipment - Google Patents

Protocol adaptation method and system, storage medium and computer equipment Download PDF

Info

Publication number
CN111343159A
CN111343159A CN202010088519.5A CN202010088519A CN111343159A CN 111343159 A CN111343159 A CN 111343159A CN 202010088519 A CN202010088519 A CN 202010088519A CN 111343159 A CN111343159 A CN 111343159A
Authority
CN
China
Prior art keywords
protocol
platform
party voice
accessing
internal
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
CN202010088519.5A
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.)
Hangzhou Tuya Information Technology Co Ltd
Original Assignee
Hangzhou Tuya 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 Hangzhou Tuya Information Technology Co Ltd filed Critical Hangzhou Tuya Information Technology Co Ltd
Priority to CN202010088519.5A priority Critical patent/CN111343159A/en
Publication of CN111343159A publication Critical patent/CN111343159A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to a protocol adaptation method for accessing a third-party voice platform, which comprises the following steps: acquiring a platform protocol of each third voice side platform; extracting configurable information according to the platform protocol and generating a protocol template; editing the protocol template according to the adaptive protocol of the target platform to obtain an internal protocol; rendering the internal protocol to obtain an internal standard protocol; and accessing the target platform to the third-party voice platform according to the internal standard protocol. In the technical scheme of the invention, a mapping relation is established between the platform protocol of each platform and the abstracted protocol template, a request sent by a certain platform is matched, and the required information is extracted and processed according to the information defined by the protocol template.

Description

Protocol adaptation method and system, storage medium and computer equipment
Technical Field
The invention relates to the technical field of Internet of things, in particular to a protocol adaptation method and system for accessing a third-party voice platform, a storage medium and computer equipment.
Background
With the rise of the internet of things, more and more third-party voice platforms are provided, and protocols of the platforms are different. How to extract necessary information from heterogeneous protocols for uniform processing and return to return protocols meeting the requirements of each platform when each third-party platform is docked is a problem which needs to be solved urgently as an internet of things platform.
In the prior art, each platform is internally and respectively processed, and a protocol basically consists of a header and a payload. There are many similarities in the logic of the respective processes, and as platforms increase, the cost of later maintenance also increases. For example, modifying the processing of a device in a response protocol, since the device may be associated with multiple platforms, and a new associated platform may be added later, it may appear that each platform needs to add the same logic. The modification amount is in direct proportion to the number of platforms, and errors are inevitably generated in the modification process, so that additional workload is increased.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art or the related art.
Therefore, an object of the present invention is to provide a protocol adaptation method and system for accessing a third-party voice platform, which can adapt to the protocol change of various third-party voice platforms, and implement platformization, configuration, and data operation, on one hand, reduce the development cost and enhance the maintainability, and on the other hand, enhance the core competitiveness.
In order to achieve the above object, a technical solution of a first aspect of the present invention provides a protocol adaptation method for accessing a third-party voice platform, including the following steps:
acquiring a platform protocol of each third voice side platform;
extracting configurable information according to a platform protocol and generating a protocol template;
editing the protocol template according to the adaptation protocol of the target platform to obtain an internal protocol;
rendering the internal protocol to obtain an internal standard protocol;
and accessing the target platform to a third-party voice platform according to the internal standard protocol.
In the technical scheme, a mapping relation is established between the platform protocol of each third-party voice platform and the abstracted protocol template, a request sent by a certain platform is matched, and required information is extracted and processed according to the information defined by the protocol template. The response protocol also maps information required by the respective third party platform according to the response protocol template.
In the above technical solution, preferably, the configurable information includes at least one of an intention, a category, a capability, an attribute value, an error code, and a critical data path of the third party voice platform.
In any of the above technical solutions, preferably, the internal protocol is rendered by a response data template engine to obtain the internal standard protocol.
In any of the above solutions, preferably, the internal standard protocol is a deviceControVO object composed of at least an action value, a messageId value, and a deviceId value.
The technical solution of the second aspect of the present invention provides a third party voice platform protocol adaptation system, including:
the acquisition module is arranged for acquiring a platform protocol of each third-party voice platform;
an extraction module configured to extract configurable information according to a platform protocol and generate a protocol template;
the editing module is arranged for editing the protocol template according to the adaptive protocol of the target platform to obtain an internal protocol;
the rendering module is used for rendering the internal protocol to obtain an internal standard protocol;
and the connection module is set to be used for accessing the target platform to the third-party voice platform according to the internal standard protocol.
In the technical scheme, a request sent by a certain platform is matched through the mapping relation between the platform protocol of each platform and the abstracted protocol template, and required information is extracted and processed according to the information defined by the protocol template. The response protocol also maps information required by the respective third party platform according to the response protocol template.
In the above technical solution, preferably, the configurable information includes at least one of an intention, a category, a capability, an attribute value, an error code, and a critical data path of the third party voice platform.
In any of the above technical solutions, preferably, the rendering module renders the internal protocol through a response data stencil engine to obtain the internal standard protocol.
In any of the above solutions, preferably, the internal standard protocol is a deviceControVO object composed of at least an action value, a messageId value, and a deviceId value.
An aspect of the third aspect of the present invention provides a readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the protocol adaptation method for accessing a third-party voice platform provided in the above aspect.
The technical scheme of the fourth aspect of the invention provides computer equipment, which comprises a storage medium and a processor; a storage medium for storing a computer program; a processor, configured to execute a computer program to implement the steps of the protocol adaptation method for accessing a third-party voice platform provided in the technical solution of the first aspect.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 shows a block flow diagram of a method according to an embodiment of the invention;
fig. 2 shows a block diagram of a system according to another embodiment of the present invention.
Detailed Description
In order that the above objects, features and advantages of the present invention can be more clearly understood, a more particular description of the invention will be rendered by reference to the appended drawings. It should be noted that the embodiments and features of the embodiments of the present application may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, however, the present invention may be practiced in other ways than those specifically described herein, and therefore the scope of the present invention is not limited to the specific embodiments disclosed below.
Protocol adaptation methods and systems, storage media, and computer devices for accessing a third party voice platform according to some embodiments of the present invention are described below with reference to fig. 1 and 2.
As shown in fig. 1, a protocol adaptation method for accessing a third party voice platform according to an embodiment of the present invention includes the following steps:
s1, acquiring a platform protocol of each third-party platform;
s2, extracting configurable information according to the platform protocol and generating a protocol template;
s3, editing the protocol template according to the adaptation protocol of the target platform to obtain an internal protocol;
s4, rendering the internal protocol to obtain an internal standard protocol;
and S5, accessing the target platform to the third-party voice platform according to the internal standard protocol.
In this embodiment, a mapping relationship is established between the platform protocol of each platform and the abstracted protocol template, a request sent by a certain platform is matched, and required information is extracted for processing according to information defined by the protocol template. The response protocol also maps information required by the respective third party platform according to the response protocol template.
As shown in fig. 2, a third party voice platform protocol adaptation system 100 according to another embodiment of the present invention includes:
an obtaining module 10 configured to obtain a platform protocol of each third party platform;
an extraction module 20 configured to extract configurable information according to a platform protocol and generate a protocol template;
the editing module 30 is configured to edit the protocol template according to the adaptation protocol of the target platform to obtain an internal protocol;
a rendering module 40 configured to render the internal protocol to obtain an internal standard protocol;
a connection module 50 configured to access the target platform to the third party voice platform according to the internal standard protocol.
In this embodiment, a mapping relationship is established between the platform protocol of each platform and the abstracted protocol template, a request sent by a certain third-party voice platform is matched, and required information is extracted and processed according to information defined by the protocol template. The response protocol also maps information required by the respective third party platform according to the response protocol template.
In any of the above embodiments, preferably, the configurable information includes at least one of intent, class, capability, attributes, attribute values, error codes, and critical data paths of the third party voice platform.
In any of the above embodiments, preferably, the internal protocol is rendered by a response data template engine to obtain the internal standard protocol.
In any of the above embodiments, preferably, the internal standard protocol is a deviceControVO object composed of at least an action value, a messageId value, and a deviceId value.
DETAILED DESCRIPTION OF EMBODIMENT (S) OF INVENTION
One power class operating device is turned on
Figure BDA0002382908250000051
Figure BDA0002382908250000061
1. The background configuration platform adds platform information related to the tianmao eidolon, and the platform information comprises:
a. configuration of critical data path information, such as:
messageId:$.header.messageId
name:$.header.name
accessToken:$.payload.accessToken
deviceId:$.payload.deviceId
attribute:$.payload.attribute
value:$.payload.value
b. stencil arrangements, e.g.
Figure BDA0002382908250000062
Figure BDA0002382908250000071
The variable field is represented by { { field } } and when the template engine renders the template, the field data is obtained from the object and then the content is generated.
c. Item class data mapping configuration
If the socket class, the class name of the doodle internal protocol is as follows:
powerstrip, while the item data of the tianmaoling is an outlet, the mapping of the item class needs to be configured, and a piece of data is added on the background configuration, so that the three-party platform data can be conveniently converted into the internal protocol data during data assembly and data conversion.
d. Capability data mapping configuration
If the operation is started, the protocol of the skatecat is Turnon, and the internal protocol of the scrawling is Turnon, then such a piece of mapping data needs to be configured, so that the protocol data of the three-party platform can be converted into the internal data when the data is assembled and converted.
e. Attribute data mapping configuration
The attribute data is typically device specific, such as power switch, brightness, color temperature, color, etc., and the attribute names are also mappings where a three-party platform and internal protocols exist.
f. Attribute value data mapping configuration
The attribute value is a very flexible configuration, and the configuration platform supports the configuration of specific attribute values and algorithms, such as the value of the attribute of a tianmao elfin power switch: on corresponds to an internal protocol, then value: true, color attribute value: the red corresponds to an internal protocol of 0,100,100 for hsv.
2. Data extraction for three-party platform data request key field
And (3) extracting the key field data:
messageId:1bd5d003-31b9-476f-ad03-71d471922820;
name:TurnOn;
accessToken:accessToken;
deviceId:34234;
attribute:powerstate;
value:on;
3. data transformation and data assembly
name:TurnOn->turnOn;
attribute:powerstate->power;
value:on->true;
Internal protocol:
Figure BDA0002382908250000081
Figure BDA0002382908250000091
the uid data is converted from the token, and other data are converted according to the background configuration information.
Response data stencil Engine rendering
And the internal instruction returns to the internal protocol after being transferred by the bottom layer specific instruction.
The data rendering is mainly performed by a DeviceControVO object, wherein the DeviceId object comprises action, messageId, deviceId and the like, and the data filling can be performed on the template.
Based on the method shown in fig. 1, correspondingly, the present application further provides a readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the protocol adaptation method for accessing a third party voice platform according to any of the embodiments above.
Based on such understanding, the technical solution of the present application may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.), and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method of the embodiments of the present application.
Based on the method shown in fig. 1 and the virtual device embodiment shown in fig. 2, in order to achieve the above object, an embodiment of the present application further provides a computer device, which is characterized by comprising a storage medium and a processor; a storage medium for storing a computer program; a processor, configured to execute a computer program to implement the steps of the protocol adaptation method for accessing a third party voice platform according to any of the above embodiments.
Optionally, the computer device may also include a user interface, a network interface, a camera, Radio Frequency (RF) circuitry, sensors, audio circuitry, a WI-FI module, and so forth. The user interface may include a Display screen (Display), an input unit such as a keypad (Keyboard), etc., and the optional user interface may also include a USB interface, a card reader interface, etc. The network interface may optionally include a standard wired interface, a wireless interface (e.g., a bluetooth interface, WI-FI interface), etc.
It will be appreciated by those skilled in the art that the present embodiment provides a computer device architecture that is not limiting of the computer device, and that may include more or fewer components, or some components in combination, or a different arrangement of components.
The storage medium may further include an operating system and a network communication module. An operating system is a program that manages and maintains the hardware and software resources of a computer device, supporting the operation of information handling programs, as well as other software and/or programs. The network communication module is used for realizing communication among components in the storage medium and other hardware and software in the entity device.
The technical effects realized by the technical scheme of the invention comprise:
1. the protocol of the third-party voice platform is subjected to platformization and configurability;
examples are: if an open intelligent home control protocol of a smart cat eidolon in Ali or an intelligent home control protocol of millet is to be docked, access can be achieved without or with little code development, a previous docking mode can be used for docking a platform for 2 weeks to 1 month, and the technical scheme can be completed in 2 to 3 days.
2. Rendering protocol templates using a response data template engine
The responses of all protocols are template configurable and can be rendered with a template engine.
In the present invention, the terms "first", "second", and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance; the term "plurality" means two or more unless expressly limited otherwise. The terms "mounted," "connected," "fixed," and the like are to be construed broadly, and for example, "connected" may be a fixed connection, a removable connection, or an integral connection; "coupled" may be direct or indirect through an intermediary. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
In the description of the present invention, it is to be understood that the terms "upper", "lower", "left", "right", "front", "rear", and the like indicate orientations or positional relationships based on those shown in the drawings, and are only for convenience of description and simplification of description, but do not indicate or imply that the referred device or unit must have a specific direction, be constructed in a specific orientation, and be operated, and thus, should not be construed as limiting the present invention.
In the description herein, the description of the terms "one embodiment," "some embodiments," "specific embodiments," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes will occur to those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A protocol adaptation method for accessing a third-party voice platform is characterized by comprising the following steps:
acquiring a platform protocol of each third voice side platform;
extracting configurable information according to the platform protocol and generating a protocol template;
editing the protocol template according to the adaptive protocol of the target platform to obtain an internal protocol;
rendering the internal protocol to obtain an internal standard protocol;
and accessing the target platform to the third-party voice platform according to the internal standard protocol.
2. The protocol adaptation method for accessing a third party voice platform according to claim 1, wherein: the configurable information includes at least one of intent, class, capability, attributes, attribute values, error codes, and critical data paths of the third party voice platform.
3. The protocol adaptation method for accessing a third party voice platform according to claim 1 or 2, characterized in that: and rendering the internal protocol through a response data template engine to obtain the internal standard protocol.
4. The protocol adaptation method for accessing a third party voice platform according to claim 3, wherein: the internal standard protocol is a deviceControVO object composed of at least an action value, a messageId value, and a deviceId value.
5. A third party voice platform protocol adaptation system, comprising:
the acquisition module is set to be used for acquiring the platform protocol of each third-party voice platform;
an extraction module configured to extract configurable information according to the platform protocol and generate a protocol template;
the editing module is set to be used for editing the protocol template according to the adaptive protocol of the target platform to obtain an internal protocol;
the rendering module is used for rendering the internal protocol to obtain an internal standard protocol;
a connection module configured to access the target platform to the third party voice platform according to the internal standard protocol.
6. The third party voice platform protocol adaptation system of claim 5, wherein: the configurable information includes at least one of intent, class, capability, attributes, attribute values, error codes, and critical data paths of the third party voice platform.
7. The protocol adaptation system for accessing a third party voice platform according to claim 5 or 6, characterized in that: and the rendering module is used for rendering the internal protocol through a response data template engine to obtain the internal standard protocol.
8. The protocol adaptation system for accessing a third party voice platform according to claim 7, wherein: the internal standard protocol is a deviceControVO object composed of at least an action value, a messageId value, and a deviceId value.
9. A readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the protocol adaptation method for accessing a third party voice platform according to any one of claims 1 to 3.
10. A computer device comprising a storage medium and a processor; a storage medium for storing a computer program; a processor for executing a computer program to implement the steps of the protocol adaptation method for accessing a third party voice platform according to any of claims 1 to 3.
CN202010088519.5A 2020-02-12 2020-02-12 Protocol adaptation method and system, storage medium and computer equipment Pending CN111343159A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010088519.5A CN111343159A (en) 2020-02-12 2020-02-12 Protocol adaptation method and system, storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010088519.5A CN111343159A (en) 2020-02-12 2020-02-12 Protocol adaptation method and system, storage medium and computer equipment

Publications (1)

Publication Number Publication Date
CN111343159A true CN111343159A (en) 2020-06-26

Family

ID=71183870

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010088519.5A Pending CN111343159A (en) 2020-02-12 2020-02-12 Protocol adaptation method and system, storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN111343159A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113783831A (en) * 2021-01-19 2021-12-10 北京沃东天骏信息技术有限公司 Internet of things information processing method, device and system
CN113938515A (en) * 2021-09-23 2022-01-14 浪潮云信息技术股份公司 Third-party platform based access method, system, electronic equipment and storage medium
CN115037806A (en) * 2022-05-20 2022-09-09 浙江大华技术股份有限公司 Protocol conversion apparatus, system, configuration method, electronic device, and storage medium
CN115879895A (en) * 2023-02-01 2023-03-31 深圳高灯计算机科技有限公司 Protocol admission method, device, computer equipment and storage medium
CN117614799A (en) * 2023-12-12 2024-02-27 中国人民解放军军事科学院系统工程研究院 Sensor protocol adaptation method and device based on model hierarchical mapping

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107222505A (en) * 2017-07-12 2017-09-29 杭州时趣信息技术有限公司 A kind of method and device for being adapted to external protocol
CN109036400A (en) * 2018-07-06 2018-12-18 杭州涂鸦信息技术有限公司 A kind of system of compatible multipartite voice control platform control intelligence IOT equipment
CN110166431A (en) * 2019-04-16 2019-08-23 中国平安人寿保险股份有限公司 Multi-protocol data conversion method, device and computer equipment
CN110471776A (en) * 2019-06-27 2019-11-19 浙江口碑网络技术有限公司 Applied data communications method, apparatus and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107222505A (en) * 2017-07-12 2017-09-29 杭州时趣信息技术有限公司 A kind of method and device for being adapted to external protocol
CN109036400A (en) * 2018-07-06 2018-12-18 杭州涂鸦信息技术有限公司 A kind of system of compatible multipartite voice control platform control intelligence IOT equipment
CN110166431A (en) * 2019-04-16 2019-08-23 中国平安人寿保险股份有限公司 Multi-protocol data conversion method, device and computer equipment
CN110471776A (en) * 2019-06-27 2019-11-19 浙江口碑网络技术有限公司 Applied data communications method, apparatus and system

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113783831A (en) * 2021-01-19 2021-12-10 北京沃东天骏信息技术有限公司 Internet of things information processing method, device and system
CN113783831B (en) * 2021-01-19 2024-01-16 北京沃东天骏信息技术有限公司 Internet of things information processing method, device and system
CN113938515A (en) * 2021-09-23 2022-01-14 浪潮云信息技术股份公司 Third-party platform based access method, system, electronic equipment and storage medium
CN115037806A (en) * 2022-05-20 2022-09-09 浙江大华技术股份有限公司 Protocol conversion apparatus, system, configuration method, electronic device, and storage medium
CN115879895A (en) * 2023-02-01 2023-03-31 深圳高灯计算机科技有限公司 Protocol admission method, device, computer equipment and storage medium
CN115879895B (en) * 2023-02-01 2023-07-07 安徽有活科技有限公司 Protocol admittance method, device, computer equipment and storage medium
CN117614799A (en) * 2023-12-12 2024-02-27 中国人民解放军军事科学院系统工程研究院 Sensor protocol adaptation method and device based on model hierarchical mapping
CN117614799B (en) * 2023-12-12 2024-06-18 中国人民解放军军事科学院系统工程研究院 Sensor protocol adaptation method and device based on model hierarchical mapping

Similar Documents

Publication Publication Date Title
CN111343159A (en) Protocol adaptation method and system, storage medium and computer equipment
WO2021000856A1 (en) Bone age detection method and system, device, and readable storage medium
CN109343851A (en) Page generation method, device, computer equipment and storage medium
CN110647316A (en) Method and device for generating universal business object, computer equipment and storage medium
CN110888672B (en) Expression engine implementation method and system based on metadata architecture
CN110647564B (en) Hive table building method, electronic device and computer readable storage medium
CN112732468B (en) Data processing method, data interaction system and computing equipment
JP2005032170A (en) Skin generation method, program and apparatus
US7339694B2 (en) Chit printing system, chit printing apparatus and chit printing method
CN107742055A (en) A kind of mobile client of medical image diagosis
CN113305837B (en) Method and device for determining deviation information of robot, processing equipment and medium
CN109977169B (en) Data synchronization method, device, computer readable storage medium and system
JP6484143B2 (en) Image processing system, method, program, and recording medium using landscape photograph including text
CN111737372A (en) Map data generation method and device
WO2024103649A1 (en) Image color recognition method and device, and image recommendation method and device
CN112650474B (en) Control script generation method, device, network equipment and storage medium
CN114265541B (en) Information input method, computing device and storage medium
CN116452702B (en) Information chart rapid design method, device, computer equipment and storage medium
CN112199428B (en) Application management system, method and terminal equipment of functional data block
TWI738205B (en) System and execution method of cloud agent execution program
US20220207100A1 (en) Method and apparatus for managing user profile
JP2007293655A (en) Document processor, output processing method for electronic document and program
WO2021260852A1 (en) Data processing device, data processing method, and data processing program
JP2022105680A (en) Data extraction device, data extraction method, and data extraction program
CN116612866A (en) Method for operating medical data management platform, device 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200626