CN111124513A - Starting method and device of ultrasonic equipment and ultrasonic equipment - Google Patents

Starting method and device of ultrasonic equipment and ultrasonic equipment Download PDF

Info

Publication number
CN111124513A
CN111124513A CN201911267809.XA CN201911267809A CN111124513A CN 111124513 A CN111124513 A CN 111124513A CN 201911267809 A CN201911267809 A CN 201911267809A CN 111124513 A CN111124513 A CN 111124513A
Authority
CN
China
Prior art keywords
module
functional
functional modules
loading
starting
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
CN201911267809.XA
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.)
Wuxi Chison Medical Technologies Co Ltd
Original Assignee
Wuxi Chison Medical Technologies 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 Wuxi Chison Medical Technologies Co Ltd filed Critical Wuxi Chison Medical Technologies Co Ltd
Priority to CN201911267809.XA priority Critical patent/CN111124513A/en
Publication of CN111124513A publication Critical patent/CN111124513A/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/4401Bootstrapping

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Ultra Sonic Daignosis Equipment (AREA)

Abstract

The invention relates to the technical field of ultrasonic equipment, in particular to a starting method and a starting device of ultrasonic equipment and the ultrasonic equipment, wherein the method comprises the steps of acquiring each functional module for starting the target ultrasonic equipment and the correlation between each functional module and a starting process; determining necessary functional modules in the starting process of the target ultrasonic equipment based on the correlation between each functional module and the starting process to obtain a functional module set; and parallelly loading the functional modules in the functional module set and other functional modules to start the target ultrasonic equipment. By determining the necessary functional modules in the starting process of the target ultrasonic equipment, namely, dividing all functional modules for starting the target ultrasonic equipment into necessary functional modules and other functional modules and then loading the two types of functional modules in parallel, the starting time of the target ultrasonic equipment can be reduced, and the user experience is improved.

Description

