Nothing Special   »   [go: up one dir, main page]

CN104069576A - Implementation method and device of anesthesia machine electronic flowmeter display module - Google Patents

Implementation method and device of anesthesia machine electronic flowmeter display module Download PDF

Info

Publication number
CN104069576A
CN104069576A CN201310109041.XA CN201310109041A CN104069576A CN 104069576 A CN104069576 A CN 104069576A CN 201310109041 A CN201310109041 A CN 201310109041A CN 104069576 A CN104069576 A CN 104069576A
Authority
CN
China
Prior art keywords
flowtube
display
electronic flowmeter
display module
standard
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
CN201310109041.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.)
Beijing Aeonmed Co Ltd
Original Assignee
Beijing Aeonmed 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 Beijing Aeonmed Co Ltd filed Critical Beijing Aeonmed Co Ltd
Priority to CN201310109041.XA priority Critical patent/CN104069576A/en
Publication of CN104069576A publication Critical patent/CN104069576A/en
Pending legal-status Critical Current

Links

Landscapes

  • Measuring Volume Flow (AREA)

Abstract

The invention discloses an implementation method and device of an anesthesia machine electronic flowmeter display module. The method includes: receiving the standard display parameters input by a user through flow tube set objects, and determining the gas flow display standard of the electronic flowmeter display module according to the standard display parameters; selecting flow tube categories for instantiating the flow tube objects from multiple flow tube categories of flow tube interfaces according to the selected display standard parameters and the flow tube combined parameters input by the user; instantiating the flow tube objects according to the selected flow tube categories, and displaying the flow tube objects on the display interface of the anesthesia machine electronic flowmeter display module. By the implementation method and device of the anesthesia machine electronic flowmeter display module, the program structurization of the anesthesia machine electronic flowmeter display module is guaranteed, different flow tube objects are enabled to have different display effects, and program expandability and maintainability are guaranteed.

Description

