CN116204237A - Ultrasonic parameter node relation generation method, parameter node dispatching method, device and equipment - Google Patents

Ultrasonic parameter node relation generation method, parameter node dispatching method, device and equipment Download PDF

Info

Publication number
CN116204237A
CN116204237A CN202111447498.2A CN202111447498A CN116204237A CN 116204237 A CN116204237 A CN 116204237A CN 202111447498 A CN202111447498 A CN 202111447498A CN 116204237 A CN116204237 A CN 116204237A
Authority
CN
China
Prior art keywords
parameter
ultrasonic
node
parameter node
relation
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
CN202111447498.2A
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.)
Sonoscape Medical Corp
Original Assignee
Sonoscape Medical Corp
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 Sonoscape Medical Corp filed Critical Sonoscape Medical Corp
Priority to CN202111447498.2A priority Critical patent/CN116204237A/en
Publication of CN116204237A publication Critical patent/CN116204237A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Abstract

The application discloses an ultrasonic parameter node relation generation method, an ultrasonic parameter node relation generation device, electronic equipment and a computer readable storage medium, wherein the method comprises the following steps: acquiring node relation configuration information of ultrasonic parameters; the ultrasonic parameter node relation configuration information comprises a plurality of ultrasonic parameter node relation configuration items, each ultrasonic parameter node relation configuration item comprises output node identification information, and all parameter nodes corresponding to the output node identification information in one ultrasonic parameter node relation configuration item belong to the same operation mode; generating ultrasonic parameter node relations respectively corresponding to a plurality of operation modes according to the ultrasonic parameter node relation configuration information; the ultrasonic parameter node relation generated by the method can ensure that only the parameters in the current running mode are updated when the parameters are updated, thereby avoiding meaningless calculation and updating, improving the parameter updating speed and avoiding the waste of calculation resources.

Description

Ultrasonic parameter node relation generation method, parameter node dispatching method, device and equipment
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an ultrasonic parameter node relationship generating method, a parameter node distribution method, an ultrasonic parameter node relationship generating device, a parameter node distribution device, an electronic device, and a computer readable storage medium.
Background
In an ultrasound system, the steps of acquisition, display, etc. of images require multiple parameters to control. The parameters are usually calculated in a correlation way, and the dependency relationship between the parameters is very complex. Currently, a full-mode linkage mechanism is adopted as a parameter linkage mechanism, the dependency sequence among parameters in all modes is determined once in the operation period, and a linkage function is operated according to the dependency sequence when the parameter value is changed each time, so that the parameters are updated in a linkage manner. In the mode, only the realization of parameter linkage in the mode is considered, and if one parameter is changed, the changed parameter can cause all the parameters related to the parameter to be updated successively. However, only the parameter update applied in a certain mode is meaningful, so that the related technology can meaningless update the parameters in a non-local mode in the parameter update process, resulting in the waste of computing resources.
Disclosure of Invention
In view of the foregoing, an object of the present application is to provide an ultrasound parameter node relation generating method, a parameter node distribution method, an ultrasound parameter node relation generating apparatus, a parameter node distribution apparatus, an electronic device, and a computer-readable storage medium, which avoid waste of computing resources.
In order to solve the above technical problems, the present application provides a method for generating node relation of ultrasonic parameters, including:
acquiring node relation configuration information of ultrasonic parameters; the ultrasonic parameter node relation configuration information comprises a plurality of ultrasonic parameter node relation configuration items, each ultrasonic parameter node relation configuration item comprises output node identification information, and all parameter nodes corresponding to the output node identification information in one ultrasonic parameter node relation configuration item belong to the same operation mode;
and generating ultrasonic parameter node relations corresponding to the operation modes respectively according to the ultrasonic parameter node relation configuration information.
Optionally, generating the ultrasonic parameter node relationships corresponding to the operation modes according to the ultrasonic parameter node relationship configuration information includes:
grouping the ultrasonic parameter node relation configuration items according to the operation modes corresponding to the output node identification information in the ultrasonic parameter node relation configuration items;
and generating the ultrasonic parameter node relation corresponding to each operation mode by using each group of ultrasonic parameter node relation configuration items.
Optionally, the acquiring the node relation configuration information of the ultrasonic parameter includes:
acquiring initial configuration information; wherein the initial configuration information comprises at least one initial configuration item;
judging whether all parameter nodes corresponding to the output node identification information in the initial configuration item belong to the same operation mode or not;
if all the parameter nodes corresponding to the output node identification information in any one of the initial configuration items do not belong to the same operation mode, judging that the configuration information is wrong;
and if all the parameter nodes corresponding to the output node identification information in all the initial configuration items belong to the same operation mode, judging the initial configuration information as the ultrasonic parameter node relation configuration information.
Optionally, after determining the configuration information error, the method further includes:
outputting error information; the error information includes initial configuration items of all parameter nodes corresponding to the output node identification information, which do not belong to the same operation mode.
Optionally, after outputting the error information, the method further includes:
obtaining a split configuration item in response to the error information; the split configuration items are obtained by splitting the initial configuration items in the error information, and all parameter nodes corresponding to the output node identification information belong to the configuration items in the same operation mode;
And utilizing the split configuration items and initial configuration items which are not included in the error information to form the ultrasonic parameter node relation configuration information.
Optionally, the method further comprises:
if the mode switching condition is detected to be triggered, loading the switched ultrasonic parameter node relation corresponding to the switched mode, and executing the service corresponding to the switched mode by utilizing the switched ultrasonic parameter node relation.
Optionally, the generating process of the parameter node includes:
obtaining a parameter node template; the parameter node templates are blank data structures which are integrated and constructed based on parameter information of all the parameter nodes;
acquiring parameter description information, and configuring a parameter node template based on the parameter description information to obtain the parameter node;
the parameter description information is used for recording an initial parameter value and an initial parameter attribute of the parameter node, and the initial parameter attribute comprises an operation mode.
The application also provides a parameter node dispatching method, which comprises the following steps:
if the parameter updating condition is detected to be triggered, determining a corresponding current ultrasonic parameter node relation in the ultrasonic parameter node relation based on the current operation mode; the ultrasonic parameter node relation is generated based on the ultrasonic parameter node relation generating method;
Determining a first parameter node which changes, and updating a second parameter node by using the first parameter node based on the current ultrasonic parameter node relation;
and constructing a node pool by utilizing the first parameter node and the second parameter node, and carrying out parameter node dispatch on at least one dispatch object adopted by the current operation mode based on the node pool.
Optionally, the method further comprises:
acquiring ultrasonic service data;
and sending the ultrasonic service data to the at least one dispatch object adopted in the current operation mode, so that the dispatch object performs service processing on the ultrasonic service data by using the acquired parameter nodes.
The application also provides an ultrasonic parameter node relation generating device, which comprises:
the acquisition module is used for acquiring the ultrasonic parameter node relation configuration information; the ultrasonic parameter node relation configuration information comprises a plurality of ultrasonic parameter node relation configuration items, each ultrasonic parameter node relation configuration item comprises output node identification information, and all parameter nodes corresponding to the output node identification information in one ultrasonic parameter node relation configuration item belong to the same operation mode;
And the relation generating module is used for generating a plurality of ultrasonic parameter node relations respectively corresponding to the operation modes according to the ultrasonic parameter node relation configuration information.
The embodiment of the application also provides an ultrasonic parameter node dispatching device, which comprises:
the node relation determining module is used for determining a corresponding current ultrasonic parameter node relation in the ultrasonic parameter node relation based on the current operation mode if the parameter updating condition is triggered; the ultrasonic parameter node relation is generated based on the ultrasonic parameter node relation generating method;
the parameter node updating module is used for determining a changed first parameter node and updating a second parameter node by using the first parameter node based on the current ultrasonic parameter node relation;
and the parameter node dispatch module is used for constructing a node pool by utilizing the first parameter node and the second parameter node and carrying out parameter node dispatch on at least one dispatch object adopted by the current operation mode based on the node pool.
Optionally, the ultrasound parameter node distributing device further comprises:
the service data acquisition module is used for acquiring ultrasonic service data;
And the service processing module is used for sending the ultrasonic service data to the at least one dispatch object adopted in the current operation mode so that the dispatch object can execute service processing on the ultrasonic service data by using the acquired parameter nodes.
The application also provides an electronic device comprising a memory and a processor, wherein:
the memory is used for storing a computer program;
the processor is configured to execute the computer program to implement the above-mentioned ultrasound parameter node relation generating method and/or the above-mentioned parameter node distributing method.
The application also provides a computer readable storage medium for storing a computer program, wherein the computer program realizes the above-mentioned ultrasonic parameter node relation generation method and/or the above-mentioned parameter node dispatch method when being executed by a processor.
The ultrasonic parameter node relation generating method acquires ultrasonic parameter node relation configuration information; the ultrasonic parameter node relation configuration information comprises a plurality of ultrasonic parameter node relation configuration items, each ultrasonic parameter node relation configuration item comprises output node identification information, and all parameter nodes corresponding to the output node identification information in one ultrasonic parameter node relation configuration item belong to the same operation mode; and generating ultrasonic parameter node relations respectively corresponding to a plurality of operation modes according to the ultrasonic parameter node relation configuration information.
In the method, the obtained ultrasonic parameter node relation configuration information has the special characteristic that each ultrasonic parameter node relation configuration item comprises output node identification information, and all parameter nodes corresponding to the output node identification information in one ultrasonic parameter node relation configuration item belong to the same operation mode. By pointing the output node identification information of each ultrasonic parameter node relation configuration item to the parameter nodes belonging to the same operation mode, in the ultrasonic parameter node relation generated according to the ultrasonic parameter node relation configuration information, the corresponding part of each operation mode only records the sequential logic relation between the ultrasonic parameter nodes applied in the operation mode. The ultrasonic parameter node relation can ensure that only the parameters in the current running mode are updated when the parameters are updated, avoid meaningless calculation and updating, improve the parameter updating speed and avoid the waste of calculation resources.
In addition, the application also provides a parameter node dispatching method, an ultrasonic parameter node relation generating device, a parameter node dispatching device, electronic equipment and a computer readable storage medium, and the ultrasonic parameter node relation generating device and the electronic equipment have the same beneficial effects.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the related art, the drawings that are required to be used in the embodiments or the related technical descriptions will be briefly described below, and it is apparent that the drawings in the following description are only embodiments of the present application, and other drawings may be obtained according to the provided drawings without inventive effort to those of ordinary skill in the art.
Fig. 1 is a flowchart of a method for generating an ultrasonic parameter node relationship according to an embodiment of the present application;
fig. 2 is a schematic diagram of a specific node relationship structure of ultrasonic parameters according to an embodiment of the present application;
fig. 3 is a schematic diagram of another node relationship structure of ultrasonic parameters according to an embodiment of the present application;
fig. 4 is a schematic diagram of a correspondence between an operation mode and an ultrasonic parameter node relationship configuration item according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a parameter linkage engine framework according to an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of an ultrasound parameter node relationship generating device according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
Referring to fig. 1, fig. 1 is a flowchart of a method for generating an ultrasound parameter node relationship according to an embodiment of the present application. The method comprises the following steps:
s101: and acquiring ultrasonic parameter node relation configuration information.
It should be noted that the ultrasonic parameter node relation generating method in the application is applied to ultrasonic equipment, and the ultrasonic equipment operates based on an ultrasonic software system. The ultrasonic software system is applied to ultrasonic equipment, and the ultrasonic software is used for supporting the operation of the ultrasonic equipment and completing tasks such as signal transmission, data acquisition, information processing, data output and the like. The ultrasonic device includes a processor for running ultrasonic software, and may further include other hardware circuits such as FPGA (Field Programmable Gate Array ), ASIC (Application Specific Integrated Circuit, application specific integrated circuit), and the like. The ultrasonic software system has a plurality of operation modes, the ultrasonic equipment has different functions in each operation mode, and each function of the ultrasonic equipment operates based on a certain number of ultrasonic parameter nodes. In general, a plurality of different ultrasonic parameter nodes have a dependency relationship, and can be represented by a logic sequence. That is, when the parameter value of one ultrasonic parameter node changes, the parameter values of other ultrasonic parameter nodes related to the parameter value are affected. And some ultrasonic parameter nodes are changed by factors such as user setting, ultrasonic equipment operation environment change and the like, so that linkage updating of the ultrasonic parameter nodes is quite common in ultrasonic equipment operation.
Since updating of ultrasound parameter nodes requires consuming certain computational resources and time, the smaller the number of ultrasound parameter nodes per update, the better. The dependency relationship among the ultrasonic parameter nodes is controlled by the ultrasonic parameter node relationship, and the ultrasonic parameter node relationship is generated based on ultrasonic parameter node relationship configuration information acquired by ultrasonic equipment. Thus, the content of the ultrasound parameter node relation configuration information is related to the speed and efficiency of ultrasound parameter updating.
In the application, the obtained ultrasonic parameter node relation configuration information comprises a plurality of ultrasonic parameter node relation configuration items, each ultrasonic parameter node relation configuration item comprises output node identification information, and in addition, the ultrasonic parameter node relation configuration items can also comprise input node identification information and generation mode information according to requirements. Wherein, all parameter nodes (which can be called as output parameter nodes) corresponding to the output node identification information in one ultrasonic parameter node relation configuration item belong to the same operation mode. The input node identification information is node identification information for indicating the ultrasonic parameter nodes which are depended on in the dependency relationship, and the ultrasonic parameter nodes corresponding to the node identification information are updated when the ultrasonic parameter nodes are changed. The output node identification information is information for indicating the ultrasonic parameter nodes which depend on other ultrasonic parameter nodes in the dependency relationship, and the corresponding ultrasonic parameter nodes are updated due to the change of the other ultrasonic parameter nodes. The generation mode information refers to a specific update mode, for example, a parameter value calculation mode, or may also include an ultrasonic parameter node attribute setting mode, etc. It should be noted that, the present embodiment does not limit the number of the generating mode information in each ultrasonic parameter node relation configuration item, and if there are a plurality of generating mode information, the generating mode information is a multi-layer linkage relation, that is, some parameter nodes are output parameter nodes in one layer of linkage relation, and are input parameter nodes in another layer of linkage relation. For example, the a parameter node updates the C parameter node through the processing of the B generation mode information, and the C parameter node updates the E parameter node through the processing of the D generation mode information, which is a two-layer linkage relationship. In this case, it is necessary to ensure that all parameter nodes of the output node identification information corresponding to all the generation mode information belong to the same operation mode.
It will be appreciated that since the ultrasound device can only operate in one mode at a time, this mode may be referred to as the current mode of operation, and that only some of the parameter nodes associated with the current mode of operation need be invoked in the current mode of operation, not all of the parameter nodes. By setting all output parameter nodes in an ultrasonic parameter node relation configuration item to belong to one operation mode, the ultrasonic parameter node relation of all output parameter nodes to belong to one operation mode can be obtained. When updating, the ultrasonic parameter nodes related to the current operation mode can be updated only, so that all updated ultrasonic parameter nodes can be called, the condition that the ultrasonic parameter nodes are not used after being updated is avoided, and the waste of computing resources is avoided.
Referring to fig. 2, fig. 2 is a schematic diagram of a specific ultrasound parameter node relationship structure provided in an embodiment of the present application, where B1 and B2 are input parameter nodes corresponding to input node identification information (i.e., ultrasound parameter nodes corresponding to the input node identification information), and B3, B4, and B5 are output parameter nodes corresponding to the output node identification information. B1 and B2 are input into a parameter value linkage calculation function (B linkage calculation Fun 1) and then output B3, B4 and B5. The letter B may denote that the ultrasound parameter node is applied to a B function, and the B function may be applied to a B operation mode or other operation modes (e.g., b+c mode) using the B function, and the specific type of the B function is not limited, for example, an imaging function. It should be noted that, in the present application, the output parameter nodes corresponding to each of the input ultrasound parameter node relationship configuration items belong to the same mode, but the combination of the output parameter nodes may belong to a plurality of different modes. For example, B3, B4, and B5 may belong to both the B operation mode and the b+c operation mode. The B operation mode may specifically be a brightness imaging mode, and the b+c operation mode may be a brightness+doppler imaging mode. As long as it is ensured that all output parameter nodes can belong to a certain operation mode at the same time. Referring to fig. 4, fig. 4 is a schematic diagram of a correspondence between an operation mode and an ultrasonic parameter node relationship configuration item according to an embodiment of the present application, and it can be seen that the same output parameter node may exist in different modes. Fig. 4 is a schematic diagram of a unit of generating an ultrasonic parameter node relationship by using a parameter value linkage calculation function (such as BFun1, BFun2, etc.) corresponding to the generating mode information as an identifier of an ultrasonic parameter node relationship configuration item, and each ultrasonic parameter node relationship configuration item is used for generating the unit of the ultrasonic parameter node relationship, so that a plurality of different ultrasonic parameter node relationships exist in one operation mode, and common ultrasonic parameter node relationships may exist between different modes.
Further, if the relationships of the same output parameter node in different operation modes are different, corresponding ultrasonic parameter node relationship configuration items should be set for the different operation modes respectively. For example, B3, B4 and B5 belong to B mode, and B3 and B4 belong to b+c mode. In this case, the configuration information of the node relation of the ultrasonic parameters should include at least two configuration items, the first configuration item is the configuration item corresponding to the three items B3, B4 and B5, and the node relation of the ultrasonic parameters obtained by using the configuration items is shown in fig. 2; the second configuration item is a configuration item corresponding to both the B3 and the B4, the output node identification information in the configuration item and the output node identification information in the first configuration item are different, and the generation mode information and the input node identification information between the two configuration items can be the same or different.
The embodiment does not limit a specific obtaining manner of the ultrasonic parameter node relation configuration information, and in a feasible implementation manner, the ultrasonic parameter node relation configuration information may be stored under a preset path that can be accessed by the ultrasonic device, and the ultrasonic device obtains the ultrasonic parameter node relation configuration information from the preset path in the first initialization process or in each initialization process. In another possible implementation manner, when the ultrasonic device needs to configure the ultrasonic parameter node relationship, the user interacts with the ultrasonic device or other electronic devices, and directly sends the ultrasonic parameter node relationship configuration information to the ultrasonic device or sends the ultrasonic parameter node relationship configuration information to the ultrasonic device through other electronic devices. The specific interaction mode is not limited, for example, a user may input the configuration information of the node relation of the ultrasonic parameter to the ultrasonic device or other electronic devices (such as an intelligent terminal or a server) through the IO interaction components such as a touch screen, a mouse, a keyboard and the like.
Specifically, in general, the configuration information of the ultrasonic parameter node relation of the input ultrasonic equipment is constructed and generated manually according to the service requirement, so that errors may exist, and the input requirement that the output parameter node corresponding to each ultrasonic parameter node relation belongs to the same mode cannot be met, so that the waste of calculation resources is caused. To avoid this, in one embodiment, the process of obtaining ultrasound parametric node relationship configuration information may include:
step 11: acquiring initial configuration information; wherein the initial-configuration information includes at least one initial-configuration item.
Step 12: and judging whether all parameter nodes corresponding to the output node identification information in the initial configuration item belong to the same operation mode.
Step 13: if all the parameter nodes corresponding to the output node identification information in any one initial configuration item do not belong to the same operation mode, judging that the configuration information is wrong.
Step 14: if all the parameter nodes corresponding to the output node identification information in all the initial configuration items belong to the same operation mode, judging that the initial configuration information is ultrasonic parameter node relation configuration information.
In this embodiment, the information directly acquired by the ultrasound device is initial configuration information, which includes at least one initial configuration item. The initial configuration information refers to configuration information which is not subjected to legal detection, and the legal detection is detection for judging whether all parameter nodes corresponding to the output node identification information in the initial configuration item belong to a unified operation mode. If any initial configuration item does not meet the requirements, the ultrasonic parameter node relation generated by using the initial configuration information cannot realize the effect of avoiding the calculation waste, which is intended to be realized by the application, so that the configuration information is judged to be wrong. And if all the initial configuration items meet the requirements, determining the initial configuration information as the ultrasonic parameter node relation configuration information meeting the requirements.
The embodiment does not limit the correspondence between the ultrasonic parameter nodes and the operation mode to which the ultrasonic parameter nodes belong, and in one implementation, the correspondence may be obtained simultaneously with the ultrasonic parameter node relationship configuration information; in another embodiment, the correspondence may be preset. For example, an ultrasound device will first create an ultrasound parameter node at runtime, which refers to a Class (Class) in which ultrasound parameter information is recorded. Each ultrasonic parameter node has a node identifier (such as a node name or a sequence number), a node value and a node attribute, wherein the node attribute is used for representing the characteristics of the ultrasonic parameter node, the specific content of the node is not limited, and expansion or shrinkage can be carried out according to actual needs. Therefore, the node attribute can be utilized to declare the operation mode of the ultrasonic parameter node. According to the node attribute of each ultrasonic parameter node, the ultrasonic parameter node required in each operation mode can be determined, for example, a mode linkage set corresponding to each operation mode is formed, each mode linkage set comprises all ultrasonic parameter nodes corresponding to the operation mode, and step 12 is further executed based on the mode linkage set.
Further, in order to facilitate the user to modify the wrong initial configuration information, the following steps may be further performed after determining that the configuration information is wrong:
step 21: and outputting error information.
In this embodiment, the error information includes initial configuration items that all parameter nodes corresponding to the output node identification information do not belong to the same operation mode. By directly outputting illegal initial configuration items, a user can intuitively know the problem of initial configuration information and conduct targeted modification.
Referring to fig. 3, fig. 3 is a schematic view of another ultrasound parameter node relationship structure provided in an embodiment of the present application. The input node identification information in the initial configuration item of the ultrasonic parameter node relation on the left side of fig. 3 corresponds to three ultrasonic parameter nodes of C1, C5 and B6, the output node identification information corresponds to C3, B8, C4 and B10, and if B and C respectively represent the B operation mode and the C operation mode, the ultrasonic parameter node relation meeting the requirements cannot be obtained by using the initial configuration item. Namely, the node relation of ultrasonic parameters meeting the requirements cannot be obtained by using C linkage to calculate Fun 2. And when detecting that the C3, B8, C4 and B10 corresponding to the output node identification information do not belong to the same operation mode, feeding back the initial configuration item so as to split the initial configuration item into two independent configuration items by a user. All ultrasonic parameter nodes corresponding to the output node identification information of the two split configuration items respectively belong to a B running mode and a C running mode. Specifically, the C linkage calculation Fun2 is split into the B linkage calculation Fun2 and the C linkage calculation Fun3. Input C5 and B6 are processed by B linkage calculation Fun2 and output B8 and B10, input C1 and B6 are processed by C linkage calculation Fun3 and output C3 and C4. In this embodiment, the modified content includes input node identification information, output node identification information, and generation mode information in the original initial configuration item.
Further, after outputting the error information, the method may further include the steps of:
step 31: a split configuration item responsive to the error information is obtained.
Step 32: and utilizing the split configuration items and initial configuration items not included in the error information to form ultrasonic parameter node relation configuration information.
The split configuration items are obtained by splitting the initial configuration items in the error information, and all parameter nodes corresponding to the output node identification information belong to the configuration items in the same operation mode. With continued reference to fig. 3, since the C-linked computing Fun2 outputs the error information outwards, the user can check the error information to determine that the error information does not meet the requirement, so that the user can split the error information, so that all parameter nodes corresponding to the output node identification information of the split configuration item obtained after the splitting belong to the same operation mode. And then by utilizing the response error information, the electronic equipment such as ultrasonic equipment and the like can acquire the split configuration items and splice the split configuration items with original initial configuration items meeting the requirements (namely, the initial configuration items not included in the error information) to obtain the ultrasonic parameter node relation configuration information, and then the next processing is carried out.
S102: and generating ultrasonic parameter node relations respectively corresponding to a plurality of operation modes according to the ultrasonic parameter node relation configuration information.
After the ultrasonic parameter node relation configuration information is obtained, generating a corresponding ultrasonic parameter node relation based on each ultrasonic parameter node relation configuration item so as to be called in the subsequent operation. In one embodiment, the generation process may include the steps of:
step 41: grouping the ultrasonic parameter node relation configuration items according to the operation modes corresponding to the ultrasonic parameter node relation configuration items.
Step 42: and generating ultrasonic parameter node relations corresponding to each operation mode by utilizing each group of ultrasonic parameter node relation configuration items.
The operation mode corresponding to the ultrasonic parameter configuration item specifically refers to an operation mode to which a parameter node corresponding to the output node identification information in the ultrasonic parameter configuration item belongs, and if the operation modes to which the parameter node belongs are multiple, the ultrasonic parameter node relation configuration item corresponds to the multiple operation modes. After grouping through the operation mode, generating an ultrasonic parameter node relation by using ultrasonic parameter node relation configuration items of each group by taking the group as a unit. In particular, the ultrasound parameter node relationship may be in the form of a directed acyclic graph, the specific form of which is shown in fig. 2 and 3.
The specific generation manner of the directed acyclic graph is not limited, and reference may be made to the related art. For example, determining a target parameter node which does not belong to any output node identification information in the input parameter nodes corresponding to the input node identification information of all the ultrasonic parameter node relation configuration items, determining the ultrasonic parameter node relation configuration items with the target parameter node as a target configuration item, constructing a directed acyclic graph according to the target configuration item, and determining the output parameter node of the target configuration item as a new target parameter node. Repeating the steps until the new target parameter node does not correspond to the input node identification information of any ultrasonic parameter node relation configuration item in the group, and completing the construction of the directed acyclic graph.
Specifically, referring to fig. 4, fig. 4 is a schematic diagram of a correspondence between an operation mode and an ultrasonic parameter node relationship configuration item according to an embodiment of the present application. As shown in fig. 4, the operation modes include: b mode, b+c mode, b+d double sync mode, and b+c+d triple sync mode. Fig. 4 shows the grouping result obtained after the completion of the grouping in step 31. For example, for the Bfun1 configuration item (i.e. the ultrasonic parameter node relation configuration of which the parameter value updating function is the Bfun1 function), the operation mode corresponding to the output node identification information, that is, the operation mode to which the parameter node corresponding to the output node identification information belongs, specifically, the B mode, the b+c mode and the b+c+d three-synchronous mode, so that the Bfun1 configuration item is divided into groups corresponding to the three modes respectively. For the BFUN2 configuration item, the corresponding operation modes comprise a B mode and a B+C mode, so that the BFun2 configuration item is divided into groups respectively corresponding to the two modes. And similarly, after all the groups are completed, generating ultrasonic parameter node relations of the corresponding operation modes by utilizing ultrasonic parameter node relation configuration items in the groups.
In a specific embodiment, the generation of ultrasound parameter node relationships may be performed by a parameter linkage engine framework in ultrasound software. Referring to fig. 5, fig. 5 is a schematic diagram of a parameter linkage engine frame provided in an embodiment of the present application, where the parameter linkage engine frame is specifically configured to parse the obtained configuration information of the node relationship of the ultrasonic parameter, and generate linkage engines corresponding to each operation mode. Correspondingly, the linkage engine comprises a B-mode linkage engine, a B+C-mode linkage engine, a B+D double-synchronous-mode linkage engine and a B+C+D three-synchronous-mode linkage engine. The linkage engine contains an ultrasonic parameter node relation to support the operation of ultrasonic equipment in a corresponding operation mode. Specifically, according to the corresponding relation between the operation mode and the ultrasonic parameter node relation configuration items shown in fig. 4, the ultrasonic parameter node relation configuration items in each mode are respectively obtained, and the input value parameters of the ultrasonic parameter node relation configuration items are linked with the engine frame. The parameter linkage engine framework can complete the work of mode registration, generation of ultrasonic parameter node relations corresponding to each ultrasonic parameter node relation configuration item, sequencing and connection of the ultrasonic parameter node relations and the like, and a final linkage engine is obtained. By means of automatic generation, the probability of setting errors of the ultrasonic parameter node relation can be reduced.
It should be noted that, the above-mentioned ultrasonic parameter node relation generating method generates an ultrasonic parameter node relation including all corresponding parameter nodes for each operation mode, and each operation mode has only one ultrasonic parameter node relation. In further embodiments, a corresponding ultrasound parameter node relationship may be generated from each ultrasound parameter node relationship configuration item, respectively, with each operational mode corresponding to a plurality of ultrasound parameter node relationships.
It will be appreciated that all ultrasound parameter nodes required for operation of the ultrasound device need to be generated prior to relational configuration of the respective ultrasound parameters in accordance with the ultrasound parameter node relational configuration information. Thus, before the step S101, or after the step S101, before the step S102, the following steps may be performed:
step 51: and obtaining a parameter node template.
Step 52: and acquiring parameter description information, and configuring a parameter node template based on the parameter description information to obtain a parameter node.
The parameter node templates are blank data structures which are integrated and constructed based on parameter information of all the parameter nodes. It will be appreciated that the specific form of the parameter nodes used to perform different ultrasound services, or deployed at different locations, may be different, in order to enable the parameter node template to be used to generate any one parameter node, it is necessary to integrate the parameter information of all the parameter nodes, and thus construct a blank data structure to generate the parameter nodes by way of information filling. The parameter information mentioned above refers to information describing the node characteristics of the ultrasonic parameters, such as the format including parameter values, the format of node identification information, necessary options and/or selectable options of node attributes, and the like. The parameter description information is used for recording initial parameter values and initial parameter attributes of the parameter nodes. The initial ultrasound parameter attribute includes the mode of operation to which it belongs. The initial ultrasonic parameter attribute is the state of the node attribute described in the steps when the ultrasonic parameter node is initialized and generated. In this embodiment, an ultrasound parameter node template is preset, and different ultrasound parameter description information corresponding to different ultrasound parameter nodes is configured on the template, so that corresponding ultrasound parameter nodes can be obtained. Similar to the linkage relation table, the ultrasound parameter description information may be stored at a preset location, from which the ultrasound parameter description information is obtained, and further ultrasound parameter nodes are generated based thereon. In another embodiment, the user may interact with the control device, send the ultrasound parameter description information to the ultrasound device through the control device, or interact directly with the ultrasound device, input the ultrasound parameter description information thereto.
The obtained ultrasonic parameter node relation can be called under any condition of causing the update of the ultrasonic parameter node to guide the update of the ultrasonic parameter node. For example upon a mode switch. Specifically, the following steps may also be performed:
step 61: if the mode switching condition is detected to be triggered, loading the switched ultrasonic parameter node relation corresponding to the switched mode, and executing the service corresponding to the switched mode by utilizing the switched ultrasonic parameter node relation.
The mode switching condition refers to a condition that the ultrasonic equipment needs to switch only other operation modes, and a specific triggering mode is not limited, for example, a signal for mode switching can be detected, and the signal can be generated and sent after a user clicks a certain entity button or virtual button on the electronic equipment which is interacted with the data of the ultrasonic equipment; or may be triggered for detecting a preset event, such as detecting a user clicking a certain physical button or virtual button on the ultrasound device. If the condition is detected to be triggered, the ultrasonic relation of the ultrasonic parameters after the switching corresponding to the mode after the switching (namely the operation mode after the mode switching) is determined, and corresponding service is executed by utilizing the ultrasonic relation. The service refers to a service for processing service data generated during the operation of the ultrasonic equipment, and specifically can be signal acquisition, hardware control, image processing and the like.
Step 62: if the parameter updating condition is detected to be triggered, determining a corresponding current ultrasonic parameter node relation in the ultrasonic parameter node relation based on the current operation mode.
Step 63: and determining a first parameter node which changes, and updating a second parameter node by using the first parameter node based on the current ultrasonic parameter node relation.
Step 64: and constructing a node pool by utilizing the first parameter node and the second parameter node, and carrying out parameter node dispatch on at least one dispatch object adopted by the current operation mode based on the node pool.
The parameter updating condition refers to a condition for indicating that the parameter nodes in the ultrasonic software need to be reconfigured, and the number of the parameter updating conditions can be more than one, and any parameter updating condition is triggered to cause the updating of the parameter nodes. The first parameter node refers to an ultrasonic parameter node which changes without parameter updating, and in fact, the parameter updating condition is triggered, so that the first parameter node is indicated. Illustratively, when a certain parameter node is reassigned by a user, it is the first parameter node. The second parameter node refers to a parameter node updated due to a change of another parameter node, and the change may specifically be a change of the first super parameter node or an update of another second parameter node caused by a change of the first parameter node. I.e. the updating of the second parameter node may further cause an updating of other non-first parameter nodes, which updated parameter node is likewise the second ultrasound parameter node.
All the changed parameter nodes are the first parameter node and the second parameter node, and the parameter nodes are distributed after the node pool is constructed by using the changed parameter nodes so as to send the parameter nodes in the node pool to the corresponding distributing objects, so that the distributing objects can work by using the new parameter nodes. By dispatch object is meant an object that needs to run based on a parameter node, which may specifically be a software object, e.g. some algorithm in software, or may be a hardware object, e.g. some FPGA in an ultrasound device. Specifically, the ultrasonic service data may be acquired, and the ultrasonic service data may be sent to at least one serving object adopted in the current operation mode, so that the serving object performs service processing on the ultrasonic service data by using the acquired parameter node.
The ultrasonic service data refers to data generated or acquired by software or hardware when the ultrasonic equipment runs, and the functions of ultrasonic imaging and the like can be realized by processing the ultrasonic service data. In the current operation mode, the ultrasonic equipment can process ultrasonic service data by utilizing the dispatch objects corresponding to the modes. After the ultrasonic service data are obtained, the ultrasonic service data are sent to a plurality of dispatch objects in a split or non-split mode, and each dispatch object obtains the corresponding ultrasonic parameter packet through the parameter node dispatch mode, wherein the ultrasonic parameter packet is provided with the parameter nodes. And processing the ultrasonic service data by using the parameter node so that the dispatch object can complete the service of the dispatch object. The present embodiment is not limited to a specific type of service processing of the dispatch object, and may be, for example, data processing, imaging, hardware component control, data acquisition, and the like.
For example, when the user changes the first parameter node to switch the ultrasonic wave generation mode from the mode a to the mode B, the processor updates the second parameter node according to the detected first parameter node, and the updated second parameter node is the parameter node in the current operation mode. For example, a total of 5 second parameter nodes are updated, of which only 3 are parameter nodes corresponding to the ultrasound generation control means. In this case, the ultrasonic wave generation control section can acquire the parameter node packet transmitted by the processor and obtain the parameter node therefrom. The processor transmits an ultrasonic wave generation instruction as ultrasonic business data to an ultrasonic wave generation control part, and the ultrasonic wave generation control part controls the ultrasonic wave generation part according to the acquired 3 parameter nodes so as to generate ultrasonic waves according to the mode B.
By applying the ultrasonic parameter node relation generating method provided by the embodiment of the application, the obtained ultrasonic parameter node relation configuration information has the special characteristic that each ultrasonic parameter node relation configuration item comprises output node identification information, and all parameter nodes corresponding to the output node identification information in one ultrasonic parameter node relation configuration item belong to the same operation mode. By pointing the output node identification information of each ultrasonic parameter node relation configuration item to the parameter nodes belonging to the same operation mode, in the ultrasonic parameter node relation generated according to the ultrasonic parameter node relation configuration information, the corresponding part of each operation mode only records the sequential logic relation between the ultrasonic parameter nodes applied in the operation mode. The ultrasonic parameter node relation can ensure that only the parameters in the current running mode are updated when the parameters are updated, avoid meaningless calculation and updating, improve the parameter updating speed and avoid the waste of calculation resources.
The following describes an ultrasound parameter node relation generating device provided in the embodiments of the present application, where the ultrasound parameter node relation generating device described below and the ultrasound parameter node relation generating method described above may be referred to correspondingly.
Referring to fig. 6, fig. 6 is a schematic structural diagram of an ultrasound parameter node relationship generating apparatus according to an embodiment of the present application, including:
an acquisition module 110, configured to acquire ultrasonic parameter node relationship configuration information; the ultrasonic parameter node relation configuration information comprises a plurality of ultrasonic parameter node relation configuration items, each ultrasonic parameter node relation configuration item comprises output node identification information, and all parameter nodes corresponding to the output node identification information in one ultrasonic parameter node relation configuration item belong to the same operation mode;
and the relationship generating module 120 is configured to generate a plurality of ultrasonic parameter node relationships respectively corresponding to the operation modes according to the ultrasonic parameter node relationship configuration information.
Optionally, the relationship generation module 120 includes:
the grouping unit is used for grouping the ultrasonic parameter node relation configuration items according to the operation modes corresponding to the output node identification information in the ultrasonic parameter node relation configuration items;
And the generating unit is used for generating the ultrasonic parameter node relation corresponding to each operation mode by utilizing each group of ultrasonic parameter node relation configuration items.
Optionally, the acquiring module 110 includes:
an initial acquisition unit for acquiring initial configuration information; wherein the initial configuration information comprises at least one initial configuration item;
the legal judging unit is used for judging whether all parameter nodes corresponding to the output node identification information in the initial configuration item belong to the same operation mode or not;
an error unit, configured to determine that the configuration information is wrong if all the parameter nodes corresponding to the output node identification information in any one of the initial configuration items do not belong to the same operation mode;
and the correct unit is used for judging the initial configuration information as the ultrasonic parameter node relation configuration information if all the parameter nodes corresponding to the output node identification information in all the initial configuration items belong to the same operation mode.
Optionally, the method further comprises:
the error reporting module is used for outputting error information; the error information includes initial configuration items of all parameter nodes corresponding to the output node identification information, which do not belong to the same operation mode.
Optionally, the method further comprises:
the splitting module is used for acquiring a split configuration item responding to the error information; the split configuration items are obtained by splitting the initial configuration items in the error information, and all parameter nodes corresponding to the output node identification information belong to the configuration items in the same operation mode;
and the combination module is used for utilizing the split configuration items and the initial configuration items which are not included in the error information to form the ultrasonic parameter node relation configuration information.
Optionally, the method further comprises:
and the mode switching module is used for loading the post-switching ultrasonic parameter node relation corresponding to the post-switching mode if the mode switching condition is triggered, and executing the service corresponding to the post-switching mode by utilizing the post-switching ultrasonic parameter node relation.
Optionally, the method comprises:
the template acquisition module is used for acquiring a parameter node template; the parameter node templates are blank data structures which are integrated and constructed based on parameter information of all the parameter nodes;
the template configuration module is used for acquiring parameter description information, and configuring a parameter node template based on the parameter description information to obtain the parameter node;
The parameter description information is used for recording an initial parameter value and an initial parameter attribute of the parameter node, and the initial parameter attribute comprises an operation mode.
The following describes a parameter node distributing device provided in the embodiments of the present application, and the parameter node distributing device described below and the parameter node distributing method described above may be referred to correspondingly.
The ultrasonic parameter node dispatching device provided by the embodiment of the application comprises:
the node relation determining module is used for determining a corresponding current ultrasonic parameter node relation in the ultrasonic parameter node relation based on the current operation mode if the parameter updating condition is triggered; the ultrasonic parameter node relation is generated based on the ultrasonic parameter node relation generating method;
the parameter node updating module is used for determining a changed first parameter node and updating a second parameter node by using the first parameter node based on the current ultrasonic parameter node relation;
and the parameter node dispatch module is used for constructing a node pool by utilizing the first parameter node and the second parameter node and carrying out parameter node dispatch on at least one dispatch object adopted by the current operation mode based on the node pool.
Optionally, the ultrasound parameter node distributing device further comprises:
the service data acquisition module is used for acquiring ultrasonic service data;
and the service processing module is used for sending the ultrasonic service data to the at least one dispatch object adopted in the current operation mode so that the dispatch object can execute service processing on the ultrasonic service data by using the acquired parameter nodes.
The electronic device provided by the embodiment of the application is introduced below, and the electronic device described below and the method for generating the node relation of the ultrasonic parameter described above can be referred to correspondingly.
Referring to fig. 7, fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application. Wherein the electronic device 100 may include a processor 101 and a memory 102, and may further include one or more of a multimedia component 103, an information input/information output (I/O) interface 104, and a communication component 105.
Wherein, the processor 101 is configured to control the overall operation of the electronic device 100 to complete all or part of the steps in the above-mentioned ultrasound parameter node relation generating method; the memory 102 is used to store various types of data to support operation at the electronic device 100, which may include, for example, instructions for any application or method operating on the electronic device 100, as well as application-related data. The Memory 102 may be implemented by any type or combination of volatile or non-volatile Memory devices, such as one or more of static random access Memory (Static Random Access Memory, SRAM), electrically erasable programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory, EEPROM), erasable programmable Read-Only Memory (Erasable Programmable Read-Only Memory, EPROM), programmable Read-Only Memory (Programmable Read-Only Memory, PROM), read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk, or optical disk.
The multimedia component 103 may include a screen and an audio component. Wherein the screen may be, for example, a touch screen, the audio component being for outputting and/or inputting audio signals. For example, the audio component may include a microphone for receiving external audio signals. The received audio signals may be further stored in the memory 102 or transmitted through the communication component 105. The audio assembly further comprises at least one speaker for outputting audio signals. The I/O interface 104 provides an interface between the processor 101 and other interface modules, which may be a keyboard, mouse, buttons, etc. These buttons may be virtual buttons or physical buttons. The communication component 105 is used for wired or wireless communication between the electronic device 100 and other devices. Wireless communication, such as Wi-Fi, bluetooth, near field communication (Near Field Communication, NFC for short), 2G, 3G or 4G, or a combination of one or more thereof, the respective communication component 105 may thus comprise: wi-Fi part, bluetooth part, NFC part.
The electronic device 100 may be implemented by one or more application specific integrated circuits (Application Specific Integrated Circuit, abbreviated as ASIC), digital signal processors (Digital Signal Processor, abbreviated as DSP), digital signal processing devices (Digital Signal Processing Device, abbreviated as DSPD), programmable logic devices (Programmable Logic Device, abbreviated as PLD), field programmable gate arrays (Field Programmable Gate Array, abbreviated as FPGA), controllers, microcontrollers, microprocessors, or other electronic components for performing the ultrasound parameter node relation generation method as set forth in the above embodiments.
The following describes a computer readable storage medium provided in an embodiment of the present application, where the computer readable storage medium described below and the method for generating node relation of ultrasonic parameters described above may be referred to correspondingly.
The application also provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the above-mentioned ultrasound parameter node relation generation method.
The computer readable storage medium may include: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, so that the same or similar parts between the embodiments are referred to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Those skilled in the art may implement the described functionality using different approaches for each particular application, but such implementation should not be considered to be beyond the scope of this application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
Finally, it is further noted that, in this document, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms include, comprise, or any other variation is intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
The principles and embodiments of the present application are described herein with specific examples, the above examples being provided only to assist in understanding the methods of the present application and their core ideas; meanwhile, as those skilled in the art will have modifications in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (12)

