├── .gitignore ├── .gitmodules ├── Asthma.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ └── contents.xcworkspacedata └── xcshareddata │ └── xcschemes │ └── Asthma.xcscheme ├── Asthma.xcworkspace └── contents.xcworkspacedata ├── Asthma ├── Asthma.entitlements ├── Images.xcassets │ ├── Activities │ │ ├── IntervalTappingImages │ │ │ ├── interval.instructions.01.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── interval.instructions.01@2x.png │ │ │ ├── interval.instructions.02.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── interval.instructions.02@2x.png │ │ │ ├── interval.instructions.03.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── interval.instructions.03@2x.png │ │ │ └── interval.instructions.04.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── interval.instructions.04@2x.png │ │ ├── PhonationImages │ │ │ ├── phonation.instructions.01.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── phonation.instructions.01@2x.png │ │ │ ├── phonation.instructions.02.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── phonation.instructions.02@2x.png │ │ │ ├── phonation.instructions.03.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── phonation.instructions.03@2x.png │ │ │ ├── phonation.instructions.04.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── phonation.instructions.04@2x.png │ │ │ └── phonation.instructions.05.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── phonation.instructions.05@2x.png │ │ ├── Third Party Images │ │ │ └── EQ5D.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── EQ_logo_5L.jpg │ │ └── WalkingImages │ │ │ ├── walking.instructions.01.imageset │ │ │ ├── Contents.json │ │ │ └── walking.instructions.01@2x.png │ │ │ ├── walking.instructions.02.imageset │ │ │ ├── Contents.json │ │ │ └── walking.instructions.02@2x.png │ │ │ ├── walking.instructions.03.imageset │ │ │ ├── Contents.json │ │ │ └── walking.instructions.03@2x.png │ │ │ ├── walking.instructions.04.imageset │ │ │ ├── Contents.json │ │ │ └── walking.instructions.04@2x.png │ │ │ └── walking.instructions.05.imageset │ │ │ ├── Contents.json │ │ │ └── walking.instructions.05@2x.png │ ├── AppIcon-Flexible.imageset │ │ ├── Contents.json │ │ └── MyLogo.jpg │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── appicon_mtsinai_asthma_apple_sow1@1x.png │ │ ├── appicon_mtsinai_asthma_apple_sow1@2x-1.png │ │ ├── appicon_mtsinai_asthma_apple_sow1@2x.png │ │ ├── appicon_mtsinai_asthma_apple_sow1@3x.png │ │ ├── settingsicon_mtsinai_asthma_apple_sow1_v13-1@2x.png │ │ └── spotlighticon_mtsinai_asthma_apple_sow1_v13-1@2x.png │ ├── Consent │ │ ├── 00_Blank_to_Activities.imageset │ │ │ ├── 00_Blank_to_Activities_2x.png │ │ │ ├── 00_Blank_to_Activities_3x.png │ │ │ └── Contents.json │ │ ├── 01_Activities_to_SensorData.imageset │ │ │ ├── 01_Activities_to_SensorData_2x.png │ │ │ ├── 01_Activities_to_SensorData_3x.png │ │ │ └── Contents.json │ │ ├── 02_SensorData_to_DataGathering.imageset │ │ │ ├── 02_SensorData_to_DataGathering_2x.png │ │ │ ├── 02_SensorData_to_DataGathering_3x.png │ │ │ └── Contents.json │ │ ├── 10_PotentialBenifits_Alt.imageset │ │ │ ├── 10_PotentialBenifits_Alt_2x.png │ │ │ ├── 10_PotentialBenifits_Alt_3x.png │ │ │ └── Contents.json │ │ ├── 11_VisitingDoctor.imageset │ │ │ ├── 11_VisitingDoctor_2x.png │ │ │ ├── 11_VisitingDoctor_3x.png │ │ │ └── Contents.json │ │ ├── 12_Recontact.imageset │ │ │ ├── 12_Recontact_2x.png │ │ │ ├── 12_Recontact_3x.png │ │ │ └── Contents.json │ │ ├── consent_follow_up.imageset │ │ │ ├── Contents.json │ │ │ ├── follow_up@2x.png │ │ │ └── follow_up@3x.png │ │ ├── consent_mood.imageset │ │ │ ├── 2.0-Consent_Icon4-750px.pdf │ │ │ └── Contents.json │ │ ├── consent_privacy.imageset │ │ │ ├── 2.0-Consent_Icon2-750px.pdf │ │ │ └── Contents.json │ │ ├── consent_quiz_retry.imageset │ │ │ ├── Contents.json │ │ │ └── icon_retry.pdf │ │ ├── consent_secureDatabase.imageset │ │ │ ├── Contents.json │ │ │ └── Secure_DB@3x.png │ │ ├── consent_uncomfortablequestions.imageset │ │ │ ├── 2.0-Consent_Icon3-750px.pdf │ │ │ └── Contents.json │ │ └── consent_visualize.imageset │ │ │ ├── 2.0-Consent-750px.pdf │ │ │ └── Contents.json │ ├── Dashboard │ │ ├── badge_bronze.imageset │ │ │ ├── Bronze-Badge.pdf │ │ │ └── Contents.json │ │ ├── badge_gold.imageset │ │ │ ├── Contents.json │ │ │ └── Gold-Badge.pdf │ │ ├── badge_inactive.imageset │ │ │ ├── Contents.json │ │ │ └── Inactive-Badge.pdf │ │ ├── badge_silver.imageset │ │ │ ├── Contents.json │ │ │ └── Silver-Badge.pdf │ │ ├── chevron_down.imageset │ │ │ ├── Contents.json │ │ │ └── chevron_down.pdf │ │ ├── chevron_right.imageset │ │ │ ├── Contents.json │ │ │ └── chevron_right.pdf │ │ ├── collapse_icon.imageset │ │ │ ├── Contents.json │ │ │ └── resize_collapse.pdf │ │ ├── expand_icon.imageset │ │ │ ├── Contents.json │ │ │ └── resize_expand.pdf │ │ ├── icon_airQuality.imageset │ │ │ ├── Contents.json │ │ │ ├── _0003_icon_aqi@2x.png │ │ │ └── _0003_icon_aqi@3x.png │ │ ├── icon_bigParticles.imageset │ │ │ ├── Contents.json │ │ │ ├── _0002_icon_bigparticles@2x.png │ │ │ └── _0002_icon_bigparticles@3x.png │ │ ├── icon_chevron_down.imageset │ │ │ ├── Contents.json │ │ │ └── icon_chevrondown.pdf │ │ ├── icon_chevron_right.imageset │ │ │ ├── Contents.json │ │ │ └── icon_chevronright.pdf │ │ ├── icon_chevron_up.imageset │ │ │ ├── Contents.json │ │ │ └── icon_chevronup.pdf │ │ ├── icon_ozone.imageset │ │ │ ├── Contents.json │ │ │ ├── _0000_icon_ozone@2x.png │ │ │ └── _0000_icon_ozone@3x.png │ │ ├── icon_smallParticles.imageset │ │ │ ├── Contents.json │ │ │ ├── _0001_icon_smallparticles@2x.png │ │ │ └── _0001_icon_smallparticles@3x.png │ │ ├── icon_trophy_blue.imageset │ │ │ ├── Contents.json │ │ │ ├── _0001_icon_trophy_blue@2x.png │ │ │ └── _0001_icon_trophy_blue@3x.png │ │ ├── icon_trophy_blue_crown.imageset │ │ │ ├── Contents.json │ │ │ ├── _0007_icon_trophycrown_blue@2x.png │ │ │ └── _0007_icon_trophycrown_blue@3x.png │ │ ├── icon_trophy_empty.imageset │ │ │ ├── Contents.json │ │ │ ├── _0004_icon_trophyempty@2x.png │ │ │ └── _0004_icon_trophyempty@3x.png │ │ ├── icon_trophy_green.imageset │ │ │ ├── Contents.json │ │ │ ├── _0003_icon_trophy_green@2x.png │ │ │ └── _0003_icon_trophy_green@3x.png │ │ ├── icon_trophy_green_crown.imageset │ │ │ ├── Contents.json │ │ │ ├── _0005_icon_trophycrown_green@2x.png │ │ │ └── _0005_icon_trophycrown_green@3x.png │ │ ├── icon_trophy_purple.imageset │ │ │ ├── Contents.json │ │ │ ├── _0002_icon_trophy_purple@2x.png │ │ │ └── _0002_icon_trophy_purple@3x.png │ │ ├── icon_trophy_purple_crown.imageset │ │ │ ├── Contents.json │ │ │ ├── _0008_icon_trophycrown_purple.png@3x.png │ │ │ └── _0008_icon_trophycrown_purple@2x.png │ │ ├── icon_trophy_yellow.imageset │ │ │ ├── Contents.json │ │ │ ├── _0000_icon_trophy_yellow@2x.png │ │ │ └── _0000_icon_trophy_yellow@3x.png │ │ ├── icon_trophy_yellow_crown.imageset │ │ │ ├── Contents.json │ │ │ ├── _0006_icon_trophycrown_yellow@2x.png │ │ │ └── _0006_icon_trophycrown_yellow@3x.png │ │ ├── info_bubble_upright.imageset │ │ │ ├── Contents.json │ │ │ └── background_tooltipabove_apple_sow1_v11-1.pdf │ │ ├── info_bubble_upsidedown.imageset │ │ │ ├── Contents.json │ │ │ └── background_tooltipbelow_apple_sow1_v11-1.pdf │ │ ├── info_icon.imageset │ │ │ ├── Contents.json │ │ │ └── info.pdf │ │ ├── info_icon_selected.imageset │ │ │ ├── Contents.json │ │ │ └── info_selected.pdf │ │ ├── move_icon.imageset │ │ │ ├── 3.0Dashboard-MoveIcon.pdf │ │ │ └── Contents.json │ │ ├── pollen_icon.imageset │ │ │ ├── Contents.json │ │ │ └── Pollen-Icon.pdf │ │ └── temperature_icon.imageset │ │ │ ├── Contents.json │ │ │ └── Temperature-Icon.pdf │ ├── Disease Logos │ │ ├── logo_disease.imageset │ │ │ ├── Asthma-Icon-v2.pdf │ │ │ └── Contents.json │ │ ├── logo_disease_large.imageset │ │ │ ├── Asthma-Icon-v1.pdf │ │ │ └── Contents.json │ │ ├── logo_disease_researchInstitute.imageset │ │ │ ├── Contents.json │ │ │ └── MyLogo.jpg │ │ ├── logo_institute_intro.imageset │ │ │ ├── Contents.json │ │ │ └── unnamed.png │ │ └── logo_researchInstitute.imageset │ │ │ ├── Contents.json │ │ │ └── MyLogo.jpg │ ├── LaunchImage.launchimage │ │ └── Contents.json │ ├── Learn │ │ ├── consent_icon.imageset │ │ │ ├── Contents.json │ │ │ └── ReviewConsent-Icon.pdf │ │ ├── diagnostics_icon.imageset │ │ │ ├── 4.0Learn-Diagnostics-Icon.pdf │ │ │ └── Contents.json │ │ ├── disease_icon.imageset │ │ │ ├── Contents.json │ │ │ └── Icon-Asthma.pdf │ │ ├── icon_aboutthisstudy.imageset │ │ │ ├── @2x_0000_icon_aboutthisstudy.png │ │ │ ├── @3x_0000_icon_aboutthisstudy.png │ │ │ └── Contents.json │ │ ├── icon_diseasestudy.imageset │ │ │ ├── Contents.json │ │ │ ├── _0004_icon_diseasestudy@2x.png │ │ │ └── _0004_icon_diseasestudy@3x.png │ │ ├── icon_globe.imageset │ │ │ ├── @2x_0004_icon_globe.png │ │ │ ├── @3x_0004_icon_globe.png │ │ │ └── Contents.json │ │ ├── icon_howitworks.imageset │ │ │ ├── Contents.json │ │ │ └── info.pdf │ │ ├── icon_participate.imageset │ │ │ ├── @2x_0002_icon_participate.png │ │ │ ├── @3x_0002_icon_participate.png │ │ │ └── Contents.json │ │ ├── icon_symptoms.imageset │ │ │ ├── @2x_0003_icon_symptoms.png │ │ │ ├── @3x_0003_icon_symptoms.png │ │ │ └── Contents.json │ │ ├── icon_whoisrunning.imageset │ │ │ ├── @2x_0000_icon_whoisrunning.png │ │ │ ├── @3x_0000_icon_whoisrunning.png │ │ │ └── Contents.json │ │ └── treatment_icon.imageset │ │ │ ├── 4.0Learn-TreatmentOptions-Icon.pdf │ │ │ └── Contents.json │ ├── Navigation │ │ └── back_button.imageset │ │ │ ├── Contents.json │ │ │ └── back_button_thin.pdf │ ├── Onboarding │ │ ├── Eligibility │ │ │ ├── eligibility_doctor.imageset │ │ │ │ ├── 1.4Eligibility-Doctor-Icon-A.pdf │ │ │ │ └── Contents.json │ │ │ ├── eligibility_doctor_inactive.imageset │ │ │ │ ├── 1.4Eligibility-Doctor-Icon-Inactive.pdf │ │ │ │ └── Contents.json │ │ │ ├── eligibility_patient.imageset │ │ │ │ ├── 1.4Eligibility-Patient-Icon-A.pdf │ │ │ │ └── Contents.json │ │ │ ├── eligibility_patient_inactive.imageset │ │ │ │ ├── 1.4Eligibility-Patient-Icon-NotChosen.pdf │ │ │ │ └── Contents.json │ │ │ ├── email_icon.imageset │ │ │ │ ├── 1.4Eligibility-Icon-Email-A.pdf │ │ │ │ └── Contents.json │ │ │ ├── facebook_icon.imageset │ │ │ │ ├── 1.4Eligibility-Icon-Facebook-A.pdf │ │ │ │ └── Contents.json │ │ │ ├── sms_icon.imageset │ │ │ │ ├── 1.4Eligibility-Icon-SMS-A.pdf │ │ │ │ └── Contents.json │ │ │ └── twitter_icon.imageset │ │ │ │ ├── 1.4Eligibility-Icon-Twitter-A.pdf │ │ │ │ └── Contents.json │ │ ├── SignUp │ │ │ ├── annotation_pin.imageset │ │ │ │ ├── 2.2-LocationPin.pdf │ │ │ │ └── Contents.json │ │ │ ├── incorrect_icon.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── icon_incorrect_apple_sow1_v1-1.pdf │ │ │ ├── invalid_icon.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── icon_incorrect_apple_sow1_v1-1.pdf │ │ │ ├── location_pin_icon.imageset │ │ │ │ ├── 2.2-LocationIcon.pdf │ │ │ │ └── Contents.json │ │ │ ├── profilePlaceholder.imageset │ │ │ │ ├── 2.2Join-ProfileIcon.pdf │ │ │ │ └── Contents.json │ │ │ ├── search_icon.imageset │ │ │ │ ├── 2.2-AddressSearchIcon.pdf │ │ │ │ └── Contents.json │ │ │ ├── switch_icon.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── switch_icon.pdf │ │ │ └── valid_icon.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── icon_correct_apple_sow1_v1-1.pdf │ │ └── StudyOverview │ │ │ ├── clipboard_icon.imageset │ │ │ ├── 0.0Onboarding-Eligible-Icon.pdf │ │ │ └── Contents.json │ │ │ ├── paperplus_icon.imageset │ │ │ ├── 0.0Onboarding-AboutStudy-Icon.pdf │ │ │ └── Contents.json │ │ │ ├── play_icon.imageset │ │ │ ├── 0.0Onboarding-Play-Icon.pdf │ │ │ └── Contents.json │ │ │ ├── read_consent_icon.imageset │ │ │ ├── Contents.json │ │ │ └── consent_icon.pdf │ │ │ ├── rulerpencil_icon.imageset │ │ │ ├── 0.0Onboarding-HowStudyWorks-Icon.pdf │ │ │ └── Contents.json │ │ │ ├── share_icon.imageset │ │ │ ├── Contents.json │ │ │ └── Share-Icon-Apple.pdf │ │ │ ├── stethescope_icon.imageset │ │ │ ├── 0.0Onboarding-RunningStudy-Icon.pdf │ │ │ └── Contents.json │ │ │ ├── stopwatch_icon.imageset │ │ │ ├── 0.0Onboarding-LengthStudy-Icon.pdf │ │ │ └── Contents.json │ │ │ └── video_icon.imageset │ │ │ ├── Contents.json │ │ │ └── video_icon.pdf │ ├── Tabbar │ │ ├── tab_activities.imageset │ │ │ ├── Activities-Icon-Grey-1x.pdf │ │ │ └── Contents.json │ │ ├── tab_activities_selected.imageset │ │ │ ├── Activities-Icon-A-1x.pdf │ │ │ └── Contents.json │ │ ├── tab_dashboard.imageset │ │ │ ├── Contents.json │ │ │ └── Dashboard-Icon-Grey-1x.pdf │ │ ├── tab_dashboard_selected.imageset │ │ │ ├── Contents.json │ │ │ └── Dashboard-Icon-A.pdf │ │ ├── tab_learn.imageset │ │ │ ├── Contents.json │ │ │ └── Learn-Icon-Grey-1x.pdf │ │ ├── tab_learn_selected.imageset │ │ │ ├── Contents.json │ │ │ └── Learn-Icon-A-1x.pdf │ │ ├── tab_profile.imageset │ │ │ ├── Contents.json │ │ │ └── Profile-Icon-Grey-1x.pdf │ │ └── tab_profile_selected.imageset │ │ │ ├── Contents.json │ │ │ └── Profile-Icon-A-1x.pdf │ └── icon_mail_apple_sow1_v1-1.imageset │ │ ├── Contents.json │ │ └── icon_mail_apple_sow1_v1-1.pdf ├── Info.plist ├── Library │ ├── APHConstants.h │ ├── APHConstants.m │ └── Model │ │ ├── APHTableViewItem.h │ │ └── APHTableViewItem.m ├── Onboarding │ ├── APHConsentRedirector.h │ ├── APHConsentRedirector.m │ ├── APHInEligibleViewController.h │ ├── APHInEligibleViewController.m │ ├── APHInclusionCriteriaViewController.h │ ├── APHInclusionCriteriaViewController.m │ ├── APHOnboarding.storyboard │ ├── APHWebViewController.h │ └── APHWebViewController.m ├── Resources │ ├── HTMLContent │ │ ├── 10study_task.html │ │ ├── 11withdrawing.html │ │ ├── 12security.html │ │ ├── 13talktodoctor.html │ │ ├── 14recontact.html │ │ ├── 15sharing_rsch.html │ │ ├── 1welcome.html │ │ ├── 2quiz_headsup.html │ │ ├── 3activities.html │ │ ├── 4sensordata.html │ │ ├── 5dataprocessing.html │ │ ├── 6protectingdata.html │ │ ├── 7datause.html │ │ ├── 8time.html │ │ ├── 9study_survey.html │ │ ├── AboutStudy.html │ │ ├── AboutStudy_intro.html │ │ ├── Asthma_Consent.pdf │ │ ├── Asthma_fullconsent.html │ │ ├── EligibleToParticipate.html │ │ ├── Intro.mp4 │ │ ├── Intro_section_asthma.css │ │ ├── Learn_section_asthma.css │ │ ├── MSMC_logo.jpg │ │ ├── MSMC_logo_horiz.png │ │ ├── MtSinai.jpg │ │ ├── MtSinai_icahn_250.jpg │ │ ├── Mt_Sinai+NationalJewishHealth.jpg │ │ ├── PrivacyPolicy.html │ │ ├── asthma_img1.gif │ │ ├── asthma_img2.gif │ │ ├── asthma_overview.html │ │ ├── consentvideo_intro.html │ │ ├── disease_information_top.png │ │ ├── howstudyworks.html │ │ ├── howstudyworks_intro.html │ │ ├── institution.png │ │ ├── intro_movie_page.html │ │ ├── learnmore_overview.html │ │ ├── lifemap.jpg │ │ ├── njh-random-1.png │ │ ├── online_resources.html │ │ ├── online_resources_top.png │ │ ├── symptoms_top.png │ │ ├── treatment.html │ │ ├── treatment_top.png │ │ ├── video_icon.pdf │ │ ├── whoisrunning.html │ │ └── whoisrunning_intro.html │ ├── JSONs │ │ ├── APCParameters.json │ │ ├── APHConsentSection.json │ │ ├── APHTasksAndSchedules.json │ │ ├── Learn.json │ │ ├── LocationInfo.json │ │ ├── SleepSurvey.json │ │ ├── StudyOverview.json │ │ ├── SurveyJSONs │ │ │ ├── AboutYou.json │ │ │ ├── AsthmaDailyPrompt.json │ │ │ ├── AsthmaHistory.json │ │ │ ├── AsthmaMedicationSurvey.json │ │ │ ├── AsthmaWeekly.json │ │ │ ├── MedicalHistory.json │ │ │ └── YourAsthma.json │ │ ├── TermsAndConditions.json │ │ ├── WithdrawStudy.json │ │ └── asthma.bothers.json │ ├── PDF │ │ └── consent.pdf │ └── Videos │ │ ├── Consent │ │ ├── 2x │ │ │ ├── 10_PotentialBenifits_Alt@2x.m4v │ │ │ ├── 11_VisitingDoctor@2x.m4v │ │ │ └── 12_Recontact@2x.m4v │ │ └── 3x │ │ │ ├── 10_PotentialBenifits_Alt@3x.m4v │ │ │ ├── 11_VisitingDoctor@3x.m4v │ │ │ └── 12_Recontact@3x.m4v │ │ └── Intro.mp4 ├── Startup │ ├── APHAppDelegate.h │ ├── APHAppDelegate.m │ ├── LaunchScreen.xib │ ├── Main.storyboard │ └── Onboarding │ │ ├── APHEligibleViewController.h │ │ ├── APHEligibleViewController.m │ │ ├── APHInEligibleViewController.h │ │ ├── APHInEligibleViewController.m │ │ ├── APHInclusionCriteriaViewController.h │ │ ├── APHInclusionCriteriaViewController.m │ │ ├── APHIntroVideoViewController.h │ │ ├── APHIntroVideoViewController.m │ │ ├── APHOnboarding.storyboard │ │ ├── APHSignInViewController.h │ │ ├── APHSignInViewController.m │ │ ├── APHSignUpGeneralInfoViewController.h │ │ ├── APHSignUpGeneralInfoViewController.m │ │ ├── APHSignUpMedicalInfoViewController.h │ │ ├── APHSignUpMedicalInfoViewController.m │ │ ├── APHSignUpPermissionsViewController.h │ │ ├── APHSignUpPermissionsViewController.m │ │ ├── APHSignupTouchIDViewController.h │ │ ├── APHSignupTouchIDViewController.m │ │ ├── APHStudyOverviewViewController.h │ │ └── APHStudyOverviewViewController.m ├── TabBarControllers │ └── Dashboard │ │ ├── APHAirQualityDataModel.h │ │ ├── APHAirQualityDataModel.m │ │ ├── APHCalendarCollectionViewController.h │ │ ├── APHCalendarCollectionViewController.m │ │ ├── APHCalendarDataModel.h │ │ ├── APHCalendarDataModel.m │ │ ├── APHDashboard.storyboard │ │ ├── APHDashboardEditViewController.h │ │ ├── APHDashboardEditViewController.m │ │ ├── APHDashboardViewController.h │ │ ├── APHDashboardViewController.m │ │ ├── Cells │ │ ├── APHAirQualityCollectionViewCell.h │ │ ├── APHAirQualityCollectionViewCell.m │ │ ├── APHAirQualitySectionHeaderView.h │ │ ├── APHAirQualitySectionHeaderView.m │ │ ├── APHBadgesCollectionViewCell.h │ │ ├── APHBadgesCollectionViewCell.m │ │ ├── APHCalendarCollectionViewCell.h │ │ ├── APHCalendarCollectionViewCell.m │ │ ├── APHDashboardAirQualityTableViewCell.h │ │ ├── APHDashboardAirQualityTableViewCell.m │ │ ├── APHDashboardBadgesTableViewCell.h │ │ └── APHDashboardBadgesTableViewCell.m │ │ └── Objects │ │ ├── APHAsthmaBadgesObject.h │ │ ├── APHAsthmaBadgesObject.m │ │ ├── APHTableViewDashboardAQAlertItem.h │ │ └── APHTableViewDashboardAQAlertItem.m ├── TasksAndSteps │ ├── APHBooleanQuestionStep.h │ ├── APHBooleanQuestionStep.m │ ├── APHConsentTask.h │ ├── APHConsentTask.m │ ├── APHConsentTaskViewController.h │ ├── APHConsentTaskViewController.m │ ├── APHDailyTaskViewController.h │ ├── APHDailyTaskViewController.m │ ├── APHEnrollmentForRecontactTaskViewController.h │ ├── APHEnrollmentForRecontactTaskViewController.m │ ├── APHEnrollmentIntroTableViewController.h │ ├── APHEnrollmentIntroTableViewController.m │ ├── APHEnrollmentIntroduction.h │ ├── APHEnrollmentIntroduction.m │ ├── APHEnrollmentIntroduction.storyboard │ ├── APHQuizEvaluationViewController.h │ ├── APHQuizEvaluationViewController.m │ ├── APHQuizQuestionTableViewCell.h │ ├── APHQuizQuestionTableViewCell.m │ ├── APHQuizStepViewController.h │ ├── APHQuizStepViewController.m │ ├── APHQuizTextViewTableViewCell.h │ ├── APHQuizTextViewTableViewCell.m │ ├── APHWeeklyTaskViewController.h │ ├── APHWeeklyTaskViewController.m │ ├── QuizResultTableViewCell.h │ └── QuizResultTableViewCell.m └── main.m ├── LICENSE └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/.gitmodules -------------------------------------------------------------------------------- /Asthma.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Asthma.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Asthma.xcodeproj/xcshareddata/xcschemes/Asthma.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma.xcodeproj/xcshareddata/xcschemes/Asthma.xcscheme -------------------------------------------------------------------------------- /Asthma.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Asthma/Asthma.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Asthma.entitlements -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.01.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.01.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.01.imageset/interval.instructions.01@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.01.imageset/interval.instructions.01@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.02.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.02.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.02.imageset/interval.instructions.02@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.02.imageset/interval.instructions.02@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.03.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.03.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.03.imageset/interval.instructions.03@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.03.imageset/interval.instructions.03@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.04.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.04.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.04.imageset/interval.instructions.04@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/IntervalTappingImages/interval.instructions.04.imageset/interval.instructions.04@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.01.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.01.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.01.imageset/phonation.instructions.01@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.01.imageset/phonation.instructions.01@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.02.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.02.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.02.imageset/phonation.instructions.02@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.02.imageset/phonation.instructions.02@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.03.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.03.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.03.imageset/phonation.instructions.03@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.03.imageset/phonation.instructions.03@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.04.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.04.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.04.imageset/phonation.instructions.04@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.04.imageset/phonation.instructions.04@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.05.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.05.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.05.imageset/phonation.instructions.05@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/PhonationImages/phonation.instructions.05.imageset/phonation.instructions.05@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/Third Party Images/EQ5D.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/Third Party Images/EQ5D.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/Third Party Images/EQ5D.imageset/EQ_logo_5L.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/Third Party Images/EQ5D.imageset/EQ_logo_5L.jpg -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.01.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.01.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.01.imageset/walking.instructions.01@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.01.imageset/walking.instructions.01@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.02.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.02.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.02.imageset/walking.instructions.02@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.02.imageset/walking.instructions.02@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.03.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.03.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.03.imageset/walking.instructions.03@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.03.imageset/walking.instructions.03@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.04.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.04.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.04.imageset/walking.instructions.04@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.04.imageset/walking.instructions.04@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.05.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.05.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.05.imageset/walking.instructions.05@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Activities/WalkingImages/walking.instructions.05.imageset/walking.instructions.05@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/AppIcon-Flexible.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/AppIcon-Flexible.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/AppIcon-Flexible.imageset/MyLogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/AppIcon-Flexible.imageset/MyLogo.jpg -------------------------------------------------------------------------------- /Asthma/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/AppIcon.appiconset/appicon_mtsinai_asthma_apple_sow1@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/AppIcon.appiconset/appicon_mtsinai_asthma_apple_sow1@1x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/AppIcon.appiconset/appicon_mtsinai_asthma_apple_sow1@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/AppIcon.appiconset/appicon_mtsinai_asthma_apple_sow1@2x-1.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/AppIcon.appiconset/appicon_mtsinai_asthma_apple_sow1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/AppIcon.appiconset/appicon_mtsinai_asthma_apple_sow1@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/AppIcon.appiconset/appicon_mtsinai_asthma_apple_sow1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/AppIcon.appiconset/appicon_mtsinai_asthma_apple_sow1@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/AppIcon.appiconset/settingsicon_mtsinai_asthma_apple_sow1_v13-1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/AppIcon.appiconset/settingsicon_mtsinai_asthma_apple_sow1_v13-1@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/AppIcon.appiconset/spotlighticon_mtsinai_asthma_apple_sow1_v13-1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/AppIcon.appiconset/spotlighticon_mtsinai_asthma_apple_sow1_v13-1@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/00_Blank_to_Activities.imageset/00_Blank_to_Activities_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/00_Blank_to_Activities.imageset/00_Blank_to_Activities_2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/00_Blank_to_Activities.imageset/00_Blank_to_Activities_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/00_Blank_to_Activities.imageset/00_Blank_to_Activities_3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/00_Blank_to_Activities.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/00_Blank_to_Activities.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/01_Activities_to_SensorData.imageset/01_Activities_to_SensorData_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/01_Activities_to_SensorData.imageset/01_Activities_to_SensorData_2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/01_Activities_to_SensorData.imageset/01_Activities_to_SensorData_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/01_Activities_to_SensorData.imageset/01_Activities_to_SensorData_3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/01_Activities_to_SensorData.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/01_Activities_to_SensorData.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/02_SensorData_to_DataGathering.imageset/02_SensorData_to_DataGathering_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/02_SensorData_to_DataGathering.imageset/02_SensorData_to_DataGathering_2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/02_SensorData_to_DataGathering.imageset/02_SensorData_to_DataGathering_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/02_SensorData_to_DataGathering.imageset/02_SensorData_to_DataGathering_3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/02_SensorData_to_DataGathering.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/02_SensorData_to_DataGathering.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/10_PotentialBenifits_Alt.imageset/10_PotentialBenifits_Alt_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/10_PotentialBenifits_Alt.imageset/10_PotentialBenifits_Alt_2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/10_PotentialBenifits_Alt.imageset/10_PotentialBenifits_Alt_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/10_PotentialBenifits_Alt.imageset/10_PotentialBenifits_Alt_3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/10_PotentialBenifits_Alt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/10_PotentialBenifits_Alt.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/11_VisitingDoctor.imageset/11_VisitingDoctor_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/11_VisitingDoctor.imageset/11_VisitingDoctor_2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/11_VisitingDoctor.imageset/11_VisitingDoctor_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/11_VisitingDoctor.imageset/11_VisitingDoctor_3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/11_VisitingDoctor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/11_VisitingDoctor.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/12_Recontact.imageset/12_Recontact_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/12_Recontact.imageset/12_Recontact_2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/12_Recontact.imageset/12_Recontact_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/12_Recontact.imageset/12_Recontact_3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/12_Recontact.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/12_Recontact.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_follow_up.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_follow_up.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_follow_up.imageset/follow_up@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_follow_up.imageset/follow_up@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_follow_up.imageset/follow_up@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_follow_up.imageset/follow_up@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_mood.imageset/2.0-Consent_Icon4-750px.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_mood.imageset/2.0-Consent_Icon4-750px.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_mood.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_mood.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_privacy.imageset/2.0-Consent_Icon2-750px.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_privacy.imageset/2.0-Consent_Icon2-750px.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_privacy.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_privacy.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_quiz_retry.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_quiz_retry.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_quiz_retry.imageset/icon_retry.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_quiz_retry.imageset/icon_retry.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_secureDatabase.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_secureDatabase.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_secureDatabase.imageset/Secure_DB@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_secureDatabase.imageset/Secure_DB@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_uncomfortablequestions.imageset/2.0-Consent_Icon3-750px.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_uncomfortablequestions.imageset/2.0-Consent_Icon3-750px.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_uncomfortablequestions.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_uncomfortablequestions.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_visualize.imageset/2.0-Consent-750px.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_visualize.imageset/2.0-Consent-750px.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Consent/consent_visualize.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Consent/consent_visualize.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/badge_bronze.imageset/Bronze-Badge.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/badge_bronze.imageset/Bronze-Badge.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/badge_bronze.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/badge_bronze.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/badge_gold.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/badge_gold.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/badge_gold.imageset/Gold-Badge.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/badge_gold.imageset/Gold-Badge.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/badge_inactive.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/badge_inactive.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/badge_inactive.imageset/Inactive-Badge.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/badge_inactive.imageset/Inactive-Badge.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/badge_silver.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/badge_silver.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/badge_silver.imageset/Silver-Badge.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/badge_silver.imageset/Silver-Badge.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/chevron_down.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/chevron_down.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/chevron_down.imageset/chevron_down.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/chevron_down.imageset/chevron_down.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/chevron_right.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/chevron_right.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/chevron_right.imageset/chevron_right.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/chevron_right.imageset/chevron_right.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/collapse_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/collapse_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/collapse_icon.imageset/resize_collapse.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/collapse_icon.imageset/resize_collapse.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/expand_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/expand_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/expand_icon.imageset/resize_expand.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/expand_icon.imageset/resize_expand.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_airQuality.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_airQuality.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_airQuality.imageset/_0003_icon_aqi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_airQuality.imageset/_0003_icon_aqi@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_airQuality.imageset/_0003_icon_aqi@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_airQuality.imageset/_0003_icon_aqi@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_bigParticles.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_bigParticles.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_bigParticles.imageset/_0002_icon_bigparticles@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_bigParticles.imageset/_0002_icon_bigparticles@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_bigParticles.imageset/_0002_icon_bigparticles@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_bigParticles.imageset/_0002_icon_bigparticles@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_chevron_down.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_chevron_down.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_chevron_down.imageset/icon_chevrondown.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_chevron_down.imageset/icon_chevrondown.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_chevron_right.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_chevron_right.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_chevron_right.imageset/icon_chevronright.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_chevron_right.imageset/icon_chevronright.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_chevron_up.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_chevron_up.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_chevron_up.imageset/icon_chevronup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_chevron_up.imageset/icon_chevronup.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_ozone.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_ozone.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_ozone.imageset/_0000_icon_ozone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_ozone.imageset/_0000_icon_ozone@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_ozone.imageset/_0000_icon_ozone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_ozone.imageset/_0000_icon_ozone@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_smallParticles.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_smallParticles.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_smallParticles.imageset/_0001_icon_smallparticles@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_smallParticles.imageset/_0001_icon_smallparticles@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_smallParticles.imageset/_0001_icon_smallparticles@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_smallParticles.imageset/_0001_icon_smallparticles@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_blue.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_blue.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_blue.imageset/_0001_icon_trophy_blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_blue.imageset/_0001_icon_trophy_blue@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_blue.imageset/_0001_icon_trophy_blue@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_blue.imageset/_0001_icon_trophy_blue@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_blue_crown.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_blue_crown.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_blue_crown.imageset/_0007_icon_trophycrown_blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_blue_crown.imageset/_0007_icon_trophycrown_blue@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_blue_crown.imageset/_0007_icon_trophycrown_blue@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_blue_crown.imageset/_0007_icon_trophycrown_blue@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_empty.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_empty.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_empty.imageset/_0004_icon_trophyempty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_empty.imageset/_0004_icon_trophyempty@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_empty.imageset/_0004_icon_trophyempty@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_empty.imageset/_0004_icon_trophyempty@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_green.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_green.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_green.imageset/_0003_icon_trophy_green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_green.imageset/_0003_icon_trophy_green@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_green.imageset/_0003_icon_trophy_green@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_green.imageset/_0003_icon_trophy_green@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_green_crown.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_green_crown.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_green_crown.imageset/_0005_icon_trophycrown_green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_green_crown.imageset/_0005_icon_trophycrown_green@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_green_crown.imageset/_0005_icon_trophycrown_green@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_green_crown.imageset/_0005_icon_trophycrown_green@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_purple.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_purple.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_purple.imageset/_0002_icon_trophy_purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_purple.imageset/_0002_icon_trophy_purple@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_purple.imageset/_0002_icon_trophy_purple@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_purple.imageset/_0002_icon_trophy_purple@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_purple_crown.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_purple_crown.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_purple_crown.imageset/_0008_icon_trophycrown_purple.png@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_purple_crown.imageset/_0008_icon_trophycrown_purple.png@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_purple_crown.imageset/_0008_icon_trophycrown_purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_purple_crown.imageset/_0008_icon_trophycrown_purple@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_yellow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_yellow.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_yellow.imageset/_0000_icon_trophy_yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_yellow.imageset/_0000_icon_trophy_yellow@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_yellow.imageset/_0000_icon_trophy_yellow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_yellow.imageset/_0000_icon_trophy_yellow@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_yellow_crown.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_yellow_crown.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_yellow_crown.imageset/_0006_icon_trophycrown_yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_yellow_crown.imageset/_0006_icon_trophycrown_yellow@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/icon_trophy_yellow_crown.imageset/_0006_icon_trophycrown_yellow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/icon_trophy_yellow_crown.imageset/_0006_icon_trophycrown_yellow@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/info_bubble_upright.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/info_bubble_upright.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/info_bubble_upright.imageset/background_tooltipabove_apple_sow1_v11-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/info_bubble_upright.imageset/background_tooltipabove_apple_sow1_v11-1.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/info_bubble_upsidedown.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/info_bubble_upsidedown.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/info_bubble_upsidedown.imageset/background_tooltipbelow_apple_sow1_v11-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/info_bubble_upsidedown.imageset/background_tooltipbelow_apple_sow1_v11-1.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/info_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/info_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/info_icon.imageset/info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/info_icon.imageset/info.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/info_icon_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/info_icon_selected.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/info_icon_selected.imageset/info_selected.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/info_icon_selected.imageset/info_selected.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/move_icon.imageset/3.0Dashboard-MoveIcon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/move_icon.imageset/3.0Dashboard-MoveIcon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/move_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/move_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/pollen_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/pollen_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/pollen_icon.imageset/Pollen-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/pollen_icon.imageset/Pollen-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/temperature_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/temperature_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Dashboard/temperature_icon.imageset/Temperature-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Dashboard/temperature_icon.imageset/Temperature-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Disease Logos/logo_disease.imageset/Asthma-Icon-v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Disease Logos/logo_disease.imageset/Asthma-Icon-v2.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Disease Logos/logo_disease.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Disease Logos/logo_disease.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Disease Logos/logo_disease_large.imageset/Asthma-Icon-v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Disease Logos/logo_disease_large.imageset/Asthma-Icon-v1.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Disease Logos/logo_disease_large.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Disease Logos/logo_disease_large.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Disease Logos/logo_disease_researchInstitute.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Disease Logos/logo_disease_researchInstitute.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Disease Logos/logo_disease_researchInstitute.imageset/MyLogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Disease Logos/logo_disease_researchInstitute.imageset/MyLogo.jpg -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Disease Logos/logo_institute_intro.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Disease Logos/logo_institute_intro.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Disease Logos/logo_institute_intro.imageset/unnamed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Disease Logos/logo_institute_intro.imageset/unnamed.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Disease Logos/logo_researchInstitute.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Disease Logos/logo_researchInstitute.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Disease Logos/logo_researchInstitute.imageset/MyLogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Disease Logos/logo_researchInstitute.imageset/MyLogo.jpg -------------------------------------------------------------------------------- /Asthma/Images.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/consent_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/consent_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/consent_icon.imageset/ReviewConsent-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/consent_icon.imageset/ReviewConsent-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/diagnostics_icon.imageset/4.0Learn-Diagnostics-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/diagnostics_icon.imageset/4.0Learn-Diagnostics-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/diagnostics_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/diagnostics_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/disease_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/disease_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/disease_icon.imageset/Icon-Asthma.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/disease_icon.imageset/Icon-Asthma.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_aboutthisstudy.imageset/@2x_0000_icon_aboutthisstudy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_aboutthisstudy.imageset/@2x_0000_icon_aboutthisstudy.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_aboutthisstudy.imageset/@3x_0000_icon_aboutthisstudy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_aboutthisstudy.imageset/@3x_0000_icon_aboutthisstudy.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_aboutthisstudy.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_aboutthisstudy.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_diseasestudy.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_diseasestudy.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_diseasestudy.imageset/_0004_icon_diseasestudy@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_diseasestudy.imageset/_0004_icon_diseasestudy@2x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_diseasestudy.imageset/_0004_icon_diseasestudy@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_diseasestudy.imageset/_0004_icon_diseasestudy@3x.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_globe.imageset/@2x_0004_icon_globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_globe.imageset/@2x_0004_icon_globe.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_globe.imageset/@3x_0004_icon_globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_globe.imageset/@3x_0004_icon_globe.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_globe.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_globe.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_howitworks.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_howitworks.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_howitworks.imageset/info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_howitworks.imageset/info.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_participate.imageset/@2x_0002_icon_participate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_participate.imageset/@2x_0002_icon_participate.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_participate.imageset/@3x_0002_icon_participate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_participate.imageset/@3x_0002_icon_participate.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_participate.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_participate.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_symptoms.imageset/@2x_0003_icon_symptoms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_symptoms.imageset/@2x_0003_icon_symptoms.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_symptoms.imageset/@3x_0003_icon_symptoms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_symptoms.imageset/@3x_0003_icon_symptoms.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_symptoms.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_symptoms.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_whoisrunning.imageset/@2x_0000_icon_whoisrunning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_whoisrunning.imageset/@2x_0000_icon_whoisrunning.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_whoisrunning.imageset/@3x_0000_icon_whoisrunning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_whoisrunning.imageset/@3x_0000_icon_whoisrunning.png -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/icon_whoisrunning.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/icon_whoisrunning.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/treatment_icon.imageset/4.0Learn-TreatmentOptions-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/treatment_icon.imageset/4.0Learn-TreatmentOptions-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Learn/treatment_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Learn/treatment_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Navigation/back_button.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Navigation/back_button.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Navigation/back_button.imageset/back_button_thin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Navigation/back_button.imageset/back_button_thin.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_doctor.imageset/1.4Eligibility-Doctor-Icon-A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_doctor.imageset/1.4Eligibility-Doctor-Icon-A.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_doctor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_doctor.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_doctor_inactive.imageset/1.4Eligibility-Doctor-Icon-Inactive.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_doctor_inactive.imageset/1.4Eligibility-Doctor-Icon-Inactive.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_doctor_inactive.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_doctor_inactive.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_patient.imageset/1.4Eligibility-Patient-Icon-A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_patient.imageset/1.4Eligibility-Patient-Icon-A.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_patient.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_patient.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_patient_inactive.imageset/1.4Eligibility-Patient-Icon-NotChosen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_patient_inactive.imageset/1.4Eligibility-Patient-Icon-NotChosen.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_patient_inactive.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/eligibility_patient_inactive.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/email_icon.imageset/1.4Eligibility-Icon-Email-A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/email_icon.imageset/1.4Eligibility-Icon-Email-A.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/email_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/email_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/facebook_icon.imageset/1.4Eligibility-Icon-Facebook-A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/facebook_icon.imageset/1.4Eligibility-Icon-Facebook-A.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/facebook_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/facebook_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/sms_icon.imageset/1.4Eligibility-Icon-SMS-A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/sms_icon.imageset/1.4Eligibility-Icon-SMS-A.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/sms_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/sms_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/twitter_icon.imageset/1.4Eligibility-Icon-Twitter-A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/twitter_icon.imageset/1.4Eligibility-Icon-Twitter-A.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/Eligibility/twitter_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/Eligibility/twitter_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/annotation_pin.imageset/2.2-LocationPin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/annotation_pin.imageset/2.2-LocationPin.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/annotation_pin.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/annotation_pin.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/incorrect_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/incorrect_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/incorrect_icon.imageset/icon_incorrect_apple_sow1_v1-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/incorrect_icon.imageset/icon_incorrect_apple_sow1_v1-1.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/invalid_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/invalid_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/invalid_icon.imageset/icon_incorrect_apple_sow1_v1-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/invalid_icon.imageset/icon_incorrect_apple_sow1_v1-1.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/location_pin_icon.imageset/2.2-LocationIcon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/location_pin_icon.imageset/2.2-LocationIcon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/location_pin_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/location_pin_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/profilePlaceholder.imageset/2.2Join-ProfileIcon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/profilePlaceholder.imageset/2.2Join-ProfileIcon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/profilePlaceholder.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/profilePlaceholder.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/search_icon.imageset/2.2-AddressSearchIcon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/search_icon.imageset/2.2-AddressSearchIcon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/search_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/search_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/switch_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/switch_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/switch_icon.imageset/switch_icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/switch_icon.imageset/switch_icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/valid_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/valid_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/SignUp/valid_icon.imageset/icon_correct_apple_sow1_v1-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/SignUp/valid_icon.imageset/icon_correct_apple_sow1_v1-1.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/clipboard_icon.imageset/0.0Onboarding-Eligible-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/clipboard_icon.imageset/0.0Onboarding-Eligible-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/clipboard_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/clipboard_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/paperplus_icon.imageset/0.0Onboarding-AboutStudy-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/paperplus_icon.imageset/0.0Onboarding-AboutStudy-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/paperplus_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/paperplus_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/play_icon.imageset/0.0Onboarding-Play-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/play_icon.imageset/0.0Onboarding-Play-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/play_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/play_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/read_consent_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/read_consent_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/read_consent_icon.imageset/consent_icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/read_consent_icon.imageset/consent_icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/rulerpencil_icon.imageset/0.0Onboarding-HowStudyWorks-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/rulerpencil_icon.imageset/0.0Onboarding-HowStudyWorks-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/rulerpencil_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/rulerpencil_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/share_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/share_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/share_icon.imageset/Share-Icon-Apple.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/share_icon.imageset/Share-Icon-Apple.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/stethescope_icon.imageset/0.0Onboarding-RunningStudy-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/stethescope_icon.imageset/0.0Onboarding-RunningStudy-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/stethescope_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/stethescope_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/stopwatch_icon.imageset/0.0Onboarding-LengthStudy-Icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/stopwatch_icon.imageset/0.0Onboarding-LengthStudy-Icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/stopwatch_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/stopwatch_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/video_icon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/video_icon.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Onboarding/StudyOverview/video_icon.imageset/video_icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Onboarding/StudyOverview/video_icon.imageset/video_icon.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_activities.imageset/Activities-Icon-Grey-1x.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_activities.imageset/Activities-Icon-Grey-1x.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_activities.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_activities.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_activities_selected.imageset/Activities-Icon-A-1x.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_activities_selected.imageset/Activities-Icon-A-1x.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_activities_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_activities_selected.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_dashboard.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_dashboard.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_dashboard.imageset/Dashboard-Icon-Grey-1x.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_dashboard.imageset/Dashboard-Icon-Grey-1x.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_dashboard_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_dashboard_selected.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_dashboard_selected.imageset/Dashboard-Icon-A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_dashboard_selected.imageset/Dashboard-Icon-A.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_learn.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_learn.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_learn.imageset/Learn-Icon-Grey-1x.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_learn.imageset/Learn-Icon-Grey-1x.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_learn_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_learn_selected.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_learn_selected.imageset/Learn-Icon-A-1x.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_learn_selected.imageset/Learn-Icon-A-1x.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_profile.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_profile.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_profile.imageset/Profile-Icon-Grey-1x.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_profile.imageset/Profile-Icon-Grey-1x.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_profile_selected.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_profile_selected.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/Tabbar/tab_profile_selected.imageset/Profile-Icon-A-1x.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/Tabbar/tab_profile_selected.imageset/Profile-Icon-A-1x.pdf -------------------------------------------------------------------------------- /Asthma/Images.xcassets/icon_mail_apple_sow1_v1-1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/icon_mail_apple_sow1_v1-1.imageset/Contents.json -------------------------------------------------------------------------------- /Asthma/Images.xcassets/icon_mail_apple_sow1_v1-1.imageset/icon_mail_apple_sow1_v1-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Images.xcassets/icon_mail_apple_sow1_v1-1.imageset/icon_mail_apple_sow1_v1-1.pdf -------------------------------------------------------------------------------- /Asthma/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Info.plist -------------------------------------------------------------------------------- /Asthma/Library/APHConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Library/APHConstants.h -------------------------------------------------------------------------------- /Asthma/Library/APHConstants.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Library/APHConstants.m -------------------------------------------------------------------------------- /Asthma/Library/Model/APHTableViewItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Library/Model/APHTableViewItem.h -------------------------------------------------------------------------------- /Asthma/Library/Model/APHTableViewItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Library/Model/APHTableViewItem.m -------------------------------------------------------------------------------- /Asthma/Onboarding/APHConsentRedirector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Onboarding/APHConsentRedirector.h -------------------------------------------------------------------------------- /Asthma/Onboarding/APHConsentRedirector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Onboarding/APHConsentRedirector.m -------------------------------------------------------------------------------- /Asthma/Onboarding/APHInEligibleViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Onboarding/APHInEligibleViewController.h -------------------------------------------------------------------------------- /Asthma/Onboarding/APHInEligibleViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Onboarding/APHInEligibleViewController.m -------------------------------------------------------------------------------- /Asthma/Onboarding/APHInclusionCriteriaViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Onboarding/APHInclusionCriteriaViewController.h -------------------------------------------------------------------------------- /Asthma/Onboarding/APHInclusionCriteriaViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Onboarding/APHInclusionCriteriaViewController.m -------------------------------------------------------------------------------- /Asthma/Onboarding/APHOnboarding.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Onboarding/APHOnboarding.storyboard -------------------------------------------------------------------------------- /Asthma/Onboarding/APHWebViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Onboarding/APHWebViewController.h -------------------------------------------------------------------------------- /Asthma/Onboarding/APHWebViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Onboarding/APHWebViewController.m -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/10study_task.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/10study_task.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/11withdrawing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/11withdrawing.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/12security.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/12security.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/13talktodoctor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/13talktodoctor.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/14recontact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/14recontact.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/15sharing_rsch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/15sharing_rsch.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/1welcome.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/1welcome.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/2quiz_headsup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/2quiz_headsup.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/3activities.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/3activities.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/4sensordata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/4sensordata.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/5dataprocessing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/5dataprocessing.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/6protectingdata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/6protectingdata.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/7datause.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/7datause.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/8time.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/8time.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/9study_survey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/9study_survey.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/AboutStudy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/AboutStudy.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/AboutStudy_intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/AboutStudy_intro.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/Asthma_Consent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/Asthma_Consent.pdf -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/Asthma_fullconsent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/Asthma_fullconsent.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/EligibleToParticipate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/EligibleToParticipate.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/Intro.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/Intro.mp4 -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/Intro_section_asthma.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/Intro_section_asthma.css -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/Learn_section_asthma.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/Learn_section_asthma.css -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/MSMC_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/MSMC_logo.jpg -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/MSMC_logo_horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/MSMC_logo_horiz.png -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/MtSinai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/MtSinai.jpg -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/MtSinai_icahn_250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/MtSinai_icahn_250.jpg -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/Mt_Sinai+NationalJewishHealth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/Mt_Sinai+NationalJewishHealth.jpg -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/PrivacyPolicy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/PrivacyPolicy.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/asthma_img1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/asthma_img1.gif -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/asthma_img2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/asthma_img2.gif -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/asthma_overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/asthma_overview.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/consentvideo_intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/consentvideo_intro.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/disease_information_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/disease_information_top.png -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/howstudyworks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/howstudyworks.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/howstudyworks_intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/howstudyworks_intro.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/institution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/institution.png -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/intro_movie_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/intro_movie_page.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/learnmore_overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/learnmore_overview.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/lifemap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/lifemap.jpg -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/njh-random-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/njh-random-1.png -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/online_resources.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/online_resources.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/online_resources_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/online_resources_top.png -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/symptoms_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/symptoms_top.png -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/treatment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/treatment.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/treatment_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/treatment_top.png -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/video_icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/video_icon.pdf -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/whoisrunning.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/whoisrunning.html -------------------------------------------------------------------------------- /Asthma/Resources/HTMLContent/whoisrunning_intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/HTMLContent/whoisrunning_intro.html -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/APCParameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/APCParameters.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/APHConsentSection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/APHConsentSection.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/APHTasksAndSchedules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/APHTasksAndSchedules.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/Learn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/Learn.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/LocationInfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/LocationInfo.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/SleepSurvey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/SleepSurvey.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/StudyOverview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/StudyOverview.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/SurveyJSONs/AboutYou.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/SurveyJSONs/AboutYou.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/SurveyJSONs/AsthmaDailyPrompt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/SurveyJSONs/AsthmaDailyPrompt.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/SurveyJSONs/AsthmaHistory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/SurveyJSONs/AsthmaHistory.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/SurveyJSONs/AsthmaMedicationSurvey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/SurveyJSONs/AsthmaMedicationSurvey.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/SurveyJSONs/AsthmaWeekly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/SurveyJSONs/AsthmaWeekly.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/SurveyJSONs/MedicalHistory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/SurveyJSONs/MedicalHistory.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/SurveyJSONs/YourAsthma.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/SurveyJSONs/YourAsthma.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/TermsAndConditions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/TermsAndConditions.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/WithdrawStudy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/WithdrawStudy.json -------------------------------------------------------------------------------- /Asthma/Resources/JSONs/asthma.bothers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/JSONs/asthma.bothers.json -------------------------------------------------------------------------------- /Asthma/Resources/PDF/consent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/PDF/consent.pdf -------------------------------------------------------------------------------- /Asthma/Resources/Videos/Consent/2x/10_PotentialBenifits_Alt@2x.m4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/Videos/Consent/2x/10_PotentialBenifits_Alt@2x.m4v -------------------------------------------------------------------------------- /Asthma/Resources/Videos/Consent/2x/11_VisitingDoctor@2x.m4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/Videos/Consent/2x/11_VisitingDoctor@2x.m4v -------------------------------------------------------------------------------- /Asthma/Resources/Videos/Consent/2x/12_Recontact@2x.m4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/Videos/Consent/2x/12_Recontact@2x.m4v -------------------------------------------------------------------------------- /Asthma/Resources/Videos/Consent/3x/10_PotentialBenifits_Alt@3x.m4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/Videos/Consent/3x/10_PotentialBenifits_Alt@3x.m4v -------------------------------------------------------------------------------- /Asthma/Resources/Videos/Consent/3x/11_VisitingDoctor@3x.m4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/Videos/Consent/3x/11_VisitingDoctor@3x.m4v -------------------------------------------------------------------------------- /Asthma/Resources/Videos/Consent/3x/12_Recontact@3x.m4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/Videos/Consent/3x/12_Recontact@3x.m4v -------------------------------------------------------------------------------- /Asthma/Resources/Videos/Intro.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Resources/Videos/Intro.mp4 -------------------------------------------------------------------------------- /Asthma/Startup/APHAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/APHAppDelegate.h -------------------------------------------------------------------------------- /Asthma/Startup/APHAppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/APHAppDelegate.m -------------------------------------------------------------------------------- /Asthma/Startup/LaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/LaunchScreen.xib -------------------------------------------------------------------------------- /Asthma/Startup/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Main.storyboard -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHEligibleViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHEligibleViewController.h -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHEligibleViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHEligibleViewController.m -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHInEligibleViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHInEligibleViewController.h -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHInEligibleViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHInEligibleViewController.m -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHInclusionCriteriaViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHInclusionCriteriaViewController.h -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHInclusionCriteriaViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHInclusionCriteriaViewController.m -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHIntroVideoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHIntroVideoViewController.h -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHIntroVideoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHIntroVideoViewController.m -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHOnboarding.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHOnboarding.storyboard -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHSignInViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHSignInViewController.h -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHSignInViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHSignInViewController.m -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHSignUpGeneralInfoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHSignUpGeneralInfoViewController.h -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHSignUpGeneralInfoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHSignUpGeneralInfoViewController.m -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHSignUpMedicalInfoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHSignUpMedicalInfoViewController.h -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHSignUpMedicalInfoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHSignUpMedicalInfoViewController.m -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHSignUpPermissionsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHSignUpPermissionsViewController.h -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHSignUpPermissionsViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHSignUpPermissionsViewController.m -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHSignupTouchIDViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHSignupTouchIDViewController.h -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHSignupTouchIDViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHSignupTouchIDViewController.m -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHStudyOverviewViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHStudyOverviewViewController.h -------------------------------------------------------------------------------- /Asthma/Startup/Onboarding/APHStudyOverviewViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/Startup/Onboarding/APHStudyOverviewViewController.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHAirQualityDataModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHAirQualityDataModel.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHAirQualityDataModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHAirQualityDataModel.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHCalendarCollectionViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHCalendarCollectionViewController.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHCalendarCollectionViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHCalendarCollectionViewController.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHCalendarDataModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHCalendarDataModel.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHCalendarDataModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHCalendarDataModel.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHDashboard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHDashboard.storyboard -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHDashboardEditViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHDashboardEditViewController.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHDashboardEditViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHDashboardEditViewController.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHDashboardViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHDashboardViewController.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/APHDashboardViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/APHDashboardViewController.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHAirQualityCollectionViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHAirQualityCollectionViewCell.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHAirQualityCollectionViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHAirQualityCollectionViewCell.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHAirQualitySectionHeaderView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHAirQualitySectionHeaderView.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHAirQualitySectionHeaderView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHAirQualitySectionHeaderView.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHBadgesCollectionViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHBadgesCollectionViewCell.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHBadgesCollectionViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHBadgesCollectionViewCell.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHCalendarCollectionViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHCalendarCollectionViewCell.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHCalendarCollectionViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHCalendarCollectionViewCell.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHDashboardAirQualityTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHDashboardAirQualityTableViewCell.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHDashboardAirQualityTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHDashboardAirQualityTableViewCell.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHDashboardBadgesTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHDashboardBadgesTableViewCell.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Cells/APHDashboardBadgesTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Cells/APHDashboardBadgesTableViewCell.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Objects/APHAsthmaBadgesObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Objects/APHAsthmaBadgesObject.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Objects/APHAsthmaBadgesObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Objects/APHAsthmaBadgesObject.m -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Objects/APHTableViewDashboardAQAlertItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Objects/APHTableViewDashboardAQAlertItem.h -------------------------------------------------------------------------------- /Asthma/TabBarControllers/Dashboard/Objects/APHTableViewDashboardAQAlertItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TabBarControllers/Dashboard/Objects/APHTableViewDashboardAQAlertItem.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHBooleanQuestionStep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHBooleanQuestionStep.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHBooleanQuestionStep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHBooleanQuestionStep.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHConsentTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHConsentTask.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHConsentTask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHConsentTask.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHConsentTaskViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHConsentTaskViewController.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHConsentTaskViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHConsentTaskViewController.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHDailyTaskViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHDailyTaskViewController.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHDailyTaskViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHDailyTaskViewController.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHEnrollmentForRecontactTaskViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHEnrollmentForRecontactTaskViewController.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHEnrollmentForRecontactTaskViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHEnrollmentForRecontactTaskViewController.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHEnrollmentIntroTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHEnrollmentIntroTableViewController.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHEnrollmentIntroTableViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHEnrollmentIntroTableViewController.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHEnrollmentIntroduction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHEnrollmentIntroduction.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHEnrollmentIntroduction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHEnrollmentIntroduction.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHEnrollmentIntroduction.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHEnrollmentIntroduction.storyboard -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHQuizEvaluationViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHQuizEvaluationViewController.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHQuizEvaluationViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHQuizEvaluationViewController.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHQuizQuestionTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHQuizQuestionTableViewCell.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHQuizQuestionTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHQuizQuestionTableViewCell.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHQuizStepViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHQuizStepViewController.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHQuizStepViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHQuizStepViewController.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHQuizTextViewTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHQuizTextViewTableViewCell.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHQuizTextViewTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHQuizTextViewTableViewCell.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHWeeklyTaskViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHWeeklyTaskViewController.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/APHWeeklyTaskViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/APHWeeklyTaskViewController.m -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/QuizResultTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/QuizResultTableViewCell.h -------------------------------------------------------------------------------- /Asthma/TasksAndSteps/QuizResultTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/TasksAndSteps/QuizResultTableViewCell.m -------------------------------------------------------------------------------- /Asthma/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/Asthma/main.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/LICENSE -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ResearchKit/AsthmaHealth/HEAD/readme.md --------------------------------------------------------------------------------