A kind of anesthetic machine electronic flowmeter display module implementation method, device
Technical field
The present invention relates to medical instruments field, be specifically related to anesthetic machine electronic flowmeter display module implementation method and device.
Background technology
Anesthetic machine is by mechanical circuit, anesthetics to be sent into patient's alveolar, forms anesthetics partial pressure, permeates into after blood, and inhibitory action is directly occurred central nervous system to, thereby produces the effect of general anesthesia.Anesthetic machine belongs to anesthesia,semiopen device.
The effusion meter of anesthetic machine indicates the flow of the current live gas to patient in real time, and doctor is according to the flow of its indication, and the very first time is known patient's aeration status and takes measures in time when abnormal.Therefore, effusion meter is requisite parts in anesthesia machine system.Traditional effusion meter is mechanical, but the registration of these mechanical effusion meters is inaccurate.In recent years, flourish along with electronic information technology, increasing anesthetic machine has adopted electronic flowmeter.Electronic flowmeter adopts the data on flows of sensor acquisition gas, and through the processing of data on flows is presented on screen, cost is lower, and registration is accurate, has therefore been subject to medical personnel and patient's welcome.
The flow indication mode of anesthetic machine electronic flowmeter comprises digital display mode and flowtube display mode.At present, in the world the flowtube of anesthetic machine electronic flowmeter is shown and exists three kinds of different display standards, i.e. CNS (GB/YY), Unite States Standard (US) and European standard (CE).Three kinds of display standards adopt respectively different colors to identify the flow of three kinds of conventional gases of operation.These three kinds operations are commonly used gases respectively: oxygen (O 2), nitrous oxide (N 2o) and medical air, wherein nitrous oxide is also referred to as laughing gas.And the appearance effect of three kinds of display standards is also not quite similar.In order to expand the scope of application in the world of anesthetic machine product, require the demonstration of electronic flow counter device between three kinds of standards, to switch in real time.
Traditional mechanical flowmeter generally includes two flowtube to a kind of flow display device of gas, and one of them flowtube is thicker, and another flowtube is thinner.In each flowtube, have a float, the gas passing through blows float, the height that float is stable, and on it, edge indicates the real-time traffic of this gas.Thick flowtube ventilation is large, is used to indicate larger flow, as: 1 liter/min of above flow, thread buret ventilation is little, is used to indicate 1 liter/min of following segmentation flow, to promote the pointing accuracy of low discharge.Consider medical personnel's use habit, require electronic flowmeter to continue to use the display mode of this two-tube demonstration.
In addition, require electronic flowmeter can adjust in real time according to user's requirement height, width and the position of flowtube.And clearly show the title of ventilated body and the scale in flowtube when showing flow value.In addition, when showing flowtube, also should clearly show the reading that flowtube is current.
Fig. 1 shows the program module structure of current anesthetic machine electronic flowmeter display module.Referring to Fig. 1, described electronic flowmeter display module 100 comprises according to the flowtube group 111 of GB (GB/YY), according to the flowtube group 112 of American Standard (US), according to flowtube group 113 and the flow tubing 131 of Europe superscript (CE).Described flow tubing 131 is for defining the total attribute of flowtube program assembly, and realizes the total function of described flowtube program assembly.The total attribute of described flowtube program assembly comprises height, width, position, whether visible, the title of flowtube program assembly and shows numerical value.The total function of described flowtube program assembly comprises that demonstration refreshes function.The described flowtube group 111,112,113 according to three kinds of display standards comprises respectively a flowtube object 121,122,123.Flow tubing 131 described in each flowtube object-instantiated, according to separately according to standard show flowtube program assembly.
This program module structure has realized the Structured Design to electronic flowmeter display module, makes the clear in structure of code, and is easy to safeguard.But under this program module structure, each flowtube object 121,122,123 all derives from from described flow tubing 131.And the common characteristic of flowtube program assembly described in described flow tubing 131 major embodiments can't consider that each flowtube object is different from the feature of other flowtube objects.Such result is that each flowtube object, except color difference, can not be realized more personal characteristics.
Interface is a very important concept in Object-oriented Programming Design.Interface can be regarded as to a kind of abstract type.It allows programmer to stipulate the primitive form of a type: function name, argument list and return type, but do not allow the main body of programmer's prescribed function.That is to say in the code of interface, allow defined function, but do not allow to realize function.Interface only provides a kind of form, and the details of its enforcement is not provided.Also have, do not allow directly to derive from object by interface.If create the object that belongs to certain interface, must define a class, by this class, realize described interface, then derive from object by this class.
The concept of interface is widely used in Object-oriented Programming Design.This type of interface, for example C# and Java language in a plurality of Object-Oriented Programming Languages all the fashion, have all been comprised.
Summary of the invention
The object of the invention is to propose a kind of anesthetic machine electronic flowmeter display module implementation method and device, described anesthetic machine electronic flowmeter display module implementation method has completed the effective switching between CNS (GB/YY), Unite States Standard (US) and three kinds of display standards of European standard (CE), and utilizing the concept of interface in Object-oriented Programming Design, the definition code of having realized function is with the code of function separately.Application the present invention, can on prior art basis, more improve extensibility and the ease for maintenance of code, the individual character display effect that cannot realize or be difficult to realizing in former modular design is easily realized, and due to definition and the separating of code, individual character realizes also can have good autgmentability and maintainability, make to accept the more complicated demand that end user proposes, become possibility.
For reaching this object, the present invention by the following technical solutions:
An implementation method for anesthetic machine electronic flowmeter display module, described method comprises:
By flowtube group objects, receive the display standard parameter of user's input, according to described display standard parameter determine electronic flowmeter display module show gas flow according to display standard;
According to the flowtube combination parameter of selected display standard and user's input, from a plurality of flowtube apoplexy due to endogenous wind of realizing flowtube interface, select the flow tubing for instantiation flowtube object;
According to selected flow tubing instantiation flowtube object, and on the display interface of described anesthetic machine electronic flowmeter display module, show described flowtube object.
Further, described flowtube interface is for defining base attribute and the basic function of flowtube object.
Further, the base attribute defining in described flowtube interface comprises flowtube whether visual attribute, position attribution, fill color attribute, title attribute and show numerical attribute.
Further, the basic function defining in described flowtube interface comprises that demonstration refreshes function.
Further, described flow tubing is realized described demonstration and is refreshed function, and the demonstration that realizes of different flow tubings refreshes function and has different display characteristics.
Further, flow tubing described in described flowtube object-instantiated, for showing flowtube on display interface.
Further, described display standard comprises CNS, Unite States Standard and European standard.
Corresponding, the present invention also provides a kind of implement device of anesthetic machine electronic flowmeter display module, and described device comprises:
Display standard is selected module, for determining that according to the display standard parameter of user's input electronic flowmeter display module shows gas flow according to that display standard;
Flow tubing is selected module, for selecting to be used for the flow tubing of instantiation flowtube object according to the flowtube combination parameter of selected display standard and user's input from a plurality of flowtube apoplexy due to endogenous wind of realizing flowtube interface;
Flowtube object generates and display module, for according to selected flow tubing instantiation flowtube object, and on the display interface of described anesthetic machine electronic flowmeter display module, shows described flowtube object.
Further, base attribute and the basic function of described flowtube interface definition flowtube object.
Further, the base attribute defining in described flowtube interface comprises flowtube whether visual attribute, position attribution, fill color attribute, title attribute and show numerical attribute.
Further, the basic function defining in described flowtube interface comprises that demonstration refreshes function.
Further, described flow tubing is realized described demonstration and is refreshed function, and the demonstration that realizes of different flow tubings refreshes function and has different display characteristics.
Further, flow tubing described in described flowtube object-instantiated, for showing flowtube on display interface.
Further, described display standard comprises CNS, Unite States Standard and European standard.
The present invention is by introducing the concept of interface in Object-oriented Programming Design, and the definition code of having realized function separates with the code of function.Application the present invention, can on prior art basis, more improve extensibility and the ease for maintenance of code, the individual character display effect that cannot realize or be difficult to realizing in former modular design is easily realized, and due to definition and the separating of code, individual character realizes also can have good autgmentability and maintainability, make to accept the more complicated demand that end user proposes, become possibility.
Accompanying drawing explanation
Fig. 1 is the structural representation of the anesthetic machine electronic flowmeter display module that provides of prior art.
Fig. 2 is the flow chart of the implementation method of the anesthetic machine electronic flowmeter display module that provides of the first embodiment of the present invention.
Fig. 3 is the structural representation of the anesthetic machine electronic flowmeter display module that provides of first embodiment of the invention.
Fig. 4 is the structural representation of the anesthetic machine electronic flowmeter display module implement device that provides of second embodiment of the invention.
Fig. 5 is the Unite States Standard of anesthetic machine electronic flowmeter display module and the contrast display effect figure of CNS that second embodiment of the invention provides.
Fig. 6 is the Unite States Standard of anesthetic machine electronic flowmeter display module and the contrast display effect figure of European standard that second embodiment of the invention provides.
The specific embodiment
Below in conjunction with accompanying drawing and by the specific embodiment, further illustrate technical scheme of the present invention.
Fig. 2 and Fig. 3 show the first embodiment of the present invention.
Fig. 2 is the flow chart of the implementation method of the anesthetic machine electronic flowmeter display module that provides of first embodiment of the invention.
Referring to Fig. 2, described anesthetic machine electronic flowmeter display module implementation method comprises that display standard selection step S201, flow tubing selection step S202 and flowtube object generate and step display S203.
In step S201, by flowtube group objects, receive the display standard parameter of user's input, according to described display standard parameter determine electronic flowmeter display module show gas flow according to display standard.
At present, exist in the world three kinds of electronic flowmeter display standards.These three kinds of display standards are respectively CNS (GB/YY), Unite States Standard (US) and European standard (CE).Each display standard can specific requirement show oxygen (O 2) flow flowtube, show laughing gas (N 2o) flowtube of the flowtube of flow and demonstration medical air flow has different fill colors and display effect.In the present embodiment, need described electronic flowmeter display module to switch flexibly in three described display standards.And described display standard handoff procedure will be realized online switching, will not restart by described electronic flowmeter display module.
Described electronic flowmeter display module comprises flowtube group objects.Described flowtube group objects is quoted a plurality of flowtube objects.According to the common design of described electronic flowmeter display module, described flowtube group objects is quoted three flowtube objects.Described flowtube object for showing flowtube on the display interface of described electronic flowmeter display module.Three described flowtube objects are respectively used to show oxygen (O 2) flow, laughing gas (N 2o) flow and medical air flow.
Described flowtube group objects can receive the display standard parameter of being inputted by user.Described display standard parameter is non-negative integer number.When the value of described display standard parameter is 2, described electronic flowmeter display module shows gas flow according to European standard (CE); When the value of described display standard parameter is 1, described electronic flowmeter display module shows gas flow according to Unite States Standard (US); When described display standard parameter is other values, described electronic flowmeter display module shows gas flow according to CNS (GB/YY).After the display standard parameter that reception is inputted by user, the display standard of flow indication institute foundation is just determined.Described flowtube group objects is preserved described display standard parameter as the attribute of described flowtube group objects, for subsequent step to the selection of flowtube class and the setting to flowtube object.
In step S202, according to the flowtube combination parameter of selected display standard and user's input, from a plurality of flowtube apoplexy due to endogenous wind of realizing flowtube interface, select the flow tubing for instantiation flowtube object.
Described flowtube interface is for defining base attribute and the basic function of described flowtube object.The basic parameter of the flowtube object defining in described flowtube interface comprises flowtube whether visual attribute, position attribution, fill color attribute, title attribute and show numerical attribute.
Whether visual attribute is Boolean type variable to described flowtube.When described flowtube is when the value of visual attribute is true (true), described flowtube object is visible on described display interface; When described flowtube is when the value of visual attribute is false (false), described flowtube object is invisible on described display interface.
The variable that the position attribution of described flowtube is comprised of two double-precision floating pointses, two double-precision floating pointses are respectively used to represent that the upper right corner of described flowtube object is with respect to abscissa value and the ordinate value in the upper right corner of described flowtube object.
The fill color attribute of described flowtube is the variable being become by three integer arrays, and three integer numbers represent respectively the numerical value of red channel, green channel and the blue channel of the fill color of described flowtube object.Once these three integer numbers are determined, just can determine the color of the fill color of described flowtube.
The title attribute of described flowtube is the variable of character string type.Described character string is the flow of which kind of gas for what represent described flowtube object demonstration.If that described flowtube object shows is oxygen (O 2) flow, the character string of title attribute is " O2 "; If that described flowtube object shows is laughing gas (N 2o) flow, the character string of title attribute is " N2O "; If what described flow object showed is the flow of medical air, the character string of title attribute is " AIR ".
The demonstration numerical attribute of described flowtube is the floating number of single.Described single precision floating datum is for representing the registration that described flowtube is current.
The basic function of described flowtube object is that the demonstration of flowtube object refreshes function.In the definition code of flowtube interface, the function only described demonstration being refreshed states, the function described demonstration not being refreshed is realized.It is a function that there is no parameter that the demonstration of described flowtube interface refreshes function, and the demonstration of described flowtube refreshes function and there is no return of value.
Described flow tubing is used for realizing described flowtube interface.That is to say, described flow tubing comprises the base attribute of the flowtube object of stating in described flowtube interface, and realizes the basic function of the flowtube object of stating in described flowtube interface.Because different flow tubings is realized the method difference of the basic function of described flowtube object, so the different flowtube objects by different flow tubing instantiations has different display effects.
According to the demonstration demand with the flowtube of general display effect, the size of described flowtube object is divided into Three Estate, i.e. normal type size, length scaled-down version size and around molded dimension.Meanwhile, the Fill Color of described flowtube object arranges according to the regulation of CNS (GB/YY), Unite States Standard (US) or European standard (CE).
In order to realize the demonstration demand of the flowtube with general display effect, definition has the flow tubing of general display effect.The demonstration that the described flow tubing with general display effect is realized described flowtube interface refreshes function.Described demonstration refreshes function according in the size grades of described flowtube object and selected display standard, arranging of Fill Color being refreshed the demonstration of flowtube object.
In all flowtube objects that needs show, in European standard for representing that the flowtube of medical air flow has special display effect.The described flowtube according to the expression medical air flow of European standard requires the mode that adopts two painting canvas to superpose to show described flowtube.In two painting canvas, be positioned at the measure-alike of the painting canvas of bottom and the flowtube object of normal type size, and its color is Dark grey; And the painting canvas that is positioned at top layer and flowtube object around molded dimension is measure-alike, and its fill color be white.
In order to realize in European standard for representing the Special Effect Show of the flowtube of medical air flow, definition has the flow tubing of Special Effect Show.The demonstration that the described flow tubing with Special Effect Show is realized described flowtube interface refreshes function.In the described demonstration with the flow tubing of Special Effect Show, refresh in function, create two painting canvas, according to the position of two painting canvas, two painting canvas are arranged respectively to size and color, demonstration finally stacks up two painting canvas.
Described flowtube combination parameter is by a Boolean type variable and a parameter that non-negative shaping variable forms.When the value of described Boolean type variable is true (true), show three flowtube objects that described flowtube group objects is quoted; When the value of described Boolean type variable is false (false), and the value of described non-negative integer variable is 2 o'clock, shows and represents oxygen (O 2) flow flowtube and represent laughing gas (N 2o) flowtube of flow; When the value of described Boolean type variable is false (false), and the value of described non-negative integer variable is 1 o'clock, shows and represents oxygen (O 2) flow and the flowtube that represents medical air flow; When the value of described Boolean type variable is false (false), and the value of described non-negative integer variable is while be other the non-negative integer values except 2 and 1, demonstration expression laughing gas (N 2o) flowtube of flow and expression medical air flow.
When according to the display standard parameter of user input and flowtube combination parameter, need to show according to the expression medical air flow of European standard flowtube time, select the flow tubing with Special Effect Show to carry out instantiation flowtube object; In the time need to showing other flowtube according to the display standard parameter of user input and flowtube combination parameter, select the flow tubing with general display effect to carry out instantiation flowtube object.
In step S203, according to selected flow tubing instantiation flowtube object, and on the display interface of described anesthetic machine electronic flowmeter display module, show described flowtube object.
The flow tubing that described flowtube object-instantiated is selected in step S202, for showing described flowtube on described electronic flowmeter display interface.Described flowtube object is included in the base attribute defining in described flowtube interface.Described base attribute comprises flowtube whether visual attribute, position attribution, fill color attribute, title attribute and show numerical attribute.
The described flowtube whether value of visual attribute is determined according to display standard attribute and the flowtube composite attribute of described flowtube group objects.If according to the display standard attribute of described flowtube group objects and flowtube composite attribute, certain flowtube object should be displayed on the display interface of described electronic flowmeter display module, described flowtube object whether visual attribute is set to very (true); If according to the display standard attribute of described flowtube group objects and flowtube composite attribute, certain flowtube object should not be displayed on the display interface of described electronic flowmeter display module, described flowtube whether visual attribute is set to vacation (false).
The value of the position attribution of described flowtube according to the display standard attribute of described flowtube group objects and described flowtube according to residing location positioning in the display interface of described display standard.Such as, the display standard attribute indication of flowtube group objects shows gas flow according to European standard (CE).And according to European standard (CE), represent that the flowtube of medical air flow should be positioned at the centre position of the display interface of described electronic flowmeter display module.The position calculation that like this, just can should be according to display standard attribute and the described flowtube object of described flowtube group objects obtains described according to the position attribution of the flowtube object of the expression medical air flow of European standard (CE).
The value of the fill color attribute of described flowtube is determined according to the display standard attribute of described flowtube group objects.In three described display standards, each shows that the flowtube of gas flow has definite fill color.Therefore, can determine according to the display standard attribute of described flowtube group objects the fill color of flowtube object.
The classification of the gas that the value of the title attribute of described flowtube represents according to described flowtube object self is determined.If described flowtube object encoding oxygen (O 2) flow, the title attribute of described flowtube is " O2 "; If described flowtube object encoding laughing gas (N 2o) flow, the title attribute of described flowtube is " N2O "; If the flow of described flowtube object encoding medical air, the title attribute of described flowtube is " AIR ".
The demonstration numerical attribute of described flowtube is collected by the next data presentation system of electronic flowmeter.
The demonstration of described flowtube object refreshes demonstration according to the flowtube apoplexy due to endogenous wind definition of described flowtube object institute instantiation and refreshes function and carry out.The image display interface function that the demonstration of described flowtube object needs call operation system to provide, does not repeat them here.
Fig. 3 is the structural representation of the anesthetic machine electronic flowmeter display module that provides of first embodiment of the invention.
Referring to Fig. 3, described anesthetic machine electronic flowmeter display module comprises three flowtube group objects 311,312,313.Described flowtube group objects 311,312,313 is respectively flowtube group objects 311 according to CNS (GB/YY), according to the flowtube group objects 312 of Unite States Standard (US) and according to the flowtube group objects 313 of European standard (CE).Described electronic flowmeter display module can select one to show according to the display standard parameter of user's input from three flowtube group objects 311,312,313.
Each flowtube group objects is quoted three flowtube object 321-329.Three described flowtube object 321-329 represent respectively oxygen (O 2), laughing gas (N 2o) and the flow of medical air.Described according to the flowtube of the expression medical air flow of European standard by flow tubing 332 instantiations with Special Effect Show; Other flowtube is by the flow tubing instantiation 331 with general display effect.
The described flow tubing 331 with general display effect and described in there is Special Effect Show flow tubing 332 all realize described flowtube interface 341.
The present embodiment provides a kind of implementation method of anesthetic machine electronic flowmeter display module, the implementation method of described anesthetic machine electronic flowmeter display module is utilized the concept of interface in Object-oriented Programming Design, the code structure of electronic flowmeter display unit has been carried out to structurized design, can on prior art basis, more improve extensibility and the ease for maintenance of code, the individual character display effect that cannot realize or be difficult to realizing in former modular design is easily realized, and due to definition and the separating of code, individual character realizes also can have good autgmentability and maintainability, make to accept the more complicated demand that end user proposes, become possibility.
Fig. 4 to Fig. 6 shows the second embodiment of the present invention.
Fig. 4 is the structure chart of the anesthetic machine electronic flowmeter display module implement device that provides of second embodiment of the invention.
Fig. 5 is the Unite States Standard of anesthetic machine electronic flowmeter display module and the contrast display effect figure of CNS that second embodiment of the invention provides.
Fig. 6 is the Unite States Standard of anesthetic machine electronic flowmeter display module and the contrast display effect figure of European standard that second embodiment of the invention provides.
Referring to Fig. 4, described anesthetic machine electronic flowmeter display module implement device 400 comprises that display standard selection module 401, flow tubing selection module 402 and flowtube object generate and display module 403.
Described display standard selects module 401 for receive the display standard parameter of user's input by flowtube group objects, according to described display standard parameter determine electronic flowmeter display module show gas flow according to display standard.
Described flow tubing selects module 402 for selecting the flow tubing for instantiation flowtube object according to the flowtube combination parameter of selected display standard and user's input from a plurality of flowtube apoplexy due to endogenous wind of realizing flowtube interface.
Described flowtube object generate and display module 403 for according to selected flow tubing instantiation flowtube object, and on the display interface of described anesthetic machine electronic flowmeter display module, show described flowtube object.
Referring to Fig. 5 and Fig. 6, each flowtube unit is comprised of an extra heavy pipe and a tubule, and wherein, described extra heavy pipe is for showing the integer part of flow reading value, and tubule is for showing the fractional part of flow reading value.According to CNS (GB/YY), represent oxygen (O 2) flowtube of flow is displayed on the Far Left of described electronic flowmeter display module, and its fill color is blue; Represent laughing gas (N 2o) flowtube is displayed on the Far Left of described electronic flowmeter display module, and its fill color is light grey; Represent that the flowtube of medical air flow is displayed on the centre of described electronic flowmeter display module, and its fill color is Dark grey.According to Unite States Standard (US), represent oxygen (O 2) flowtube of flow is displayed on the Far Left of described electronic flowmeter display module, and its fill color is green; Represent laughing gas (N 2o) flowtube of flow is displayed on the rightmost of described electronic flowmeter display module, and its fill color is blue; Represent that the flowtube of medical air flow is indicated on the centre of described electronic flowmeter display module, and its fill color is yellow.According to European standard (CE), represent oxygen (O 2) flowtube of flow is displayed on the Far Left of described electronic flowmeter display module, and its fill color is light grey; Represent laughing gas (N 2o) flowtube of flow is displayed on the centre of described electronic flowmeter display module, and its fill color is blue; Represent that the flowtube of medical air flow is displayed on the rightmost of described electronic flowmeter display module, and its fill color is white.
The present embodiment provides a kind of implement device of anesthetic machine electronic flowmeter display module, the implement device of described anesthetic machine electronic flowmeter display module utilizes the concept of interface in Object-oriented Programming Design, the code structure of electronic flowmeter display unit has been carried out to structurized design, can on prior art basis, more improve extensibility and the ease for maintenance of code, the individual character display effect that cannot realize or be difficult to realizing in former modular design is easily realized, and due to definition and the separating of code, individual character realizes also can have good autgmentability and maintainability, make to accept the more complicated demand that end user proposes, become possibility.
Obviously, those skilled in the art should be understood that, above-mentioned each module of the present invention or each step can realize with general accountant, they can concentrate on single accountant, or be distributed on the network that a plurality of accountants form, alternatively, they can realize with the executable program code of computer installation, thereby they can be stored in storage device and be carried out by accountant, or they are made into respectively to each integrated circuit modules, or a plurality of modules in them or step are made into single integrated circuit module to be realized.Like this, the present invention is not restricted to the combination of any specific hardware and software.
The foregoing is only embodiments of the invention; not thereby limit the scope of the claims of the present invention; every equivalent structure or conversion of equivalent flow process that utilizes Figure of description content of the present invention to do; or be directly or indirectly used in other relevant technical fields, be all in like manner included in scope of patent protection of the present invention.

Claims (14)

1. an implementation method for anesthetic machine electronic flowmeter display module, is characterized in that, comprising:
By flowtube group objects, receive the display standard parameter of user's input, according to described display standard parameter determine electronic flowmeter display module show gas flow according to display standard;
According to the flowtube combination parameter of selected display standard and user's input, from realizing a plurality of flowtube apoplexy due to endogenous wind of flowtube interface, select the flow tubing for instantiation flowtube object;
According to selected flow tubing instantiation flowtube object, and on the display interface of described anesthetic machine electronic flowmeter display module, show described flowtube object.
2. the implementation method of anesthetic machine electronic flowmeter display module according to claim 1, is characterized in that, described flowtube interface is for defining base attribute and the basic function of flowtube object.
3. the implementation method of anesthetic machine electronic flowmeter display module according to claim 2, it is characterized in that, the base attribute defining in described flowtube interface comprises flowtube whether visual attribute, position attribution, fill color attribute, title attribute and show numerical attribute.
4. the implementation method of anesthetic machine electronic flowmeter display module according to claim 2, is characterized in that, the basic function defining in described flowtube interface comprises that demonstration refreshes function.
5. the implementation method of anesthetic machine electronic flowmeter display module according to claim 4, is characterized in that, described flow tubing is realized described demonstration and refreshed function, and the demonstration that realizes of different flow tubings refreshes function and has different display characteristics.
6. the implementation method of anesthetic machine electronic flowmeter display module according to claim 1, is characterized in that, flow tubing described in described flowtube object-instantiated, for showing flowtube on display interface.
7. the implementation method of anesthetic machine electronic flowmeter display module according to claim 1, is characterized in that, described display standard comprises CNS, Unite States Standard and European standard.
8. an implement device for anesthetic machine electronic flowmeter display module, is characterized in that, comprising:
Display standard is selected module, for determining that according to the display standard parameter of user's input electronic flowmeter display module shows gas flow according to that display standard;
Flow tubing is selected module, for selecting to be used for the flow tubing of instantiation flowtube object according to the flowtube combination parameter of selected display standard and user's input from realizing a plurality of flowtube apoplexy due to endogenous wind of flowtube interface;
Flowtube object generates and display module, for according to selected flow tubing instantiation flowtube object, and on the display interface of described anesthetic machine electronic flowmeter display module, shows described flowtube object.
9. the implement device of anesthetic machine electronic flowmeter display module according to claim 8, is characterized in that, base attribute and the basic function of described flowtube interface definition flowtube object.
10. the implement device of anesthetic machine electronic flowmeter display module according to claim 9, it is characterized in that, the base attribute defining in described flowtube interface comprises flowtube whether visual attribute, position attribution, fill color attribute, title attribute and show numerical attribute.
The implement device of 11. anesthetic machine electronic flowmeter display modules according to claim 9, is characterized in that, the basic function defining in described flowtube interface comprises that demonstration refreshes function.
The implement device of 12. anesthetic machine electronic flowmeter display modules according to claim 11, is characterized in that, described flow tubing is realized described demonstration and refreshed function, and the demonstration that realizes of different flow tubings refreshes function and has different display characteristics.
The implement device of 13. anesthetic machine electronic flowmeter display modules according to claim 8, is characterized in that, flow tubing described in described flowtube object-instantiated, for showing flowtube on display interface.
The implement device of 14. anesthetic machine electronic flowmeter display modules according to claim 8, is characterized in that, described display standard comprises CNS, Unite States Standard and European standard.
CN201310109041.XA 2013-03-29 2013-03-29 Implementation method and device of anesthesia machine electronic flowmeter display module Pending CN104069576A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310109041.XA CN104069576A (en) 2013-03-29 2013-03-29 Implementation method and device of anesthesia machine electronic flowmeter display module

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310109041.XA CN104069576A (en) 2013-03-29 2013-03-29 Implementation method and device of anesthesia machine electronic flowmeter display module

