We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34c8fd commit 71e3151Copy full SHA for 71e3151
1 file changed
…/patient-health-questionnaire-9/index.ts …trument-library/src/forms/PHQ-9/index.tspackages/instrument-library/src/forms/patient-health-questionnaire-9/index.ts renamed to packages/instrument-library/src/forms/PHQ-9/index.ts
@@ -1,5 +1,3 @@
1
-/* eslint-disable perfectionist/sort-objects */
2
-
3
import { defineInstrument } from '/runtime/v1/@opendatacapture/runtime-core';
4
import { omit, sum } from '/runtime/v1/lodash-es@4.x';
5
import { z } from '/runtime/v1/zod@3.23.x';
@@ -15,7 +13,7 @@ export default defineInstrument({
15
13
},
16
14
internal: {
17
edition: 1,
18
- name: 'PATIENT_HEALTH_QUESTIONNAIRE_9'
+ name: 'PHQ_9'
19
20
content: [
21
{
0 commit comments