Skip to content

Commit 07205bd

Browse files
committed
remove open access forms moved to other repo
1 parent 29f3875 commit 07205bd

10 files changed

Lines changed: 1 addition & 2179 deletions

File tree

apps/api/src/demo/demo.service.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { DEMO_GROUPS, DEMO_USERS } from '@opendatacapture/demo';
66
import enhancedDemographicsQuestionnaire from '@opendatacapture/instrument-library/forms/DNP_ENHANCED_DEMOGRAPHICS_QUESTIONNAIRE.js';
77
import generalConsentForm from '@opendatacapture/instrument-library/forms/DNP_GENERAL_CONSENT_FORM.js';
88
import happinessQuestionnaire from '@opendatacapture/instrument-library/forms/DNP_HAPPINESS_QUESTIONNAIRE.js';
9-
import patientHealthQuestionnaire9 from '@opendatacapture/instrument-library/forms/PHQ_9.js';
109
import breakoutTask from '@opendatacapture/instrument-library/interactive/DNP_BREAKOUT_TASK.js';
1110
import happinessQuestionnaireWithConsent from '@opendatacapture/instrument-library/series/DNP_HAPPINESS_QUESTIONNAIRE_WITH_CONSENT.js';
1211
import type { FormInstrument } from '@opendatacapture/runtime-core';
@@ -62,8 +61,7 @@ export class DemoService {
6261

6362
await Promise.all([
6463
this.instrumentsService.create({ bundle: enhancedDemographicsQuestionnaire }),
65-
this.instrumentsService.create({ bundle: generalConsentForm }),
66-
this.instrumentsService.create({ bundle: patientHealthQuestionnaire9 })
64+
this.instrumentsService.create({ bundle: generalConsentForm })
6765
]);
6866

6967
this.loggingService.debug('Done creating forms');

packages/instrument-library/src/forms/ADHD_ASRS_1.1/index.ts

Lines changed: 0 additions & 166 deletions
This file was deleted.

packages/instrument-library/src/forms/AUDIT_C/index.ts

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)