US20130346107A1 - Mobile clinical research associate framework for offline capability - Google Patents
Mobile clinical research associate framework for offline capability Download PDFInfo
- Publication number
- US20130346107A1 US20130346107A1 US13/827,073 US201313827073A US2013346107A1 US 20130346107 A1 US20130346107 A1 US 20130346107A1 US 201313827073 A US201313827073 A US 201313827073A US 2013346107 A1 US2013346107 A1 US 2013346107A1
- Authority
- US
- United States
- Prior art keywords
- trip report
- skeleton
- trip
- mobile device
- data
- 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.)
- Abandoned
Links
Images
Classifications
-
- G06F19/36—
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H10/00—ICT specially adapted for the handling or processing of patient-related medical or healthcare data
- G16H10/20—ICT specially adapted for the handling or processing of patient-related medical or healthcare data for electronic clinical trials or questionnaires
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
- G06F16/273—Asynchronous replication or reconciliation
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H15/00—ICT specially adapted for medical reports, e.g. generation or transmission thereof
Definitions
- Clinical trials are sets of tests in medical research and drug development that generate safety and efficacy data, such as information about adverse drug reactions and adverse effects of treatments for health interventions (e.g., drugs, diagnostics, devices, therapy protocols). Furthermore, information about the design of the clinical study, such as information about drugs, diagnostics, devices and protocols may also be included.
- safety and efficacy data such as information about adverse drug reactions and adverse effects of treatments for health interventions (e.g., drugs, diagnostics, devices, therapy protocols).
- health interventions e.g., drugs, diagnostics, devices, therapy protocols.
- information about the design of the clinical study such as information about drugs, diagnostics, devices and protocols may also be included.
- trip reports stores information regarding a clinical study. Therefore, trip reports are highly customizable and include significant data. It is desirable to edit and display the trip report on a mobile device without having to customize the interface with the mobile device or having to repeatedly access the remote server. Likewise, it is difficult to standardize trip reports due to the interaction of the business components and the trip report web service.
- FIG. 1 illustrates one embodiment of a method associated with a clinical research associate (CRA) framework for offline capability.
- CRA clinical research associate
- FIG. 2 illustrates another embodiment of a method associated with a CRA framework for offline capability.
- FIG. 3 illustrates another embodiment of a system associated with a CRA framework for offline capability.
- FIG. 4 illustrates another embodiment of a system associated with a CRA framework for offline capability.
- FIG. 5 illustrates an embodiment of a computing system in which example systems and methods, and equivalents, may operate.
- the CRA application framework provides a generic way to encrypt and cache data using declarative tags to databases and file systems on a mobile device. Using declarative programming minimizes the amount of coding required to enable the CRA application framework.
- the CRA application framework allows users to cache offline data, enables downloading of data to a mobile device, and operate the mobile device while offline.
- the CRA application framework performs trip report related activities. Creating a trip report is one of the most resource intensive operations. Typically, a thread processing the request to create a trip report would then generate the trip report. To reduce the amount of strain put on the CRA application framework, the activities related to the trip report are performed asynchronously. Accordingly different threads process the request to create the trip report and generate the trip report. By separating the resource intensive operations into separate threads the CRA application framework achieves better control over the server resources, allows for greater scalability, and makes the system more reliable.
- FIG. 1 illustrates an example embodiment of a method associated with a CRA application framework with offline capability.
- the method 100 is performed in a CRA application framework used for managing data from clinical studies.
- the CRA application framework facilitates communication between mobile devices and a server.
- a user visiting a clinical setting has a mobile device that is used to store and manage data about their trip to the clinic. To ensure the desired data is acquired, the user enters the trip report data into predefined spaces in a trip report skeleton.
- a creation request to create a trip report skeleton is sent from the mobile device to a server which processes the request in a first thread at 110 .
- the creation request is acknowledged by the server.
- the trip report skeleton is created in a second thread on the server. To better distribute server resources, the first thread operated asynchronously from the second thread.
- the mobile device issues a fetch request to retrieve the created trip report skeleton. Because the first thread and the second thread operate asynchronously, the trip report skeleton may not be ready when the trip report skeleton is requested.
- the mobile device issues a subsequent fetch request to retrieve the trip report skeleton.
- the timing of sending additional fetch requests may comply with a predetermined schedule. Alternatively additional fetch requests may be sent as soon as the fetch request times out at 160 or after a predetermined amount of time elapses after the fetch request times out at 160 .
- the method 100 then returns to step 150 to determine whether the trip report is ready to be sent to the mobile device.
- the method 100 proceeds to step 180 where the trip report skeleton is received by the mobile device.
- the mobile device receives the trip report skeleton as a Self Describing Object (SDO).
- SDO Self Describing Object
- the clinical data can be entered into the SDO on the mobile device.
- the SDO contains metadata that enables the mobile device to render the trip report skeleton on the mobile device. Therefore, the mobile device does not need to access a remote server when data is being entered into the trip report skeleton. This reduces the number of times that the mobile device has to access the remote server.
- FIG. 2 illustrates an embodiment of a method associated with a CRA application framework with offline capability.
- the trip report skeleton is generated as a Self Describing Object (SDO).
- SDO Self Describing Object
- One advantage of the trip report skeleton being in an SDO format is that generic tools can be used to manipulate trip report data. Self-describing data contains the information that tools need to manipulate various types of data correctly.
- Another advantage of the trip report skeleton being in an SDO format is that it makes the CRA application framework more robust and flexible. Multiple programs running on different devices (e.g., mobile device, server) may interface to a single program despite differences in where the different devices place trip report data.
- Metadata is created for rendering a trip report on a mobile device and stored on a server.
- the stored metadata is combined with a canonical trip report to create a skeleton trip report in an SDO format.
- the skeleton trip report is fetched by the mobile device.
- the mobile device renders the skeleton trip report based on the embedded metadata.
- trip report data is entered in the skeleton trip report. Because the trip report skeleton is maintained on the mobile device as an SDO, data is entered by the mobile device into the skeleton trip report regardless of whether the server has immediate access to the data. Data can be entered when the mobile device is offline (i.e., disconnected from the server).
- the completed trip report is sent back to the server to be stored.
- the device parameters may include completing the trip report skeleton with a predetermined percentage of trip report data.
- the device parameters may be a function of the relationship between the mobile device and the server.
- the completed trip report may be sent to the logic when a network link is established between the mobile device and the server.
- FIG. 3 illustrates one example embodiment of a system associated with a CRA application framework with offline capability.
- Trip reports are heavily customized. Customizing the trip report changes the underlying data structure, related clinical components, and the trip report web service that facilitates communication between a server side logic 310 and a mobile device 350 .
- the server side logic 310 and the mobile device 350 communicate trip report data using a CRA application framework 300 .
- the server side logic 310 stores a canonical trip report 320 and metadata 330 .
- the canonical trip report 320 is a generalized structure that is linked to a custom trip report. Therefore, a custom trip report may be highly customized making the custom trip report form inappropriate for distribution to multiple users.
- the canonical trip report 320 is generalized so that the canonical trip report 320 can be distributed to a number of users for a number of trips even when the users are employing different mobile devices.
- the metadata 330 is used to render (e.g., individual screen rendering, individual field rendering and validation, screen transitions, and handling data change events) the canonical trip report 320 on the mobile device 350 .
- the canonical trip report 320 supports custom activity attributes (e.g., checklist functionality).
- the metadata 330 renders the custom activity attributes on the mobile device 350 .
- the metadata 330 is generated and stored on the server side logic 310 by an administrator. Once the metadata is stored, any number of mobile devices, like the mobile device 350 can use the metadata for rendering.
- the creation request sent by a mobile device may include device data such as a mobile device identifier so that the correct metadata for a mobile device is known.
- the canonical trip report 320 and the metadata 330 are combined by an SDO transformer 315 on the server side logic 310 to create a trip report skeleton 340 .
- the trip report skeleton 340 is a Self Describing Object (SDO).
- SDOs like the canonical trip report 320 , are defined in an object oriented computer programming language (e.g., JAVA).
- JAVA object oriented computer programming language
- the trip report skeleton 340 is an SDO that is a plain Java object, structured in a JavaScript Object Notation (JSON) for Java to JSON deserialization.
- JSON JavaScript Object Notation
- the canonical trip report 320 uses classes that contain special annotations to facilitate use of XML serialization.
- SDO classes are structurally similar to canonical trip report classes.
- the difference between the canonical trip report 320 and the trip report skeleton 340 is that the trip report skeleton 340 is in an SDO format and additionally contains metadata 330 .
- the server side logic 310 also provides application programming interfaces (APIs) for the mobile device 350 to load and synchronize the trip report skeleton 340 .
- APIs application programming interfaces
- the SDO transformer 315 also reverses the conversion from trip report skeleton 340 back to a canonical trip report 320 .
- Some of the features of a custom trip report may be lost when the custom trip report is converted to a canonical trip report 320 . Accordingly the conversion of the custom trip report to the canonical trip report 320 is considered “lossy.” However, information lost during the conversion from the custom trip report to the canonical trip report 320 is restored during the reverse conversion.
- the server side logic 310 persists the custom trip report by saving the custom trip report. When the server side logic receives a trip report skeleton 340 with information about a trip, the resulting modified trip report skeleton is merged with the custom trip report during the reverse conversion. Accordingly, the trip report data lost by using a trip report skeleton can be restored.
- FIG. 4 illustrates another example embodiment of a system associated with a CRA application framework with offline capability.
- the mobile device 350 has received the trip report skeleton 360 .
- the mobile device 350 may receive the trip report skeleton 360 in the manner described with respect to FIG. 1 .
- the mobile device 350 inputs the trip report data 370 and stores the trip report data 370 locally in the trip report skeleton 360 on the mobile device 350 of the CRA application framework system 300 .
- the trip report skeleton 360 is an SDO that is deserialised into a generic recursive dictionary/array structure.
- a rendering logic 375 renders the trip report skeleton 360 based on the metadata included in the trip report skeleton 360 .
- the trip report data 370 can be manipulated regardless of whether the mobile device 350 is connected to a network, disconnected, or the connection is intermittent.
- the trip report skeleton 360 including the trip report data 370 can be sent back to the server side logic 310 . Therefore, the network interactions are minimized because the trip report data 370 can be manipulated on the mobile device 350 and sent when it is convenient.
- the trip report skeleton 360 is stored locally on the mobile device 350 using a persistence stack 380 .
- the persistence stack 380 performs encryption of the trip report data 370 on the mobile device 350 .
- the persistence stack 380 also stores and retrieves trip report skeletons 360 , tracks changes to the trip report data 370 , and performs updates.
- the persistence stack 380 includes a persistent context 385 , a persistent model 390 , and a persistent store 395 .
- the persistent context 385 registers objects, such as the trip report skeleton 360 which is an SDO, by associating objects with a unique key.
- objects such as the trip report skeleton 360 which is an SDO
- the persistent context 385 may assign a unique key to the object using a persistent context delegate method.
- the persistent context 385 also tracks changes occurring in the trip report skeleton 360 by assessing the trip report skeleton 360 to be in a dirty state when the persistence stack 380 detects that the trip report data 370 has been changed. If the trip report skeleton 360 is deemed dirty, an update action is scheduled for the trip report data 370 . The update action causes the flagged trip report skeleton 360 to be saved to the persistence context 385 thereby saving the trip report data 370 . If the trip report skeleton 360 is still dirty, the update is finalized resulting in the “dirty” flag being cleared.
- the persistent context 385 detects changes in the trip report skeleton 360 in response to a number of events (e.g., a change being made, initialization). For example upon initialization, the persistence context 380 verifies whether any of the managed trip report skeletons 360 are in a dirty state. If a trip report skeleton, such as trip report skeleton 360 , is dirty, the persistence context 380 determines that an update operation was not completed, and the persistence context 380 subsequently reschedules the update operation for the trip report skeleton.
- a trip report skeleton such as trip report skeleton 360
- the persistent model 390 provides in memory collection of the trip report data 370 .
- the persistent model 390 also loads previously persisted trip report skeletons from the persistent context.
- the persistent model 390 will not update earlier persisted items in the dirty state or objects with a timestamp greater than the timestamp of the incoming trip report data 370 .
- the persistent store 395 saves the trip report skeletons like the trip report skeleton 360 .
- the persistent store 395 also encrypts and decrypts trip report data 370 .
- the CRA application framework 300 enables ease of caching offline data using declarative programming and enables a user to download data to the mobile device 350 and manage the data while offline.
- the system caches the data on the mobile device and monitors the lifecycle of the cached data and provides dynamic synchronization capabilities.
- the system provides widgets that are configured to display the cached data in various formats using declarative programming.
- the system enables sensitive data to be HIPPA and CFR part 11 compliant using settings.
- the described methods and/or their equivalents may be implemented with computer executable instructions.
- a non-transitory computer-readable medium is configured with stored computer executable instructions that when executed by a machine (e.g., processor, computer, and so on) cause the machine (and/or associated components) to perform the method.
- a machine e.g., processor, computer, and so on
- the described systems, methods and/or their equivalents may be implemented in logic.
- FIG. 5 illustrates an example computing device in which example systems and methods described herein, and equivalents, may operate.
- the example computing device may be a computer 500 that includes a processor 502 , a memory 504 , and input/output ports 510 operably connected by a bus 508 .
- the computer 500 may include a server side logic 530 configured to operate on a CRA application framework and allow a mobile device to function offline.
- the server side logic 530 may be implemented in hardware, a non-transitory computer-readable medium with stored instructions, firmware, and/or combinations thereof. While the server side logic 530 is illustrated as a hardware component attached to the bus 508 , it is to be appreciated that in one example, the server side logic 530 could be implemented in the processor 502 .
- the server side logic 530 has means (e.g., hardware, non-transitory computer-readable medium, firmware) for combining a canonical trip report with metadata to create an SDO.
- the means may be implemented, for example, as an ASIC programmed to create the SDO.
- the means may also be implemented as stored computer executable instructions that are presented to computer 500 as data 516 that are temporarily stored in memory 504 and then executed by processor 502 .
- the functionality of the server side logic may be implemented on a mobile device.
- the processor 502 may be a variety of various processors including dual microprocessor and other multi-processor architectures.
- a memory 504 may include volatile memory and/or non-volatile memory.
- Non-volatile memory may include, for example, ROM, PROM, and so on.
- Volatile memory may include, for example, RAM, SRAM, DRAM, and so on.
- a disk 506 may be operably connected to the computer 500 via, for example, an input/output interface (e.g., card, device) 518 and an input/output port 510 .
- the disk 506 may be, for example, a magnetic disk drive, a solid state disk drive, a floppy disk drive, a tape drive, a Zip drive, a flash memory card, a memory stick, and so on.
- the disk 506 may be a CD-ROM drive, a CD-R drive, a CD-RW drive, a DVD ROM, and so on.
- the memory 504 can store a process 514 and/or a data 516 , for example.
- the disk 506 and/or the memory 504 can store an operating system that controls and allocates resources of the computer 500 .
- the bus 508 may be a single internal bus interconnect architecture and/or other bus or mesh architectures. While a single bus is illustrated, it is to be appreciated that the computer 500 may communicate with various devices, logics, and peripherals using other busses (e.g., PCIE, 1394, USB, Ethernet).
- the bus 508 can be types including, for example, a memory bus, a memory controller, a peripheral bus, an external bus, a crossbar switch, and/or a local bus.
- the computer 500 may interact with input/output devices via the i/o interfaces 518 and the input/output ports 510 .
- Input/output devices may be, for example, a keyboard, a microphone, a pointing and selection device, cameras, video cards, displays, the disk 506 , the network devices 520 , and so on.
- the input/output ports 510 may include, for example, serial ports, parallel ports, and USB ports.
- the computer 500 can operate in a network environment and thus may be connected to the network devices 520 via the i/o interfaces 518 , and/or the i/o ports 510 . Through the network devices 520 , the computer 500 may interact with a network. Through the network, the computer 500 may be logically connected to remote computers (e.g., mobile devices). Networks with which the computer 500 may interact include, but are not limited to, a LAN, a WAN, and other networks.
- a non-transitory computer-readable medium is configured with stored computer executable instructions that when executed by a machine (e.g., processor, computer, and so on) cause the machine (and/or associated components) to perform the methods of FIGS. 1 and 2 .
- a machine e.g., processor, computer, and so on
- references to “one embodiment”, “an embodiment”, “one example”, “an example”, and so on, indicate that the embodiment(s) or example(s) so described may include a particular feature, structure, characteristic, property, element, or limitation, but that not every embodiment or example necessarily includes that particular feature, structure, characteristic, property, element or limitation. Furthermore, repeated use of the phrase “in one embodiment” does not necessarily refer to the same embodiment, though it may.
- ASIC application specific integrated circuit
- CD compact disk
- CD-R CD recordable.
- CD-RW CD rewriteable.
- DVD digital versatile disk and/or digital video disk.
- HTTP hypertext transfer protocol
- LAN local area network
- PCI peripheral component interconnect
- PCIE PCI express.
- RAM random access memory
- DRAM dynamic RAM
- SRAM synchronous RAM.
- ROM read only memory
- PROM programmable ROM.
- EPROM erasable PROM.
- USB universal serial bus
- XML extensible markup language
- WAN wide area network
- Computer component refers to a computer-related entity (e.g., hardware, firmware, instructions in execution, combinations thereof).
- Computer components may include, for example, a process running on a processor, a processor, an object, an executable, a thread of execution, and a computer.
- a computer component(s) may reside within a process and/or thread.
- a computer component may be localized on one computer and/or may be distributed between multiple computers.
- Computer communication refers to a communication between computing devices (e.g., computer, personal digital assistant, cellular telephone) and can be, for example, a network transfer, a file transfer, an applet transfer, an email, an HTTP transfer, and so on.
- a computer communication can occur across, for example, a wireless system (e.g., IEEE 802.11), an Ethernet system (e.g., IEEE 802.3), a token ring system (e.g., IEEE 802.5), a LAN, a WAN, a point-to-point system, a circuit switching system, a packet switching system, and so on.
- Computer-readable medium refers to a non-transitory medium that stores instructions and/or data.
- a computer-readable medium may take forms, including, but not limited to, non-volatile media, and volatile media.
- Non-volatile media may include, for example, optical disks, magnetic disks, and so on.
- Volatile media may include, for example, semiconductor memories, dynamic memory, and so on.
- a computer-readable medium may include, but are not limited to, a floppy disk, a flexible disk, a hard disk, a magnetic tape, other magnetic medium, an ASIC, a CD, other optical medium, a RAM, a ROM, a memory chip or card, a memory stick, and other media from which a computer, a processor or other electronic device can read.
- database is used to refer to a table. In other examples, “database” may be used to refer to a set of tables. In still other examples, “database” may refer to a set of data stores and methods for accessing and/or manipulating those data stores.
- Logic includes but is not limited to hardware, firmware, a non-transitory computer readable medium that stores instructions, instructions in execution on a machine, and/or combinations of each to perform a function(s) or an action(s), and/or to cause a function or action from another logic, method, and/or system.
- Logic may include a microprocessor controlled by an algorithm, a discrete logic (e.g., ASIC), an analog circuit, a digital circuit, a programmed logic device, a memory device containing instructions, and so on.
- Logic may include one or more gates, combinations of gates, or other circuit components. Where multiple logics are described, it may be possible to incorporate the multiple logics into one physical logic. Similarly, where a single logic is described, it may be possible to distribute that single logic between multiple physical logics.
- An “operable connection”, or a connection by which entities are “operably connected”, is one in which signals, physical communications, and/or logical communications may be sent and/or received.
- An operable connection may include a physical interface, an electrical interface, and/or a data interface.
- An operable connection may include differing combinations of interfaces and/or connections sufficient to allow operable control.
- two entities can be operably connected to communicate signals to each other directly or through one or more intermediate entities (e.g., processor, operating system, logic, non-transitory computer-readable medium).
- Logical and/or physical communication channels can be used to create an operable connection.
- “User”, as used herein, includes but is not limited to one or more persons, computers or other devices, or combinations of these.
- the phrase “one or more of, A, B, and C” is used herein, (e.g., a data store configured to store one or more of, A, B, and C) it is intended to convey the set of possibilities A, B, C, AB, AC, BC, and/or ABC (e.g., the data store may store only A, only B, only C, A&B, A&C, B&C, and/or A&B&C). It is not intended to require one of A, one of B, and one of C.
- the applicants intend to indicate “at least one of A, at least one of B, and at least one of C”, then the phrasing “at least one of A, at least one of B, and at least one of C” will be used.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Primary Health Care (AREA)
- Public Health (AREA)
- Medical Informatics (AREA)
- General Health & Medical Sciences (AREA)
- Epidemiology (AREA)
- Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Computing Systems (AREA)
- Physics & Mathematics (AREA)
- Medical Treatment And Welfare Office Work (AREA)
- Mobile Radio Communication Systems (AREA)
- Telephonic Communication Services (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Systems and methods are described herein that provide a system associated with a CRA application framework with offline capability. In one example embodiment a trip report skeleton allows trip report data about clinical research to be stored on a mobile device. The mobile device sends a trip report skeleton creation request to a server side logic using the CRA application framework. The activities related to the trip report are performed asynchronously. Therefore, when a fetch request for the trip report skeleton is issued, it is determined if the trip report skeleton is ready. When the trip report skeleton is ready, a trip report skeleton in a Self Describing Object (SDO) format is received.
Description
- This disclosure claims the benefit of U.S. Provisional Patent Application Ser. No. “61/662,050” filed Jun. 20, 2012, titled “Mobile Clinical Research Associate Framework for Offline Capability” which is incorporated by reference in its entirety.
- Clinical trials are sets of tests in medical research and drug development that generate safety and efficacy data, such as information about adverse drug reactions and adverse effects of treatments for health interventions (e.g., drugs, diagnostics, devices, therapy protocols). Furthermore, information about the design of the clinical study, such as information about drugs, diagnostics, devices and protocols may also be included.
- A trip report stores information regarding a clinical study. Therefore, trip reports are highly customizable and include significant data. It is desirable to edit and display the trip report on a mobile device without having to customize the interface with the mobile device or having to repeatedly access the remote server. Likewise, it is difficult to standardize trip reports due to the interaction of the business components and the trip report web service.
- The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate various systems, methods, and other embodiments of the disclosure. It will be appreciated that the illustrated element boundaries (e.g., boxes, groups of boxes, or other shapes) in the figures represent one embodiment of the boundaries. In some embodiments one element may be designed as multiple elements or that multiple elements may be designed as one element. In some embodiments, an element shown as an internal component of another element may be implemented as an external component and vice versa. Furthermore, elements may not be drawn to scale.
-
FIG. 1 illustrates one embodiment of a method associated with a clinical research associate (CRA) framework for offline capability. -
FIG. 2 illustrates another embodiment of a method associated with a CRA framework for offline capability. -
FIG. 3 illustrates another embodiment of a system associated with a CRA framework for offline capability. -
FIG. 4 illustrates another embodiment of a system associated with a CRA framework for offline capability. -
FIG. 5 illustrates an embodiment of a computing system in which example systems and methods, and equivalents, may operate. - Systems and methods are described herein that provide a mobile clinical research associate (CRA) application framework that is built to support offline capabilities. The CRA application framework provides a generic way to encrypt and cache data using declarative tags to databases and file systems on a mobile device. Using declarative programming minimizes the amount of coding required to enable the CRA application framework. The CRA application framework allows users to cache offline data, enables downloading of data to a mobile device, and operate the mobile device while offline.
- In one embodiment, the CRA application framework performs trip report related activities. Creating a trip report is one of the most resource intensive operations. Typically, a thread processing the request to create a trip report would then generate the trip report. To reduce the amount of strain put on the CRA application framework, the activities related to the trip report are performed asynchronously. Accordingly different threads process the request to create the trip report and generate the trip report. By separating the resource intensive operations into separate threads the CRA application framework achieves better control over the server resources, allows for greater scalability, and makes the system more reliable.
- For example,
FIG. 1 illustrates an example embodiment of a method associated with a CRA application framework with offline capability. Themethod 100 is performed in a CRA application framework used for managing data from clinical studies. The CRA application framework facilitates communication between mobile devices and a server. - A user visiting a clinical setting has a mobile device that is used to store and manage data about their trip to the clinic. To ensure the desired data is acquired, the user enters the trip report data into predefined spaces in a trip report skeleton. To receive a trip report skeleton, a creation request to create a trip report skeleton is sent from the mobile device to a server which processes the request in a first thread at 110. At 120, the creation request is acknowledged by the server. At 130, the trip report skeleton is created in a second thread on the server. To better distribute server resources, the first thread operated asynchronously from the second thread.
- At 140, the mobile device issues a fetch request to retrieve the created trip report skeleton. Because the first thread and the second thread operate asynchronously, the trip report skeleton may not be ready when the trip report skeleton is requested. At 150, a determination is made whether the trip report skeleton is ready to be sent to the mobile device. If the trip report skeleton is not ready, the
method 100 proceeds to 160 where the fetch request times out. At 170, the mobile device issues a subsequent fetch request to retrieve the trip report skeleton. The timing of sending additional fetch requests may comply with a predetermined schedule. Alternatively additional fetch requests may be sent as soon as the fetch request times out at 160 or after a predetermined amount of time elapses after the fetch request times out at 160. Themethod 100 then returns tostep 150 to determine whether the trip report is ready to be sent to the mobile device. - If the trip report skeleton is ready, the
method 100 proceeds to step 180 where the trip report skeleton is received by the mobile device. At 180, the mobile device receives the trip report skeleton as a Self Describing Object (SDO). Regardless of the customization of the clinical study, the clinical data can be entered into the SDO on the mobile device. The SDO contains metadata that enables the mobile device to render the trip report skeleton on the mobile device. Therefore, the mobile device does not need to access a remote server when data is being entered into the trip report skeleton. This reduces the number of times that the mobile device has to access the remote server. -
FIG. 2 illustrates an embodiment of a method associated with a CRA application framework with offline capability. The trip report skeleton is generated as a Self Describing Object (SDO). One advantage of the trip report skeleton being in an SDO format is that generic tools can be used to manipulate trip report data. Self-describing data contains the information that tools need to manipulate various types of data correctly. Another advantage of the trip report skeleton being in an SDO format is that it makes the CRA application framework more robust and flexible. Multiple programs running on different devices (e.g., mobile device, server) may interface to a single program despite differences in where the different devices place trip report data. - At 210, metadata is created for rendering a trip report on a mobile device and stored on a server. At 220, the stored metadata is combined with a canonical trip report to create a skeleton trip report in an SDO format. At 230, the skeleton trip report is fetched by the mobile device. At 240, the mobile device renders the skeleton trip report based on the embedded metadata. At 250, trip report data is entered in the skeleton trip report. Because the trip report skeleton is maintained on the mobile device as an SDO, data is entered by the mobile device into the skeleton trip report regardless of whether the server has immediate access to the data. Data can be entered when the mobile device is offline (i.e., disconnected from the server).
- In response to the mobile device meeting mobile device parameters, at 260 the completed trip report is sent back to the server to be stored. The device parameters may include completing the trip report skeleton with a predetermined percentage of trip report data. Alternatively the device parameters may be a function of the relationship between the mobile device and the server. For example, the completed trip report may be sent to the logic when a network link is established between the mobile device and the server.
-
FIG. 3 illustrates one example embodiment of a system associated with a CRA application framework with offline capability. Trip reports are heavily customized. Customizing the trip report changes the underlying data structure, related clinical components, and the trip report web service that facilitates communication between aserver side logic 310 and amobile device 350. Theserver side logic 310 and themobile device 350 communicate trip report data using aCRA application framework 300. - The
server side logic 310 stores acanonical trip report 320 andmetadata 330. Thecanonical trip report 320 is a generalized structure that is linked to a custom trip report. Therefore, a custom trip report may be highly customized making the custom trip report form inappropriate for distribution to multiple users. Thecanonical trip report 320 is generalized so that thecanonical trip report 320 can be distributed to a number of users for a number of trips even when the users are employing different mobile devices. - The
metadata 330 is used to render (e.g., individual screen rendering, individual field rendering and validation, screen transitions, and handling data change events) thecanonical trip report 320 on themobile device 350. For example, thecanonical trip report 320 supports custom activity attributes (e.g., checklist functionality). Themetadata 330 renders the custom activity attributes on themobile device 350. Themetadata 330 is generated and stored on theserver side logic 310 by an administrator. Once the metadata is stored, any number of mobile devices, like themobile device 350 can use the metadata for rendering. The creation request sent by a mobile device may include device data such as a mobile device identifier so that the correct metadata for a mobile device is known. - The
canonical trip report 320 and themetadata 330 are combined by anSDO transformer 315 on theserver side logic 310 to create atrip report skeleton 340. Thetrip report skeleton 340 is a Self Describing Object (SDO). SDOs, like thecanonical trip report 320, are defined in an object oriented computer programming language (e.g., JAVA). For example, from the perspective of the server side logic, thetrip report skeleton 340 is an SDO that is a plain Java object, structured in a JavaScript Object Notation (JSON) for Java to JSON deserialization. Thecanonical trip report 320 uses classes that contain special annotations to facilitate use of XML serialization. - Accordingly, SDO classes are structurally similar to canonical trip report classes. The difference between the
canonical trip report 320 and thetrip report skeleton 340 is that thetrip report skeleton 340 is in an SDO format and additionally containsmetadata 330. Theserver side logic 310 also provides application programming interfaces (APIs) for themobile device 350 to load and synchronize thetrip report skeleton 340. - The
SDO transformer 315 also reverses the conversion fromtrip report skeleton 340 back to acanonical trip report 320. Some of the features of a custom trip report may be lost when the custom trip report is converted to acanonical trip report 320. Accordingly the conversion of the custom trip report to thecanonical trip report 320 is considered “lossy.” However, information lost during the conversion from the custom trip report to thecanonical trip report 320 is restored during the reverse conversion. For example, theserver side logic 310 persists the custom trip report by saving the custom trip report. When the server side logic receives atrip report skeleton 340 with information about a trip, the resulting modified trip report skeleton is merged with the custom trip report during the reverse conversion. Accordingly, the trip report data lost by using a trip report skeleton can be restored. -
FIG. 4 illustrates another example embodiment of a system associated with a CRA application framework with offline capability. Themobile device 350 has received thetrip report skeleton 360. Themobile device 350 may receive thetrip report skeleton 360 in the manner described with respect toFIG. 1 . Themobile device 350 inputs thetrip report data 370 and stores thetrip report data 370 locally in thetrip report skeleton 360 on themobile device 350 of the CRAapplication framework system 300. - From the perspective of the
mobile device 350 thetrip report skeleton 360 is an SDO that is deserialised into a generic recursive dictionary/array structure. Arendering logic 375 renders thetrip report skeleton 360 based on the metadata included in thetrip report skeleton 360. Thetrip report data 370 can be manipulated regardless of whether themobile device 350 is connected to a network, disconnected, or the connection is intermittent. When thetrip report data 370 needs to be synchronized with theserver side logic 310, thetrip report skeleton 360 including thetrip report data 370 can be sent back to theserver side logic 310. Therefore, the network interactions are minimized because thetrip report data 370 can be manipulated on themobile device 350 and sent when it is convenient. - The
trip report skeleton 360 is stored locally on themobile device 350 using apersistence stack 380. Thepersistence stack 380 performs encryption of thetrip report data 370 on themobile device 350. Thepersistence stack 380 also stores and retrieves trip reportskeletons 360, tracks changes to thetrip report data 370, and performs updates. - The
persistence stack 380 includes apersistent context 385, a persistent model 390, and apersistent store 395. Thepersistent context 385 registers objects, such as thetrip report skeleton 360 which is an SDO, by associating objects with a unique key. One of ordinary skill in the art will recognize there are a number of ways to associated objects with a unique key. For example, thepersistent context 385 may assign a unique key to the object using a persistent context delegate method. - The
persistent context 385 also tracks changes occurring in thetrip report skeleton 360 by assessing thetrip report skeleton 360 to be in a dirty state when thepersistence stack 380 detects that thetrip report data 370 has been changed. If thetrip report skeleton 360 is deemed dirty, an update action is scheduled for thetrip report data 370. The update action causes the flaggedtrip report skeleton 360 to be saved to thepersistence context 385 thereby saving thetrip report data 370. If thetrip report skeleton 360 is still dirty, the update is finalized resulting in the “dirty” flag being cleared. - The
persistent context 385 detects changes in thetrip report skeleton 360 in response to a number of events (e.g., a change being made, initialization). For example upon initialization, thepersistence context 380 verifies whether any of the managedtrip report skeletons 360 are in a dirty state. If a trip report skeleton, such astrip report skeleton 360, is dirty, thepersistence context 380 determines that an update operation was not completed, and thepersistence context 380 subsequently reschedules the update operation for the trip report skeleton. - The persistent model 390 provides in memory collection of the
trip report data 370. The persistent model 390 also loads previously persisted trip report skeletons from the persistent context. The persistent model 390 will not update earlier persisted items in the dirty state or objects with a timestamp greater than the timestamp of the incomingtrip report data 370. Thepersistent store 395 saves the trip report skeletons like thetrip report skeleton 360. Thepersistent store 395 also encrypts and decryptstrip report data 370. - The
CRA application framework 300 enables ease of caching offline data using declarative programming and enables a user to download data to themobile device 350 and manage the data while offline. The system caches the data on the mobile device and monitors the lifecycle of the cached data and provides dynamic synchronization capabilities. In another embodiment, the system provides widgets that are configured to display the cached data in various formats using declarative programming. In one embodiment, the system enables sensitive data to be HIPPA and CFR part 11 compliant using settings. - In another embodiment, the described methods and/or their equivalents may be implemented with computer executable instructions. Thus, in one embodiment, a non-transitory computer-readable medium is configured with stored computer executable instructions that when executed by a machine (e.g., processor, computer, and so on) cause the machine (and/or associated components) to perform the method. In another embodiment, the described systems, methods and/or their equivalents may be implemented in logic.
-
FIG. 5 illustrates an example computing device in which example systems and methods described herein, and equivalents, may operate. The example computing device may be acomputer 500 that includes aprocessor 502, amemory 504, and input/output ports 510 operably connected by a bus 508. In one example, thecomputer 500 may include aserver side logic 530 configured to operate on a CRA application framework and allow a mobile device to function offline. In different examples, theserver side logic 530 may be implemented in hardware, a non-transitory computer-readable medium with stored instructions, firmware, and/or combinations thereof. While theserver side logic 530 is illustrated as a hardware component attached to the bus 508, it is to be appreciated that in one example, theserver side logic 530 could be implemented in theprocessor 502. - In one embodiment, the
server side logic 530 has means (e.g., hardware, non-transitory computer-readable medium, firmware) for combining a canonical trip report with metadata to create an SDO. The means may be implemented, for example, as an ASIC programmed to create the SDO. The means may also be implemented as stored computer executable instructions that are presented tocomputer 500 asdata 516 that are temporarily stored inmemory 504 and then executed byprocessor 502. Alternatively, the functionality of the server side logic may be implemented on a mobile device. - Generally describing an example configuration of the
computer 500, theprocessor 502 may be a variety of various processors including dual microprocessor and other multi-processor architectures. Amemory 504 may include volatile memory and/or non-volatile memory. Non-volatile memory may include, for example, ROM, PROM, and so on. Volatile memory may include, for example, RAM, SRAM, DRAM, and so on. - A
disk 506 may be operably connected to thecomputer 500 via, for example, an input/output interface (e.g., card, device) 518 and an input/output port 510. Thedisk 506 may be, for example, a magnetic disk drive, a solid state disk drive, a floppy disk drive, a tape drive, a Zip drive, a flash memory card, a memory stick, and so on. Furthermore, thedisk 506 may be a CD-ROM drive, a CD-R drive, a CD-RW drive, a DVD ROM, and so on. Thememory 504 can store aprocess 514 and/or adata 516, for example. Thedisk 506 and/or thememory 504 can store an operating system that controls and allocates resources of thecomputer 500. - The bus 508 may be a single internal bus interconnect architecture and/or other bus or mesh architectures. While a single bus is illustrated, it is to be appreciated that the
computer 500 may communicate with various devices, logics, and peripherals using other busses (e.g., PCIE, 1394, USB, Ethernet). The bus 508 can be types including, for example, a memory bus, a memory controller, a peripheral bus, an external bus, a crossbar switch, and/or a local bus. - The
computer 500 may interact with input/output devices via the i/o interfaces 518 and the input/output ports 510. Input/output devices may be, for example, a keyboard, a microphone, a pointing and selection device, cameras, video cards, displays, thedisk 506, thenetwork devices 520, and so on. The input/output ports 510 may include, for example, serial ports, parallel ports, and USB ports. - The
computer 500 can operate in a network environment and thus may be connected to thenetwork devices 520 via the i/o interfaces 518, and/or the i/o ports 510. Through thenetwork devices 520, thecomputer 500 may interact with a network. Through the network, thecomputer 500 may be logically connected to remote computers (e.g., mobile devices). Networks with which thecomputer 500 may interact include, but are not limited to, a LAN, a WAN, and other networks. - In another embodiment, the described methods and/or their equivalents may be implemented with computer executable instructions. Thus, in one embodiment, a non-transitory computer-readable medium is configured with stored computer executable instructions that when executed by a machine (e.g., processor, computer, and so on) cause the machine (and/or associated components) to perform the methods of
FIGS. 1 and 2 . - While for purposes of simplicity of explanation, the illustrated methodologies in the figures are shown and described as a series of blocks, it is to be appreciated that the methodologies are not limited by the order of the blocks, as some blocks can occur in different orders and/or concurrently with other blocks from that shown and described. Moreover, less than all the illustrated blocks may be used to implement an example methodology. Blocks may be combined or separated into multiple components. Furthermore, additional and/or alternative methodologies can employ additional blocks that are not illustrated.
- The following includes definitions of selected terms employed herein. The definitions include various examples and/or forms of components that fall within the scope of a term and that may be used for implementation. The examples are not intended to be limiting. Both singular and plural forms of terms may be within the definitions.
- References to “one embodiment”, “an embodiment”, “one example”, “an example”, and so on, indicate that the embodiment(s) or example(s) so described may include a particular feature, structure, characteristic, property, element, or limitation, but that not every embodiment or example necessarily includes that particular feature, structure, characteristic, property, element or limitation. Furthermore, repeated use of the phrase “in one embodiment” does not necessarily refer to the same embodiment, though it may.
- ASIC: application specific integrated circuit.
- CD: compact disk.
- CD-R: CD recordable.
- CD-RW: CD rewriteable.
- DVD: digital versatile disk and/or digital video disk.
- HTTP: hypertext transfer protocol.
- LAN: local area network.
- PCI: peripheral component interconnect.
- PCIE: PCI express.
- RAM: random access memory.
- DRAM: dynamic RAM.
- SRAM: synchronous RAM.
- ROM: read only memory,
- PROM: programmable ROM.
- EPROM: erasable PROM.
- USB: universal serial bus.
- XML: extensible markup language.
- WAN: wide area network.
- “Computer component”, as used herein, refers to a computer-related entity (e.g., hardware, firmware, instructions in execution, combinations thereof). Computer components may include, for example, a process running on a processor, a processor, an object, an executable, a thread of execution, and a computer. A computer component(s) may reside within a process and/or thread. A computer component may be localized on one computer and/or may be distributed between multiple computers.
- “Computer communication”, as used herein, refers to a communication between computing devices (e.g., computer, personal digital assistant, cellular telephone) and can be, for example, a network transfer, a file transfer, an applet transfer, an email, an HTTP transfer, and so on. A computer communication can occur across, for example, a wireless system (e.g., IEEE 802.11), an Ethernet system (e.g., IEEE 802.3), a token ring system (e.g., IEEE 802.5), a LAN, a WAN, a point-to-point system, a circuit switching system, a packet switching system, and so on.
- “Computer-readable medium”, as used herein, refers to a non-transitory medium that stores instructions and/or data. A computer-readable medium may take forms, including, but not limited to, non-volatile media, and volatile media. Non-volatile media may include, for example, optical disks, magnetic disks, and so on. Volatile media may include, for example, semiconductor memories, dynamic memory, and so on. Common forms of a computer-readable medium may include, but are not limited to, a floppy disk, a flexible disk, a hard disk, a magnetic tape, other magnetic medium, an ASIC, a CD, other optical medium, a RAM, a ROM, a memory chip or card, a memory stick, and other media from which a computer, a processor or other electronic device can read.
- In some examples, “database” is used to refer to a table. In other examples, “database” may be used to refer to a set of tables. In still other examples, “database” may refer to a set of data stores and methods for accessing and/or manipulating those data stores.
- “Logic”, as used herein, includes but is not limited to hardware, firmware, a non-transitory computer readable medium that stores instructions, instructions in execution on a machine, and/or combinations of each to perform a function(s) or an action(s), and/or to cause a function or action from another logic, method, and/or system. Logic may include a microprocessor controlled by an algorithm, a discrete logic (e.g., ASIC), an analog circuit, a digital circuit, a programmed logic device, a memory device containing instructions, and so on. Logic may include one or more gates, combinations of gates, or other circuit components. Where multiple logics are described, it may be possible to incorporate the multiple logics into one physical logic. Similarly, where a single logic is described, it may be possible to distribute that single logic between multiple physical logics.
- An “operable connection”, or a connection by which entities are “operably connected”, is one in which signals, physical communications, and/or logical communications may be sent and/or received. An operable connection may include a physical interface, an electrical interface, and/or a data interface. An operable connection may include differing combinations of interfaces and/or connections sufficient to allow operable control. For example, two entities can be operably connected to communicate signals to each other directly or through one or more intermediate entities (e.g., processor, operating system, logic, non-transitory computer-readable medium). Logical and/or physical communication channels can be used to create an operable connection.
- “User”, as used herein, includes but is not limited to one or more persons, computers or other devices, or combinations of these.
- While example systems, methods, and so on have been illustrated by describing examples, and while the examples have been described in considerable detail, it is not the intention of the applicants to restrict or in any way limit the scope of the appended claims to such detail. It is, of course, not possible to describe every conceivable combination of components or methodologies for purposes of describing the systems, methods, and so on described herein. Therefore, the disclosure is not limited to the specific details, the representative apparatus, and illustrative examples shown and described. Thus, this application is intended to embrace alterations, modifications, and variations that fall within the scope of the appended claims.
- To the extent that the term “includes” or “including” is employed in the detailed description or the claims, it is intended to be inclusive in a manner similar to the term “comprising” as that term is interpreted when employed as a transitional word in a claim.
- To the extent that the term “or” is used in the detailed description or claims (e.g., A or B) it is intended to mean “A or B or both”. When the applicants intend to indicate “only A or B but not both” then the phrase “only A or B but not both” will be used. Thus, use of the term “or” herein is the inclusive, and not the exclusive use. See, Bryan A. Garner, A Dictionary of Modern Legal Usage 624 (2d. Ed. 1995).
- To the extent that the phrase “one or more of, A, B, and C” is used herein, (e.g., a data store configured to store one or more of, A, B, and C) it is intended to convey the set of possibilities A, B, C, AB, AC, BC, and/or ABC (e.g., the data store may store only A, only B, only C, A&B, A&C, B&C, and/or A&B&C). It is not intended to require one of A, one of B, and one of C. When the applicants intend to indicate “at least one of A, at least one of B, and at least one of C”, then the phrasing “at least one of A, at least one of B, and at least one of C” will be used.
Claims (20)
1. A non-transitory computer-readable medium storing computer-executable instructions that when executed by a computer cause the computer to perform a method, the method comprising:
from a mobile device, sending a trip report skeleton creation request, where a trip report skeleton allows trip report data about clinical research to be stored on a mobile device;
issuing a fetch request for the trip report skeleton;
determining if the trip report skeleton is ready;
when the trip report skeleton is ready, receiving a trip report skeleton in a Self Describing Object (SDO) format.
2. The non-transitory computer-readable medium of claim 1 , where the instructions further comprise allowing the fetch request to time out, and issuing a subsequent fetch request when the trip report skeleton is not ready.
3. The non-transitory computer-readable medium of claim 2 , where the subsequent fetch request is sent according to one of, a predetermined schedule, immediately following the fetch request timing out, or after a predetermined amount of time has elapsed after the fetch request timed out.
4. The non-transitory computer-readable medium of claim 1 , where the instructions further comprise rendering the trip report skeleton on the mobile device using metadata embedded in the trip report skeleton.
5. The non-transitory computer-readable medium of claim 1 , where the instructions further comprise entering trip report data using the mobile device to create a trip report.
6. The non-transitory computer-readable medium of claim 5 , where the instructions further comprise sending the trip report to a server side logic by establishing a network link with a server side logic in a clinical research associate (CRA) application framework.
7. The non-transitory computer-readable medium of claim 5 , further comprising sending the trip report to a server side logic upon determining that a predetermined percentage of trip report data has been entered in the trip report skeleton.
8. The computing computer-readable medium of claim 1 , where a trip report skeleton is generated by combining metadata for rendering a trip report skeleton and a canonical trip report.
9. The non-transitory computer-readable medium of claim 1 , where data is entered by the mobile device into the skeleton trip report regardless of the accessibility of the data from a server.
10. The non-transitory computer-readable medium of claim 1 , where the trip report creation request is sent from the mobile device in a first thread and the trip report skeleton is sent to the mobile device in a second thread.
11. A computing system, comprising:
a database configured to store a canonical trip report and metadata;
a sever side logic configured to receive a trip report skeleton creation request from a mobile device;
a Self Describing Object (SDO) transformer configured to combine the canonical trip report and the metadata to create a trip report skeleton in an SDO format.
12. The computing system of claim 11 , where the metadata facilitates rendering of the trip report skeleton.
13. The computing system of claim 11 , where the canonical trip report is generalized so that the canonical trip report can be distributed to a number of users employing different mobile devices.
14. The computing system of claim 11 , where the trip report creation request is sent from a mobile device in a first thread and the trip report skeleton is sent to the mobile device in a second thread.
15. The computing system of claim 11 , where the server side logic is further configured to provide application programming interfaces for a mobile device to facilitate loading and synchronizing the trip report skeleton.
16. A computing system, comprising:
a trip report skeleton in a Self Describing Object (SDO) format configured to store trip report data associated with clinical research a rendering logic configured to render the trip report skeleton using metadata embedded in the trip report skeleton; and
a persistence stack configured to track changes occurring in the trip report skeleton and update the trip report skeleton when the trip report data is entered in the trip report skeleton,
17. The computing system of claim 16 , where the persistence stack includes a persistence context, a persistence model, and persistence store.
18. The computing system of claim 17 , where the persistence context is configured to track changes occurring in the trip report skeleton by assessing the trip report skeleton to be in a dirty state when the persistence stack detects that the trip report data has been changed.
19. The computing system of claim 17 , where the persistence model is configured to provide in memory collection of the trip report data.
20. The computing system of claim 17 , where the persistence store is configured to save the trip report skeleton.
Priority Applications (6)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/827,073 US20130346107A1 (en) | 2012-06-20 | 2013-03-14 | Mobile clinical research associate framework for offline capability |
| JP2015518406A JP6261573B2 (en) | 2012-06-20 | 2013-05-15 | Mobile clinical trial monitoring framework for offline functionality |
| PCT/US2013/041096 WO2013191824A2 (en) | 2012-06-20 | 2013-05-15 | Mobile clinical research associate framework for offline capability |
| CN201380030137.5A CN104335212B (en) | 2012-06-20 | 2013-05-15 | Mobile clinical researcher framework for offline capabilities |
| EP13728269.5A EP2864950A4 (en) | 2012-06-20 | 2013-05-15 | MOBILE CLINIC RESEARCH PARTNER LOGIC FOR OFFLINE CAPACITY |
| US16/810,066 US11693882B2 (en) | 2012-06-20 | 2020-03-05 | System and method for offline capability for mobile devices including asynchronous threads |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201261662050P | 2012-06-20 | 2012-06-20 | |
| US13/827,073 US20130346107A1 (en) | 2012-06-20 | 2013-03-14 | Mobile clinical research associate framework for offline capability |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US16/810,066 Division US11693882B2 (en) | 2012-06-20 | 2020-03-05 | System and method for offline capability for mobile devices including asynchronous threads |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20130346107A1 true US20130346107A1 (en) | 2013-12-26 |
Family
ID=48607350
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US13/827,073 Abandoned US20130346107A1 (en) | 2012-06-20 | 2013-03-14 | Mobile clinical research associate framework for offline capability |
| US16/810,066 Active 2034-10-09 US11693882B2 (en) | 2012-06-20 | 2020-03-05 | System and method for offline capability for mobile devices including asynchronous threads |
Family Applications After (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US16/810,066 Active 2034-10-09 US11693882B2 (en) | 2012-06-20 | 2020-03-05 | System and method for offline capability for mobile devices including asynchronous threads |
Country Status (5)
| Country | Link |
|---|---|
| US (2) | US20130346107A1 (en) |
| EP (1) | EP2864950A4 (en) |
| JP (1) | JP6261573B2 (en) |
| CN (1) | CN104335212B (en) |
| WO (1) | WO2013191824A2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11986663B2 (en) | 2020-12-11 | 2024-05-21 | Medtronic, Inc. | Interactive clinician reports for medical device therapy |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6480847B1 (en) * | 1996-10-18 | 2002-11-12 | Sagent Technology, Inc. | Database repository with deferred transactions |
| US20050070259A1 (en) * | 2003-09-30 | 2005-03-31 | David Kloba | Method and system for accessing applications and data, and for tracking of key indicators on mobile handheld devices |
| US20090248693A1 (en) * | 2008-03-27 | 2009-10-01 | Microsoft Corporation | Managing data transfer between endpoints in a distributed computing environment |
| US20120101837A1 (en) * | 2010-10-20 | 2012-04-26 | Mccorkle Rae Ellen | Systems and methods for managing clinical trial site visit reports |
Family Cites Families (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5557798A (en) * | 1989-07-27 | 1996-09-17 | Tibco, Inc. | Apparatus and method for providing decoupling of data exchange details for providing high performance communication between software processes |
| US6035324A (en) * | 1997-08-28 | 2000-03-07 | International Business Machines Corporation | Client-side asynchronous form management |
| US6904434B1 (en) * | 2001-12-18 | 2005-06-07 | Siebel Systems, Inc. | Method and system for providing real-time clinical trial enrollment data |
| JP3609778B2 (en) * | 2001-12-26 | 2005-01-12 | 株式会社亀田医療情報研究所 | Medical information provision / acquisition system and method, and computer program by two-way communication network |
| JP2003280931A (en) * | 2002-03-22 | 2003-10-03 | Nec Corp | Transaction processing system and processing method |
| US8200622B2 (en) * | 2002-05-31 | 2012-06-12 | Informatica Corporation | System and method for integrating, managing and coordinating customer activities |
| GB2398893A (en) * | 2003-02-27 | 2004-09-01 | Cmed Group Ltd | Hierarchical database system employing audit nodes |
| US20080256128A1 (en) * | 2006-12-08 | 2008-10-16 | Clinical Ink, Llc | Systems and methods for source document management in clinical trials |
| US20080288275A1 (en) * | 2007-05-14 | 2008-11-20 | Numoda Technologies, Inc. | Trip report management system for clinical monitoring |
| JP5035176B2 (en) * | 2008-08-21 | 2012-09-26 | 富士通株式会社 | Transmission system, transmission apparatus and transmission method |
| MX2011005268A (en) * | 2008-11-18 | 2012-07-25 | Datasci Llc | Qualifying data and associated metadata during a data collection process. |
| US9984203B2 (en) * | 2009-10-14 | 2018-05-29 | Trice Imaging, Inc. | Systems and methods for converting and delivering medical images to mobile devices and remote communications systems |
-
2013
- 2013-03-14 US US13/827,073 patent/US20130346107A1/en not_active Abandoned
- 2013-05-15 EP EP13728269.5A patent/EP2864950A4/en not_active Ceased
- 2013-05-15 WO PCT/US2013/041096 patent/WO2013191824A2/en not_active Ceased
- 2013-05-15 JP JP2015518406A patent/JP6261573B2/en active Active
- 2013-05-15 CN CN201380030137.5A patent/CN104335212B/en active Active
-
2020
- 2020-03-05 US US16/810,066 patent/US11693882B2/en active Active
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6480847B1 (en) * | 1996-10-18 | 2002-11-12 | Sagent Technology, Inc. | Database repository with deferred transactions |
| US20050070259A1 (en) * | 2003-09-30 | 2005-03-31 | David Kloba | Method and system for accessing applications and data, and for tracking of key indicators on mobile handheld devices |
| US20090248693A1 (en) * | 2008-03-27 | 2009-10-01 | Microsoft Corporation | Managing data transfer between endpoints in a distributed computing environment |
| US20120101837A1 (en) * | 2010-10-20 | 2012-04-26 | Mccorkle Rae Ellen | Systems and methods for managing clinical trial site visit reports |
Also Published As
| Publication number | Publication date |
|---|---|
| EP2864950A4 (en) | 2016-06-22 |
| CN104335212A (en) | 2015-02-04 |
| US11693882B2 (en) | 2023-07-04 |
| WO2013191824A3 (en) | 2014-05-08 |
| WO2013191824A2 (en) | 2013-12-27 |
| US20200202991A1 (en) | 2020-06-25 |
| JP6261573B2 (en) | 2018-01-17 |
| EP2864950A2 (en) | 2015-04-29 |
| JP2015529872A (en) | 2015-10-08 |
| CN104335212B (en) | 2018-06-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11429677B2 (en) | Sharing common metadata in multi-tenant environment | |
| US11507583B2 (en) | Tuple extraction using dynamically generated extractor classes | |
| RU2536379C2 (en) | Method and system for providing remote access to state of application programme | |
| US9613520B2 (en) | Real-time event communication and management system, method and computer program product | |
| US9276938B2 (en) | Cross-enterprise workflow | |
| CN106990970B (en) | MVC-based dynamic page generation method and system | |
| US9898259B2 (en) | Data binding for model-based code generation | |
| US20220398249A1 (en) | Efficient extraction of large data sets from a database | |
| US20160070860A1 (en) | Structuring multi-sourced medical information into a collaborative health record | |
| Kraus et al. | Integrating Arden-Syntax-based clinical decision support with extended presentation formats into a commercial patient data management system | |
| US9747415B2 (en) | Single schema-based RIS/PACS integration | |
| US11693882B2 (en) | System and method for offline capability for mobile devices including asynchronous threads | |
| US9286061B2 (en) | Generating and managing electronic documentation | |
| CN116266093A (en) | Content fidelity adjustment based on user interaction | |
| CN114582473A (en) | Reservation management method, apparatus, computer equipment and storage medium | |
| US10216903B2 (en) | Medical adherence tracking framework | |
| US20140101280A1 (en) | Generic serializer framework | |
| JP6858603B2 (en) | Injury / illness name change information output program, injury / illness name change information output system, and injury / illness name change information output method | |
| US20240045724A1 (en) | Framework for provisioning an application resource for an application in use with a controlled content repository | |
| EP2972825B1 (en) | Hybrid service-oriented computing architecture | |
| Di Dia et al. | Augmented-Reality-Based Real-Time Patient Information for Nursing | |
| US20130332486A1 (en) | System and method for simplifying data access between tiers in a multi-tier system | |
| US20110218819A1 (en) | Method, apparatus and computer program product for providing a distributed care planning tool | |
| Mitchell | We save lives: an informatics perspective on innovation | |
| WO2024065061A1 (en) | Healthcare record virtualization |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: ORACLE INTERNATIONAL CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LYNES, MATTHEW;MATSKIV, VICTOR;THOMAS, JAYANT;SIGNING DATES FROM 20130416 TO 20130426;REEL/FRAME:030295/0412 |
|
| STCV | Information on status: appeal procedure |
Free format text: ON APPEAL -- AWAITING DECISION BY THE BOARD OF APPEALS |
|
| STCV | Information on status: appeal procedure |
Free format text: BOARD OF APPEALS DECISION RENDERED |
|
| STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION |