A web-based interface enables medical personnel to remotely monitor medical devices. A monitoring system records operational data and alarms from the medical devices in a file. However, since network connections between the medical devices and the monitoring system are intermittent, the file does not contain a contiguous stream of data for each medical device. The file pauses recording during gaps in network connectivity. The system displays current data, as well as a list of alarms. If medical personnel wish to view more detail about an earlier time or one of the alarms, the system calculates where in the file the medical device data was recorded. This calculation accounts for the discontiguous nature of the data. The system uses times the network connection is made and broken to calculate an index into the file that corresponds to the time of the user-selected alarm.
|
1. A data storage and retrieval system for non-contiguous device data, the system comprising:
a media server connectable to a computer network and configured to automatically:
receive messages from a device via the computer network, wherein the messages contain status information about the device;
store the status information from the received messages into a media file of a data store, wherein the media server stores status information from consecutive received messages contiguously, in time order, in the media file with time gaps caused by occasional gaps in connectivity of the computer network between the device and the media server;
receive a status request for status information stored in the media file, wherein the status request includes a status information time at which the requested status information was captured at the device;
access a network connectivity log and calculate an index, relative to an end of the media file, wherein the network connectivity log includes (a) times at which the device connects to the computer network and (b) times at which the device disconnects from the computer network, and wherein the media server is configured to calculate the index by: (a) locating a connect-disconnect pair in the network connectivity log that includes the status information time, (b) calculating a first offset from the media file beginning to a media file segment beginning at the device connect time of the connect-disconnect pair, (c) calculating a second offset from the media file segment beginning to the status information time, and (d) combining the first offset and the second offset;
request, from the data store via a provisional request, a portion of the media file beginning at the calculated index; and
provide, in response to the status request, the portion of the media file beginning at the calculated index returned from the data store.
13. A method for storing and retrieving non-contiguous device data, the method comprising:
receiving, by a media server, messages from a device via a computer network, wherein the messages contain status information about the device;
storing, by the media server, the status information from the received messages into a media file of a data store, wherein the media server stores status information from consecutive received messages contiguously, in time order, in the media file with time gaps caused by occasional gaps in connectivity of the computer network between the device and the media server;
receiving, by the media server, a status request for status information stored in the media file, wherein the status request includes a status information time at which the requested status information was captured at the device;
accessing, by the media server, a network connectivity log and calculating an index, relative to an end of the media file, wherein the network connectivity log includes (a) times at which the device connects to the computer network and (b) times at which the device disconnects from the computer network, and wherein the media server is configured to calculate the index by: (a) locating a connect-disconnect pair in the network connectivity log that includes the status information time, (b) calculating a first offset from the media file beginning to a media file segment beginning at the device connect time of the connect-disconnect pair, (c) calculating a second offset from the media file segment beginning to the status information time, and (d) combining the first offset and the second offset;
requesting, by the media server, from the data store via a provisional request, a portion of the media file beginning at the calculated index; and
providing, by the media server, in response to the status request, the portion of the media file beginning at the calculated index returned from the data store.
18. A non-transitory computer-readable medium encoded with instructions that, when executed by a processor, establish processes for performing a computer-implemented method for storing and retrieving non-contiguous device data, the processes comprising:
a process configured to receive, by a media server, messages from a device via a computer network, wherein the messages contain status information about the device;
a process configured to store, by the media server, the status information from the received messages into a media file of a data store, wherein the media server stores status information from consecutive received messages contiguously in time order, in the media file with time gaps caused by occasional gaps in connectivity of the computer network between the device and the media server;
a process configured to receive, by the media server, a status request for status information stored in the media file, wherein the status request includes a status information time at which the requested status information was captured at the device;
a process configured to access, by the media server, a network connectivity log and calculate an index, relative to an end of the media file, wherein the network connectivity log includes (a) times at which the device connects to the computer network and (b) times at which the device disconnects from the computer network, and wherein the media server is configured to calculate the index by: (a) locating a connect-disconnect pair in the network connectivity log that includes the status information time, (b) calculating a first offset from the media file beginning to a media file segment beginning at the device connect time of the connect-disconnect pair, (c) calculating a second offset from the media file segment beginning to the status information time, and (d) combining the first offset and the second offset;
a process configured to request, by the media server, from the data store via a provisional request, a portion of the media file beginning at the calculated index; and
a process configured to provide, by the media server, in response to the status request, the portion of the media file beginning at the calculated index returned from the data store.
2. A system according to
3. A system according to
4. A system according to
5. A system according to
7. A system according to
8. A system according to
9. A system according to
10. A system according to
11. A system according to
12. A system according to
14. A method according to
15. A method according to
16. A method according to
17. A method according to
|
The present application is a continuation of U.S. patent application Ser. No. 16/137,053, filed Sep. 20, 2018, the disclosure of which is incorporated herein by reference.
The present invention relates to data storage and retrieval systems and, more particularly, to data storage and retrieval systems for collecting, storing and retrieving operational data about medical devices, where network connections over which the operational data are sent are intermittent, i.e., subject to occasional gaps in computer network connectivity.
Many medical devices, such as some implanted heart pumps, should be monitored by medical personnel to ensure efficacy and patient safety. Some such medical devices have associated controllers that collect and display operational data about the medical devices, such as heart signal level, battery temperature and plumbing integrity. Some of these controllers raise alarms when operational data values fall beyond predetermined values or ranges, for example if a leak or loss of suction is detected. Many of these controllers include video display screens as human interfaces, on which the operational data and/or alarms are displayed.
In many cases, these medical devices are monitored remotely, especially in cases of ambulatory patients. In these cases, the controllers may be coupled via computer networks, often including wireless segments, to central servers, which may be accessed by monitoring stations. The monitoring stations may display real-time operational data and/or alarms on display screens for viewing by medical personnel. Typically, the servers also record the operational data, so operational data from earlier times can be “played back” upon request by the medical personnel.
However, computer network connections between the medical device controllers and the servers are often intermittent, i.e., subject to occasional gaps in computer network connectivity between the medical device controllers and the servers, particularly when the computer networks include wireless segments. The medical device controllers typically lack sufficient memory to store operational data during these gaps, or the device controllers lack an ability to detect these gaps. Thus, the medical device controllers cannot compensate for these gaps by transmitting operational data from earlier times, once a network connection is restored. Instead, the medical device controllers simply transmit their current operational data whenever computer network connections to the servers exist. Therefore, the operation data recorded by the servers often include gaps, corresponding to the gaps in computer network connectivity.
The servers record the operational data, as and when the operational data is received from the medical device controllers. However, during gaps in computer network connectivity, the servers pause recording, because the servers have nothing to record. Consequently, although recorded operational data is stored in contiguous data files, the stored data does not represent continuous time, which has made it impossible to index into a data file to a time of interest. Instead, in the prior art, medical personnel are limited to playing back the recorded operational data from the beginning of a data file, or guessing how far to index into the data file to find operational data that corresponds to the time of interest.
An embodiment of the present invention provides a data storage and retrieval system for non-contiguous medical device data. The system includes a medical device. The medical device is connectable to a computer network. The medical device is subject to occasional gaps in connectivity to the computer network. The medical device is configured to automatically repeatedly capture status information about the medical device and send messages containing the status information via the computer network.
The system also includes a network connectivity log. The network connectivity log is configured to automatically record times at which the medical device connects to the computer network. The network connectivity log is also configured to automatically record times at which the medical device disconnects from the computer network.
The system also includes a data store. The data store is configured to automatically store digital media data in a media file. The data store is also configured to automatically provide a requested portion, less than all, of the stored media file in response to a provision request. The provision request includes an index, relative to an end of the media file, that corresponds to the requested portion.
The system also includes a media server. The media server is connectable to the computer network. The media server is configured to automatically receive the messages via the computer network. The media server is also configured to automatically store status information from received messages into the data store. Status information from consecutive received messages is stored contiguously in the data store, notwithstanding the occasional gaps in connectivity between the medical device and the computer network.
The media server is also configured to automatically receive a status request that includes a time at which requested status information was captured. The media server is also configured to automatically access the network connectivity log and calculate an index, relative to an end of the media file, where the requested status information is stored. In performing this calculation, the media server is configured to take into account the occasional gaps in connectivity between the medical device and the computer network as represented in the network connectivity log.
The media server is also configured to automatically request a portion of the stored media file beginning at the calculated index. The media server is further configured to automatically provide the portion of the stored media file beginning at the calculated index.
In any embodiment, the data store may be further configured to store digital media data in at least one archive file. When the media file stores a predetermined amount of digital media data, the digital media data stored in the media file may be copied to the at least one archive file. In any embodiment, the data store may be configured to provide a requested portion, less than all, of the stored archive file in response to a provision request. The provision request may include an index, relative to an end of the archive file, that corresponds to the requested portion.
In any embodiment, the network connectivity log may be further configured to automatically record, for each period of connectivity to the computer network, information identifying one of the media file and the archive file where the digital media data is stored.
In any embodiment, the media server may be further configured to access the network connectivity log and calculate an index, relative to an end of the archive file, where the requested status information is stored. The calculation may take into account the occasional gaps in connectivity between the medical device and the computer network as represented in the network connectivity log.
In any embodiment, the media server may be further configured to request a portion of the stored archive file beginning at the calculated index. In any embodiment, the media server may be further configured to provide the portion of the stored archive file beginning at the calculated index.
In any embodiment, the media server may be further configured to automatically cause display of a pop-up message when a message indicates the medical device requires attention.
In any embodiment, the pop-up message may include a URL of a web page that contains additional information about the status of the medical device.
Any embodiment may also include an outgoing e-mail server configured to send an e-mail message when a message from the medical device indicates the medical device requires attention.
In any embodiment, the e-mail message may include a URL of a web page that contains additional information about the status of the medical device.
Another embodiment of the present invention provides a method for storing and retrieving non-contiguous medical device data. The method includes connecting a medical device to a computer network, subject to occasional gaps in connectivity to the computer network. The method further includes automatically repeatedly capturing, by the medical device, status information about the medical device and sending, by the medical device, messages containing the status information via the computer network. The method further includes automatically recording in a network connectivity log (a) times at which the medical device connects to the computer network and (b) times at which the medical device disconnects from the computer network.
The method further includes storing, in a data store, digital media data in a media file. The method further includes providing, by the data store, a requested portion, less than all, of the stored media file in response to a provision request. The provision request includes an index, relative to an end of the media file, that corresponds to the requested portion.
The method further includes receiving, by a media server, the messages via the computer network. The method further includes storing, by the media server, status information from received messages into the data store. Status information from consecutive received messages is stored contiguously in the data store, notwithstanding the occasional gaps in connectivity between the medical device and the computer network.
The method further includes receiving, by the media server, a status request that includes a time at which requested status information was captured. The method further includes accessing, by the media server, the network connectivity log and calculating an index, relative to an end of the media file. The requested status information is stored, taking into account the occasional gaps in connectivity between the medical device and the computer network as represented in the network connectivity log. The method further includes requesting, by the media server, a portion of the stored media file beginning at the calculated index. The method further includes providing, by the media server, the portion of the stored media file beginning at the calculated index.
In any embodiment, the method may further include storing digital media data in at least one archive file and, when the media file stores a predetermined amount of digital media data, copying the digital media data stored in the media file to the at least one archive file. A requested portion, less than all, of the stored archive file may be provided in response to a provision request. The provision request may include an index, relative to an end of the archive file, that corresponds to the requested portion. For each period of connectivity to the computer network, information identifying one of the media file and the archive file where the digital media data is stored may be automatically recorded in the network connectivity log.
In any embodiment, the network connectivity log may be accessed by the media server and an index may be calculated, relative to an end of the archive file, where the requested status information is stored, taking into account the occasional gaps in connectivity between the medical device and the computer network as represented in the network connectivity log.
In any embodiment, a portion of the stored archive file beginning at the calculated index may be requested by the media server. The portion of the stored archive file beginning at the calculated index may be provided by the media server.
In any embodiment, the method may further include automatically causing, by the media server, display of a pop-up message when a message indicates the medical device requires attention.
In any embodiment, the pop-up message may include a URL of a web page that contains additional information about the status of the medical device.
In any embodiment, the method may further include automatically sending, by an outgoing e-mail server, an e-mail message when a message from the medical device indicates the medical device requires attention.
In any embodiment, the e-mail message may include a URL of a web page that contains additional information about the status of the medical device.
Yet another embodiment of the present invention includes a non-transitory computer-readable medium encoded with instructions. When executed by a processor, the instructions establish processes for performing a computer-implemented method for storing and retrieving non-contiguous medical device data. The processes include a process configured to connect a medical device to a computer network, subject to occasional gaps in connectivity to the computer network. A process is configured to automatically repeatedly capture, by the medical device, status information about the medical device and send, by the medical device, messages containing the status information via the computer network. A process is configured to automatically record in a network connectivity log (a) times at which the medical device connects to the computer network and (b) times at which the medical device disconnects from the computer network.
A process is configured to store, in a data store, digital media data in a media file. A process is configured to provide, by the data store, a requested portion, less than all, of the stored media file in response to a provision request, wherein the provision request includes an index, relative to an end of the media file, that corresponds to the requested portion.
A process is configured to receive, by a media server, the messages via the computer network. A process is configured to store, by the media server, status information from received messages into the data store, wherein status information from consecutive received messages is stored contiguously in the data store, notwithstanding the occasional gaps in connectivity between the medical device and the computer network. A process is configured to receive, by the media server, a status request that includes a time at which requested status information was captured.
A process is configured to access, by the media server, the network connectivity log and calculate an index, relative to an end of the media file, where the requested status information is stored, taking into account the occasional gaps in connectivity between the medical device and the computer network as represented in the network connectivity log. A process is configured to request, by the media server, a portion of the stored media file beginning at the calculated index. A process is configured to provide, by the media server, the portion of the stored media file beginning at the calculated index.
The invention will be more fully understood by referring to the following Detailed Description of Specific Embodiments in conjunction with the Drawings, of which:
Embodiments of the present invention provide data storage and retrieval systems and methods for non-contiguous medical device operational data. A web-based interface enables medical personnel to remotely monitor medical devices, such as implanted heart pumps. A monitoring system records operational data, such as battery temperature and alarms from the medical devices, in a file. However, since network connections between the medical devices and the monitoring system are intermittent, the file does not contain a contiguous stream of data for each medical device. Instead, the file simply records data when data is available. The file pauses recording during gaps in the data, i.e., during gaps in network connectivity. The file may be in the form of a video file, such as an MP4 file, although other suitable file formats may be used.
The system displays current, or most recently available, data, as well as a list of alarms. If medical personnel wish to view more detail about an earlier time or one of the alarms, the system calculates where in the file the medical device data was recorded. This calculation is novel and not obvious, due to the discontiguous nature of the data. For each medical device, the system records times the medical device connects via the network (“network connect events”) and times the medical device network connection breaks (“network disconnect events”). The system uses these times to calculate an index into the file that corresponds to the time of the user-selected alarm.
Optionally, the system notifies users of alarms by sending e-mail messages and/or text messages and/or by displaying pop-up windows in browsers. The messages or pop-up windows may include links, such as URLs, to web pages that display information about the alarms. Users may click on the URL to open the web pages.
Definitions
Unless otherwise indicated, the following terms, as used herein, shall have the following meanings.
Contiguous—sharing a common border, touching. Data, such as records, blocks, video frames, etc., that are stored contiguously are stored without space between consecutive elements.
Discontiguous—not contiguous; not sharing a common border; not touching. Data, such as records, blocks, video frames, messages, etc., that are stored discontiguously have space between consecutive elements. Data, such as records, blocks, video frames, messages, etc., that are received discontiguously have missing elements between consecutive received elements.
Continuous—forming an unbroken whole, without interruption.
Connect to a computer network—establish or reestablish a connection to the computer network, without necessarily establishing a new network session.
Disconnect from a computer network—lose, including temporarily, a connection to the computer network. For example, in a wireless computer network link, electrical noise, a strong signal from another station, a change in propagation characteristics, such as due to movement or change in orientation of an antenna, or interposition, between a transmitting antenna and a receiving antenna, of a material that attenuates or reflects electromagnetic waves, may temporarily cause loss of connectivity.
Digital media data—digital data that represent imagery, video and/or sound.
Consecutive—one element after another like element, without a third element between. For example, with two consecutive messages, one message follows the other, without a third message in between, although there may be a gap in time between the two messages.
Time—a time may include a date and a time within the date, for example 2018-9-12 3:52.
Major Components
The computer network 108 may include wired and/or wireless segments. Each medical device 102-106 is, therefore, subject to occasional gaps in connectivity to or through the computer network 108.
A data store 110 includes a media file 112, such as an MP4 video or other suitable type of media file. As described in more detail below, the data store 110 records the status information about the medical devices 102-106. The data store 110 is configured to automatically store digital media data, such as frames of video, in the media file 112.
The data store 110 is also configured to provide a requested portion, less than all, of the stored media file 112 in response to a provision request. The data store 110 thereby supports playback of the medical device status information, as described in more detail below. For example, the data store 110 may provide one or more frames of video stored in the media file 112, for display to a user.
Such a provision request includes an index, relative to the beginning or the end of the media file 112. The index corresponds to the beginning of the requested portion, i.e., how far into the media file 112 the data store 110 must seek to reach the beginning of the requested portion. For example, the index may indicate an amount of time, or a number of video frames, from the beginning or the end of the media file 112 to where the requested portion begins. For example, a provision request may request a video frame that begins 7 minutes and 15 seconds (7:15) from the beginning of the media file 112. In another example, a provision request may request a sequence of video frames that begins 3,872 frames from the end of the media file 112.
Optionally, the data store 110 is configured to create and maintain one or more archive files, represented by archive file 113. Although three archive files 113 are shown, any number of archive files 113 may be used. In some embodiments that are configured to maintain the archive files 113, when the media file 112 reaches a predetermined size, such as about five hours' worth of status information, the data store 110 makes an archive copy 113 of the media file 112 and begins recording from the beginning of the media file 112, thereby overwriting previously stored status information in the media file 112. In some embodiments, after the media file 112 reaches the predetermined size, the data store 110 closes the media file 112, renames the media file 112 to the next available archive file 113 name and creates a new media file 112. Copying the contents of the media file 112 into the archive file 113 and closing and renaming the media file 112 to the next available archive file 113 are collectively herein referred to as copying the digital media data stored in the media file to the at least one archive file.
A media server 114 is connectable to the computer network 108 and is configured to automatically receive, via the computer network 108, the messages containing the status information from the medical devices 102-106. The media server 114 may parse the messages to extract the status information from the messages. For example, in some embodiments, the media server 114 includes an optical character recognizer (OCR) to recognize text in video frames sent by the medical devices 102-106. In some embodiments, the media server 114 is communicably coupled to a separate OCR (not shown).
The media server 114 may then use the recognized text to automatically ascertain serial numbers or other identifiers of the medical devices 102-106, operating parameters of the medical device 102-106, whether an alarm has been raised by one of the medical devices 102-106, etc. The media server 114 is further configured to store the status information from received messages into the data store 110, typically in the form of video frames. In addition, as described below, the media server 114 facilitates playing back (displaying to a user) requested portions of the recorded medical device status information.
The media server 114 stores received status information into the data store 110 as the media server 114 receives the status information. However, the media server 114 does not receive messages from a given medical device 102-106 during the occasional gaps in connectivity to the computer network 108 experienced by the medical device 102-106. The media server 114 pauses storing status information about the given medical device 102-106 into the data store 110 during each gap in network connectivity. Thus, status information from consecutive received messages may be stored contiguously in the data store, even if there is a time gap, represented by a network connectivity gap, between the consecutive received messages. Consequently, contiguous data in the media file 112 does not necessarily represent continuous time, i.e., status information continuously collected by a medical device 102-106.
The status information from consecutive received messages is stored contiguously in the data store, notwithstanding the occasional gaps in connectivity between the medical device 102-106 and the computer network 108. Additional components, which are described below, solve the problem of correctly indexing into the media file 112 to retrieve status information associated with a requested time, i.e., accounting for the non-contiguous nature of the status information conveyed by the received messages.
A network connectivity log 116 is configured to automatically record: (a) times at which each medical device 102-106 connects to the computer network 108 and (b) times at which each medical device 102-106 disconnects from the computer network 108. A time at which a first message is received by the media server 114 from a given medical device 102-106 may be taken as the time the medical device 102-106 connects to the computer network 108. If no message has been received by the media server 114 from a given medical device 102-106 for a predetermined timeout period, the medical device 102-106 may be assumed to have lost network connectivity, and the time at which the timeout is detected, minus the timeout period, may be taken as the time the medical device 102-106 disconnected from the computer network 108.
After such a disconnect event, if a message is received by the media server 114 from the medical device 102-106, the medical device 102-106 may be assumed to have again connected to the computer network 108, and a time at which the message is received by the media server 114 from the given medical device 102-106 may be taken as the time the medical device 102-106 reconnects to the computer network 108.
In some embodiments, the medical devices 102-106 periodically transmit or broadcast messages, without necessarily including any device status information. These messages are sent to indicate the respective medical devices 102-106 are operational. Receipt of these messages indicates the respective sending medical device 102-106 is connected, via the computer network 108, to the recipient. Therefore, a cessation of receipt of these messages may be used as an indication the respective medical device 102-106 has lost computer network connectivity, i.e., the beginning of a gap in computer network connectivity. A time of this loss may be stored in the network connectivity log 116.
If one of these messages is subsequently received, the respective medical device 102-106 may be assumed to again be connected to the computer network 108, and a time of this reconnection may be stored in the network connectivity log 116. More detailed descriptions of several embodiments of the network connectivity log 116 are provided herein.
All the messages from a given medical device 102-106 to the media server 114 may be carried over a single network session, despite gaps in the network connectivity. Alternatively, each or some of the gaps may cause termination of a network session, and resumption of network connectivity may cause creation of a new network session.
The pump handle 202 is in communication with control circuitry (described below), which allows control of the pump head 204. The pump head 204 contains electro-mechanical components that enable the device to perform various tasks within the body of a human patient, such as pump blood from a location within the body. The pump head 204 has a diameter 212 that is larger than the diameter 210 of the catheter 206. An example of such a percutaneous pump 200 is the Impella 2.5® blood pump system available from Abiomed, Inc., Danvers, Mass. This blood pump system includes the pump 200 and an Automatic Impella Controller (AIC) controller for the pump 200.
As shown schematically in
However, some medical device controllers 502 are incapable of sending video frames via the computer network 108. In such cases, a remote link module 504 may be communicably coupled to the medical device controller 502, such as via a cable 506 connected to a video output port 508 of the medical device controller 502. The remote link module 504 may thereby receive a video signal representative of the contents of the display screen 302 (
The remote link module 504 may send a stream of video frames, representing real time (current) contents of the display screen 302 (
For simplicity of explanation, the medical device 200 (
As noted, the media server 114 (
A web server 118 (
The web pages enable users of the monitoring stations 120-122 to select and then monitor individual medical devices 102-106. For example, a web page, exemplified by a web page 700 shown in
As noted, the media server 114 may automatically ascertain whether an alarm has been raised by one of the medical devices 102-106. In addition, the media server 114 may analyze portions of the imagery from the medical devices 102-106 to automatically detect anomalies or other conditions that warrant attention, and/or the media server 114 may automatically detect undesirable conditions, such as sub-par computer network connectivity. Sub-par computer network connectivity may, for example, be declared if computer network connectivity, as measured by a percentage of “up” time, drops below a predetermined value, an excessive number gaps in computer network connectivity is detected, or an excessive total gap time over a predetermined period of time for a given medical device 102-106 is detected.
A portion 804 (“Alert Summary”) of the web page 800 (
A third portion 806 of the web page 800 (
Clicking on the “Previous 5 Hours” button 808 causes the web server 118 to replace the live portion 802 of the web page 800 with a reproduction of part or all of the imagery displayed on the corresponding medical device's controller screen 302 (
Another portion 904 of the web page 900 includes user interface controls that enable a user to play/stop 906 the status information in the portion 902, view the time 908 at which the currently displayed 902 status information was received, back up (rewind) 60 seconds 910 from the currently displayed status information, back up (rewind) 10 seconds 912 from the currently displayed status information, skip forward (fast forward) 10 seconds 914 beyond the currently displayed status information and skip forward (fast forward) 60 seconds 916 beyond the currently displayed status information. In some embodiments, the time 908 may be entered by a user to specify a specific time at which playback is to begin.
A third region 918 of the web page 900 contains an Alert Summary and operates in a manner similar to the Alert Summary 804 described with respect to
As noted, in some embodiments, the media file 112 (
Although one media file 112 is shown in
The media file 112 may be implemented using network digital video recorder (nDVR) technology, such as the Wowza nDVR technology and the Wowza Streaming Engine, both available from Wowza Media Systems, LLC, 523 Park Point Drive, Suite 300, Golden, Colo. 80401.
Calculating an Index into the Media or Archive File to Information of Interest
As noted, each medical device 102-106 (
The media server 114 (
Although the network packets of a given message from a given medical device 102-106, or the network packets of a sequence of messages from the given medical device 102-106, may arrive spaced apart in time, the time between packets is not considered a gap in network connectivity. Instead, as used herein, a gap in network connectivity prevents receipt of at least one message from a medical device 102-106 and is detectable by the media server 114.
Times at which computer network connectivity begins (connect events) and ends (disconnect events) are indicated at 1012. Collectively, the data blocks 1000-1008 are referred to as network traffic 1014 from the medical device 102-106. The network traffic 1014 is discontiguous, in that the data blocks 1000-1008 do not share any common boundaries. Gaps 1010-1011 occur between adjacent data messages 1000-1008.
Each message 1000-1008 may include one or more video frames, as indicated at 1016. The media server 114 stores the status information in the media file 1018 (112). Thus, status information from consecutive received data blocks, for example data blocks 1002 and 1004, may be stored contiguously, as indicated at 1020, in the data store 1018, even if there is a time gap 1010 between the consecutive received data blocks 1002 and 1004. Consequently, the entire media file 1018 stores data contiguously.
The media file 1018 (112) may be accessed using an index, for example a time index or a frame index, represented by exemplary index 1024. The index 1024 indicates how far from the beginning of the media file 1018 (112) data of interest begins, i.e., the index 1024 is a pointer, relative to the beginning of the media file 1018 (112). Similarly, any of the archive files 113 (
As noted, the network connectivity log 116 (
Each record includes: a field 1102 that identifies a medical device, such as by a medical device serial number; a time field 1104 that identifies a time at which the medical device identified in field 1102 experiences an event; an event type field 1106 that indicates whether the corresponding event is a connect event or a disconnect event; and a field 1108 that indicates in which file (media file 112 or one of the archive files 113) status information, for example video frames, from the event is stored.
For simplicity, the hypothetical exemplary contents of the data fields 1100 include information about only one medical device (IC2958). However, information about other medical devices may be interspersed in the network connectivity log 116. That is, records for a variety of medical devices 102-106 may be stored in a single network connectivity log 116.
When a user commands playback of non-live, i.e., recorded, medical device status information, the media server 114 (
When the user commands playback of non-live medical device status information, the user implicitly or explicitly specifies a time at which the status information of interest was received by the media server 114. For example, each alert in the Alert Summary 804 (
The media server 114 searches the network connectivity log 116 fields 1100 (
At 1202, an internal variable (Offset within Media File) is initialized to zero, and the process 1200 enters a loop. At the beginning of the loop, at 1204, the first network connect event entry for the specified medical device (Device ID) is fetched from the network connectivity log 116, and the time of the connect event is stored in a temporary variable (Segment Connect Time). At 1206, the first network disconnect event entry for the specified medical device (Device ID) is fetched from the network connectivity log 116, and the time of the disconnect event is stored in a second temporary variable (Segment Disconnect Time). The term “segment” here refers to a period of continuous network connectivity for the specified medical device 102-106.
A duration of the computer network connection (the segment) is calculated by subtracting the Segment Connect Time from the Segment Disconnect Time, and the result of the calculation is stored in a third temporary variable (Segment Duration).
At 1210, the time of interest (Time) is compared to the Segment Connect Time and to the Segment Disconnect Time to ascertain whether the time of interest (Time) is between the Segment Connect Time and the Segment Disconnect Time, i.e., whether the time of interest (Time) occurs during the current segment (period of network connectivity). At 1212, if the time of interest (Time) is between the Segment Connect Time and the Segment Disconnect Time, control passes to 1214. At 1214, another temporary variable (Offset within Segment) is calculated by subtracting Segment Connect Time from the time of interest (Time). The Offset within Segment indicates how far into the current segment (period of network connectivity) the time of interest occurs. A graphic example of a hypothetical Offset within Segment value is shown at 1028 (
At 1216, a return value (Index) is calculated by adding the Offset within Segment to the Offset within Media File. This return value (Index) corresponds to the index 1024 exemplified in
If, however, at 1212, the time of interest (Time) is not between the Segment Connect Time and the Segment Disconnect Time, control passes to 1220. The time of interest (Time) does not occur during the current segment (period of network connectivity). At 1220, the time of interest (Time) is compared to the Segment Connect Time. If the time of interest (Time) is before, i.e., less than, the Segment Connect Time, the time of interest (Time) occurred before the next segment of network connectivity, i.e., during a gap in network connectivity. Consequently, the media or archive file 112 or 113 does not contain status information for the time of interest (Time). Control passes to 1222, where an error (Time not in Media/Archive File) is returned, and control returns to the caller of the procedure 1200.
On the other hand, at 1220, if the time of interest (Time) is not less than, i.e., not before, the Segment Connect Time, control passes to 1224. A subsequent segment may include the time of interest (Time). The Offset within Media File is increased by the Segment Duration, shifting the Offset within Media File to the beginning of the next segment in the media or archive file. Control returns to the beginning of the loop, i.e., to 1204, where the next network connect event entry is fetched from the network connectivity log 116.
If a monitoring station 120-122 is displaying recent information, such as the “previous 5 hours” web page 900 (
The process 1200 may be easily modified to calculate the index relative to the end of the media file 1018. According to this modification, in operation 1214, the Offset within Segment is calculated by subtracting the time of interest (Time) from the Segment Disconnect Time. In operation 1220, the time of interest (Time) is compared to the Segment Disconnect Time. If the time of interest (Time) is greater than, i.e., later than, the Segment Disconnect Time, control passes to 1222, otherwise control passes to 1224.
As used in the claims, “an end of the media file” refers to either the beginning of the media file or the end opposite the beginning of the media file. In other words, an end of the media file refers to either end of the media file.
As noted, when a user commands playback of non-live, i.e., recorded, medical device status information, the web server 118 sends a status request, including a time of interest, to the media server 114 (
Thus, the media server 114 is configured to receive a status request that includes a time at which requested status information was captured. The media server 114 is also configured to access the network connectivity log 116 and calculate the index 1024 (
Optionally, the web server 118 displays pop-up message, exemplified by a hypothetical pop-up message 1300 in
Optionally, an outgoing e-mail server (SMTP server) 126 (
The media server 114, web server 118 and data store 110 may be implemented by a processor executing instructions stored in a memory. The instructions may include instructions for implementing the process 1200 described with reference to
The network connectivity log 116 may be implemented with a relational database and may include a front end (load balancer) that distributes access requests across multiple copies of the database to support a high volume of requests. Similarly, the data store 110 may include a front end (load balancer) that distributes load across multiple copies of the media file 112 and/or the archive files 113. The web server 118 and/or the media server 114 may include respective front ends (load balancers) that distribute load across multiple copies of the web server 118 and/or the media server 114.
In some embodiments, one media file 112 stores status information from only one of the medical devices 102-106, i.e., each medical device has an associated media file 112. However, in other embodiments, one media file 112 stores status information from multiple medical devices 102-106. Similarly, one archive file 113 may service one or multiple medical devices 102-106.
While the invention is described through the above-described exemplary embodiments, modifications to, and variations of, the illustrated embodiments may be made without departing from the inventive concepts disclosed herein. For example, although specific parameter values, such as timeouts and recording times, may be recited in relation to disclosed embodiments, within the scope of the invention, the values of all parameters may vary over wide ranges to suit different applications. Unless otherwise indicated in context, or would be understood by one of ordinary skill in the art, terms such as “about” mean within ±20%.
As used herein, including in the claims, the term “and/or,” used in connection with a list of items, means one or more of the items in the list, i.e., at least one of the items in the list, but not necessarily all the items in the list. As used herein, including in the claims, the term “or,” used in connection with a list of items, means one or more of the items in the list, i.e., at least one of the items in the list, but not necessarily all the items in the list. “Or” does not mean “exclusive or.”
Although aspects of embodiments may be described with reference to flowcharts and/or block diagrams, functions, operations, decisions, etc. of all or a portion of each block, or a combination of blocks, may be combined, separated into separate operations or performed in other orders. All or a portion of each block, module or combination thereof may be implemented as computer program instructions (such as software), hardware (such as combinatorial logic, Application Specific Integrated Circuits (ASICs), Field-Programmable Gate Arrays (FPGAs), processor or other hardware), firmware or combinations thereof.
The media server 114, data store 110, web server 118 and/or network connectivity log 116, or portions thereof, may be implemented by one or more processors executing, or controlled by, instructions stored in a memory. Each processor may be a general purpose processor, such as a central processing unit (CPU), a graphic processing unit (GPU), digital signal processor (DSP), a special purpose processor, etc., as appropriate, or combination thereof.
The memory may be random access memory (RAM), read-only memory (ROM), flash memory or any other memory, or combination thereof, suitable for storing control software or other instructions and data. Instructions defining the functions of the present invention may be delivered to a processor in many forms, including, but not limited to, information permanently stored on tangible non-transitory non-writable storage media (e.g., read-only memory devices within a computer, such as ROM, or devices readable by a computer I/O attachment, such as CD-ROM or DVD disks), information alterably stored on tangible non-transitory writable storage media (e.g., floppy disks, removable flash memory and hard drives) or information conveyed to a computer through a communication medium, including wired or wireless computer networks. Moreover, while embodiments may be described in connection with various illustrative data structures, systems may be embodied using a variety of data structures.
Disclosed aspects, or portions thereof, may be combined in ways not listed above and/or not explicitly claimed. In addition, embodiments disclosed herein may be suitably practiced, absent any element that is not specifically disclosed herein. Accordingly, the invention should not be viewed as being limited to the disclosed embodiments.
As used herein, numerical terms, such as “first,” “second” and “third,” are used to distinguish respective elements from one another and are not intended to indicate any particular order or total number of elements in any particular embodiment. Thus, for example, a given embodiment may include only a second local variable and a third local variable.
Agnello, Alessandro Simone, Lemay, Paul Roland
Patent | Priority | Assignee | Title |
Patent | Priority | Assignee | Title |
8233768, | Nov 16 2007 | DivX CF Holdings LLC; DIVX, LLC | Hierarchical and reduced index structures for multimedia files |
20060085518, | |||
20090063187, | |||
20090063193, | |||
20090282162, | |||
20150317751, | |||
20180006831, | |||
JP2011502369, | |||
JP2011523473, | |||
JP2014199581, | |||
JP2016005238, | |||
JP2017202058, | |||
JP2017204248, | |||
JP2018501533, | |||
WO2009120909, | |||
WO2016057416, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Sep 21 2018 | AGNELLO, ALESSANDRO SIMONE | ABIOMED, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057134 | /0529 | |
Sep 21 2018 | LEMAY, PAUL ROLAND | ABIOMED, INC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 057134 | /0529 | |
Aug 10 2021 | Abiomed, Inc. | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Aug 10 2021 | BIG: Entity status set to Undiscounted (note the period is included in the code). |
Date | Maintenance Schedule |
Jun 13 2026 | 4 years fee payment window open |
Dec 13 2026 | 6 months grace period start (w surcharge) |
Jun 13 2027 | patent expiry (for year 4) |
Jun 13 2029 | 2 years to revive unintentionally abandoned end. (for year 4) |
Jun 13 2030 | 8 years fee payment window open |
Dec 13 2030 | 6 months grace period start (w surcharge) |
Jun 13 2031 | patent expiry (for year 8) |
Jun 13 2033 | 2 years to revive unintentionally abandoned end. (for year 8) |
Jun 13 2034 | 12 years fee payment window open |
Dec 13 2034 | 6 months grace period start (w surcharge) |
Jun 13 2035 | patent expiry (for year 12) |
Jun 13 2037 | 2 years to revive unintentionally abandoned end. (for year 12) |