Starting method and device of ultrasonic equipment and ultrasonic equipment
Technical Field
The invention relates to the technical field of ultrasonic equipment, in particular to a starting method and a starting device of ultrasonic equipment and the ultrasonic equipment.
Background
When the ultrasonic equipment is started, all the functional modules need to be loaded, and the ultrasonic equipment is started only after all the functional modules are loaded. Specifically, in the loading process, the functional modules are initialized one after another, that is, only after the previous functional module is loaded, the subsequent functional module can continue to be loaded. The boot time required by the boot starting method is the sum of the time for loading each functional module.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and an apparatus for starting an ultrasonic device, and an ultrasonic device, so as to solve the problem of start time of the ultrasonic device.
According to a first aspect, an embodiment of the present invention provides a method for starting an ultrasound apparatus, including:
acquiring each functional module for starting the target ultrasonic equipment and the correlation between each functional module and a starting process;
determining necessary functional modules in the starting process of the target ultrasonic equipment based on the correlation between each functional module and the starting process to obtain a functional module set;
and parallelly loading the functional modules in the functional module set and other functional modules to start the target ultrasonic equipment.
According to the starting method of the ultrasonic equipment provided by the embodiment of the invention, the necessary functional modules in the starting process of the target ultrasonic equipment are determined, namely, all the functional modules for starting the target ultrasonic equipment are divided into the necessary functional modules and other functional modules, and the two types of functional modules are loaded in parallel, so that the starting time of the target ultrasonic equipment can be reduced, and the user experience is improved.
With reference to the first aspect, in a first implementation manner of the first aspect, the concurrently loading the functional modules in the functional module set and other functional modules to start the target ultrasound apparatus includes:
creating a main thread and at least one asynchronous thread;
loading the functional modules in the functional module set by using the main thread;
and loading the other functional modules by utilizing at least one asynchronous thread.
According to the starting method of the ultrasonic equipment provided by the embodiment of the invention, the necessary functional modules are loaded by using the main thread and other functional modules are loaded by using the asynchronous thread respectively, namely, different threads are adopted to load the corresponding functional modules in parallel, so that the starting time is reduced.
With reference to the first implementation manner of the first aspect, in a second implementation manner of the first aspect, before the step of loading, by using the main thread, a function module in the function module set, the method further includes:
acquiring the correlation among the functional modules in the functional module set;
and determining the loading priority of each functional module in the functional module set based on the correlation among the functional modules in the functional module set.
According to the starting method of the ultrasonic equipment provided by the embodiment of the invention, the corresponding loading priority is determined by utilizing the correlation among the function modules in the function module set, so that the normal loading of the function modules in the function module set is ensured, the loading failure caused by the loading sequence is avoided, and the starting reliability of the target ultrasonic equipment is improved.
With reference to the second implementation manner of the first aspect, in a third implementation manner of the first aspect, the function module concentrating the function modules with the priority from high to low includes: the device comprises a basic window module, a keyboard module, a configuration file of a preset module, an ultrasonic core control module, a probe preset value module, a bullet frame interface module, a gray scale module and the preset module;
wherein, the loading the function modules in the function module set by using the main thread comprises:
and sequentially loading the basic window module, the keyboard module, the configuration file of the preset module, the ultrasonic core control module, the probe preset value module, the bullet frame interface module, the gray scale module and the preset module by using the main thread.
With reference to the first implementation manner of the first aspect or the third implementation manner of the first aspect, in a fourth implementation manner of the first aspect, before the step of loading the other functional modules by using at least one asynchronous thread, the method further includes:
obtaining the correlation among all the other functional modules;
and determining the loading priority of each functional module in the other functional modules based on the correlation among the functional modules in the other functional modules.
According to the starting method of the ultrasonic equipment provided by the embodiment of the invention, the corresponding loading priority is determined by utilizing the correlation among the functional modules in other functional modules, so that the normal loading of the functional modules in other functional modules is ensured, the loading failure caused by the loading sequence is avoided, and the starting reliability of the target ultrasonic equipment is improved.
With reference to the fourth implementation manner of the first aspect, in the fifth implementation manner of the first aspect, the functional module, of the other functional modules, with the priority from high to low includes: the system comprises a database backup module, a 4D module, a menu module, a measurement module, a setting interface and a failure task module;
wherein the loading the other functional modules by using at least one asynchronous thread comprises:
and sequentially loading the database backup module, the 4D module, the menu module, the measurement module, the setting interface and the failed task module by using at least one asynchronous thread.
According to a second aspect, embodiments of the present invention also provide an ultrasound apparatus, including:
the system comprises an acquisition unit, a starting unit and a control unit, wherein the acquisition unit is used for acquiring each functional module for starting the target ultrasonic equipment and the correlation between each functional module and a starting process;
the determining unit is used for determining necessary functional modules in the starting process of the target ultrasonic equipment based on the correlation between each functional module and the starting process so as to obtain a functional module set;
and the starting unit is used for loading the functional modules in the functional module set and other functional modules in parallel so as to start the target ultrasonic equipment.
With reference to the second aspect, in a first embodiment of the second aspect, the starting unit includes:
the creating subunit is used for creating a main thread and at least one asynchronous thread;
the first loading subunit is used for loading the functional modules in the functional module set by using the main thread;
and the second loading subunit is used for loading the other functional modules by utilizing at least one asynchronous thread.
According to a third aspect, embodiments of the present invention also provide an ultrasound apparatus, including:
a memory and a processor, the memory and the processor being communicatively connected to each other, the memory storing therein computer instructions, and the processor executing the computer instructions to perform the method for activating an ultrasound device according to the first aspect of the present invention or any embodiment of the first aspect.
According to a fourth aspect, the present invention further provides a computer-readable storage medium storing computer instructions for causing a computer to execute the method for activating an ultrasound apparatus according to the first aspect of the present invention or any embodiment of the first aspect.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flow chart of a method of starting up an ultrasound device according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method of starting up an ultrasound device according to an embodiment of the present invention;
FIG. 3 is a flow chart of a method of starting up an ultrasound device according to an embodiment of the present invention;
FIG. 4 is a block diagram of the starting means of the ultrasonic apparatus according to the embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a startup unit according to an embodiment of the invention;
fig. 6 is a schematic hardware structure diagram of an ultrasound apparatus provided in an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the conventional starting method of the ultrasonic equipment, all the functional modules are sequentially loaded until all the functional modules are recorded, that is, the starting of the ultrasonic equipment is finished. For example, load function module A-load function module B-load function module C- … …. The starting time of this starting method is the sum of the starting of the functional modules. However, in the process of studying the starting process of the ultrasound apparatus, the inventor of the present application finds that there is not a correlation between all functional modules for starting the ultrasound apparatus, please refer to the above example, if there is no direct correlation between the functional module C and the functional module a, it can also be understood that the functional module C can be loaded independently of the functional module a, and then the functional module C and the functional module a can be loaded in parallel, so as to increase the starting time of the ultrasound apparatus.
Based on this, the inventors divided the respective functional modules into two types by conducting research on the respective functional modules for ultrasound apparatus activation: firstly, necessary functional modules in the starting process of the ultrasonic equipment; and secondly, other functional modules except necessary functional modules. Then, the loading can be performed in a parallel manner for both types of functional modules.
In accordance with an embodiment of the present invention, there is provided an embodiment of a method for starting an ultrasound device, it being noted that the steps illustrated in the flowchart of the figure may be performed in a computer system such as a set of computer executable instructions and that, although a logical order is illustrated in the flowchart, in some cases, the steps illustrated or described may be performed in an order different than that presented herein.
In the present embodiment, a starting method of an ultrasound apparatus is provided, which can be used in an ultrasound apparatus, and fig. 1 is a flowchart of a starting method of an ultrasound apparatus according to an embodiment of the present invention, as shown in fig. 1, the flowchart includes the following steps:
and S11, acquiring the functional modules for starting the target ultrasonic equipment and the correlation of the functional modules and the starting process.
The functional modules used for starting the target ultrasonic equipment can be pre-stored in the target ultrasonic equipment, or can be read from the outside when the target ultrasonic equipment is started, or other acquisition modes, the acquisition mode of each functional module is not limited at all, and only the functional modules can be acquired.
The correlation between each function module and the starting process can be represented in the form of a data table, for example, the function module necessary for starting in the data table is represented by an identifier 1, and the other modules are represented by an identifier 2; alternatively, each functional block corresponds to a correlation coefficient, and so on. The correlation may be obtained empirically or by analyzing each function module, but these are prior knowledge that can be obtained before starting, and as to which way to determine the correlation between each function module and the starting process, no limitation is made herein.
And S12, determining necessary functional modules in the starting process of the target ultrasonic equipment based on the correlation of the functional modules and the starting process to obtain a functional module set.
After the target ultrasound device acquires the correlation between each functional module and the start-up process in S11, all functional modules may be divided by using the correlation, so as to obtain the functional modules necessary for the start-up process of the target ultrasound device, so as to form a functional module set. The functional module set comprises a plurality of functional modules, and the functional modules have strong correlation with the starting process and are necessary for starting.
Hereinafter, functional modules other than the functional module in the functional module group are referred to as other functional modules. The other functional modules have weak correlation with the starting process, and may be some application modules used after starting, or some function extension modules used after starting, and the like, and the functional modules do not affect the overall starting of the target ultrasound device.
And S13, loading the function modules in the function module set and other function modules in parallel to start the target ultrasonic equipment.
After all the functional modules are divided, the target ultrasound device can load the functional modules in the functional module set and other functional modules in parallel. Wherein, other functional modules can be loaded in parallel, and the like.
Then, the start-up time required for the start-up process of the ultrasound apparatus is the loading time with the longest parallel loading time. The details of S13 described above will be described later.
In the starting method of the ultrasonic device provided in this embodiment, the functional modules necessary in the starting process of the target ultrasonic device are determined, that is, all the functional modules used for starting the target ultrasonic device are divided into the necessary functional modules and other functional modules, and then the two types of functional modules are loaded in parallel, so that the starting time of the target ultrasonic device can be reduced, and the user experience can be improved.
In the present embodiment, a starting method of an ultrasound apparatus is provided, which can be used in an ultrasound apparatus, and fig. 2 is a flowchart of a starting method of an ultrasound apparatus according to an embodiment of the present invention, as shown in fig. 2, the flowchart includes the following steps:
and S21, acquiring the functional modules for starting the target ultrasonic equipment and the correlation of the functional modules and the starting process.
Please refer to S11 in fig. 1, which is not described herein again.
And S22, determining necessary functional modules in the starting process of the target ultrasonic equipment based on the correlation of the functional modules and the starting process to obtain a functional module set.
Please refer to S12 in fig. 2 for details, which are not described herein.
And S23, loading the function modules in the function module set and other function modules in parallel to start the target ultrasonic equipment.
The target ultrasound device creates different threads to implement parallel loading before loading the various functional modules. Specifically, the above S23 includes the following steps:
s231, a main thread and at least one asynchronous thread are created.
The number of the asynchronous threads created by the target ultrasound equipment can be specifically set according to actual conditions, and can be set according to the loading time of each functional module in other functional modules and the correlation between the functional modules. For example, if there is no direct relationship between the functional module E and the modules in other functional modules and the loading time is long, an asynchronous thread may be created separately to load the functional module E. There is no limit to the number of asynchronous threads created.
And S232, loading the function modules in the function module set by using the main thread.
After creating the main thread, the target ultrasound device may load the functional module in the functional module set with the main thread.
S233, using at least one asynchronous thread, loading other functional modules.
As described above, the number of the asynchronous threads may be specifically set according to actual situations, and after the creation of each asynchronous thread is completed, the target ultrasound device may load corresponding modules in other functional modules by using the asynchronous thread.
In the starting method of the ultrasound device provided by this embodiment, the main thread is used to load the necessary functional module, and the asynchronous thread is used to load other functional modules, that is, different threads are used to load corresponding functional modules in parallel, so as to reduce the starting time.
In the present embodiment, a starting method of an ultrasound apparatus is provided, which can be used in an ultrasound apparatus, and fig. 3 is a flowchart of a starting method of an ultrasound apparatus according to an embodiment of the present invention, as shown in fig. 3, the flowchart includes the following steps:
and S31, acquiring the functional modules for starting the target ultrasonic equipment and the correlation of the functional modules and the starting process.
Please refer to S21 in fig. 2 for details, which are not described herein.
And S32, determining necessary functional modules in the starting process of the target ultrasonic equipment based on the correlation of the functional modules and the starting process to obtain a functional module set.
Please refer to S22 in fig. 2 for details, which are not described herein.
And S33, loading the function modules in the function module set and other function modules in parallel to start the target ultrasonic equipment.
Specifically, the above S33 includes the following steps:
s331, a main thread and at least one asynchronous thread are created.
Please refer to S221 in fig. 2 for details, which are not described herein again.
S332, acquiring the correlation among the functional modules in the functional module set.
After the target ultrasound device determines the set of functional modules, the functional modules in the set of functional modules can be determined. The correlation between the function modules in the function module set may be obtained in a manner similar to S32 described above, where the correlation between the function modules in the function module set may be determined according to the program codes corresponding to the function modules, for example, if the output result of the function module a is used as the input of the function module B, then there is a loading priority relationship between the function module a and the function module B.
S333, determining the loading priority of each functional module in the functional module set based on the correlation among the functional modules in the functional module set.
After the target ultrasound device obtains the correlation between each functional module in the functional module set in S332, the loading sequence of the functional modules in the functional module set is determined to obtain the loading priority of each functional module. After determining the loading priority of each functional module in the middle functional module set, the target ultrasound device may subsequently load each functional module according to the loading priority.
And S334, loading the function module in the function module set by using the main thread.
Specifically, the functional module centralizing the functional modules with the priorities from high to low comprises: the device comprises a basic window module, a keyboard module, a configuration file of a preset module, an ultrasonic core control module, a probe preset value module, a bullet frame interface module, a gray scale module and a preset module.
The basic window is mainly a shell carried by the operation of the startup software, and the following bullet frame interfaces can be understood as data sources in the shells; the configuration file of the preset module is a configuration file related to other small modules and the like.
Then, the above S334 includes:
and sequentially loading the basic window module, the keyboard module, the configuration file of the preset module, the ultrasonic core control module, the probe preset value module, the bullet frame interface module, the gray scale module and the preset module by using the main thread.
The loading process described above can be expressed as: the device comprises a basic window module, a keyboard module, a configuration file of a preset module, an ultrasonic core control module, a probe preset value module, a bullet frame interface module, a gray scale module and a preset module.
Some of the above listed functional modules are only some functional modules in the functional module set, and may also include other functional modules, which are specifically configured according to different target ultrasound devices.
And S335, acquiring the correlation among the functional modules in other functional modules.
This step is similar to S332 described above, except that the processing object in this step is each of the other functional modules, and the processing object in S332 is each of the functional modules in the functional module set, unlike S332 described above. Please refer to S332 above, which is not described herein again.
S336, based on the correlation among the functional modules in other functional modules, determining the loading priority of each functional module in other functional modules.
This step is similar to S332 described above, except that, unlike S333 described above, the processing object in this step is each of the other functional modules, and the processing object in S333 is each of the functional modules in the functional module set. Please refer to S333, which is not described herein.
S337, loading other functional modules by using at least one asynchronous thread.
Specifically, the functional modules with priorities from high to low in the other functional modules include: the system comprises a database backup module, a 4D module, a menu module, a measurement module, a setting interface and a failure task module. The 4D module is a 4D function of ultrasound, and loaded here is an API supporting the 4D function.
The analysis process for each of the other functional modules is as follows:
(1) a database backup module: the startup software performs some copy operations of the database during initialization, which consumes time, and the startup software does not need to be loaded in a main thread at all and is processed in a separate thread;
(2) and 4D module loading: after the normal program is started, the 4D button is pressed to enter, and the loading of the part is not needed to be loaded in the main thread;
(3) a menu module: the loading of the menu also takes a lot of time, but is not a necessary module in the initial loading, and this can be put in a separate thread to be loaded in parallel. It should be noted that, after entering the software, the menu may not be displayed immediately, and the menu may be displayed after waiting, so that normal use is not affected;
(4) a measurement module: the measurement module does not need to be loaded in a main thread, and the measurement module is loaded in a separate thread because some measurement operations cannot be called immediately after software enters a system;
(5) a user configuration interface: the loading of the user configuration interface involves the loading of many configuration files and the like, which is time consuming. However, the user configuration interface is not a necessary module in the software starting process, and the module can be loaded in other threads in parallel, and it needs to be considered that if the user configuration interface is quickly entered into the system and a load prompt is given, some data can be displayed after the load is finished;
(6) loading a failure task: after the ultrasound system sends the tasks, the phenomenon that the tasks are failed to send due to some reasons is caused, and when the ultrasound system is started next time, the failed tasks are reloaded into the task manager, and the failed tasks can be loaded in separate threads in parallel.
Then, S337 includes:
and sequentially loading a database backup module, a 4D module, a menu module, a measurement module, a setting interface and a loading failure task module by using at least one asynchronous thread.
For example, when each of the other functional modules is loaded by using an asynchronous thread, the specific loading process may be represented as follows:
the system comprises a database backup module- >4D module- > menu module- > measurement module- > setting interface- > loading failure task module.
Of course, each of the other functional modules may also be loaded with multiple asynchronous threads, depending on the correlation between the functional modules.
Some of the above listed functional modules are only some of the other functional modules, and may also include other functional modules, which are specifically configured according to different target ultrasound devices.
In the starting method of the ultrasonic device provided by this embodiment, the corresponding loading priority is determined by using the correlation among the functional modules in the functional module set; and determining corresponding loading priority by utilizing the correlation among the functional modules in the other functional modules so as to ensure the normal loading of the functional modules in the functional module set and the other functional modules, avoid loading failure caused by loading sequence and improve the starting reliability of the target ultrasonic equipment.
In this embodiment, a starting device of an ultrasound apparatus is further provided, and the device is used to implement the above embodiments and preferred embodiments, which have already been described and will not be described again. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
The present embodiment provides an actuating apparatus of an ultrasound device, as shown in fig. 4, including:
an obtaining unit 41, configured to obtain each functional module used for starting the target ultrasound apparatus, and a correlation between each functional module and a starting process;
a determining unit 42, configured to determine, based on a correlation between each of the functional modules and a starting process, a functional module necessary in the starting process of the target ultrasound device to obtain a functional module set;
a starting unit 43, configured to load the functional modules in the functional module set and other functional modules in parallel, so as to start the target ultrasound apparatus.
As an alternative implementation manner of this embodiment, as shown in fig. 5, the starting unit 43 includes:
a creating subunit 431 configured to create a main thread and at least one asynchronous thread;
a first loading subunit 432, configured to load, by using the main thread, the functional module in the functional module set;
a second loading subunit 433, configured to load the other functional modules by using at least one of the asynchronous threads.
The activation means of the ultrasound device in this embodiment is in the form of a functional unit, where the unit refers to an ASIC circuit, a processor and memory executing one or more software or fixed programs, and/or other devices that can provide the above-described functionality.
Further functional descriptions of the modules are the same as those of the corresponding embodiments, and are not repeated herein.
The embodiment of the invention also provides a mobile terminal which is provided with the starting device of the ultrasonic equipment shown in the figure 4 or 5.
Referring to fig. 6, fig. 6 is a schematic structural diagram of an ultrasound apparatus according to an alternative embodiment of the present invention, and as shown in fig. 6, the ultrasound apparatus may include: at least one processor 51, such as a CPU (Central Processing Unit), at least one communication interface 53, memory 54, at least one communication bus 52. Wherein a communication bus 52 is used to enable the connection communication between these components. The communication interface 53 may include a Display (Display) and a Keyboard (Keyboard), and the optional communication interface 53 may also include a standard wired interface and a standard wireless interface. The Memory 54 may be a high-speed RAM Memory (volatile Random Access Memory) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The memory 54 may alternatively be at least one memory device located remotely from the processor 51. Wherein the processor 51 may be in connection with the apparatus described in fig. 4 or 5, the memory 54 stores an application program, and the processor 51 calls the program code stored in the memory 54 for performing any of the above-mentioned method steps.
The communication bus 52 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 6, but this is not intended to represent only one bus or type of bus.
The memory 54 may include a volatile memory (RAM), such as a random-access memory (RAM); the memory may also include a non-volatile memory (english: non-volatile memory), such as a flash memory (english: flash memory), a hard disk (english: hard disk drive, abbreviation: HDD), or a solid-state drive (english: SSD); the memory 54 may also comprise a combination of the above types of memories.
The processor 51 may be a Central Processing Unit (CPU), a Network Processor (NP), or a combination of a CPU and an NP.
The processor 51 may further include a hardware chip. The hardware chip may be an application-specific integrated circuit (ASIC), a Programmable Logic Device (PLD), or a combination thereof. The aforementioned PLD may be a Complex Programmable Logic Device (CPLD), a field-programmable gate array (FPGA), a General Array Logic (GAL), or any combination thereof.
Optionally, the memory 54 is also used to store program instructions. The processor 51 may invoke program instructions to implement the method of starting the ultrasound device as shown in the embodiments of figures 1 to 3 of the present application.
An embodiment of the present invention further provides a non-transitory computer storage medium, where the computer storage medium stores computer-executable instructions, and the computer-executable instructions may execute the method for starting the ultrasound device in any of the above method embodiments. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard disk (Hard disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present invention have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope defined by the appended claims.

Claims (10)

1. A method of starting an ultrasound device, comprising:
acquiring each functional module for starting the target ultrasonic equipment and the correlation between each functional module and a starting process;
determining necessary functional modules in the starting process of the target ultrasonic equipment based on the correlation between each functional module and the starting process to obtain a functional module set;
and parallelly loading the functional modules in the functional module set and other functional modules to start the target ultrasonic equipment.
2. The method of claim 1, wherein the loading functional modules of the set of functional modules and other functional modules in parallel to boot the target ultrasound device comprises:
creating a main thread and at least one asynchronous thread;
loading the functional modules in the functional module set by using the main thread;
and loading the other functional modules by utilizing at least one asynchronous thread.
3. The method of claim 2, wherein prior to the step of loading the functional module in the set of functional modules using the main thread, further comprising:
acquiring the correlation among the functional modules in the functional module set;
and determining the loading priority of each functional module in the functional module set based on the correlation among the functional modules in the functional module set.
4. The method of claim 3, wherein the functional module centralizing the functional modules with priorities from high to low comprises: the device comprises a basic window module, a keyboard module, a configuration file of a preset module, an ultrasonic core control module, a probe preset value module, a bullet frame interface module, a gray scale module and the preset module;
wherein, the loading the function modules in the function module set by using the main thread comprises:
and sequentially loading the basic window module, the keyboard module, the configuration file of the preset module, the ultrasonic core control module, the probe preset value module, the bullet frame interface module, the gray scale module and the preset module by using the main thread.
5. The method according to claim 2 or 4, wherein the step of loading the other functional modules with the at least one asynchronous thread is preceded by the step of:
obtaining the correlation among all the other functional modules;
and determining the loading priority of each functional module in the other functional modules based on the correlation among the functional modules in the other functional modules.
6. The method of claim 5, wherein the functional module with the priority from high to low among the other functional modules comprises: the system comprises a database backup module, a 4D module, a menu module, a measurement module, a setting interface and a failure task module;
wherein the loading the other functional modules by using at least one asynchronous thread comprises:
and sequentially loading the database backup module, the 4D module, the menu module, the measurement module, the setting interface and the failed task module by using at least one asynchronous thread.
7. An ultrasound device, comprising:
the system comprises an acquisition unit, a starting unit and a control unit, wherein the acquisition unit is used for acquiring each functional module for starting the target ultrasonic equipment and the correlation between each functional module and a starting process;
the determining unit is used for determining necessary functional modules in the starting process of the target ultrasonic equipment based on the correlation between each functional module and the starting process so as to obtain a functional module set;
and the starting unit is used for loading the functional modules in the functional module set and other functional modules in parallel so as to start the target ultrasonic equipment.
8. The apparatus of claim 7, wherein the activation unit comprises:
the creating subunit is used for creating a main thread and at least one asynchronous thread;
the first loading subunit is used for loading the functional modules in the functional module set by using the main thread;
and the second loading subunit is used for loading the other functional modules by utilizing at least one asynchronous thread.
9. An ultrasound device, comprising:
a memory and a processor, the memory and the processor being communicatively connected to each other, the memory having stored therein computer instructions, the processor executing the computer instructions to perform the method of activating an ultrasound device according to any of claims 1-6.
10. A computer-readable storage medium storing computer instructions for causing a computer to perform the method of activating an ultrasound device of any one of claims 1-6.
CN201911267809.XA 2019-12-11 2019-12-11 Starting method and device of ultrasonic equipment and ultrasonic equipment Pending CN111124513A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911267809.XA CN111124513A (en) 2019-12-11 2019-12-11 Starting method and device of ultrasonic equipment and ultrasonic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911267809.XA CN111124513A (en) 2019-12-11 2019-12-11 Starting method and device of ultrasonic equipment and ultrasonic equipment

Publications (1)

Publication Number Publication Date
CN111124513A true CN111124513A (en) 2020-05-08

Family

ID=70498591

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911267809.XA Pending CN111124513A (en) 2019-12-11 2019-12-11 Starting method and device of ultrasonic equipment and ultrasonic equipment

Country Status (1)

Country Link
CN (1) CN111124513A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102298532A (en) * 2011-09-15 2011-12-28 奇智软件(北京)有限公司 Startup-item-based management method and device
CN104090787A (en) * 2014-06-25 2014-10-08 可牛网络技术(北京)有限公司 Starting method and starting device for home page of application software
CN105630545A (en) * 2015-12-21 2016-06-01 北京奇虎科技有限公司 Browser starting method and apparatus

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102298532A (en) * 2011-09-15 2011-12-28 奇智软件(北京)有限公司 Startup-item-based management method and device
CN104090787A (en) * 2014-06-25 2014-10-08 可牛网络技术(北京)有限公司 Starting method and starting device for home page of application software
CN105630545A (en) * 2015-12-21 2016-06-01 北京奇虎科技有限公司 Browser starting method and apparatus

Similar Documents

Publication Publication Date Title
US20170139720A1 (en) Digital assistant setting up device
CN107977233B (en) Method and device for quickly loading kernel mirror image file
CN112882734B (en) Upgrading method and device, computer equipment and medium
US11415627B2 (en) Method for automatically testing processor
CN110825399B (en) Deployment method and device of application program
CN108804232B (en) Method, host server and system for supporting cloud FPGA deployment
WO2016202000A1 (en) Differential rollback upgrading method and apparatus
CN110795192A (en) Language switching method and device and terminal equipment
CN108228443B (en) Web application testing method and device
CN109684213B (en) Test method, test device and storage medium
CN111124513A (en) Starting method and device of ultrasonic equipment and ultrasonic equipment
CN110413279B (en) Data loading method and device
CN110244986B (en) Browser configuration method and device
CN114647548A (en) Log generation method and device
CN110750404A (en) Efi shell-based server starting process testing method
CN108776665B (en) Data processing method and device
CN115454565A (en) Data migration method and device of virtual machine, electronic equipment and storage medium
CN115344289A (en) Client upgrading method and device, terminal equipment and storage medium
CN113986385A (en) Item font library loading method and device, electronic equipment and storage medium
CN112988207A (en) BIOS updating method, device, equipment and readable storage medium based on Setup interface
CN113760631A (en) Page loading duration determination method, device, equipment and storage medium
CN111090578A (en) Project development joint debugging method and device, computer equipment and storage medium
CN114448791B (en) Configuration method and device of routing module, electronic equipment and readable storage medium
TWI811063B (en) Method of setting basic input output system
CN109377177B (en) Flow processing method, device, equipment and computer readable 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