Cargando…

Getting Started with ResearchKit.

Enter the era of medical research using mobile devices with the help of this guide on ResearchKit!About This Book Create a simple clinical research app using most aspects of ResearchKit Build a simple survey with various data types with the results printed on the screen. A step-by-step guide introdu...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Cessna, Edward (Autor), Balachandran, Dhanush (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Limited Feb. 2016.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 4500
001 EBOOKCENTRAL_ocn951669271
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|||||||||
008 160219e20160218enk o 000 0 eng d
040 |a COO  |b eng  |e pn  |c COO  |d EBLCP  |d VT2  |d OCLCO  |d OCLCF  |d CHVBK  |d DEBBG  |d IDB  |d FEM  |d YDXCP  |d IDEBK  |d DEBSZ  |d OCLCQ  |d MERUC  |d OCLCQ  |d LVT  |d UKMGB  |d OCLCQ  |d UKAHL  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO  |d OCLCL 
015 |a GBB637293  |2 bnb 
016 7 |a 017768964  |2 Uk 
019 |a 940922644  |a 942846524  |a 968098775  |a 969028500  |a 1002301288 
020 |a 9781785889172 
020 |a 1785889176  |q (Trade Paper) 
020 |a 9781785887994 
020 |a 1785887998 
024 3 |a 9781785889172 
029 1 |a AU@  |b 000062540158 
029 1 |a CHNEW  |b 000884610 
029 1 |a CHVBK  |b 374433100 
029 1 |a DEBBG  |b BV043893540 
029 1 |a DEBSZ  |b 473885638 
029 1 |a UKMGB  |b 017768964 
035 |a (OCoLC)951669271  |z (OCoLC)940922644  |z (OCoLC)942846524  |z (OCoLC)968098775  |z (OCoLC)969028500  |z (OCoLC)1002301288 
037 |b 01201872 
050 4 |a QA76.59  |b .C47 2016 
082 0 4 |a 005.432  |2 23 
049 |a UAMI 
100 1 |a Cessna, Edward,  |e author. 
245 1 0 |a Getting Started with ResearchKit. 
260 |a Birmingham :  |b Packt Publishing, Limited  |c Feb. 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
520 8 |a Enter the era of medical research using mobile devices with the help of this guide on ResearchKit!About This Book Create a simple clinical research app using most aspects of ResearchKit Build a simple survey with various data types with the results printed on the screen. A step-by-step guide introducing Apple's ResearchKit and techniques to incorporate it into various apps. Who This Book Is ForThis book is aimed at medical researchers with basic iOS coding knowledge and iOS developers looking to create clinical research apps. What You Will Learn Learn to create customized consent form Get introduced to two backend services: a simple backend server using Sinatra and Sage Bridge Build a custom task (a conditional survey example) and a navigable task Get an Overview of ResearchKit's open source repository and App Core Interaction with the hardware of the device including the gyro and the motion sensors Learn the basics of this revolutionary technology Get introduced to the barebones app and learn to write your first codeIn DetailResearchKit is an open source software development framework from Apple that lets you easily create mobile applications for clinical research studies. ResearchKit provides you the ability to orchestrate the administration of tasks and recording of the results. ResearchKit provides tasks in order to perform informed consent, active tasks, and surveys. Starting with the basics of the ResearchKit framework, this books walks you through the steps of creating iOS applications that could serve as the basis of a clinical research mobile app. This book will introduce readers to ResearchKit and how to turn your iPhone into into a clinical research tool. The book will start off by installing and building the research framework in line with the researcher's needs; during this, the reader will learn to embed ResearchKit in the application and create a small task. After this, the book will go a little deeper into creating modules for surveys, consents, and so on. The book will also cover the various aspects of privacy and security with regard to participant data, and how to build dashboards for visualizing medical data and results in line with the researcher's requirements: data backends, JSON serialization and deserialization, and so on. Readers will be able to fully utilize ResearchKit for medical research, will be able to get more and more patients to participate in their surveys, and will gain insights from the surveys using the dashboards created. Style and approachA hands-on guide with ample screenshots for you to follow and learn about ResearchKit. Each topic is explained sequentially and placed in context so that you can get a better understanding of every step in the process of creating clinical research apps. 
505 0 |a Cover -- Copyright -- Credits -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Getting Started -- What is ResearchKit? -- Privacy -- Identification, authentication, and authorization -- Informed consent -- Relationship with HealthKit -- Features not provided by ResearchKit -- The anatomy of a ResearchKit-based application -- Summary -- Chapter 2: ResearchKit Hello World -- Hello World App -- Create project -- Checkout ResearchKit from GitHub -- Import ResearchKit -- Enable Data Protection -- Hello World! -- Introducing Softwareitis -- Summary -- Chapter 3: Building Surveys -- ResearchKit object model -- Tasks and steps -- Task view controller and results -- Building surveys -- Instruction step -- Question step -- Form step -- Considerations for real-world surveys -- BONUS: Appearance customization -- Summary -- Chapter 4: ResearchKit Informed Consent -- Consent document -- Visual consent step -- Consent review step -- Consent sharing -- Consent process -- Obtaining results -- Summary -- Chapter 5: Active Tasks -- Active tasks -- Short walk task -- Sample code -- Results -- Screenshot -- Two-finger tapping interval task -- Sample code -- Results -- Screenshot -- Fitness task -- Sample code -- Results -- Screenshot -- Spatial memory task -- Sample Code -- Results -- Screenshot -- Sustained phonation task -- Sample code -- Results -- Screenshot -- Data formats -- Pedometer data -- Location data -- Device motion data -- Accelerometer data -- Audio data -- Summary -- Chapter 6: Navigable and Custom Tasks -- Navigable ordered tasks -- Custom tasks -- Summary -- Chapter 7: Backend Service -- Why is backend service needed? -- Security and privacy -- Introduction to Sage Bionetworks and the Bridge service -- Introduction to sample ResearchKit backend server -- Serialization of task results. 
505 8 |a The serialization of survey responses -- Serialization of file results -- Summary -- Chapter 8: Where to Go from Here -- Restoring tasks -- Graphs and charts -- Pie chart -- Line graph -- Discrete graph -- Scheduling -- Cron expressions -- APCSchedule Expression -- Safeguarding Data-in-transit -- A theoretical architecture for ResearchKit-based applications -- Presentation layer -- Business logic layer -- Data substrate layer -- Online ResearchKit resource -- Summary -- Index. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Mobile apps. 
650 0 |a Medical care  |x Technological innovations. 
650 6 |a Applications mobiles. 
650 6 |a Soins médicaux  |x Innovations. 
650 7 |a Medical care  |x Technological innovations  |2 fast 
650 7 |a Mobile apps  |2 fast 
700 1 |a Balachandran, Dhanush,  |e author. 
758 |i has work:  |a Getting Started with ResearchKit (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCXGTWRR6jwPycjBfhDBmGw  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Erscheint auch als:  |n Druck-Ausgabe  |t Cessna, Edward. Getting Started with ResearchKit 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4520793  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH30326957 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4520793 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34021104 
938 |a YBP Library Services  |b YANK  |n 12856385 
994 |a 92  |b IZTAP