Publications (1)

Publication Number Publication Date
CN104069576A true CN104069576A (en) 2014-10-01

Family

ID=51591432

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310109041.XA Pending CN104069576A (en) 2013-03-29 2013-03-29 Implementation method and device of anesthesia machine electronic flowmeter display module

Country Status (1)

Country Link
CN (1) CN104069576A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112827033A (en) * 2020-12-29 2021-05-25 北京谊安医疗系统股份有限公司 Integrated display and control system of electronic flowmeter of anesthesia machine
CN113398398A (en) * 2021-06-03 2021-09-17 桐乡市第一人民医院 Dosage metering and feeding device of anesthesia machine for anesthesia department and control method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030135087A1 (en) * 2001-11-01 2003-07-17 Scott Laboratories, Inc. User interface for sedation and analgesia delivery systems and methods
CN1871611A (en) * 2003-11-12 2006-11-29 德雷格医疗系统股份有限公司 Modular medical care system
US20110230780A1 (en) * 2006-04-21 2011-09-22 Sanborn Warren G Work of breathing display for a ventilation system
CN102667784A (en) * 2009-07-30 2012-09-12 拜耳医药股份有限公司 Display device for a dispenser for medicinal product dose and use thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030135087A1 (en) * 2001-11-01 2003-07-17 Scott Laboratories, Inc. User interface for sedation and analgesia delivery systems and methods
CN1610516A (en) * 2001-11-01 2005-04-27 斯科特实验室公司 User interface for sedation and analgesia delivery systems and methods
CN1871611A (en) * 2003-11-12 2006-11-29 德雷格医疗系统股份有限公司 Modular medical care system
US20110230780A1 (en) * 2006-04-21 2011-09-22 Sanborn Warren G Work of breathing display for a ventilation system
CN102667784A (en) * 2009-07-30 2012-09-12 拜耳医药股份有限公司 Display device for a dispenser for medicinal product dose and use thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
张小明: "《基于嵌入式系统的麻醉机图形用户界面(GUI)系统的设计与实现》", 《江西农业大学硕士学位论文》 *
王沛沛: "《基于嵌入式Linux和MiniGUI的麻醉呼吸机用户界面设计》", 《北京生物医学工程》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112827033A (en) * 2020-12-29 2021-05-25 北京谊安医疗系统股份有限公司 Integrated display and control system of electronic flowmeter of anesthesia machine
CN113398398A (en) * 2021-06-03 2021-09-17 桐乡市第一人民医院 Dosage metering and feeding device of anesthesia machine for anesthesia department and control method
CN113398398B (en) * 2021-06-03 2022-02-01 桐乡市第一人民医院 Dosage metering and feeding device of anesthesia machine for anesthesia department and control method

Similar Documents

Publication Publication Date Title
CN104239044B (en) A kind of graphic user interface dynamic creation method
CN106354760A (en) Deforming statistical map based multi-view spatio-temporal data visualization method and application
CN109857870A (en) Visual Ontology for knowledge mapping constructs system and method
CN111177497B (en) Hierarchical data association relationship visualization processing method, server and storage medium
CN109918370A (en) A kind of development approach and system of the configurable forms application front end based on WEB
CN109918475A (en) A kind of Visual Inquiry method and inquiry system based on medical knowledge map
CN105117507B (en) Statistical map legend automatic generation method based on element combinations
CN102129464A (en) Method for dynamically constructing online thematic map
CN106055580B (en) A kind of fuzzy clustering result visualization method based on Radviz
RU2014138615A (en) Interactive comparative information display
CN106856485A (en) The dissemination method and device of data, services
CN101593454A (en) A kind of intelligent output method for land parcel maps
CN106372044A (en) Method for generating typed dimension XBRL (Extensible Business Reporting Language) report based on report form
CN104063361A (en) Report design method and system
CN107807954A (en) Visual modeling dimensional analytic system and its method
CN107133032A (en) A kind of whole-line station yard graph graphical interface system
CN105528211B (en) It is a kind of to support multilingual log data method for visualizing and system
CN104069576A (en) Implementation method and device of anesthesia machine electronic flowmeter display module
CN105022724B (en) A kind of statistical symbol automatic selecting method based on statistics with drawing demand
CN103778524A (en) XML-based semantic layer report model method
CN106202768B (en) Attribute input method in house property area Calculation Plane figure
CN104765763B (en) A kind of semantic matching method of the Heterogeneous Spatial Information classification of service based on concept lattice
CN101739888B (en) Method and device for grading and coloring thematic map
CN109829030A (en) The drafting method of thematic maps
CN108765262A (en) A method of showing true meteorological condition in arbitrary three-dimensional scenic

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20141001

RJ01 Rejection of invention patent application after publication