1. The ultrasonic parameter node relation generation method is characterized by comprising the following steps of:
acquiring node relation configuration information of ultrasonic parameters; the ultrasonic parameter node relation configuration information comprises a plurality of ultrasonic parameter node relation configuration items, each ultrasonic parameter node relation configuration item comprises output node identification information, and all parameter nodes corresponding to the output node identification information in one ultrasonic parameter node relation configuration item belong to the same operation mode;
and generating ultrasonic parameter node relations corresponding to the operation modes respectively according to the ultrasonic parameter node relation configuration information.
2. The method for generating the node relation of the ultrasonic parameters according to claim 1, wherein generating the node relation of the ultrasonic parameters corresponding to the operation modes according to the configuration information of the node relation of the ultrasonic parameters comprises:
grouping the ultrasonic parameter node relation configuration items according to the operation modes corresponding to the output node identification information in the ultrasonic parameter node relation configuration items;
and generating the ultrasonic parameter node relation corresponding to each operation mode by using each group of ultrasonic parameter node relation configuration items.
3. The method for generating the node relation of the ultrasonic parameters according to claim 1, wherein the step of obtaining the configuration information of the node relation of the ultrasonic parameters comprises the steps of:
acquiring initial configuration information; wherein the initial configuration information comprises at least one initial configuration item;
judging whether all parameter nodes corresponding to the output node identification information in the initial configuration item belong to the same operation mode or not;
and if all the parameter nodes corresponding to the output node identification information in all the initial configuration items belong to the same operation mode, judging the initial configuration information as the ultrasonic parameter node relation configuration information.
4. The method for generating an ultrasonic parameter node relationship according to claim 3, wherein after determining whether all the parameter nodes corresponding to the output node identification information in the initial configuration item belong to the same operation mode, further comprises:
if all the parameter nodes corresponding to the output node identification information in any one of the initial configuration items do not belong to the same operation mode, judging that the configuration information is wrong;
outputting error information; the error information includes initial configuration items of all parameter nodes corresponding to the output node identification information, which do not belong to the same operation mode.
5. The ultrasonic parametric node relation generation method according to claim 4, further comprising, after outputting the error information:
obtaining a split configuration item in response to the error information; the split configuration items are obtained by splitting the initial configuration items in the error information, and all parameter nodes corresponding to the output node identification information belong to the configuration items in the same operation mode;
and utilizing the split configuration items and initial configuration items which are not included in the error information to form the ultrasonic parameter node relation configuration information.
6. The ultrasound parameter node relation generation method according to any one of claims 1 to 5, further comprising:
if the mode switching condition is detected to be triggered, loading the switched ultrasonic parameter node relation corresponding to the switched mode, and executing the service corresponding to the switched mode by utilizing the switched ultrasonic parameter node relation.
7. The ultrasound parameter node relation generation method according to any one of claims 1 to 5, wherein the parameter node generation process includes:
obtaining a parameter node template; the parameter node templates are blank data structures which are integrated and constructed based on parameter information of all the parameter nodes;
Acquiring parameter description information, and configuring a parameter node template based on the parameter description information to obtain the parameter node;
the parameter description information is used for recording an initial parameter value and an initial parameter attribute of the parameter node, and the initial parameter attribute comprises an operation mode.
8. A method for dispatching a parameter node, comprising:
if the parameter updating condition is detected to be triggered, determining a corresponding current ultrasonic parameter node relation in the ultrasonic parameter node relation based on the current operation mode; wherein the ultrasound parameter node relation is generated based on the ultrasound parameter node relation generation method according to any one of claims 1 to 7;
determining a first parameter node which changes, and updating a second parameter node by using the first parameter node based on the current ultrasonic parameter node relation;
and constructing a node pool by utilizing the first parameter node and the second parameter node, and carrying out parameter node dispatch on at least one dispatch object adopted by the current operation mode based on the node pool.
9. The parameter node serving method according to claim 8, further comprising:
Acquiring ultrasonic service data;
and sending the ultrasonic service data to the at least one dispatch object adopted in the current operation mode, so that the dispatch object performs service processing on the ultrasonic service data by using the acquired parameter nodes.
10. An ultrasound parameter node relation generating device, comprising:
the acquisition module is used for acquiring the ultrasonic parameter node relation configuration information; the ultrasonic parameter node relation configuration information comprises a plurality of ultrasonic parameter node relation configuration items, each ultrasonic parameter node relation configuration item comprises output node identification information, and all parameter nodes corresponding to the output node identification information in one ultrasonic parameter node relation configuration item belong to the same operation mode;
and the relation generating module is used for generating a plurality of ultrasonic parameter node relations respectively corresponding to the operation modes according to the ultrasonic parameter node relation configuration information.
11. An electronic device comprising a memory and a processor, wherein:
the memory is used for storing a computer program;
the processor is configured to execute the computer program to implement the ultrasound parameter node relation generating method according to any one of claims 1 to 7 and/or the parameter node dispatching method according to any one of claims 8 to 9.
12. A computer readable storage medium for storing a computer program, wherein the computer program when executed by a processor implements the ultrasound parametric node relation generation method of any one of claims 1 to 7, and/or the parametric node dispatch method of any one of claims 8 to 9.
CN202111447498.2A 2021-11-30 2021-11-30 Ultrasonic parameter node relation generation method, parameter node dispatching method, device and equipment Pending CN116204237A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111447498.2A CN116204237A (en) 2021-11-30 2021-11-30 Ultrasonic parameter node relation generation method, parameter node dispatching method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111447498.2A CN116204237A (en) 2021-11-30 2021-11-30 Ultrasonic parameter node relation generation method, parameter node dispatching method, device and equipment

Publications (1)

Publication Number Publication Date
CN116204237A true CN116204237A (en) 2023-06-02

Family

ID=86516091

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111447498.2A Pending CN116204237A (en) 2021-11-30 2021-11-30 Ultrasonic parameter node relation generation method, parameter node dispatching method, device and equipment

Country Status (1)

Country Link
CN (1) CN116204237A (en)

Similar Documents

Publication Publication Date Title
US10943191B2 (en) Designer tool for managing cloud computing services
CN108786112B (en) Application scene configuration method, device and storage medium
CN111176802A (en) Task processing method and device, electronic equipment and storage medium
US20190266280A1 (en) Virtual services rapid deployment tool
CN111814089A (en) Page rendering method and device, rendering server and storage medium
JP7350923B2 (en) Deep learning framework operator registration method, equipment, device and storage medium
CN108279882B (en) Framework generation method, device, equipment and computer readable medium
CN114064024A (en) Method, apparatus, device, storage medium, and program product for developing micro-application
CN110750415B (en) Interface service configuration method, device, medium and computer equipment
US11797427B2 (en) Automatic generation of unit tests while running an application
CN106293661A (en) The generation of pictorial statement, generation processing method and processing device
CN114169536B (en) Data management and control method and related device
CN105827710A (en) Control method for cooperative input between vehicle-mounted terminal and mobile terminal, and mobile terminal
CN116257438A (en) Updating method of interface test case and related equipment
CN110888800A (en) Service interaction function test method, device, storage medium and test system
CN113312052A (en) Component calling method and device, electronic equipment and storage medium
CN116204237A (en) Ultrasonic parameter node relation generation method, parameter node dispatching method, device and equipment
CN112306471A (en) Task scheduling method and device
CN115774573A (en) Application integration method and device, electronic equipment and storage medium
CN115858078A (en) Special effect rendering method and device, material manufacturing system, equipment and storage medium
CN111857804A (en) Offline task processing method and device, electronic equipment and storage medium
CN111813529A (en) Data processing method and device, electronic equipment and storage medium
CN114257652B (en) Request message processing method, device, equipment and readable storage medium
CN116204238A (en) Ultrasonic parameter distribution and ultrasonic service execution method, device, equipment and medium
CN112433821B (en) Method and device for building business model, electronic equipment and 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