-
Notifications
You must be signed in to change notification settings - Fork 1
/
KSADS_DataDictionary_2019-07-25.csv
We can't make this file beautiful and searchable because it's too large.
3757 lines (3703 loc) · 593 KB
/
KSADS_DataDictionary_2019-07-25.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Variable / Field Name,Form Name,Form Display Name,Section Header,Allow,multipleChoice,Field Type,Field Label,"Choices, Calculations, OR Slider Labels",Field Note,Text Validation Type OR Show Slider Number,Text Validation Min,Text Validation Max,Identifier?,Branching Logic (Show field only if...),Required Field?,Custom Alignment,Question Number (surveys only),Matrix Group Name,Matrix Ranking?,Field Annotation
redcapid,register_interview_child_psychiatric,,,,,text,"RedCAP ID (Famid-Indid-Rhinf)
Enter as NNNN-NNN-NNN ",,,,,,,,y,,,,,
famid,register_interview_child_psychiatric,,,,,text,Family ID,,,number,1000,9999,,,y,,,,,
indid,register_interview_child_psychiatric,,,,,text,Individual ID,,,number,1,999,,,y,,,,,
rhinf,register_interview_child_psychiatric,,,,,text,Informant ID,,,number,1,999,,,y,,,,,
studyid_calc,register_interview_child_psychiatric,,,,,calc,Study ID (Calculated),([famid]*1000+[indid]),,,,,,,,,,,,
dcscr001a,register_interview_child_psychiatric,,,,,radio,Informant Type,"1, Child | 2, Parent",,,,,,,y,RH,,,,
dcscr002a,register_interview_child_psychiatric,,,,,text,Interview Date,,,date_mdy,,,,,,RH,,,,
dcscr003a,register_interview_child_psychiatric,,,,,dropdown,Interviewer,"35, Unknown (XXX) | 44, Other | 1, Amanda Kalaydjian (AEK) | 2, Amber Knot (AEK) | 43, Anna Van Meter (AVM) | 3, April Szilagi (AMS) | 4, Barbara Usher (BAU) | 49, Beth Foote (BMF) | 5, Brian Smith (BAS) | 6, Cathy Roca (CAR) | 7, Christina Beccue (CAB) | 37, Claudia Choque (CXC) | 50, Diana Lopez (DXL) | 8, Diane Lameira (DML) | 46, Emma Stapp (EKS) | 9, Erin Knight (EFK) | 10, Francesca Belouad (FKB) | 11, Jihui Zhang (JZ) | 12, John Eun (JDE) | 13, Judith Mulvihill (JEM) | 45, Kailyn Witonsky (KFW) | 14, Karen Amer (KGA) | 15, Kathy O'Leary (KOL) | 16, Kelly Murphy (KLM) | 17, Kristin Keefe (KEK) | 38, Lara Baez (LMB) | 18, Leanne Heaton (LLH) | 19, Lisa Misra (LBM) | 36, Martina Lavrisha (MML) | 20, Marcy Burstein (MEB) | 48, Mary Ellen Cadman (MEC) | 42, Megan Tsui (MTT) | 40, Mike Xiao (MXX) | 21, Mitch Kling (MAK) | 22, Nancy Low (NCL) | 23, Nicole Jameson (NDJ) | 39, Rachel Walsh (RFW) | 41, Rebecca Hommer (RXH) | 24, Richard Herrell (RKH) | 25, Roman Duncko (RAD) | 26, Shannon Winter (SNW) | 27, Srirangam Shreeram (SSS) | 28, Sue Goo (SJG) | 29, Suzan Khoromi (SFK) | 30, Suzanne McGarity (SKM) | 31, Taryn Miller (TBM) | 32, Tarannum Lateef (TML) | 33, Vetisha McClair (VLM) | 34, Wendell Wu (WWW)",,,,,,,y,RH,,,,
dcscr004a,register_interview_child_psychiatric,,,,,dropdown,Co-rater 1,"35, Unknown (XXX) | 44, Other | 1, Amanda Kalaydjian (AEK) | 2, Amber Knot (AEK) | 43, Anna Van Meter (AVM) | 3, April Szilagi (AMS) | 4, Barbara Usher (BAU) | 49, Beth Foote (BMF) | 5, Brian Smith (BAS) | 6, Cathy Roca (CAR) | 7, Christina Beccue (CAB) | 37, Claudia Choque (CXC) | 50, Diana Lopez (DXL) | 8, Diane Lameira (DML) | 46, Emma Stapp (EKS) | 9, Erin Knight (EFK) | 10, Francesca Belouad (FKB) | 11, Jihui Zhang (JZ) | 12, John Eun (JDE) | 13, Judith Mulvihill (JEM) | 45, Kailyn Witonsky (KFW) | 14, Karen Amer (KGA) | 15, Kathy O'Leary (KOL) | 16, Kelly Murphy (KLM) | 17, Kristin Keefe (KEK) | 38, Lara Baez (LMB) | 18, Leanne Heaton (LLH) | 19, Lisa Misra (LBM) | 36, Martina Lavrisha (MML) | 20, Marcy Burstein (MEB) | 48, Mary Ellen Cadman (MEC) | 42, Megan Tsui (MTT) | 40, Mike Xiao (MXX) | 21, Mitch Kling (MAK) | 22, Nancy Low (NCL) | 23, Nicole Jameson (NDJ) | 39, Rachel Walsh (RFW) | 41, Rebecca Hommer (RXH) | 24, Richard Herrell (RKH) | 25, Roman Duncko (RAD) | 26, Shannon Winter (SNW) | 27, Srirangam Shreeram (SSS) | 28, Sue Goo (SJG) | 29, Suzan Khoromi (SFK) | 30, Suzanne McGarity (SKM) | 31, Taryn Miller (TBM) | 32, Tarannum Lateef (TML) | 33, Vetisha McClair (VLM) | 34, Wendell Wu (WWW)",,,,,,,,RH,,,,
dcscr004b,register_interview_child_psychiatric,,,,,dropdown,Co-rater 2,"35, Unknown (XXX) | 44, Other | 1, Amanda Kalaydjian (AEK) | 2, Amber Knot (AEK) | 43, Anna Van Meter (AVM) | 3, April Szilagi (AMS) | 4, Barbara Usher (BAU) | 49, Beth Foote (BMF) | 5, Brian Smith (BAS) | 6, Cathy Roca (CAR) | 7, Christina Beccue (CAB) | 37, Claudia Choque (CXC) | 50, Diana Lopez (DXL) | 8, Diane Lameira (DML) | 46, Emma Stapp (EKS) | 9, Erin Knight (EFK) | 10, Francesca Belouad (FKB) | 11, Jihui Zhang (JZ) | 12, John Eun (JDE) | 13, Judith Mulvihill (JEM) | 45, Kailyn Witonsky (KFW) | 14, Karen Amer (KGA) | 15, Kathy O'Leary (KOL) | 16, Kelly Murphy (KLM) | 17, Kristin Keefe (KEK) | 38, Lara Baez (LMB) | 18, Leanne Heaton (LLH) | 19, Lisa Misra (LBM) | 36, Martina Lavrisha (MML) | 20, Marcy Burstein (MEB) | 48, Mary Ellen Cadman (MEC) | 42, Megan Tsui (MTT) | 40, Mike Xiao (MXX) | 21, Mitch Kling (MAK) | 22, Nancy Low (NCL) | 23, Nicole Jameson (NDJ) | 39, Rachel Walsh (RFW) | 41, Rebecca Hommer (RXH) | 24, Richard Herrell (RKH) | 25, Roman Duncko (RAD) | 26, Shannon Winter (SNW) | 27, Srirangam Shreeram (SSS) | 28, Sue Goo (SJG) | 29, Suzan Khoromi (SFK) | 30, Suzanne McGarity (SKM) | 31, Taryn Miller (TBM) | 32, Tarannum Lateef (TML) | 33, Vetisha McClair (VLM) | 34, Wendell Wu (WWW)",,,,,,,,RH,,,,
dcscr004c,register_interview_child_psychiatric,,,,,text,Duration of Interview,,MINUTES,number,,,,,,RH,,,,
entry,register_interview_child_psychiatric,,,,,dropdown,Entry,"26, Unknown | 33, Other | 37, Alyssa McGraw | 42, Amanda Riddle | 32, Anna Van Meter | 40, Beth Foote | 2, Brian Smith | 3, Brooke Sheppard | 1, Claudia Choque | 6, Cortlyn Brown | 41, Diana Lopez | 8, Diana Paksarian | 7, Diane Lameira | 38, Emily Yuen | 36, Emma Stapp | 9, Erin Nakamura | 10, Francesca Belouad | 13, Jaclyn Dozier Franco | 14, Jennifer Glaus | 11, John Eun | 12, Joshua Lucksom | 15, Lihong Cui | 35, Kailyn Witonsky | 17, Kathleen Merikangas | 16, Kathy O'Leary | 43, Kimya Shirazi | 19, Lara Baez | 18, Lisa Misra | 34, Maggie Lin | 4, Martina Lavrisha | 39, Mary Ellen Cadman | 20, Matt Takahashi | 31, Megan Tsui | 29, Michelle Tutmaher | 5, Mike Xiao | 21, Nicole Jameson | 22, Rachel Walsh | 30, Rebecca Hommer | 27, Sara Zahir | 23, Sue Goo | 24, Tarannum Lateef | 25, Victoria Flagg | 44, Wei Guo",,autocomplete,,,,,y,,,,,
comp_only,register_interview_child_psychiatric,,,,,radio,Computerized version only,"0, No | 1, Yes",,,,,,,y,RH,,,,
dctlo005,timeline,,"<div style=""font-size: 12pt; text-decoration: underline;""> TIMELINE</div>
",,,text,What is your birthday?,,,date_mdy,,,,,,,,,,
dctlo008,timeline,,,,,dropdown,"So, how old are you?","1, 1 | 2, 2 | 3, 3 | 4, 4 | 5, 5 | 6, 6 | 7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,,,,,,,
dctlo009,timeline,,,,,dropdown,What is your grade in school? (or last completed grade),"100, Pre-K | 0, Kindergarten | 1, 1st | 2, 2nd | 3, 3rd | 4, 4th | 5, 5th | 6, 6th | 7, 7th | 8, 8th | 9, 9th | 10, 10th | 11, 11th | 12, 12th | 13, College Freshman | 14, College Sophomore | 15, College Junior | 16, College Senior | 997, 997 | 998, 998 | 999, 999",GRADE,autocomplete,1,12,,,,,,,,
dctlo010,timeline,,"<div style=""color: blue;background-color: #ffffdd; "">Now I'd like to learn more about you (your child), where you live, your school, your family and your friends.</div>
<div style=""font-size: 12pt; text-decoration: underline;background-color: #ffffdd;""> HOME</div>",,,notes,Where did you first live when you were growing up?,,,,,,,,,LH,,,,
dctlo011,timeline,,,,,notes,"Who did you live with there? (mother, father, siblings, extended family, other)",,,,,,,,,LH,,,,
dctlo012,timeline,,,,,notes,1. Any moves?,,,,,,,,,LH,,,,
dctlo013,timeline,,,,,notes,2. Parental marriage/separation/divorce,,,,,,,,,LH,,,,
dctlo014,timeline,,,,,notes,3. Do you have any brothers and/or sisters? Are they older or younger? Do they live with you?,,,,,,,,,LH,,,,
dctlo015,timeline,,,,,notes,4. How well do you get a long with your parents and siblings? Do you do things together?,,,,,,,,,LH,,,,
dctlo016,timeline,,"<div style=""font-size: 12pt; text-decoration: underline;""> SCHOOL </div>",,,notes,1. When did your last school year begin? When did it end? When did summer break begin? ,,,,,,,,,LH,,,,
dctlo017,timeline,,,,,notes,"2. Changing schools (grade school to junior high to high school to moves)
",,,,,,,,,LH,,,,
dctlo018,timeline,,,,,notes,3. Did you ever have problems with your grades in school? Get into trouble for your behavior at school? ,,,,,,,,,LH,,,,
dctlo019,timeline,,,,,notes,"4. Do you (your child) have an Individualized Educational Plan (IEP)? If yes, what is the reason? Learning and/or emotional problems? Describe:
",,,,,,,,,LH,,,,
dctlo020,timeline,,"<div style=""font-size: 12pt; text-decoration: underline;""> PEERS</div>",,,notes,1. Do you have friends in school? ,,,,,,,,,LH,,,,
dctlo021,timeline,,,,,notes,2. How often do you see them outside of school?,,,,,,,,,LH,,,,
dctlo022,timeline,,,,,notes,3. Do you have friends in other places (e.g. neighborhoods and/or clubs)?,,,,,,,,,LH,,,,
dctlo023,timeline,,,,,notes,4. Do you have problems making/keeping friends?,,,,,,,,,LH,,,,
dctlo024,timeline,,,,,notes,5. Do you often fight/argue with friends?,,,,,,,,,LH,,,,
dctlo025,timeline,,,,,notes,6. Do you get into trouble with friends?,,,,,,,,,LH,,,,
dctlo026,timeline,,"<div style=""font-size: 12pt; text-decoration: underline;""> SIGNIFICANT EVENTS</div>",,,notes,"Are there any other things that happened in your life that stand out for you as very important? Things that may have happened to you like memorable vacations, team sports, your friends, your family? (positive or negative)",,,,,,,,,LH,,,,
ctlo0,timeline,,"<div style=""font-size: 12pt; text-decoration: underline;""> SCHOOL FUNCTIONING</div><div style="" color: blue; width: 100%; background-color: #ffffdd;"">The next questions refer to the current school year (when on summer break refer to the past school year).</div>",,,radio,Is child out of high school?,"0, No | 1, Yes",,,,,,,,RH,,,,
ctlo0a,timeline,,,,,descriptive," <div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">
INTERVIEWER: This section should not be completed if child is out of high school.</div>",,,,,,,[ctlo0] = '1',,,,,,
dctlo027,timeline,,,,,dropdown,Date at beginning of school year (Month),"1, 1 | 2, 2 | 3, 3 | 4, 4 | 5, 5 | 6, 6 | 7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 97, 97 | 98, 98 | 99, 99",MONTH,autocomplete,,,,[ctlo0] = '0',,,,,,
dctlo028,timeline,,,,,text,Date at beginning of school year (Year),,YEAR,number,1900,9999,,[ctlo0] = '0',,,,,,
dctlo031,timeline,,"<div style=""color: blue;background-color: #ffffdd; "">
How are you doing in school? What subjects do you have? What kind of grades do you get?
Please rate academic subjects on the following scale. List any additional academic subjects and review ratings. </div>",,,radio,Reading/English,"1, Above Average | 2, Average | 3, Below Average | 4, Failing",,,,,,[ctlo0] = '0',,,,dctlo031,,
dctlo032,timeline,,,,,radio,Arithmetic/Math,"1, Above Average | 2, Average | 3, Below Average | 4, Failing",,,,,,[ctlo0] = '0',,,,dctlo031,,
dctlo33,timeline,,,,,text,Other subject 1,,OTHER SUBJECT 1,,,,,[ctlo0] = '0',,,,,,
dctlo34,timeline,,,,,radio,Other subject 1,"1, Above Average | 2, Average | 3, Below Average | 4, Failing",,,,,,[ctlo0] = '0',,LH,,,,
dctlo35,timeline,,,,,text,Other subject 2,,OTHER SUBJECT 2,,,,,[ctlo0] = '0',,,,,,
dctlo36,timeline,,,,,radio,Other subject 2,"1, Above Average | 2, Average | 3, Below Average | 4, Failing",,,,,,[ctlo0] = '0',,LH,,,,
dctlo37,timeline,,,,,text,Other subject 3,,OTHER SUBJECT 3,,,,,[ctlo0] = '0',,,,,,
dctlo38,timeline,,,,,radio,Other subject 3,"1, Above Average | 2, Average | 3, Below Average | 4, Failing",,,,,,[ctlo0] = '0',,LH,,,,
dctlo039,timeline,,,,,radio,"Are there different reading and arithmetic groups in your class at school? Which group are you in? Review ratings (specify academic ""track"" or group). If discrepancies exist, make notes but code for highest achievement.","1, Above average | 2, Average | 3, Below average | 4, Far below average | 9, Not applicable",,,,,,[ctlo0] = '0',,LH,,,,
dctlo040,timeline,,,,,radio,"During the school year, how much TV do you usually watch every week? After school? After dinner? On Saturday or Sunday?","1, 7 or fewer hours per week | 2, 8-14 hours per week | 3, 15-21 hours per week | 4, 22-35 hours per week | 5, Greater than 35 hours per week | 9, Unknown",,,,,,[ctlo0] = '0',,,,dctlo040,,
dctlo041,timeline,,,,,radio,How much time do you spend playing video/computer games every week? After school? After dinner? On Saturday or Sunday?,"1, 7 or fewer hours per week | 2, 8-14 hours per week | 3, 15-21 hours per week | 4, 22-35 hours per week | 5, Greater than 35 hours per week | 9, Unknown",,,,,,[ctlo0] = '0',,,,dctlo040,,
dctlo042,timeline,,"<div style=""font-size: 14pt; text-decoration: underline;""> GENERAL CHARACTERISTICS OF CHILD</div>
<div style=""font-size: 12pt; text-decoration: underline;""> PARENT ABOUT CHILD</div>",,,radio,Does (child's name) have any serious problems?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo042,,
dctlo043,timeline,,,,,radio,At home?,"0, No | 1, Yes | 9, Unknown",,,,,,[dctlo042] = '1',,,,dctlo042,,
dctlo044,timeline,,,,,radio,At school?,"0, No | 1, Yes | 9, Unknown",,,,,,[dctlo042] = '1',,,,dctlo042,,
dctlo045,timeline,,,,,radio,With friends?,"0, No | 1, Yes | 9, Unknown",,,,,,[dctlo042] = '1',,,,dctlo042,,
dctlo046,timeline,,,,,radio,Would you say that (child's name) has a good sense of humor?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo042,,
dctlo047,timeline,,,,,radio,Would you say that (child's name) has personality traits that cause problems for him/her?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo042,,
dctlo048,timeline,,,,,radio,Is your child nervous or fearful?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo042,,
dctlo049,timeline,,,,,radio,Would you describe him/her as shy?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo042,,
dctlo050,timeline,,,,,radio,What about his/her moods? Is he/she moody?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo042,,
dctlo051,timeline,,,,,radio,Does he/she have a bad temper?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo042,,
dctlo052,timeline,,,,,radio,Is he/she sensitive to the feelings of others? Too sensitive?(rate on this one),"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo042,,
dctlo053,timeline,,"<div style=""font-size: 12pt; text-decoration: underline;""> CHILD ABOUT SELF</div>",,,notes,"What do you enjoy most? (e.g. hobbies, sports, clubs, etc.)",,,,,,,,,LH,,,,
dctlo054,timeline,,,,,notes,Is there anything that makes you afraid?,,,,,,,,,LH,,,,
dctlo055,timeline,,,,,notes,Are you nervous a lot?,,,,,,,,,LH,,,,
dctlo056,timeline,,,,,notes,"Do you mostly like to be with other kids, or by yourself?",,,,,,,,,LH,,,,
dctlo057,timeline,,,,,notes,How would you describe yourself?,,,,,,,,,LH,,,,
dctlo058,timeline,,,,,notes,Have you had any problems with your family or your friends?,,,,,,,,,LH,,,,
dctlo059,timeline,,,,,notes,Have you had any serious problems? ,,,,,,,,,LH,,,,
dctlo060,timeline,,,,,notes,Notes,,,,,,,,,LH,,,,
dctlo061,timeline,,"<div style=""font-size: 14pt; text-decoration: underline;""> OVERVIEW OF EMOTIONAL OR BEHAVIOR PROBLEMS</div>
<div style=""font-size: 12pt; text-decoration: underline;""> SUGGEST PROBES</div>",,,radio,"Have you ever had problems with your feelings, nerves, or mood?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo061,,
dctlo062,timeline,,,,,radio,"What about problems with the way you act, things you do, or your behavior?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo061,,
dctlo063,timeline,,,,,radio,Have you ever received help for these problems or thought that you needed help?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dctlo061,,
dctlo064,timeline,,,,,notes,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If child/parent endorses treatment of any kind, identify the primary reason for treatment (ADHD, MDD, etc.) and code at the end of the appropriate section.</div>",,,,,,,,,LH,,,,
ctlo_end,timeline,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: END Timeline section.</div>",,,,,,,,,,,,,
cscr0,screener,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;background-color: #ffffdd;"">GENERAL PROBES</div><div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Use timeline to date treatment, symptoms, etc. </div>
<div style=""font-size: 12pt;background-color: #ffffdd;"">TREATMENT</div>",,,,,,,,,,,,,
dcscr005,screener,,,,,radio,"Have you ever talked to a counselor, psychologist, social worker, psychiatrist or some other professional about your feelings or problems with your mood or behaviors? Or are you currently taking medication because of your emotions and/or behaviors?","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cscr1,screener,,,,,descriptive,"<div style=""color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If no, SKIP to Help Suggested.</div>",,,,,,,[dcscr005] = '0',,,,,,
dcscr006,screener,,,,,notes,Who was it and why did you speak to them?,,,,,,,[dcscr005] = '1',,LH,,,,
dcscr007,screener,,,,,text,"How many separate times did you go to see someone?
<div style=""color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Clarify that these are distinct periods of outpatient services, not individual appointments.</div>",,TIMES,number,,,,[dcscr005] = '1',,,,,,
dcscr008,screener,,,,,radio,How long did you see someone in total? ,"1, Less than 6 months | 2, 6 months to 2 years | 3, Over 2 years",,,,,,[dcscr005] = '1',,LH,,,,
dcscr009,screener,,,,,text,About how many talk sessions did you have in total?,,NUMBER,number,,,,[dcscr005] = '1',,,,,,
cscr2,screener,,,,,descriptive,"<div style="" display:block; width: 100%; background-color: #ffffdd;"">IN-PATIENT TREATMENT</div>",,,,,,,[dcscr005] = '1',,,,,,
dcscr010,screener,,,,,radio,"Have you ever had to go to a hospital and stay overnight because of problems with your mood, feelings, or how you were acting?
<div style=""color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Refer to Table of Hospitalizations in the Medical History section. </div>","0, No | 1, Yes | 9, Unknown",,,,,,[dcscr005] = '1',,LH,,,,
dcscr011,screener,,,,,notes,When and what happened that lead to you going to the hospital?,,,,,,,[dcscr010] = '1',,LH,,,,
cscr2a,screener,,,,,descriptive,"<div style=""color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If yes, SKIP to Screening Probes.</div>",,,,,,,[dcscr010] = '1',,,,,,
cscr3,screener,,,,,descriptive,"<div style=""font-size: 12pt; width: 100%; background-color: #ffffdd;"">HELP SUGGESTED</div>",,,,,,,[dcscr005] = '0' or [dcscr010] = '0',,,,,,
dcscr012,screener,,,,,radio,"Have you or anyone else (like your friends, parents, or teachers) ever thought you needed help because of problems with your mood, feelings, or how you were acting?","0, No | 1, Yes | 9, Unknown",,,,,,[dcscr005] = '0' or [dcscr010] = '0',,LH,,,,
dcscr013,screener,,,,,notes,"If so, who and what did they say?",,,,,,,[dcscr012] = '1',,LH,,,,
cscr4,screener,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">SCREENING PROBES</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">I'm now going to ask you some more questions about your feelings, behavior and mood.</div>
<div style=""font-size: 12pt; width: 100%; background-color: #ffffdd;"">OVERANXIOUS/GENERALIZED ANXIETY DISORDER</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some young people worry a lot. They may often feel nervous, anxious or unable to relax. They may have times when they worry a lot more than usual.</div>",,,,,,,,,,,,,
dcscr014,screener,,,,,radio,Have you ever been a worrier?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr014,,
dcscr015,screener,,,,,radio,Did you worry a lot more than most children your age?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr014,,
dcscr016,screener,,,,,radio,Has there ever been a time when you felt nervous or scared a lot of the time?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr014,,
dcscr017,screener,,,,,radio,Has anyone said that you are a worrier or that you worry too much?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr015] = '1' or [dcscr016] = '1' or [dcscr014] = '1',,,,dcscr014,,
dcscr018,screener,,,,,notes,Who said that you were a worrier?,,,,,,,[dcscr015] = '1' or [dcscr016] = '1' or [dcscr014] = '1',,LH,,,,
dcscr019,screener,,,,,notes,Why did he/she say that you were a worrier?,,,,,,,[dcscr015] = '1' or [dcscr016] = '1' or [dcscr014] = '1',,LH,,,,
cscr5,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">SEPARATION ANXIETY </div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some young people worry a lot about being away from their parents or the grown-up who takes care of them. </div>",,,,,,,,,,,,,
dcscr020,screener,,,,,radio,"Since you were 5 years old, has there ever been a time when you had a lot of worries about your (attachment figures) and were very upset when you were away from him/her?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr020,,
dcscr021,screener,,,,,radio,Did you worry about this more than most children your age?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr020] = '1',,,,dcscr020,,
dcscr022,screener,,,,,radio,Has there ever been a time when you wanted to stay home from school or not go to other places without your (attachment figures)?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr020,,
cscr6,screener,,,,,descriptive,"
<div style=""color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: For disruptive behavior disorders (ADHD, ODD, CD), complete the diagnostic section if any of the probes are endorsed.</div>",,,,,,,,,,,,,
cscr7,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">ATTENTION DEFICIT HYPERACTIVITY DISORDER (ADHD) </div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some children have trouble paying attention and following instructions. They may be distracted easily and forget what they are supposed to do. These children often have difficulty staying still, are always on the go and often interrupt people. </div>",,,,,,,,,,,,,
cscr8,screener,,,,,descriptive,Did you often:,,,,,,,,,,,,,
dcscr023,screener,,,,,radio,"Have trouble paying attention or keeping your mind on your school work, chores, or other activities that you were doing?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr023,,
dcscr024,screener,,,,,radio,"Have problems following instructions and often fail to finish school, work, or other things you meant to get done?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr023,,
dcscr025,screener,,,,,radio,Have difficulty sitting still for more than a few minutes at a time?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr023,,
dcscr026,screener,,,,,radio,Did a teacher ever talk to your parents about problems paying attention or sitting still?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr023,,
cscr9,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">OPPOSITIONAL DEFIANT DISORDER (ODD)</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some children and adolescents do things that can get them into trouble with adults, like getting angry, arguing or talking back to adults, refusing to do what adults ask them to do, annoying people on purpose, or being touchy, grouchy, or irritable.</div>",,,,,,,,,,,,,
dcscr027,screener,,,,,radio,"Was there a time when you did things that got you into trouble with adults such as losing your temper, arguing with or talking back to adults, or being grouchy or irritable with them?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr027,,
dcscr028,screener,,,,,radio,Was there a time when you got into trouble with adults for refusing to do what they told you to do? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr027,,
dcscr029,screener,,,,,radio,Did you often annoy other people on purpose?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr027,,
dcscr030,screener,,,,,radio,"Did you ever get into trouble for getting even with other people by doing things to hurt them, telling lies about them, or messing up their things?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr027,,
cscr10,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">CONDUCT DISORDER</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some young people do other things that may get them into trouble with adults like breaking rules or getting into trouble with the police or other authorities if they get caught. They may lie a lot, steal, skip school, smoke or drink.</div>",,,,,,,,,,,,,
dcscr031,screener,,,,,radio,"Was there ever a time when you did things that got you into trouble with adults like lying, stealing or breaking rules?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr031,,
dcscr032,screener,,,,,radio,"Did you ever skip school, stay out at night later than you were supposed to, or run away from home overnight?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr031,,
dcscr033,screener,,,,,radio,"Did you ever set fires, break into cars, or destroy someone else's property on purpose?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr031,,
dcscr034,screener,,,,,radio,Do you have a probation officer or have you ever been on probation?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr031,,
dcscr035,screener,,,,,notes,"If yes, what happened?",,,,,,,[dcscr034] = '1',,LH,,,,
cscr11,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">SPECIFIC PHOBIA</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some people have fears of things, like spiders, heights, elevators, dogs, blood, or shots. When they are faced with the thing that they fear, they become very frightened and upset even though there is no real danger. They may go out of their way to stay away from the thing that they fear.</div>",,,,,,,,,,,,,
cscr12,screener,,,,,descriptive,"<div style=""color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Read the card to ages 7-12 or for those children with learning/reading problems.</div><div style="" width: 100%;width: 100%; background-color: #E5D9F7;"">Participant Card 2 (Fears) </div>
",,,,,,,,,,,,,
cscr13,screener,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">[Looking at this card]</div>Have you ever been very nervous or afraid of:",,,,,,,,,,,,,
dcscr036,screener,,,,,radio,"Animals or bugs, like dogs, snakes, or spiders?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr036,,
dcscr037,screener,,,,,radio,"Being in really high places, like a roof or tall building?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr036,,
dcscr038,screener,,,,,radio,"Water or situations involving water, such as a swimming pool, lake, or ocean?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr036,,
dcscr039,screener,,,,,radio,"Storms, thunder, or lightning?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr036,,
dcscr040,screener,,,,,radio,"Doctors, needles, or blood?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr036,,
dcscr041,screener,,,,,radio,"Closed spaces, like elevators or closets?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr036,,
dcscr042,screener,,,,,radio,Flying or airplanes?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr036,,
dcscr043,screener,,,,,radio,Other?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr036,,
cscr15,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">SOCIAL ANXIETY</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Most people feel uncomfortable when they have to speak in front of people, meet new people, or when they are in situations in which they may say or do something embarrassing. Some people become so uncomfortable in these situations that they either stay away from them or become very upset, even though they know that it doesn't make sense.</div>",,,,,,,,,,,,,
cscr16,screener,,,,,descriptive,"<div style=""width: 100%; background-color: #E5D9F7;"">Participant Card 3 (Social/Performance)</div>
",,,,,,,,,,,,,
cscr17,screener,,,,,descriptive,"<div style="" color: purple; width: 100%; font-style: italic; background-color: #ffffdd;"">[Looking at this card]</div>Was there ever a time in your life:",,,,,,,,,,,,,
dcscr044,screener,,,,,radio,"When you felt very afraid or really, really shy with people, like meeting new people, going to parties, or eating or drinking in front of others?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr044,,
dcscr045,screener,,,,,radio,"When you felt very afraid or uncomfortable when you had to do something in front of a group of people, like speaking in class?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr044,,
cscr18,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">PANIC DISORDER</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some people have what we call ""panic or anxiety attacks"". In these kinds of attacks, people become very scared, even though there is nothing around to frighten them. Sometimes, they feel they can't breathe or their heart beats fast. The attacks come on very quickly and then go away.</div>",,,,,,,,,,,,,
dcscr046,screener,,,,,radio,Have you ever had an attack like this?,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr047,screener,,,,,notes,Describe,,,,,,,[dcscr046] = '1',,LH,,,,
cscr19,screener,,,,,descriptive,"<div style=""color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If yes, SKIP to Panic Disorder Course.</div>",,,,,,,[dcscr046] = '1',,,,,,
dcscr048,screener,,,,,radio,"Has there ever been a time when all of a sudden you felt very, very scared or uncomfortable and your chest hurt, you couldn't catch your breath, your heart beat very fast, or you felt very shaky?","0, No | 1, Yes | 9, Unknown",,,,,,[dcscr046] = '0',,,,dcscr048,,
dcscr049,screener,,,,,radio,"Has there ever been a time when all of a sudden, you felt that something terrible was going to happen, that you were going crazy, or going to die?","0, No | 1, Yes | 9, Unknown",,,,,,[dcscr046] = '0',,,,dcscr048,,
cscr19a,screener,,,,,descriptive,"<div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">PANIC DISORDER COURSE</div>",,,,,,,[dcscr046] = '1' or [dcscr048] = '1' or [dcscr049] = '1',,,,,,
dcscr050,screener,,,,,text,How many of these attacks have you had?,,NUMBER OF ATTACKS,,,,,[dcscr046] = '1' or [dcscr048] = '1' or [dcscr049] = '1',,RH,,,,
cscr20,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">AGORAPHOBIA</div>",,,,,,,,,,,,,
cscr21,screener,,,,,descriptive,"<div style=""color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Read the card to ages 7-12 or for those children with learning/reading problems.</div><div style=""width: 100%; background-color: #E5D9F7;"">Participant Card 4 (Other fears) </div>",,,,,,,,,,,,,
dcscr051,screener,,,,,radio,"<div style="" color: purple; width: 100%; font-style: italic; background-color: #ffffdd;"">[Looking at this card]</div>Have you ever been very nervous or afraid of being in crowds, going to public places, traveling by yourself, traveling away from home, or using public transportation like a bus or the metro? ","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr052,screener,,,,,radio,Have you been afraid about (insert situation) because you were worried about having a scary/strange feeling in your body or other body problem(s)?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr051] = '1',,,,dcscr052,,
dcscr053,screener,,,,,radio,"Have you been afraid of being in places because you were worried that you might get trapped, couldn't escape, would be embarrassed to escape or couldn't get help?","0, No | 1, Yes | 9, Unknown",,,,,,[dcscr051] = '1',,,,dcscr052,,
cscr23,screener,,,,,descriptive,"<div style=""color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If no to all, do not complete section; consider other phobias.</div>",,,,,,,[dcscr052] = '0' and [dcscr053] = '0',,,,,,
cscr24,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">OBSESSIVE COMPULSIVE DISORDER</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some people have unpleasant thoughts or feelings to do things that keep coming back over and over again and they can't get them out of their head. These thoughts sometimes make these people feel like they have to do things over and over again (like washing their hands, counting, or checking things). </div>",,,,,,,,,,,,,
dcscr054,screener,,,,,radio,"Have you ever been bothered by thoughts that don't make sense to you, that come over and over again and won't go away?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr054,,
dcscr055,screener,,,,,radio,Did these thoughts continue to bother you no matter how hard you tried to get rid of them or ignore them?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr054] = '1',,,,dcscr054,,
dcscr056,screener,,,,,radio,"Have you ever had to do something over and over again like washing your hands, or re-arranging or touching things in a certain way that would have made you feel really nervous if you couldn't do it?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr054,,
dcscr057,screener,,,,,radio,"Have you ever saved up so many things that people complain or they got in the way? <div style=""color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Clarify that this is NOT parents complaining that child needs to clean room/tidy up. </div>","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr054,,
dcscr058,screener,,,,,notes,Please explain:,,,,,,,[dcscr057] = '1',,LH,,,,
dcscr059,screener,,,,,radio,Do you feel the need to do things just right (like they have to be perfect)?,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cscr25,screener,,,,,descriptive,What is the longest period that you have had these thoughts or behaviors?,,,,,,,[dcscr054] = '1' or [dcscr056] = '1' or [dcscr057] = '1' or [dcscr059] = '1' ,,,,,,
dcscr060,screener,,,,,text,N of Days,,DAYS,number,,,,[dcscr054] = '1' or [dcscr056] = '1' or [dcscr057] = '1' or [dcscr059] = '1' ,,,,,,
dcscr061,screener,,,,,text,N of Weeks,,WEEKS,number,,,,[dcscr054] = '1' or [dcscr056] = '1' or [dcscr057] = '1' or [dcscr059] = '1' ,,,,,,
dcscr062,screener,,,,,text,N of Months,,MONTHS,number,,,,[dcscr054] = '1' or [dcscr056] = '1' or [dcscr057] = '1' or [dcscr059] = '1' ,,,,,,
dcscr063,screener,,,,,text,N of Years,,YEARS,number,,,,[dcscr054] = '1' or [dcscr056] = '1' or [dcscr057] = '1' or [dcscr059] = '1' ,,,,,,
dcscr064,screener,,,,,radio,Did they prevent you from doing things you normally would do?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr054] = '1' or [dcscr056] = '1' or [dcscr057] = '1' or [dcscr059] = '1' ,,,,dcscr064,,
dcscr065,screener,,,,,radio,Did having these thoughts or behaviors bother you a lot?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr054] = '1' or [dcscr056] = '1' or [dcscr057] = '1' or [dcscr059] = '1' ,,,,dcscr064,,
cscr26,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">EATING DISORDERS</div>",,,,,,,,,,,,,
dcscr066,screener,,,,,radio,"Was there ever a time when you felt really fat or heavy, but other people said that you were too thin?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr066,,
dcscr067,screener,,,,,radio,"At that time, did you lose a lot of weight on purpose (like you were trying to do so)?","0, No | 1, Yes | 9, Unknown",,,,,,[dcscr066] = '1' ,,,,dcscr066,,
dcscr068,screener,,,,,radio,Has there been a time when your eating was out of control - you'd eat a large amount of food in a short period of time and could not stop yourself?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr066,,
dcscr069,screener,,,,,radio,"At that time, did you ever do anything to stop yourself from gaining weight like taking pills or making yourself throw up?","0, No | 1, Yes | 9, Unknown",,,,,,[dcscr068] = '1' ,,,,dcscr066,,
cscr27,screener,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If any probes are endorsed, complete entire eating section.</div>",,,,,,,[dcscr066] = '1' or [dcscr068] = '1',,,,,,
cscr28,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DEPRESSION</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some people have times when they feel sad, depressed, irritable or moody. They no longer enjoy the things they used to do; they may feel tired and have less energy than usual. These changes are much different from their usual selves.</div>",,,,,,,,,,,,,
dcscr070,screener,,,,,radio,Has there ever been a time when you felt sad or depressed most of the time? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr070,,
dcscr071,screener,,,,,radio,"Has there ever been a time when you cried a lot, or felt like crying?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr070,,
dcscr072,screener,,,,,radio,Was this different from how you usually are?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr070] = '1' or [dcscr071] = '1',,,,dcscr070,,
cscr29,screener,,,,,descriptive,"
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Sometimes a child will initially give a negative answer; if current sadness/depressed affect/state is evident, ask about current mood.</div>",,,,,,,,,,,,,
dcscr073,screener,,,,,radio,"Has there ever been a time when you felt grouchy, irritable or in a bad mood most of the time; even little things would make you mad?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr073,,
dcscr074,screener,,,,,radio,Was this different from how you usually are?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr073] = '1',,,,dcscr073,,
dcscr075,screener,,,,,radio,Has there ever been a time when nothing was fun for you and you just weren't interested in anything?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr073,,
dcscr076,screener,,,,,radio,Was this different from how you usually are?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr075] = '1',,,,dcscr073,,
dcscr077,screener,,,,,radio,"Did other people say that you seemed (more sad, more grouchy, or like you weren't having as much fun as usual)?","7, N/A | 0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cscr30,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">MANIA/HYPOMANIA</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some people have periods when they feel much more active, energetic, and talkative. They may think more quickly. They talk a lot. They may be fidgety or unable to sit still and they sometimes do things that are unusual for them, like spending too much money. </div>",,,,,,,,,,,,,
cscr31,screener,,,,,descriptive,"<div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">INCREASED MOTOR ACTIVITY</div>",,,,,,,,,,,,,
dcscr078,screener,,,,,radio,"Have there been times when you were much more active than usual, had problems sitting still, or needed to move around a lot? ","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cscr32,screener,,,,,descriptive,"<div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">INCREASED ENERGY</div>",,,,,,,,,,,,,
dcscr079,screener,,,,,radio,Has there ever been a time when you felt so full of energy that you couldn't stop doing things and you didn't get tired?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr079,,
dcscr080,screener,,,,,radio,"Has there ever been a time when you felt like you hardly needed sleep? <div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Do NOT include isolated events, like a slumber party.</div>","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr079,,
dcscr081,screener,,,,,radio,"Have there been times when you kept talking a lot, or had so many ideas in your head that you could hardly keep track of them? ","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cscr34,screener,,,,,descriptive,"<div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">ELEVATED MOOD</div>",,,,,,,,,,,,,
dcscr082,screener,,,,,radio,"Have you ever had a time when you felt much more happy or excited than you usually do; when there was nothing special going on?
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: NOT mild elation.</div>","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,dcscr082,,
dcscr083,screener,,,,,radio,Have you ever had a time when you felt like you could do almost anything?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr082,,
cscr36,screener,,,,,descriptive,"<div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">IRRITABLE MOOD</div>",,,,,,,,,,,,,
dcscr084,screener,,,,,radio,"Has there ever been a time when you felt unusually grouchy, cranky, or irritable; when the smallest things would make you really mad? ","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr084,,
dcscr085,screener,,,,,radio,"Did other people, like parents or teachers, notice this change or worry about you? ","0, No | 1, Yes | 9, Unknown",,,,,,[dcscr078] = '1' or [dcscr079] = '1' or [dcscr080] = '1' or [dcscr081] = '1' or [dcscr082] = '1' or [dcscr083] = '1' or [dcscr084] = '1',,,,dcscr084,,
dcscr086,screener,,,,,radio,Was this different from how you usually are?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr078] = '1' or [dcscr079] = '1' or [dcscr080] = '1' or [dcscr081] = '1' or [dcscr082] = '1' or [dcscr083] = '1' or [dcscr084] = '1' or [dcscr085] = '1' or [dcscr085] = '0',,,,dcscr084,,
dcscr087,screener,,,,,radio,"If yes, During that time/those times, how often did you feel that way? ","1, Almost every day | 2, About half of the days | 3, Less than half the days | 9, Unknown",,,,,,[dcscr086] = '1',,LH,,,,
dcscr088,screener,,,,,radio,"If yes, On the days you felt this way, how much of the day did it last? ","1, All of the day | 2, Most of the day | 3, Half of the day | 4, Only a small part of the day | 9, Unknown",,,,,,[dcscr086] = '1',,LH,,,,
dcscr089,screener,,,,,text,How many times a year?,,TIMES,number,,,,[dcscr086] = '1',,,,,,
cscr37,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">PSYCHOSIS</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Now I am going to ask you some questions about things that happen to people during stressful times.</div>",,,,,,,,,,,,,
cscr38,screener,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: When asking psychosis questions, ask child/parent to give examples.</div>",,,,,,,,,,,,,
cscr39,screener,,,,,descriptive,"<div style="" display:block; width: 100%; background-color: #ffffdd;"">HALLUCINATIONS</div>",,,,,,,,,,,,,
dcscr090,screener,,,,,radio,Have you ever heard voices when no one was there?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr090,,
dcscr091,screener,,,,,radio,Have you ever seen things that other people couldn't see?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr090,,
dcscr092,screener,,,,,radio,Have you ever seen visions?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr090,,
dcscr093,screener,,,,,radio,Have you ever heard things other people couldn't hear?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr090,,
dcscr094,screener,,,,,radio,Has there ever been anything unusual about the way things smelled or felt or looked?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr090,,
dcscr095,screener,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: List examples.</div>",,,,,,,[dcscr090] = '1' or [dcscr091] = '1' or [dcscr092] = '1' or [dcscr093] = '1' or [dcscr094] = '1',,,,,,
dcscr095a,screener,,,,,text,Example 1,,EXAMPLE,,,,,[dcscr090] = '1' or [dcscr091] = '1' or [dcscr092] = '1' or [dcscr093] = '1' or [dcscr094] = '1',,RH,,,,
dcscr095b,screener,,,,,text,Example 2,,EXAMPLE,,,,,[dcscr090] = '1' or [dcscr091] = '1' or [dcscr092] = '1' or [dcscr093] = '1' or [dcscr094] = '1',,RH,,,,
dcscr095c,screener,,,,,text,Example 3,,EXAMPLE,,,,,[dcscr090] = '1' or [dcscr091] = '1' or [dcscr092] = '1' or [dcscr093] = '1' or [dcscr094] = '1',,RH,,,,
dcscr095d,screener,,,,,text,Example 4,,EXAMPLE,,,,,[dcscr090] = '1' or [dcscr091] = '1' or [dcscr092] = '1' or [dcscr093] = '1' or [dcscr094] = '1',,RH,,,,
cscr40,screener,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If any hallucination questions endorsed, ask next question ONLY to parent.</div>",,,,,,,[dcscr090] = '1' or [dcscr091] = '1' or [dcscr092] = '1' or [dcscr093] = '1' or [dcscr094] = '1',,,,,,
dcscr096,screener,,,,,radio,Is this something that is considered unusual for the child? ,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr090] = '1' or [dcscr091] = '1' or [dcscr092] = '1' or [dcscr093] = '1' or [dcscr094] = '1',,LH,,,,
dcscr097,screener,,,,,notes,What is it?,,,,,,,[dcscr096] = '1' ,,LH,,,,
cscr41,screener,,,,,descriptive,"<div style="" display:block; width: 100%; background-color: #ffffdd;"">DELUSIONS</div>",,,,,,,,,,,,,
dcscr098,screener,,,,,radio,Have you ever had your imagination play tricks on you?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr099,,
dcscr099,screener,,,,,radio,Have you ever believed in things that most other people or your parents don't believe in? What?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr099,,
dcscr100,screener,,,,,radio,"Have you ever believed in things and later found out they weren't true, like people being out to get you, or talking about you behind your back, or controlling what you do or think?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr099,,
dcscr101,screener,,,,,radio,Were you sure of that at the time or did you think it just might be so?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr099,,
dcscr102,screener,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: List examples.</div>",,,,,,,[dcscr098] = '1' or [dcscr099] = '1' or [dcscr100] = '1' or [dcscr101] = '1',,,,,,
dcscr102a,screener,,,,,text,Example 1,,EXAMPLE,,,,,[dcscr098] = '1' or [dcscr099] = '1' or [dcscr100] = '1' or [dcscr101] = '1',,RH,,,,
dcscr102b,screener,,,,,text,Example 2,,EXAMPLE,,,,,[dcscr098] = '1' or [dcscr099] = '1' or [dcscr100] = '1' or [dcscr101] = '1',,RH,,,,
dcscr102c,screener,,,,,text,Example 3,,EXAMPLE,,,,,[dcscr098] = '1' or [dcscr099] = '1' or [dcscr100] = '1' or [dcscr101] = '1',,RH,,,,
dcscr102d,screener,,,,,text,Example 4,,EXAMPLE,,,,,[dcscr098] = '1' or [dcscr099] = '1' or [dcscr100] = '1' or [dcscr101] = '1',,RH,,,,
cscr42,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">INTERMITTENT EXPLOSIVE DISORDER</div>",,,,,,,,,,,,,
dcscr103,screener,,,,,radio,Have you ever had a time when you became so angry you could not control your temper and ended up hitting someone or breaking things?,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr104,screener,,,,,notes,"If yes, what did you do?",,,,,,,[dcscr103] = '1' ,,LH,,,,
cscr43,screener,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Use clinical judgement here to rate positively. The item broken should be something of value like a car window or punching holes in the wall, not minor things like breaking a pencil.</div>",,,,,,,[dcscr103] = '1' ,,,,,,
dcscr105,screener,,,,,text,How many times has this happened?,,NUMBER OF TIMES,,,,,[dcscr103] = '1' ,,,,,,
dcscr106,screener,,,,,notes,What set it off?,,,,,,,[dcscr103] = '1' ,,LH,,,,
cscr44,screener,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Was the reaction grossly out of proportion to the precipitating event?</div>","0, No | 1, Yes | 9, Unknown",,,,,,[dcscr103] = '1' ,,RH,,,,
dcscr107,screener,,,,,dropdown,How old were you when this happened the most?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr103] = '1' ,,RH,,,,
cscr45,screener,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: There is no IED section.</div>",,,,,,,[dcscr103] = '1' ,,,,,,
cscr46,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">SUICIDE</div>",,,,,,,,,,,,,
dcscr108,screener,,,,,radio,Have you ever thought a lot about death or dying?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr108,,
dcscr109,screener,,,,,radio,Have you ever thought about killing yourself?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr108,,
cscr47,screener,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If yes to either suicide probe, SKIP to suicide section and assess current risk level.</div>",,,,,,,[dcscr108] = '1' or [dcscr109] = '1' ,,,,,,
cscr48,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">POST TRAUMATIC STRESS</div><div style=""color: blue;width: 100%; background-color: #ffffdd;"">Now I'm going to ask you about upsetting things that sometimes happen to children or teenagers.</div>",,,,,,,,,,,,,
cscr49,screener,,,,,descriptive,"<div style="" width: 100%; background-color: #E5D9F7;"">Participant Card 5 (Stressful Experiences) </div>",,,,,,,,,,,,,
dcscr110,screener,,,,,radio,Have you ever been in a flood or a tornado or an earthquake or hurricane or some other natural disaster where you thought you were going to die or be seriously hurt?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr110,,
dcscr111,screener,,,,,radio,Have you ever been in a situation where you thought you or someone close to you was going to be killed or be hurt very badly? (e.g. family violence),"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr110,,
dcscr112,screener,,,,,radio,Have you ever been attacked by somebody or badly beaten?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr110,,
dcscr113,screener,,,,,radio,Have you ever been very upset by someone forcing you to do something sexual that you really didn't want to do?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr110,,
dcscr114,screener,,,,,radio,Have you ever been attacked sexually or raped?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcscr113] = '1' ,,,,dcscr110,,
dcscr115,screener,,,,,radio,Have you ever been threatened with a weapon?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr110,,
dcscr116,screener,,,,,radio,Have you ever been in a bad accident?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr110,,
dcscr117,screener,,,,,radio,"Other than television or at the movies, have you ever seen or heard somebody get killed or get hurt very badly or die?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr110,,
dcscr118,screener,,,,,radio,Have you ever been very upset by seeing a dead body or by seeing pictures of the dead body of somebody you knew well?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcscr110,,
cscr50,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">SUBSTANCE USE</div>",,,,,,,,,,,,,
cscr51,screener,,,,,descriptive,Have you ever used any of the following:,,,,,,,,,,,,,
dcscr119,screener,,,,,radio,Tobacco- like cigarettes or chewing tobacco: Ever used,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr120,screener,,,,,dropdown,Tobacco: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr119] = '1' ,,,,,,
cscr52,screener,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If no to Use, ask Tobacco questions in section below.</div>",,,,,,,[dcscr119] = '0' ,,,,,,
dcscr121,screener,,,,,radio,"Caffeine- like coffee, tea, or soda (1x month or more to complete section): Ever used","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr122,screener,,,,,dropdown,Caffeine: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr121] = '1' ,,,,,,
dcscr123,screener,,,,,radio,"Alcohol- lilke beer, wine, or liquor: Ever used","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr124,screener,,,,,dropdown,Alcohol: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr123] = '1' ,,,,,,
dcscr125,screener,,,,,radio,Cannabis- like marijuana: Ever used,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr126,screener,,,,,dropdown,Cannabis: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr125] = '1' ,,,,,,
dcscr127,screener,,,,,radio,Inhalants- like sniffing glue or paint: Ever used,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr128,screener,,,,,dropdown,Inhalants: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr127] = '1' ,,,,,,
dcscr129,screener,,,,,radio,LSD/Hallucinogens- like mushrooms or acid: Ever used,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr130,screener,,,,,dropdown,LSD/Hallucinogens: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr129] = '1' ,,,,,,
dcscr131,screener,,,,,radio,"Stimulants- like diet pills to get high, ecstasy, crystal meth: Ever used","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr132,screener,,,,,dropdown,Stimulants: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr131] = '1' ,,,,,,
dcscr133,screener,,,,,radio,"Cocaine- crack, powder, crank: Ever used","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr134,screener,,,,,dropdown,Cocaine: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr133] = '1' ,,,,,,
dcscr135,screener,,,,,radio,"Sedatives- like ""downers"" (valium): Ever used","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr136,screener,,,,,dropdown,Sedatives: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr135] = '1' ,,,,,,
dcscr137,screener,,,,,radio,"Opiates- like heroin, oxycontin, percocet: Ever used","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr138,screener,,,,,dropdown,Opiates: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr137] = '1' ,,,,,,
dcscr139,screener,,,,,radio,Steroids- to help improve your performance at sports or to get bigger: Ever used,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr140,screener,,,,,dropdown,Steroids: Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr139] = '1' ,,,,,,
dcscr141,screener,,,,,radio,"Have you ever taken more perscription medicine or over the counter medicine than you were supposed to, or used someone else's prescription medicine to get high?
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If yes, get name of substance and code under appropriate section.</div>","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr142,screener,,,,,text,Name of substance,,SUBSTANCE,,,,,[dcscr141] = '1' ,,,,,,
dcscr142a,screener,,,,,dropdown,Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr141] = '1' ,,,,,,
dcscr143,screener,,,,,radio,"Have you ever felt like you got hooked on presciption or over the counter medicine?
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If yes, get name of substance and code under appropriate section.</div>","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr144,screener,,,,,text,Name of substance,,SUBSTANCE,,,,,[dcscr143] = '1' ,,,,,,
dcscr144a,screener,,,,,dropdown,Age when used the most,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcscr143] = '1' ,,,,,,
cscr53,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">TOBACCO</div>",,,,,,,,,,,,,
dcscr145,screener,,,,,radio,"Have you ever smoked a cigarette, cigar, pipe or other tobacco product, even a single puff? ","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr146,screener,,,,,checkbox,What is the reason(s) that you never smoked or used tobacco?,"1, Never had opportunity | 2, Never interested | 3, Didn't like smell | 4, Exposure to smoke from parents or other family members | 5, Concern about health risks | 6, Religious or cultural beliefs | 7, Parents told child not to smoke | 8, Not legal | 9, Unknown | 10, Other",,,,,,[dcscr145] = '0' ,,LV,,,,
dcscr148,screener,,,,,notes,What is the reason(s) that you never smoked or used tobacco? Other 1,,,,,,,[dcscr146(10)] = '1',,LH,,,,
dcscr149,screener,,,,,notes,What is the reason(s) that you never smoked or used tobacco? Other 2,,,,,,,[dcscr146(10)] = '1',,LH,,,,
cscr54,screener,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">OTHER DISORDERS</div>",,,,,,,,,,,,,
dcscr150,screener,,,,,radio,Was there ever a time when you or someone else thought you needed help or treatment for any problems we haven't discussed?,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
dcscr151,screener,,,,,notes,Describe,,,,,,,[dcscr150] = '1',,LH,,,,
cscr_end,screener,,,,,descriptive,"<div style=""color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: END Screener section.</div>",,,,,,,,,,,,,
checklist_a,screener_checklist,,,,,descriptive,"<div style=""color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Use the following chart while completing the Screener. The Screener, Timeline, and Social Functioning are mandatory sections.</div>",,,,,,,,,,,,,
checklist_b,screener_checklist,,,,,checkbox,SECTIONS: NEED TO COMPLETE,"4, Separation Anxiety | 5, Generalized Anxiety/Overanxious Disorder | 6, Attention Deficit Hyperactivity Disorder | 7, Oppositional Defiant Disorder | 8, Conduct Disorder | 9, Specific Phobia | 10, Social Anxiety | 11, Panic | 12, Agoraphobia | 13, Obsessive-Compulsive Disorder | 14, Eating | 15, Major Depression | 16, Mania | 17, Suicide | 18, Psychosis | 19, Post-Traumatic Stress Disorder | 20, Tobacco | 21, Caffeine | 22, Alcohol | 24, Drug/Substance",,,,,,,,LV,,,,
cmdd0,major_depression,,,,,descriptive,"<div style=""color: blue;width: 100%; background-color: #ffffdd;"">Earlier, you told me there was a time you felt (insert participant's endorsed symptoms in Screener). I'd now like to ask you more about that.</div>
<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">CURRENT RECENT EPISODE</div>",,,,,,,,,,,,,
dcmdd001,major_depression,,,,,radio,Do you feel this way now? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcmdd002,major_depression,,,,,dropdown,How old were you the last time you felt this way?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcmdd001] = '0',,RH,,,,
cmdd1,major_depression,,,,,descriptive,How long did you feel this way?,,,,,,,[dcmdd001] = '0',,,,,,
dcmdd003,major_depression,,,,,text,N of Days,,DAYS,number,,,,[dcmdd001] = '0',,,,,,
dcmdd004,major_depression,,,,,text,N of Weeks,,WEEKS,number,,,,[dcmdd001] = '0',,,,,,
dcmdd005,major_depression,,,,,text,N of Months,,MONTHS,number,,,,[dcmdd001] = '0',,,,,,
dcmdd006,major_depression,,,,,dropdown,How old were you when this ended?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcmdd001] = '0',,RH,,,,
cmdd2,major_depression,,,,,descriptive,"If now, how long have you felt this way?",,,,,,,[dcmdd001] = '1',,,,,,
dcmdd007,major_depression,,,,,text,N of Days,,DAYS,number,,,,[dcmdd001] = '1',,,,,,
dcmdd008,major_depression,,,,,text,N of Weeks,,WEEKS,number,,,,[dcmdd001] = '1',,,,,,
dcmdd009,major_depression,,,,,text,N of Months,,MONTHS,number,,,,[dcmdd001] = '1',,,,,,
dcmdd010,major_depression,,,,,radio,Was there ever a time you felt worse than this -- like for a really long time or a very severe time?,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcmdd011,major_depression,,,,,dropdown,How old were you when you felt this way?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcmdd010] = '1',,RH,,,,
cmdd3,major_depression,,,,,descriptive,How long did you feel this way?,,,,,,,[dcmdd010] = '1',,,,,,
dcmdd012,major_depression,,,,,text,N of Days,,DAYS,number,,,,[dcmdd010] = '1',,,,,,
dcmdd013,major_depression,,,,,text,N of Weeks,,WEEKS,number,,,,[dcmdd010] = '1',,,,,,
dcmdd014,major_depression,,,,,text,N of Months,,MONTHS,number,,,,[dcmdd010] = '1',,,,,,
dcmdd015,major_depression,,,,,dropdown,How old were you when this ended?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcmdd010] = '1',,RH,,,,
cmdd4,major_depression,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Code WORST episode.</div>",,,,,,,,,,,,,
cmdd5,major_depression,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">SYMPTOMS</div>
<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DEPRESSED MOOD</div><div style="" color: blue; width: 100%; background-color: #ffffdd;"">Now I would like to talk more about how you felt then.</div>",,,,,,,,,,,,,
cmdd6,major_depression,,,,,descriptive,"During this time, did you feel:",,,,,,,,,,,,,
dcmdd016,major_depression,,,,,radio,Sad or depressed? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd016,,
dcmdd017,major_depression,,,,,radio,Was this feeling different from the feeling you get when something really sad happens or when you see a really sad movie?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd016] = '1',,,,dcmdd016,,
dcmdd018,major_depression,,,,,radio,Hopeless?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd016,,
dcmdd019,major_depression,,,,,radio,Like there was nothing that you could do to stop the sadness (helplessness)?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd016,,
dcmdd020,major_depression,,,,,radio,Like things would never get better? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd016,,
cmdd7,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">IRRITABLE MOOD/ANGER</div>",,,,,,,,,,,,,
cmdd8,major_depression,,,,,descriptive,"During this time, did you:",,,,,,,,,,,,,
dcmdd021,major_depression,,,,,radio,Feel grouchy or irritable?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd021,,
dcmdd022,major_depression,,,,,radio,Feel angry or like you were mad at almost everyone?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd021,,
dcmdd023,major_depression,,,,,radio,Get annoyed more easily with other people for little things?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd021,,
cmdd9,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">ANHEDONIA/LOSS OF INTEREST</div><div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Loss of interest here does not refer to the inability to engage in activities.</div>",,,,,,,,,,,,,
cmdd10,major_depression,,,,,descriptive,"During this time, did you feel:",,,,,,,,,,,,,
dcmdd024,major_depression,,,,,radio,Like you just weren't interested in anything?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd024,,
dcmdd025,major_depression,,,,,radio,Like you couldn't have as much fun as usual?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd024,,
dcmdd026,major_depression,,,,,radio,Bored with things that used to be interesting to you?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd024,,
cmdd11,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">MOOD REACTIVITY</div>",,,,,,,,,,,,,
dcmdd027,major_depression,,,,,radio,"If something good happened, or if someone tried to cheer you up, how much better would you feel, at least for a little while?","1, Not at all better | 2, A little better | 3, Somewhat better | 4, A lot better",,,,,,,,LV,,,,
cmdd12,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DIURNAL VARIATION</div>",,,,,,,,,,,,,
dcmdd028,major_depression,,,,,radio,"During this time, did you usually feel worse at (a) certain time(s) of the day or night?","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
cmdd13,major_depression,,,,,descriptive,What time of day:,,,,,,,[dcmdd028] = '1',,,,,,
dcmdd029,major_depression,,,,,radio,Morning?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd028] = '1',,,,dcmdd029,,
dcmdd030,major_depression,,,,,radio,Afternoon?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd028] = '1',,,,dcmdd029,,
dcmdd031,major_depression,,,,,radio,Evening?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd028] = '1',,,,dcmdd029,,
dcmdd032,major_depression,,,,,radio,Late night?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd028] = '1',,,,dcmdd029,,
cmdd14,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">SLEEP</div>",,,,,,,,,,,,,
dcmdd033,major_depression,,,,,radio,"During this time, did you have problems falling asleep?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd033,,
dcmdd034,major_depression,,,,,radio, Did you have problems with waking up in the middle of the night?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd033,,
dcmdd035,major_depression,,,,,radio, Did you wake up before you had to in the morning?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd033,,
dcmdd036,major_depression,,,,,text,How many hours earlier?,,HOURS,number,,,,[dcmdd035] = '1',,,,,,
dcmdd037,major_depression,,,,,radio,"
Did you sleep much more than usual for you?
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Count night and naps.</div>","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
cmdd15,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">EATING DISTURBANCES</div>",,,,,,,,,,,,,
dcmdd038,major_depression,,,,,radio,"During this time, did you eat less or feel less hungry than usual? (Did you lose weight)","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd038,,
dcmdd039,major_depression,,,,,radio,Did you eat more or feel more hungry than usual?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd038,,
dcmdd040,major_depression,,,,,radio,Did you gain weight?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd039] = '1',,,,dcmdd038,,
dcmdd041,major_depression,,,,,radio,"Did you crave or want to eat a lot of certain types of foods during this time? (e.g. chocolate, sweets, starchy food)","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd038,,
cmdd16,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">PSYCHOMOTOR CHANGES</div>",,,,,,,,,,,,,
dcmdd042,major_depression,,,,,radio,"During this time, did you have trouble sitting still? ","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd042,,
dcmdd043,major_depression,,,,,radio,Did you feel like you had to keep moving around? (Like walking back and forth?),"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd042,,
dcmdd044,major_depression,,,,,radio,Did you move more slowly than usual? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd042,,
dcmdd045,major_depression,,,,,radio,Did you think more slowly than usual? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd042,,
dcmdd046,major_depression,,,,,radio,Did you speak more slowly than usual?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd042,,
dcmdd047,major_depression,,,,,radio,Did anyone notice that you were (list endorsed psychomotor changes)?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd042] = '1' or [dcmdd043] = '1' or [dcmdd044] = '1' or [dcmdd045] = '1' or [dcmdd046] = '1',,,,dcmdd042,,
cmdd17,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">ENERGY/LEADEN PARALYSIS</div>",,,,,,,,,,,,,
dcmdd048,major_depression,,,,,radio,Did you feel really tired or have less energy than usual?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd048,,
dcmdd049,major_depression,,,,,radio,"Did doing even little things make you feel really tired, like going up stairs, getting out of a chair, or getting out of bed (for school)? ","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd048,,
dcmdd050,major_depression,,,,,radio,"Did it take more time to do the things that you usually do, like getting dressed in the morning?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd048,,
dcmdd051,major_depression,,,,,radio,Did you have trouble getting started doing the activities that you usually do?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd048,,
dcmdd052,major_depression,,,,,radio,"Did your arms and legs feel heavy, like you were weighed down by them?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd048,,
cmdd18,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">COGNITION</div>",,,,,,,,,,,,,
dcmdd053,major_depression,,,,,radio,Was it harder to keep your mind on things--like when doing homework or trying to remember something? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd053,,
dcmdd054,major_depression,,,,,radio,Was it harder to think clearly?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd053,,
dcmdd055,major_depression,,,,,radio,Was it harder to make up your mind or make decisions?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd053,,
dcmdd056,major_depression,,,,,radio,Did you have problems remembering things?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd053,,
cmdd19,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">GUILT/WORTHLESSNESS</div>",,,,,,,,,,,,,
dcmdd057,major_depression,,,,,radio,Did you blame yourself for bad things that happened?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd057,,
dcmdd058,major_depression,,,,,radio,Did you feel like you didn't really matter?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd057,,
dcmdd059,major_depression,,,,,radio,"Did you feel bad about yourself even though there wasn't any real reason to feel like that? For example, did you start feeling that you weren't good-looking enough, that people wouldn't like you, that you weren't smart enough, or that you couldn't do anything well?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd057,,
cmdd19a,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">INTERPERSONAL SENSITIVITY</div>",,,,,,,,,,,,,
dcmdd060,major_depression,,,,,radio,"(Not specific to episode) In general, do you get your feelings hurt easily when other kids tease you or don't want to play with you?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd060,,
dcmdd061,major_depression,,,,,radio,Do you think that you are more sensitive or get your feelings hurt more easily than other kids your age?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd060,,
dcmdd062,major_depression,,,,,radio,Have other people ever told you that you were more sensitive than you should be?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd060,,
dcmdd063,major_depression,,,,,radio,"(Episode specific) When you were feeling (sad, grouchy, like nothing was fun) were you even more sensitive than usual?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd060,,
cmdd20,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">MORBID THOUGHTS</div><div style="" color: blue; width: 100%; background-color: #ffffdd;;"">Sometimes kids who feel sad, down, or angry think about death or even wish they were dead. </div>",,,,,,,,,,,,,
cmdd20a,major_depression,,,,,descriptive,During this time:,,,,,,,,,,,,,
dcmdd064,major_depression,,,,,radio,Did you think about death?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd064,,
dcmdd065,major_depression,,,,,radio,Did you ever think about killing yourself?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd064,,
dcmdd066,major_depression,,,,,radio,How often did you think about these things during this time?,"1, Most of the time | 2, Sometimes | 3, Not very often | 9, Don't know",,,,,,[dcmdd065] = '1',,LH,,,,
dcmdd067,major_depression,,,,,radio,Did you make a plan to kill yourself?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd065] = '1',,,,dcmdd067,,
dcmdd068,major_depression,,,,,radio,Did you try to kill yourself?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd065] = '1',,,,dcmdd067,,
cmdd21,major_depression,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">SYMPTOM FREQUENCY (EPISODE)</div>",,,,,,,,,,,,,
dcmdd069,major_depression,,,,,radio,You just told me that when you felt (sad/ grouchy/ like nothing was fun) that you also had (list symptoms). How often did you have these things? ,"1, Most days | 2, About half of the days | 3, Less than half the days | 9, Don't know",,,,,,,,LH,,,,
dcmdd070,major_depression,,,,,radio,"On the days you had these things, how much of the day did you have them? ","1, All of the day | 2, Most of the day | 3, Half of the day | 4, Only a little part of the day",,,,,,,,LH,,,,
cmdd22,major_depression,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">PSYCHOSIS (EPISODE)</div>
<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DELUSIONS</div>",,,,,,,,,,,,,
dcmdd071,major_depression,,,,,radio,"During this time, did you think that your (list symptoms) was a punishment for something you had done? ","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd071,,
dcmdd072,major_depression,,,,,radio,"Did you think that something terrible was going to happen, or that someone was trying to hurt you or was talking about you? ","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd071,,
dcmdd073,major_depression,,,,,radio,Did you think that something had gone wrong with your body? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd071,,
dcmdd074,major_depression,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Based on clinical judgment, were these
real delusions?(Get Examples)</div>","0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd071] = '1' or [dcmdd072] = '1' or [dcmdd073] = '1',,RH,,,,
cmdd23,major_depression,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If not real delusions, SKIP to Hallucinations. </div>",,,,,,,[dcmdd074] = '0',,,,,,
dcmdd075a,major_depression,,,,,text,Example 1,,EXAMPLE,,,,,[dcmdd074] = '1',,,,,,
dcmdd075b,major_depression,,,,,text,Example 2,,EXAMPLE,,,,,[dcmdd074] = '1',,,,,,
dcmdd075c,major_depression,,,,,text,Example 3,,EXAMPLE,,,,,[dcmdd074] = '1',,,,,,
dcmdd075d,major_depression,,,,,text,Example 4,,EXAMPLE,,,,,[dcmdd074] = '1',,,,,,
dcmdd076,major_depression,,,,,radio,"Did these (list endorsed delusions) start before, after or at the same time that you started feeling (sad, grouchy, like nothing was fun)?","1, Before | 2, During | 3, After | 9, Don't know",,,,,,[dcmdd074] = '1',,LH,,,,
cmdd24,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">HALLUCINATIONS</div>",,,,,,,,,,,,,
dcmdd077,major_depression,,,,,radio,"During this time, did you see or hear things that other people could not see or hear?<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">PROBE: Like voices talking to you or noises, or visions? </div>","0, No | 1, Yes | 9, Unknown | 7, N/A",,,,,,,,,,dcmdd077,,
dcmdd078,major_depression,,,,,radio,"Did you experience funny or unusual smells, tastes, or sensations in your body?","0, No | 1, Yes | 9, Unknown | 7, N/A",,,,,,,,,,dcmdd077,,
dcmdd079,major_depression,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER:Based on clinical judgment, were these real hallucinations? Get examples. </div>","0, No | 1, Yes | 9, Unknown | 7, N/A",,,,,,[dcmdd077] = '1' or [dcmdd078] = '1',,,,dcmdd077,,
cmdd25,major_depression,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If not really hallucinations, SKIP to Mood Congruency. </div>",,,,,,,[dcmdd079] = '0',,,,,,
dcmdd080a,major_depression,,,,,text,Example 1,,EXAMPLE,,,,,[dcmdd079] = '1',,,,,,
dcmdd080b,major_depression,,,,,text,Example 2,,EXAMPLE,,,,,[dcmdd079] = '1',,,,,,
dcmdd080c,major_depression,,,,,text,Example 3,,EXAMPLE,,,,,[dcmdd079] = '1',,,,,,
dcmdd080d,major_depression,,,,,text,Example 4,,EXAMPLE,,,,,[dcmdd079] = '1',,,,,,
dcmdd081,major_depression,,,,,radio,"Did these (list endorsed hallucinations) start before, after or at the same time that you started feeling (sad, grouchy, like nothing was fun)? ","1, Before | 2, During | 3, After | 9, Don't know",,,,,,[dcmdd079] = '1',,RH,,,,
dcmdd082,major_depression,,,,,radio,"Did they stay even when you stopped feeling (sad, grouchy, like nothing was fun)?","0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd079] = '1',,RH,,,,
cmdd26,major_depression,,,,,descriptive,For how long did you have them? ,,,,,,,[dcmdd079] = '1',,,,,,
dcmdd083,major_depression,,,,,text,N of Days,,DAYS,number,,,,[dcmdd079] = '1',,,,,,
dcmdd084,major_depression,,,,,text,N of Weeks,,WEEKS,number,,,,[dcmdd079] = '1',,,,,,
cmdd27,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">MOOD CONGRUENCY</div>",,,,,,,,,,,,,
dcmdd085,major_depression,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If respondent had any psychotic symptoms, was the content consistent with depressive themes such as poverty, guilt, illness, personal inadequacy or catastrophe? </div>","0, No | 1, Yes | 9, Unknown | 7, N/A",,,,,,,,RH,,,,
cmdd28,major_depression,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">ASSOCIATED CONDITIONS (EPISODE)</div><div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Associated condition questions apply ONLY to episode being coded. </div>
<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">MEDICAL</div>",,,,,,,,,,,,,
cmdd29,major_depression,,,,,descriptive,"When you were feeling (sad, grouchy, like nothing was fun):",,,,,,,,,,,,,
dcmdd086,major_depression,,,,,radio,"Did you have a serious physical problem or illness? <div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">(Probe: Did the physical problem/illness happen before the sad/depressed feelings or after?)</div>","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcmdd087,major_depression,,,,,notes,"If yes, specify:",,,,,,,[dcmdd086] = '1',,LH,,,,
dcmdd088,major_depression,,,,,radio,"Were you taking any medicines that your doctor told you to take? <div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">PROBE: Did you start taking the medicine before feeling sad/depressed or after? </div>","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcmdd089,major_depression,,,,,text,Specify (Medication 1),,MEDICATION,,,,,[dcmdd088] = '1',,,,,,
dcmdd090,major_depression,,,,,text,Specify (Medication 2),,MEDICATION,,,,,[dcmdd088] = '1',,,,,,
dcmdd091,major_depression,,,,,text,Specify (Medication 3),,MEDICATION,,,,,[dcmdd088] = '1',,,,,,
cmdd30,major_depression,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: IS PARTICIPANT UNDER 12 YEARS OLD?</div>","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
cmdd31,major_depression,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Ask to 12 years and older only. SKIP to Bereavement</div>",,,,,,,[cmdd30] = '1',,,,,,
cmdd32,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">ALCOHOL AND DRUGS</div>",,,,,,,[cmdd30] = '0',,,,,,
dcmdd092,major_depression,,,,,checkbox,"Were you using alcohol often or drugs or both during this time?
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">PROBE: Did you increase how you use alcohol/drugs when you started feeling sad/depressed or were you using drugs/alcohol before you started to feel sad/depressed)? </div>","0, Neither | 1, Alcohol | 2, Drugs | 9, Don't know",,,,,,[cmdd30] = '0',,RH,,,,
dcmdd093,major_depression,,,,,notes,Specify (Alcohol and/or drug and quantity 1),,,,,,,[dcmdd092(1)] = '1' or [dcmdd092(2)] = '1',,LH,,,,
dcmdd094,major_depression,,,,,notes,Specify (Alcohol and/or drug and quantity 2),,,,,,,[dcmdd092(1)] = '1' or [dcmdd092(2)] = '1',,LH,,,,
dcmdd095,major_depression,,,,,notes,Specify (Alcohol and/or drug and quantity 3),,,,,,,[dcmdd092(1)] = '1' or [dcmdd092(2)] = '1',,LH,,,,
cmdd33,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">BEREAVEMENT</div>",,,,,,,,,,,,,
dcmdd096,major_depression,,,,,radio,"Did you start feeling (sad, grouchy, like nothing was fun) soon after someone close to you died? ","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcmdd097,major_depression,,,,,notes,Specify (Relationship),,,,,,,[dcmdd096] = '1',,LH,,,,
cmdd34,major_depression,,,,,descriptive,Date of death,,,,,,,[dcmdd096] = '1',,,,,,
dcmdd098,major_depression,,,,,dropdown,Month,"1, 1 | 2, 2 | 3, 3 | 4, 4 | 5, 5 | 6, 6 | 7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 97, 97 | 98, 98 | 99, 99",MONTH,autocomplete,,,,[dcmdd096] = '1',,,,,,
dcmdd099,major_depression,,,,,text,Year,,YEAR,number,1900,9999,,[dcmdd096] = '1',,RH,,,,
cmdd35,major_depression,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">DISTRESS/IMPAIRMENT (EPISODE)</div><div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DISTRESS</div>",,,,,,,,,,,,,
cmdd35a,major_depression,,,,,descriptive,"I want to know how much your depression and other symptoms caused problems for you.
Please look at the scale. ",,,,,,,,,,,,,
cmdd35b,major_depression,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Remind child how to use scale, if necessary, and assess areas most pertinent to the disorder; e.g. family, school, peers. </div>",,,,,,,,,,,,,
cmdd36,major_depression,,,,,descriptive,"<div style=""width: 100%; background-color: #E5D9F7;"">Participant Card 8 (Distress/Impairment) </div>",,,,,,,,,,,,,
dcmdd100,major_depression,,,,,dropdown,"How much did your feeling (sad, grouchy, like nothing was fun) and (list other symptoms) upset or bother you? ","0, 0 | 1, 1 | 2, 2 | 3, 3 | 4, 4 | 5, 5 | 6, 6 | 7, 7 | 8, 8 | 9, 9 | 10, 10 | 997, 997 | 998, 998 | 999, 999",CODE RESPONSE,autocomplete,0,10,,,,,,,,
cmdd37,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">IMPAIRMENT</div>",,,,,,,,,,,,,
dcmdd101,major_depression,,,,,dropdown,"How much did your feeling (sad, grouchy, like nothing was fun) you told me about cause problems for you at home, at school, or with your family or friends?","0, 0 | 1, 1 | 2, 2 | 3, 3 | 4, 4 | 5, 5 | 6, 6 | 7, 7 | 8, 8 | 9, 9 | 10, 10 | 997, 997 | 998, 998 | 999, 999",CODE RESPONSE,autocomplete,0,10,,,,,,,,
dcmdd102,major_depression,,,,,radio,Did you stay home from school because of the way you were feeling?,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcmdd103,major_depression,,,,,text,How many days of school did you miss? (episode),,DAYS,number,,,,[dcmdd102] = '1',,,,,,
cmdd38,major_depression,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">HELP-SEEKING TREATMENT (LIFETIME)</div>",,,,,,,,,,,,,
dcmdd104,major_depression,,,,,radio,Did you or your parents ever try to find help from a doctor or other professional for (list symptoms)?,"0, No | 1, Yes| 9, Unknown",,,,,,,,,,dcmdd104,,
dcmdd105,major_depression,,,,,radio,"Did anyone, like a teacher or family member, suggest that you get help for (list symptoms)? ","0, No | 1, Yes| 9, Unknown",,,,,,,,,,dcmdd104,,
dcmdd106,major_depression,,,,,radio,"Did you ever go to see a doctor, nurse, counselor, social worker, psychologist, priest/minister or other professional to get help for (list symptoms)?","0, No | 1, Yes| 9, Unknown",,,,,,,,,,dcmdd104,,
cmdd39,major_depression,,,,,descriptive,What kind of person did you get help from?,,,,,,,[dcmdd106] = '1',,,,,,
cmdd39a,major_depression,,,,,descriptive,"<div style=""width: 100%; background-color: #E5D9F7;"">Participant Card 13 (Professional/Treatment)</div>",,,,,,,[dcmdd106] = '1',,,,,,
dcmdd107,major_depression,,,,,text,Specify (Professional/Treatment 1),,PROFESSIONAL/TREATMENT,,,,,[dcmdd106] = '1',,,,,,
dcmdd108,major_depression,,,,,text,Specify (Code 1),,CODE RESPONSE,number,,,,[dcmdd106] = '1',,,,,,
dcmdd109,major_depression,,,,,text,Specify (Professional/Treatment 2),,PROFESSIONAL/TREATMENT,,,,,[dcmdd106] = '1',,,,,,
dcmdd110,major_depression,,,,,text,Specify (Code 2),,CODE RESPONSE,number,,,,[dcmdd106] = '1',,,,,,
dcmdd111,major_depression,,,,,text,Specify (Professional/Treatment 3),,PROFESSIONAL/TREATMENT,,,,,[dcmdd106] = '1',,,,,,
dcmdd112,major_depression,,,,,text,Specify (Code 3),,CODE RESPONSE,number,,,,[dcmdd106] = '1',,,,,,
cmdd39b,major_depression,,,,,descriptive,"
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">If from multiple people:</div> Who did you get help from the first time?",,,,,,,[dcmdd106] = '1',,,,,,
dcmdd114,major_depression,,,,,radio,N/A,"7, N/A",,,,,,[dcmdd106] = '1',,,,,,
dcmdd113,major_depression,,,,,text,Specify (Professional/Treatment),,PROFESSIONAL/TREATMENT,,,,,[dcmdd106] = '1',,,,,,
dcmdd115,major_depression,,,,,text,Specify (Code),,CODE RESPONSE,number,,,,[dcmdd106] = '1',,,,,,
dcmdd116,major_depression,,,,,dropdown,How old were you the first time you got help?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcmdd106] = '1',,,,,,
dcmdd117,major_depression,,,,,radio,Are you getting help now?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd106] = '1',,RH,,,,
dcmdd118,major_depression,,,,,dropdown,"If no, how old were you the last time you got help?","1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcmdd117] = '0',,,,,,
dcmdd119,major_depression,,,,,radio,Did you get help during the first time we talked about?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd106] = '1',,RH,,,,
dcmdd120,major_depression,,,,,notes,What did the professional say that you had (diagnoses given)? List:,,,,,,,[dcmdd106] = '1',,LH,,,,
cmdd40,major_depression,,,,,descriptive,What kind of treatment(s) have you gotten...(Code all that apply)?,,,,,,,[dcmdd106] = '1',,,,,,
dcmdd121,major_depression,,,,,radio,Out-patient (Going to see someone in an office),"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd106] = '1',,,,dcmdd121,,
dcmdd122,major_depression,,,,,radio,In-patient (Staying in a hospital),"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd106] = '1',,,,dcmdd121,,
dcmdd123,major_depression,,,,,radio,Other,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd106] = '1',,,,dcmdd121,,
dcmdd124,major_depression,,,,,notes,Specify (Other),,,,,,,[dcmdd123] = '1',,LH,,,,
dcmdd125,major_depression,,,,,radio,Medications *Refer to Medication Card,"0, No | 1, Yes | 9, Unknown",,,,,,[dcmdd106] = '1',,RH,,,,
cmdd41,major_depression,,,,,descriptive,"<div style=""width: 100%; background-color: #E5D9F7;"">Participant Card 9 (Medications)</div>",,,,,,,[dcmdd125] = '1',,,,,,
dcmdd126,major_depression,,,,,text,Specify (Medication 1),,MEDICATION,,,,,[dcmdd125] = '1',,RH,,,,
dcmdd127,major_depression,,,,,text,Specify (Code 1),,CODE RESPONSE,number,,,,[dcmdd125] = '1',,,,,,
dcmdd128,major_depression,,,,,text,Specify (Medication 2),,MEDICATION,,,,,[dcmdd125] = '1',,RH,,,,
dcmdd129,major_depression,,,,,text,Specify (Code 2),,CODE RESPONSE,number,,,,[dcmdd125] = '1',,,,,,
dcmdd130,major_depression,,,,,text,Specify (Medication 3),,MEDICATION,,,,,[dcmdd125] = '1',,RH,,,,
dcmdd131,major_depression,,,,,text,Specify (Code 3),,CODE RESPONSE,number,,,,[dcmdd125] = '1',,,,,,
dcmdd132,major_depression,,,,,text,Specify (Medication 4),,MEDICATION,,,,,[dcmdd125] = '1',,RH,,,,
dcmdd133,major_depression,,,,,text,Specify (Code 4),,CODE RESPONSE,number,,,,[dcmdd125] = '1',,,,,,
cmdd42,major_depression,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">EPISODES/COURSE (LIFETIME)</div><div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: The following questions about course address episodes of depression across the lifetime. </div> ",,,,,,,,,,,,,
dcmdd134,major_depression,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Is there more than one episode? </div> ","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
cmdd44,major_depression,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If No or Unknown, END Major Depression section.</div>",,,,,,,[dcmdd134] = '0' or [dcmdd134] ='9',,,,,,
cmdd45,major_depression,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Record age of onset and offset of the first episode, the worst episode, and most recent episode on the timeline.</div>",,,,,,,[dcmdd134] = '1',,,,,,
cmdd46,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">FIRST LIFETIME EPISODE</div>",,,,,,,,,,,,,
dcmdd135,major_depression,,,,,dropdown,"How old were you the very first time in your life that you felt (sad, depressed/ grouchy, like nothing was fun)?","1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,,,,,,,
cmdd47,major_depression,,,,,descriptive,How long did it last?,,,,,,,,,,,,,
dcmdd136,major_depression,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcmdd137,major_depression,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcmdd138,major_depression,,,,,dropdown,How old were you when it ended?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,,,,,,,
cmdd48,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">NUMBER OF EPISODES</div>",,,,,,,,,,,,,
dcmdd139,major_depression,,,,,text,"Including the times you just told me about, how many different times in your life have you felt (sad, grouchy, like nothing was fun)?",,NUMBER OF EPISODES,number,,,,,,,,,,
cmdd49,major_depression,,,,,descriptive,How long did each of these episodes typically last?,,,,,,,,,,,,,
dcmdd140,major_depression,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcmdd141,major_depression,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcmdd142,major_depression,,,,,text,N of Months,,MONTHS,number,,,,,,,,,,
cmdd50,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DURATION OF EPISODES</div>",,,,,,,,,,,,,
cmdd51a,major_depression,,,,,descriptive,"How long was the longest time you felt (sad, grouchy/,like nothing was fun)?",,,,,,,,,,,,,
dcmdd143,major_depression,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcmdd144,major_depression,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcmdd145,major_depression,,,,,text,N of Months,,MONTHS,number,,,,,,,,,,
cmdd51,major_depression,,,,,descriptive,How long was the shortest time you felt this way?,,,,,,,,,,,,,
dcmdd146,major_depression,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcmdd147,major_depression,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcmdd148,major_depression,,,,,text,N of Months,,MONTHS,number,,,,,,,,,,
cmdd52,major_depression,,,,,descriptive,"How long do the (sad, depression, grouchy, like nothing was fun) feelings usually last?",,,,,,,,,,,,,
dcmdd149,major_depression,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcmdd150,major_depression,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcmdd151,major_depression,,,,,text,N of Months,,MONTHS,number,,,,,,,,,,
dcmdd152,major_depression,,,,,radio,Have these sad feelings lasted most of the time for as long as one year?,"0, No | 1, Yes| 9, Unknown",,,,,,,,,,dcmdd152,,
dcmdd153,major_depression,,,,,radio,"Would you say that you have been (sad, depressed, grouchy, like nothing was fun) more often than not during your lifetime?","0, No | 1, Yes| 9, Unknown",,,,,,,,,,dcmdd152,,
cmdd53,major_depression,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">SEASONAL VARIATION</div>",,,,,,,,,,,,,
dcmdd154,major_depression,,,,,radio,"Did you feel (sad/ grouchy/ like nothing was fun) at certain times of the year, like in the winter, spring, summer, or fall?","0, No pattern | 1, Winter | 2, Spring | 3, Summer | 4, Fall | 9, Unknown",,,,,,,,LH,,,,
cmdd54,major_depression,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">EPISODE CHARACTERISTICS</div><div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: You will probably want to draw a diagram of episodes to assess. </div>
<div style=""font-size: 12pt; width: 100%; background-color: #ffffdd;"">RETURN TO BASELINE</div><div style="" color:blue; width: 100%; background-color: #ffffdd;"">I would now like to talk about the time in between the periods when you felt (sad, grouchy, like nothing was fun).</div>",,,,,,,,,,,,,
dcmdd155,major_depression,,,,,radio,"Between these times, did you return to how you usually feel? ","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
cmdd55,major_depression,,,,,descriptive,"<div style=""font-size: 12pt; width: 100%; background-color: #ffffdd;"">ATYPICAL EPISODES</div><div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If episode coded was atypical in nature, i.e., the respondent had symptoms of mood reactivity, overeating, oversleeping, interpersonal sensitivity and leaden paralysis, proceed.</div> ",,,,,,,,,,,,,
cmdd56,major_depression,,,,,descriptive,"<div style="" color:blue; width: 100%; background-color: #ffffdd;"">You mentioned earlier that you had changes in your eating, sleeping, and sensitivity during the times that we discussed. Did you have any of the following during other times that you were depressed that we did not talk about?</div>",,,,,,,,,,,,,
dcmdd156,major_depression,,,,,radio,Did you sleep more than usual?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd156,,
dcmdd157,major_depression,,,,,radio,Were you more hungry or did you eat more?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd156,,
dcmdd158,major_depression,,,,,radio,"Were you able to cheer up, at least temporarily, when something happened to make you feel better?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd156,,
dcmdd159,major_depression,,,,,radio,Were you more sensitive than usual? (like things hurt your feelings more),"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd156,,
dcmdd160,major_depression,,,,,radio,"Did you feel weighed down, like your arms, legs were heavy or that you couldn't move?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcmdd156,,
cmdd_end,major_depression,,,,,descriptive,"<div style=""color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: END Major Depression section.</div>",,,,,,,,,,,,,
cman0,maniahypomania,,,,,descriptive,"<div style=""color: blue;width: 100%; background-color: #ffffdd;"">Some young people have times when they are energetic, or cheerful, very different from how they usually feel. At these times, they may also feel more talkative, more active, sleep less and feel more restless.</div>
<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">CURRENT/MOST RECENT EPISODE</div>",,,,,,,,,,,,,
cman00,maniahypomania,,,,,descriptive,"So you said that you had a time when you've felt (more active, excited, energetic):",,,,,,,,,,,,,
dcman001,maniahypomania,,,,,radio,Do you feel this way now? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcman002,maniahypomania,,,,,dropdown,How old were you the last time you felt this way?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcman001] = '0',,RH,,,,
cman1,maniahypomania,,,,,descriptive,How long did you feel this way?,,,,,,,[dcman001] = '0',,,,,,
dcman003,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,[dcman001] = '0',,,,,,
dcman004,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,[dcman001] = '0',,,,,,
dcman005,maniahypomania,,,,,text,N of Months,,MONTHS,number,,,,[dcman001] = '0',,,,,,
cman2,maniahypomania,,,,,descriptive,How old were you when this ended?,,,,,,,[dcman001] = '0',,,,,,
dcman006,maniahypomania,,,,,dropdown,Age,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcman001] = '0',,RH,,,,
dcman007,maniahypomania,,,,,dropdown,Month,"1, 1 | 2, 2 | 3, 3 | 4, 4 | 5, 5 | 6, 6 | 7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 97, 97 | 98, 98 | 99, 99",MONTH,autocomplete,,,,[dcman001] = '0',,RH,,,,
dcman008,maniahypomania,,,,,text,Year,,YEAR,number,1900,9999,,[dcman001] = '0',,RH,,,,
cman3,maniahypomania,,,,,descriptive,"If now, how long have you felt this way?",,,,,,,[dcman001] = '1',,,,,,
dcman009,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,[dcman001] = '1',,,,,,
dcman010,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,[dcman001] = '1',,,,,,
dcman011,maniahypomania,,,,,text,N of Months,,MONTHS,number,,,,[dcman001] = '1',,,,,,
dcman012,maniahypomania,,,,,radio,Was there a time that was more intense or lasted longer than this time?,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcman013,maniahypomania,,,,,dropdown,How old were you when you felt this way?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcman012] = '1',,RH,,,,
cman4,maniahypomania,,,,,descriptive,How long did you feel this way?,,,,,,,[dcman012] = '1',,,,,,
dcman014,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,[dcman012] = '1',,,,,,
dcman015,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,[dcman012] = '1',,,,,,
dcman016,maniahypomania,,,,,text,N of Months,,MONTHS,number,,,,[dcman012] = '1',,,,,,
cman5,maniahypomania,,,,,descriptive,How old were you when this ended?,,,,,,,[dcman012] = '1',,,,,,
dcman017,maniahypomania,,,,,dropdown,Age,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcman012] = '1',,RH,,,,
dcman018,maniahypomania,,,,,dropdown,Month,"1, 1 | 2, 2 | 3, 3 | 4, 4 | 5, 5 | 6, 6 | 7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 97, 97 | 98, 98 | 99, 99",MONTH,autocomplete,,,,[dcman012] = '1',,RH,,,,
dcman019,maniahypomania,,,,,text,Year,,YEAR,number,1900,9999,,[dcman012] = '1',,RH,,,,
cman6,maniahypomania,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Code the most intense episode.</div>",,,,,,,,,,,,,
cman7,maniahypomania,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">SYMPTOMS</div>
<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">MOOD</div><div style="" color: blue; width: 100%; background-color: #ffffdd;"">Now I would like to talk to you about that time.</div>",,,,,,,,,,,,,
cman8,maniahypomania,,,,,descriptive,"During this time, did you:",,,,,,,,,,,,,
dcman020,maniahypomania,,,,,radio,"Feel really, really happy or excited much more than usual? ","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman020,,
dcman021,maniahypomania,,,,,radio,"Was this just during holiday or fun situations, which normally make people your age excited?","0, No | 1, Yes | 9, Unknown",,,,,,[dcman020] = '1',,,,dcman020,,
dcman022,maniahypomania,,,,,radio,"Feel grouchy, cranky, or irritable? When the smallest things would make you really mad?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman020,,
dcman023,maniahypomania,,,,,radio,Get easily mad or annoyed?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman020,,
cman9,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">INCREASED ACTIVITY/RESTLESSNESS</div>",,,,,,,,,,,,,
cman10,maniahypomania,,,,,descriptive,During this time:,,,,,,,,,,,,,
dcman024,maniahypomania,,,,,radio,Did you get through your school work much more easily or faster than usual? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman024,,
dcman025,maniahypomania,,,,,radio,Did you spend much more time with your friends or were you going out more than usual?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman024,,
dcman026,maniahypomania,,,,,radio,Were you more involved with your family?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman024,,
cman11,maniahypomania,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Use discretion on whether to ask child next question.</div>",,,,,,,,,,,,,
dcman027,maniahypomania,,,,,radio,"Were you interested in sex more than usual, or more sexually active?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman027,,
dcman028,maniahypomania,,,,,radio,Did you do more physical activities?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman027,,
dcman029,maniahypomania,,,,,radio,Were you really restless or did you have trouble sitting still?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman027,,
cman12,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">SLEEP</div>",,,,,,,,,,,,,
dcman030,maniahypomania,,,,,text,How many hours of sleep do you usually get per night?,,HOURS,number,,,,,,RH,,,,
dcman031,maniahypomania,,,,,text,"During this time, how many hours, on average, do you sleep per night?",,HOURS,number,,,,,,RH,,,,
cman13,maniahypomania,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">If fewer hours than normal:</div>",,,,,,,,,,,,,
dcman032,maniahypomania,,,,,radio,Did you feel rested even though you slept less than usual? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
cman14,maniahypomania,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">If no change in hours from normal:</div>",,,,,,,,,,,,,
dcman033,maniahypomania,,,,,radio,Were you able to do more activities than usual with the same amount of sleep?,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
cman15,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">TALKATIVE/PRESSURED SPEECH</div>",,,,,,,,,,,,,
dcman034,maniahypomania,,,,,radio,Did you talk more than usual?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman034,,
dcman035,maniahypomania,,,,,radio,Did you feel you just couldn't stop talking?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman034,,
dcman036,maniahypomania,,,,,radio,Did you talk faster than usual?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman034,,
dcman037,maniahypomania,,,,,radio,Did people have trouble understanding you or try to get you to talk slower?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman034,,
cman16,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">RACING THOUGHTS/FLIGHT OF IDEAS</div>",,,,,,,,,,,,,
dcman038,maniahypomania,,,,,radio,Did your thoughts go faster than usual? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman038,,
dcman039,maniahypomania,,,,,radio,So fast it was hard to keep up with them?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcman038] = '1',,,,dcman038,,
dcman040,maniahypomania,,,,,radio,Did they race through your head?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcman038] = '1',,,,dcman038,,
dcman041,maniahypomania,,,,,radio,Did they make sense to you?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcman038] = '1',,,,dcman038,,
dcman042,maniahypomania,,,,,radio,Did they make sense to other people? ,"0, No | 1, Yes | 9, Unknown",,,,,,[dcman038] = '1',,,,dcman038,,
dcman043,maniahypomania,,,,,radio,Did other people have trouble following what you were saying?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman038,,
dcman044,maniahypomania,,,,,radio,Did you have too many thoughts jumping through your mind?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman038,,
cman17,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DISTRACTIBILITY</div>",,,,,,,,,,,,,
dcman045,maniahypomania,,,,,radio,"Did you have problems concentrating, or get distracted very easily?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman045,,
dcman046,maniahypomania,,,,,radio,Did you keep noticing things that you would've normally ignored?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman045,,
dcman047,maniahypomania,,,,,radio,Did you have trouble keeping your mind on things?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman045,,
dcman048,maniahypomania,,,,,radio,Did it interfere with schoolwork or reading?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman045,,
dcman049,maniahypomania,,,,,radio,Was this so much of a problem that other people noticed?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman045,,
cman18,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">SELF-ESTEEM/GRANDIOSITY</div>",,,,,,,,,,,,,
dman050,maniahypomania,,,,,radio,Did you feel more confident in yourself than usual? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman050,,
dman051,maniahypomania,,,,,radio,Did you feel like you could do anything? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman050,,
dman052,maniahypomania,,,,,radio,Did you feel you were a very important person?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman050,,
dman053,maniahypomania,,,,,radio,"Did you feel like you had abilities that made you more special, smarter, or better than other people?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman050,,
cman19,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">RISK OF PAINFUL CONSEQUENCES</div>",,,,,,,,,,,,,
cman20,maniahypomania,,,,,descriptive,"Did you do things that you usually wouldn't do, or did you do things that you later wished you hadn't done? For example, did you:",,,,,,,,,,,,,
dcman054,maniahypomania,,,,,radio,Spend or borrow a lot of money?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman054,,
dcman055,maniahypomania,,,,,radio,Do things that could get you into trouble?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman054,,
dcman056,maniahypomania,,,,,notes,Describe,,,,,,,[dcman055] = '1',,LH,,,,
dcman057,maniahypomania,,,,,radio,Do things from which you might get hurt?,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcman058,maniahypomania,,,,,notes,Describe,,,,,,,[dcman057] = '1',,LH,,,,
dcman059,maniahypomania,,,,,radio,Make a lot of telephone calls or call people at strange hours?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman059,,
dcman060,maniahypomania,,,,,radio,Anything else?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman059,,
dcman061,maniahypomania,,,,,notes,Describe,,,,,,,[dcman060] = '1',,LH,,,,
cman21,maniahypomania,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">SYMPTOM FREQUENCY (EPISODE)</div>",,,,,,,,,,,,,
dcman062,maniahypomania,,,,,radio,You just told me that when you felt (more active) that you also had (list symptoms). How often did you have these things? ,"1, Most days | 2, About half of the days | 3, Less than half the days | 9, Don't know",,,,,,,,LH,,,,
dcman063,maniahypomania,,,,,radio,"On the days you had these things, how much of the day did you have them? ","1, All of the day | 2, Most of the day | 3, Half of the day | 4, Only a little part of the day",,,,,,,,LH,,,,
cman22,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DEPRESSIVE SYMPTOMS</div>
During this period, did you also feel/have...? (As I list these other symptoms, please recall if you have ever had any of them at the same time.)",,,,,,,,,,,,,
cman23,maniahypomania,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Refer to Course Patterns Card.</div>",,,,,,,,,,,,,
cman24,maniahypomania,,,,,descriptive,"<div style="" width: 100%;width: 100%; background-color: #E5D9F7;"">Participant Card 7 (Course Pattern)</div>",,,,,,,,,,,,,
cman25,maniahypomania,,,,,descriptive,DEPRESSED/SAD MOOD:,,,,,,,,,,,,,
dcman064,maniahypomania,,,,,radio,Present during mania?,"0, No | 1, Yes",,,,,,,,RH,,,,
dcman065,maniahypomania,,,,,text,Duration of symptom (N of Days),,DAYS,number,,,,[dcman064] = '1',,RH,,,,
cman26,maniahypomania,,,,,descriptive,LOSS OF INTEREST OR PLEASURE:,,,,,,,,,,,,,
dcman066,maniahypomania,,,,,radio,Present during mania?,"0, No | 1, Yes",,,,,,,,RH,,,,
dcman067,maniahypomania,,,,,text,Duration of symptom (N of Days),,DAYS,number,,,,[dcman066] = '1',,RH,,,,
cman27,maniahypomania,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If no, SKIP to Psychosis Episode.</div>",,,,,,,[dcman064] = '0' and [dcman066] = '0',,,,,,
cman28,maniahypomania,,,,,descriptive,CHANGES IN SLEEP:,,,,,,,,,,,,,
dcman068,maniahypomania,,,,,radio,Present during mania?,"0, No | 1, Yes",,,,,,,,RH,,,,
dcman069,maniahypomania,,,,,radio,Direction of symptom,"1, Decreased | 2, Increased",,,,,,[dcman068] = '1',,RH,,,,
dcman070,maniahypomania,,,,,text,Duration of symptom (N of Days),,DAYS,number,,,,[dcman068] = '1',,RH,,,,
cman29,maniahypomania,,,,,descriptive,CHANGES IN EATING:,,,,,,,,,,,,,
dcman071,maniahypomania,,,,,radio,Present during mania?,"0, No | 1, Yes",,,,,,,,RH,,,,
dcman072,maniahypomania,,,,,radio,Direction of symptom,"1, Decreased | 2, Increased",,,,,,[dcman071] = '1',,RH,,,,
dcman073,maniahypomania,,,,,text,Duration of symptom (N of Days),,DAYS,number,,,,[dcman071] = '1',,RH,,,,
cman30,maniahypomania,,,,,descriptive,CHANGES IN MOTOR ACTIVITY OR MOVEMENT:,,,,,,,,,,,,,
dcman074,maniahypomania,,,,,radio,Present during mania?,"0, No | 1, Yes",,,,,,,,RH,,,,
dcman075,maniahypomania,,,,,radio,Direction of symptom,"1, Decreased | 2, Increased",,,,,,[dcman074] = '1',,RH,,,,
dcman076,maniahypomania,,,,,text,Duration of symptom (N of Days),,DAYS,number,,,,[dcman074] = '1',,RH,,,,
cman31,maniahypomania,,,,,descriptive,CHANGES IN ENERGY:,,,,,,,,,,,,,
dcman077,maniahypomania,,,,,radio,Present during mania?,"0, No | 1, Yes",,,,,,,,RH,,,,
dcman078,maniahypomania,,,,,radio,Direction of symptom,"1, Decreased | 2, Increased",,,,,,[dcman077] = '1',,RH,,,,
dcman079,maniahypomania,,,,,text,Duration of symptom (N of Days),,DAYS,number,,,,[dcman077] = '1',,RH,,,,
cman32,maniahypomania,,,,,descriptive,CHANGES IN CONCENTRATION:,,,,,,,,,,,,,
dcman080,maniahypomania,,,,,radio,Present during mania?,"0, No | 1, Yes",,,,,,,,RH,,,,
dcman081,maniahypomania,,,,,radio,Direction of symptom,"1, Decreased | 2, Increased",,,,,,[dcman080] = '1',,RH,,,,
dcman082,maniahypomania,,,,,text,Duration of symptom (N of Days),,DAYS,number,,,,[dcman080] = '1',,RH,,,,
cman33,maniahypomania,,,,,descriptive,GUILT:,,,,,,,,,,,,,
dcman083,maniahypomania,,,,,radio,Present during mania?,"0, No | 1, Yes",,,,,,,,RH,,,,
dcman084,maniahypomania,,,,,text,Duration of symptom (N of Days),,DAYS,number,,,,[dcman083] = '1',,RH,,,,
cman34,maniahypomania,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">PSYCHOSIS (EPISODE)</div>
<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DELUSIONS</div>During this time:",,,,,,,,,,,,,
dcman085,maniahypomania,,,,,radio,Did you think that someone was trying to harm you?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman085,,
dcman086,maniahypomania,,,,,radio,Did you think that you had powers or abilities that others did not have?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman085,,
dcman087,maniahypomania,,,,,radio,Did you think that you had a special mission?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman085,,
dcman088,maniahypomania,,,,,radio,Did you believe things that other people didn't think were true?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman085,,
dcman089,maniahypomania,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Based on clinical judgment, were these
real delusions? Get examples. </div>","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
cman36,maniahypomania,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER:If not real delusions, SKIP to Hallucinations. </div>",,,,,,,[dcman089] = '0',,,,,,
dcman090a,maniahypomania,,,,,text,Example 1,,EXAMPLE,,,,,[dcman089] = '1',,,,,,
dcman090b,maniahypomania,,,,,text,Example 2,,EXAMPLE,,,,,[dcman089] = '1',,,,,,
dcman090c,maniahypomania,,,,,text,Example 3,,EXAMPLE,,,,,[dcman089] = '1',,,,,,
dcman090d,maniahypomania,,,,,text,Example 4,,EXAMPLE,,,,,[dcman089] = '1',,,,,,
dcman091,maniahypomania,,,,,radio,"Did you start thinking these things before, after, or at the same time that you started feeling (too active /happy /excited/grouchy /energetic)? ","1, Before | 2, During | 3, After | 9, Don't know",,,,,,[dcman089] = '1',,LH,,,,
dcman092,maniahypomania,,,,,radio,"Did you think this was true, even when you stopped feeling (too happy/excited/grouchy/energetic). ","0, No | 1, Yes | 9, Unknown",,,,,,[dcman089] = '1',,RH,,,,
cman37,maniahypomania,,,,,descriptive,For how long did you think this was true?,,,,,,,[dcman089] = '1',,,,,,
dcman093,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,[dcman089] = '1',,,,,,
dcman094,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,[dcman089] = '1',,,,,,
cman38,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">HALLUCINATIONS</div>",,,,,,,,,,,,,
dcman095,maniahypomania,,,,,radio,"During this time, did you see or hear things that other people could not see or hear?<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">PROBE: Like voices talking to you or noises, or visions? </div>","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman095,,
dcman096,maniahypomania,,,,,radio,"Did you experience funny or unusual smells, tastes, or sensations in your body?","0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcman095,,
dcman097,maniahypomania,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER:Based on clinical judgment, were these real hallucinations? Get examples. </div>","0, No | 1, Yes | 9, Unknown | 7, N/A",,,,,,,,RH,,,,
cman39,maniahypomania,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If not really hallucinations, SKIP to Mood Congruency. </div>",,,,,,,[dcman097] = '0',,,,,,
dcman098a,maniahypomania,,,,,text,Example 1,,EXAMPLE,,,,,[dcman097] = '1',,,,,,
dcman098b,maniahypomania,,,,,text,Example 2,,EXAMPLE,,,,,[dcman097] = '1',,,,,,
dcman098c,maniahypomania,,,,,text,Example 3,,EXAMPLE,,,,,[dcman097] = '1',,,,,,
dcman098d,maniahypomania,,,,,text,Example 4,,EXAMPLE,,,,,[dcman097] = '1',,,,,,
dcman099,maniahypomania,,,,,radio,"Did these (list endorsed hallucinations) start before, after or at the same time that you started feeling (too happy/excited/grouchy/energetic)? ","1, Before | 2, During | 3, After | 9, Don't know",,,,,,[dcman097] = '1',,LH,,,,
dcman100,maniahypomania,,,,,radio,Did they stay even when you stopped feeling (too happy/excited/grouchy/energetic)?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcman097] = '1',,RH,,,,
cman40,maniahypomania,,,,,descriptive,For how long did you have them? ,,,,,,,[dcman097] = '1',,,,,,
dcman101,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,[dcman097] = '1',,,,,,
dcman102,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,[dcman097] = '1',,,,,,
cman41,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">MOOD CONGRUENCY</div>",,,,,,,,,,,,,
dcman103,maniahypomania,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If respondent had any psychotic symptoms, was the content consistent with manic themes such as inflated worth, power, knowledge, identity or special relationship with a deity or famous person.</div>","0, No | 1, Yes | 9, Unknown | 7, N/A",,,,,,,,RH,,,,
cman42,maniahypomania,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">ASSOCIATED CONDITIONS (EPISODE)</div><div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Associated condition questions apply ONLY to episode being coded.</div>
<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">MEDICAL</div>",,,,,,,,,,,,,
cman42a,maniahypomania,,,,,descriptive,When you were feeling (too happy/excited/grouchy/energetic):,,,,,,,,,,,,,
dcman104,maniahypomania,,,,,radio,"
Did you have a serious physical problem or illness?
<div style=""color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">(Probe: Did the physical problem or illness start before you started feeling (too happy/excited/grouchy/energetic) or after?)</div>","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcman105,maniahypomania,,,,,notes,"If yes, specify:",,,,,,,[dcman104] = '1',,LH,,,,
dcman106,maniahypomania,,,,,radio,"
Were you taking any medicines that your doctor told you to take? Did you take any over the counter medications?
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">PROBE: Did you start to feel (too happy/excited/grouchy/energetic) before taking the medicine or after? </div>","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcman107,maniahypomania,,,,,text,Specify (Medication 1),,MEDICATION,,,,,[dcman106] = '1',,,,,,
dcman108,maniahypomania,,,,,text,Specify (Medication 2),,MEDICATION,,,,,[dcman106] = '1',,,,,,
dcman109,maniahypomania,,,,,text,Specify (Medication 3),,MEDICATION,,,,,[dcman106] = '1',,,,,,
cman42b,maniahypomania,,,,,descriptive,"
<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">ALCOHOL AND DRUGS</div>",,,,,,,,,,,,,
dcman110,maniahypomania,,,,,checkbox,"Were you using alcohol often or drugs or both during this time?
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">PROBE: Did you start feeling this way before using alcohol/drugs or after or did you increase the quantity after you had these feelings? </div>","0, Neither | 1, Alcohol | 2, Drugs | 9, Don't know",,,,,,,,RH,,,,
dcman111,maniahypomania,,,,,notes,Specify (Alcohol and/or drug and quantity 1),,,,,,,[dcman110(1)] = '1' or [dcman110(2)] = '1',,LH,,,,
dcman112,maniahypomania,,,,,notes,Specify (Alcohol and/or drug and quantity 2),,,,,,,[dcman110(1)] = '1' or [dcman110(2)] = '1',,LH,,,,
dcman113,maniahypomania,,,,,notes,Specify (Alcohol and/or drug and quantity 3),,,,,,,[dcman110(1)] = '1' or [dcman110(2)] = '1',,LH,,,,
cman43,maniahypomania,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">DISTRESS/IMPAIRMENT (EPISODE)</div>
<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DISTRESS</div>",,,,,,,,,,,,,
cman43b,maniahypomania,,,,,descriptive,"<div style=""color: blue;width: 100%; background-color: #ffffdd;"">I want to know how your feeling (too happy/excited/grouchy/energetic) and other symptoms caused problems for you.
Please look at the scale. </div>
",,,,,,,,,,,,,
cman43a,maniahypomania,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Remind child how to use scale, if necessary, and assess areas most pertinent to the disorder; e.g. family, school, peers. </div>",,,,,,,,,,,,,
cman44,maniahypomania,,,,,descriptive,"<div style="" width: 100%;width: 100%; background-color: #E5D9F7;"">Participant Card 8 (Distress/Impairment) </div>",,,,,,,,,,,,,
dcman114,maniahypomania,,,,,dropdown,How much did your feeling (too happy/excited/grouchy/energetic) and (list other symptoms) upset or bother you? ,"0, 0 | 1, 1 | 2, 2 | 3, 3 | 4, 4 | 5, 5 | 6, 6 | 7, 7 | 8, 8 | 9, 9 | 10, 10 | 997, 997 | 998, 998 | 999, 999",CODE RESPONSE,autocomplete,0,10,,,,,,,,
cman47,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">IMPAIRMENT</div>",,,,,,,,,,,,,
dcman115,maniahypomania,,,,,dropdown,"How much did the feeling (to happy/excited/grouchy/energetic) you told me about cause problems for you at home, at school, or with your family or friends?","0, 0 | 1, 1 | 2, 2 | 3, 3 | 4, 4 | 5, 5 | 6, 6 | 7, 7 | 8, 8 | 9, 9 | 10, 10 | 997, 997 | 998, 998 | 999, 999",CODE RESPONSE,autocomplete,0,10,,,,,,,,
dcman116,maniahypomania,,,,,radio,Did you stay home from school because of the way you were feeling?,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcman117,maniahypomania,,,,,text,How many days of school did you miss? (episode),,DAYS,number,,,,[dcman116] = '1' ,,,,,,
cman48,maniahypomania,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">HELP-SEEKING TREATMENT (LIFETIME)</div>",,,,,,,,,,,,,
dcman118,maniahypomania,,,,,radio,"Did anyone, like a teacher or family member, suggest that you get help for (list behaviors/feelings)? ","0, No | 1, Yes| 9, Unknown",,,,,,,,,,dcman118,,
dcman119,maniahypomania,,,,,radio,"Did you ever go to see a doctor, nurse, psychologist, social worker, school counselor, minister/priest or other professional to get help for (list behaviors/feelings)?","0, No | 1, Yes| 9, Unknown",,,,,,,,,,dcman118,,
cman49,maniahypomania,,,,,descriptive,What kind of person/people did you get help from?,,,,,,,[dcman119] = '1' ,,,,,,
cman49a,maniahypomania,,,,,descriptive,"<div style="" width: 100%;width: 100%; background-color: #E5D9F7;"">Participant Card 13 (Professional/Treatment)</div>",,,,,,,[dcman119] = '1' ,,,,,,
dcman120,maniahypomania,,,,,text,Specify (Professional/Treatment 1),,PROFESSIONAL/TREATMENT,,,,,[dcman119] = '1' ,,,,,,
dcman121,maniahypomania,,,,,text,Specify (Code 1),,CODE RESPONSE,number,,,,[dcman119] = '1' ,,,,,,
dcman122,maniahypomania,,,,,text,Specify (Professional/Treatment 2),,PROFESSIONAL/TREATMENT,,,,,[dcman119] = '1' ,,,,,,
dcman123,maniahypomania,,,,,text,Specify (Code 2),,CODE RESPONSE,number,,,,[dcman119] = '1' ,,,,,,
dcman124,maniahypomania,,,,,text,Specify (Professional/Treatment 3),,PROFESSIONAL/TREATMENT,,,,,[dcman119] = '1' ,,,,,,
dcman125,maniahypomania,,,,,text,Specify (Code 3),,CODE RESPONSE,number,,,,[dcman119] = '1' ,,,,,,
cman49b,maniahypomania,,,,,descriptive,"
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">If from multiple people:</div> Who did you get help from the first time?",,,,,,,[dcman119] = '1' ,,,,,,
dcman126,maniahypomania,,,,,radio,N/A,"7, N/A",,,,,,[dcman119] = '1' ,,,,,,
dcman127,maniahypomania,,,,,text,Specify (Professional/Treatment),,PROFESSIONAL/TREATMENT,,,,,[dcman119] = '1' ,,,,,,
dcman128,maniahypomania,,,,,text,Specify (Code),,CODE RESPONSE,number,,,,[dcman119] = '1' ,,,,,,
dcman129,maniahypomania,,,,,dropdown,How old were you the first time you got help?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcman119] = '1' ,,,,,,
dcman130,maniahypomania,,,,,radio,Are you getting help now?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcman119] = '1' ,,RH,,,,
dcman131,maniahypomania,,,,,dropdown,"If no, how old were you the last time you got help?","1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcman130] = '0',,,,,,
dcman132,maniahypomania,,,,,notes,What did the professional say that you had (diagnoses given)? List:,,,,,,,[dcman119] = '1' ,,LH,,,,
cman50,maniahypomania,,,,,descriptive,What kind of treatment(s) have you gotten...(Code all that apply)?,,,,,,,[dcman119] = '1' ,,,,,,
dcman133,maniahypomania,,,,,radio,Out-patient (Going to see someone in an office),"0, No | 1, Yes | 9, Unknown",,,,,,[dcman119] = '1' ,,,,dcman133,,
dcman134,maniahypomania,,,,,radio,In-patient (Staying in a hospital),"0, No | 1, Yes | 9, Unknown",,,,,,[dcman119] = '1' ,,,,dcman133,,
dcman135,maniahypomania,,,,,radio,Other,"0, No | 1, Yes | 9, Unknown",,,,,,[dcman119] = '1' ,,,,dcman133,,
dcman136,maniahypomania,,,,,notes,Specify (Other),,,,,,,[dcman135] = '1',,LH,,,,
dcman137,maniahypomania,,,,,radio,Medications *Refer to Medication Card,"0, No | 1, Yes | 9, Unknown",,,,,,[dcman119] = '1' ,,RH,,,,
cman51,maniahypomania,,,,,descriptive,"<div style="" width: 100%;width: 100%; background-color: #E5D9F7;"">Participant Card 9 (Medications)</div>",,,,,,,[dcman137] = '1' ,,,,,,
dcman138,maniahypomania,,,,,text,Specify (Medication 1),,MEDICATION,,,,,[dcman137] = '1' ,,RH,,,,
dcman139,maniahypomania,,,,,text,Specify (Code 1),,CODE RESPONSE,number,,,,[dcman137] = '1' ,,,,,,
dcman140,maniahypomania,,,,,text,Specify (Medication 2),,MEDICATION,,,,,[dcman137] = '1' ,,RH,,,,
dcman141,maniahypomania,,,,,text,Specify (Code 2),,CODE RESPONSE,number,,,,[dcman137] = '1' ,,,,,,
dcman142,maniahypomania,,,,,text,Specify (Medication 3),,MEDICATION,,,,,[dcman137] = '1' ,,RH,,,,
dcman143,maniahypomania,,,,,text,Specify (Code 3),,CODE RESPONSE,number,,,,[dcman137] = '1' ,,,,,,
dcman144,maniahypomania,,,,,text,Specify (Medication 4),,MEDICATION,,,,,[dcman137] = '1' ,,RH,,,,
dcman145,maniahypomania,,,,,text,Specify (Code 4),,CODE RESPONSE,number,,,,[dcman137] = '1' ,,,,,,
cman52,maniahypomania,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: END of Episode Mania/Hypomania.</div>",,,,,,,,,,,,,
cman53,maniahypomania,,,,,descriptive,"<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">EPISODES/COURSE (LIFETIME)</div>",,,,,,,,,,,,,
dcman146,maniahypomania,,,,,radio,Have there been other times when you felt (list symptoms)?,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
cman54,maniahypomania,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If no, END Mania/Hypomania section.</div>",,,,,,,[dcman146] = '0' ,,,,,,
cman55,maniahypomania,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Record age of onset and offset of the first episode, the worst episode, and most recent episode.</div>",,,,,,,,,,,,,
cman56,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">FIRST EPISODE</div>",,,,,,,,,,,,,
dcman147,maniahypomania,,,,,dropdown,How old were you when this happened for the very first time? ,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,,,,,,,
cman57,maniahypomania,,,,,descriptive,How long did it last then?,,,,,,,,,,,,,
dcman148,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcman149,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcman150,maniahypomania,,,,,text,N of Months,,MONTHS,number,,,,,,,,,,
dcman151,maniahypomania,,,,,text,N of Years,,YEARS,number,,,,,,,,,,
cman58,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">NUMBER OF EPISODES</div>",,,,,,,,,,,,,
dcman152,maniahypomania,,,,,text,How many times have you felt this way in your lifetime?,,TIMES,number,,,,,,,,,,
cman59,maniahypomania,,,,,descriptive,What is the most number of episodes you've had in one year?,,,,,,,,,,,,,
dcman153,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcman154,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcman155,maniahypomania,,,,,text,N of Months,,MONTHS,number,,,,,,,,,,
dcman156,maniahypomania,,,,,text,N of Years,,YEARS,number,,,,,,,,,,
cman59a,maniahypomania,,,,,descriptive,How long on average did each of these episodes typically last during that year?,,,,,,,,,,,,,
dcman157,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcman158,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcman159,maniahypomania,,,,,text,N of Months,,MONTHS,number,,,,,,,,,,
dcman160,maniahypomania,,,,,text,N of Years,,YEARS,number,,,,,,,,,,
cman60,maniahypomania,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">DURATION</div>",,,,,,,,,,,,,
cman61,maniahypomania,,,,,descriptive,How long was the longest episode? ,,,,,,,,,,,,,
dcman161,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcman162,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcman163,maniahypomania,,,,,text,N of Months,,MONTHS,number,,,,,,,,,,
dcman164,maniahypomania,,,,,text,N of Years,,YEARS,number,,,,,,,,,,
cman62,maniahypomania,,,,,descriptive,How long was the shortest episode?,,,,,,,,,,,,,
dcman165,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcman166,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcman167,maniahypomania,,,,,text,N of Months,,MONTHS,number,,,,,,,,,,
dcman168,maniahypomania,,,,,text,N of Years,,YEARS,number,,,,,,,,,,
cman63,maniahypomania,,,,,descriptive,How long does a typical episode last?,,,,,,,,,,,,,
dcman169,maniahypomania,,,,,text,N of Days,,DAYS,number,,,,,,,,,,
dcman170,maniahypomania,,,,,text,N of Weeks,,WEEKS,number,,,,,,,,,,
dcman171,maniahypomania,,,,,text,N of Months,,MONTHS,number,,,,,,,,,,
dcman172,maniahypomania,,,,,text,N of Years,,YEARS,number,,,,,,,,,,
dcman173,maniahypomania,,,,,radio,Would you say that you have felt this (list participant's endorsed symptoms) more often than not during your lifetime? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcman174,maniahypomania,,,,,radio,Did the periods of these feelings tend to begin in any particular season? ,"0, No pattern | 1, Winter | 2, Spring | 3, Summer | 4, Fall | 9, Unknown",,,,,,,,LH,,,,
cman_end,maniahypomania,,,,,descriptive,"<div style=""color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: END Mania section.</div>",,,,,,,,,,,,,
csui0,suicideselfharm,,,,,descriptive,"
<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">SUICIDE</div>",,,,,,,,,,,,,
dcsui001,suicideselfharm,,,,,radio,Have you ever thought a lot about death or dying?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcsui001,,
dcsui002,suicideselfharm,,,,,radio,Have you ever thought about killing yourself?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcsui001,,
csui1,suicideselfharm,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If no, SKIP to Self-Harm.</div>
",,,,,,,[dcsui002] = '0',,,,,,
dcsui003,suicideselfharm,,,,,notes,"Please tell me about this (context, situation, triggers, etc):",,,,,,,[dcsui002] = '1',,LH,,,,
dcsui004,suicideselfharm,,,,,dropdown,How old were you the first time (you thought about killing yourself)?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcsui002] = '1',,,,,,
dcsui005,suicideselfharm,,,,,dropdown,How old were you the last time?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcsui002] = '1',,,,,,
csui2,suicideselfharm,,,,,descriptive,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If current, report to clinician.</div>
",,,,,,,[dcsui002] = '1',,,,,,
dcsui006,suicideselfharm,,,,,radio,Did you ever plan exactly how you would kill yourself?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui002] = '1',,RH,,,,
dcsui007,suicideselfharm,,,,,notes,What did you plan?,,,,,,,[dcsui006] = '1',,LH,,,,
dcsui008,suicideselfharm,,,,,radio,Have you ever tried to kill yourself or done anything that could have killed you? ,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui002] = '1',,RH,,,,
csui3,suicideselfharm,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If no suicide attempts, SKIP to Self-Harm.</div>",,,,,,,[dcsui008] = '0',,,,,,
dcsui009,suicideselfharm,,,,,text,How many times have you tried? ,,TIMES,number,,,,[dcsui008] = '1',,,,,,
csui4,suicideselfharm,,,,,descriptive,"Now I am going to ask you some things about that time/each of these times:
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Complete chart.</div>",,,,,,,[dcsui009] > 0,,,,,,
csui5,suicideselfharm,,,,,descriptive,"<div style=""display:block; width: 100%; background-color: #ffffdd;"">ATTEMPT 1</div>",,,,,,,[dcsui009] > 0,,,,,,
dcsui010,suicideselfharm,,,,,dropdown,Age,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcsui009] > 0,,,,,,
dcsui011,suicideselfharm,,,,,radio,Method,"1, Hanging, gunshot, jumping, stabbing | 2, Cutting wrists | 3, Overdose with pills | 4, Other | 9, Unknown",,,,,,[dcsui009] > 0,,LH,,,,
dcsui012,suicideselfharm,,,,,notes,Describe (Other),,,,,,,[dcsui011] = '4',,LH,,,,
dcsui013,suicideselfharm,,,,,radio,Required medical assessment?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 0,,RH,,,,
dcsui014,suicideselfharm,,,,,radio,Required medical admission?,"0, No | 1, Yes, Emergency Room | 2, Yes, Inpatient, Medical Ward | 9, Unknown",,,,,,[dcsui009] > 0,,LH,,,,
dcsui015,suicideselfharm,,,,,radio,Required psychiatric admission?,"0, No | 1, Yes, voluntary | 2, Yes, involuntary | 9, Unknown",,,,,,[dcsui009] > 0,,LH,,,,
dcsui016,suicideselfharm,,,,,radio,Did you want to die?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 0,,RH,,,,
dcsui017,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How serious was the attempt? </div>","1, No intent or minimal intent, manipulative gesture | 2, Definite intent, but ambivalent | 3, Serious intent, expected to die | 9, No information",,,,,,[dcsui009] > 0,,LV,,,,
dcsui018,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How potentially lethal was the attempt? </div>","1, No danger (no effects, held pills in hand) | 2, Moderate (10 seconds, briefly unconscious) | 3, Severe (cut throat) | 9, No information",,,,,,[dcsui009] > 0,,LV,,,,
dcsui019,suicideselfharm,,,,,checkbox,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Did this attempt occur in the context of: (Check all that apply) </div>","1, Depression | 2, Mania | 3, Mixed state | 4, Psychosis | 5, Alcohol abuse | 6, Drug abuse | 7, Other",,,,,,[dcsui009] > 0,,LV,,,,
dcsui020,suicideselfharm,,,,,notes,Specify (Other),,,,,,,[dcsui019(7)] = '1',,LH,,,,
csui6,suicideselfharm,,,,,descriptive,"<div style=""display:block; width: 100%; background-color: #ffffdd;"">ATTEMPT 2</div>",,,,,,,[dcsui009] > 1,,,,,,
dcsui028,suicideselfharm,,,,,dropdown,Age,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcsui009] > 1,,,,,,
dcsui029,suicideselfharm,,,,,radio,Method,"1, Hanging, gunshot, jumping, stabbing | 2, Cutting wrists | 3, Overdose with pills | 4, Other | 9, Unknown",,,,,,[dcsui009] > 1,,LH,,,,
dcsui030,suicideselfharm,,,,,notes,Describe (Other),,,,,,,[dcsui029] = '4',,LH,,,,
dcsui031,suicideselfharm,,,,,radio,Required medical assessment?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 1,,RH,,,,
dcsui032,suicideselfharm,,,,,radio,Required medical admission?,"0, No | 1, Yes, Emergency Room | 2, Yes, Inpatient, Medical Ward | 9, Unknown",,,,,,[dcsui009] > 1,,LH,,,,
dcsui033,suicideselfharm,,,,,radio,Required psychiatric admission?,"0, No | 1, Yes, voluntary | 2, Yes, involuntary | 9, Unknown",,,,,,[dcsui009] > 1,,LH,,,,
dcsui034,suicideselfharm,,,,,radio,Did you want to die?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 1,,RH,,,,
dcsui035,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How serious was the attempt? </div>","1, No intent or minimal intent, manipulative gesture | 2, Definite intent, but ambivalent | 3, Serious intent, expected to die | 9, No information",,,,,,[dcsui009] > 1,,LV,,,,
dcsui036,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How potentially lethal was the attempt? </div>","1, No danger (no effects, held pills in hand) | 2, Moderate (10 seconds, briefly unconscious) | 3, Severe (cut throat) | 9, No information",,,,,,[dcsui009] > 1,,LV,,,,
dcsui037,suicideselfharm,,,,,checkbox,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Did this attempt occur in the context of: (Check all that apply) </div>","1, Depression | 2, Mania | 3, Mixed state | 4, Psychosis | 5, Alcohol abuse | 6, Drug abuse | 7, Other",,,,,,[dcsui009] > 1,,LV,,,,
dcsui038,suicideselfharm,,,,,notes,Specify (Other),,,,,,,[dcsui037(7)] = '1',,LH,,,,
csui7,suicideselfharm,,,,,descriptive,"<div style=""display:block; width: 100%; background-color: #ffffdd;"">ATTEMPT 3</div>",,,,,,,[dcsui009] > 2,,,,,,
dcsui046,suicideselfharm,,,,,dropdown,Age,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcsui009] > 2,,,,,,
dcsui047,suicideselfharm,,,,,radio,Method,"1, Hanging, gunshot, jumping, stabbing | 2, Cutting wrists | 3, Overdose with pills | 4, Other | 9, Unknown",,,,,,[dcsui009] > 2,,LH,,,,
dcsui048,suicideselfharm,,,,,notes,Describe (Other),,,,,,,[dcsui047] = '4',,LH,,,,
dcsui049,suicideselfharm,,,,,radio,Required medical assessment?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 2,,RH,,,,
dcsui050,suicideselfharm,,,,,radio,Required medical admission?,"0, No | 1, Yes, Emergency Room | 2, Yes, Inpatient, Medical Ward | 9, Unknown",,,,,,[dcsui009] > 2,,LH,,,,
dcsui051,suicideselfharm,,,,,radio,Required psychiatric admission?,"0, No | 1, Yes, voluntary | 2, Yes, involuntary | 9, Unknown",,,,,,[dcsui009] > 2,,LH,,,,
dcsui052,suicideselfharm,,,,,radio,Did you want to die?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 2,,RH,,,,
dcsui053,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How serious was the attempt? </div>","1, No intent or minimal intent, manipulative gesture | 2, Definite intent, but ambivalent | 3, Serious intent, expected to die | 9, No information",,,,,,[dcsui009] > 2,,LV,,,,
dcsui054,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How potentially lethal was the attempt? </div>","1, No danger (no effects, held pills in hand) | 2, Moderate (10 seconds, briefly unconscious) | 3, Severe (cut throat) | 9, No information",,,,,,[dcsui009] > 2,,LV,,,,
dcsui055,suicideselfharm,,,,,checkbox,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Did this attempt occur in the context of: (Check all that apply) </div>","1, Depression | 2, Mania | 3, Mixed state | 4, Psychosis | 5, Alcohol abuse | 6, Drug abuse | 7, Other",,,,,,[dcsui009] > 2,,LV,,,,
dcsui056,suicideselfharm,,,,,notes,Specify (Other),,,,,,,[dcsui055(7)] = '1',,LH,,,,
csui8,suicideselfharm,,,,,descriptive,"<div style=""display:block; width: 100%; background-color: #ffffdd;"">ATTEMPT 4</div>",,,,,,,[dcsui009] > 3,,,,,,
dcsui064,suicideselfharm,,,,,dropdown,Age,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcsui009] > 3,,,,,,
dcsui065,suicideselfharm,,,,,radio,Method,"1, Hanging, gunshot, jumping, stabbing | 2, Cutting wrists | 3, Overdose with pills | 4, Other | 9, Unknown",,,,,,[dcsui009] > 3,,LH,,,,
dcsui066,suicideselfharm,,,,,notes,Describe (Other),,,,,,,[dcsui065] = '4',,LH,,,,
dcsui067,suicideselfharm,,,,,radio,Required medical assessment?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 3,,RH,,,,
dcsui068,suicideselfharm,,,,,radio,Required medical admission?,"0, No | 1, Yes, Emergency Room | 2, Yes, Inpatient, Medical Ward | 9, Unknown",,,,,,[dcsui009] > 3,,LH,,,,
dcsui069,suicideselfharm,,,,,radio,Required psychiatric admission?,"0, No | 1, Yes, voluntary | 2, Yes, involuntary | 9, Unknown",,,,,,[dcsui009] > 3,,LH,,,,
dcsui070,suicideselfharm,,,,,radio,Did you want to die?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 3,,RH,,,,
dcsui071,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How serious was the attempt? </div>","1, No intent or minimal intent, manipulative gesture | 2, Definite intent, but ambivalent | 3, Serious intent, expected to die | 9, No information",,,,,,[dcsui009] > 3,,LV,,,,
dcsui072,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How potentially lethal was the attempt? </div>","1, No danger (no effects, held pills in hand) | 2, Moderate (10 seconds, briefly unconscious) | 3, Severe (cut throat) | 9, No information",,,,,,[dcsui009] > 3,,LV,,,,
dcsui073,suicideselfharm,,,,,checkbox,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Did this attempt occur in the context of: (Check all that apply) </div>","1, Depression | 2, Mania | 3, Mixed state | 4, Psychosis | 5, Alcohol abuse | 6, Drug abuse | 7, Other",,,,,,[dcsui009] > 3,,LV,,,,
dcsui074,suicideselfharm,,,,,notes,Specify (Other),,,,,,,[dcsui073(7)] = '1',,LH,,,,
csui9,suicideselfharm,,,,,descriptive,"<div style=""display:block; width: 100%; background-color: #ffffdd;"">ATTEMPT 5</div>",,,,,,,[dcsui009] > 4,,,,,,
dcsui082,suicideselfharm,,,,,dropdown,Age,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcsui009] > 4,,,,,,
dcsui083,suicideselfharm,,,,,radio,Method,"1, Hanging, gunshot, jumping, stabbing | 2, Cutting wrists | 3, Overdose with pills | 4, Other | 9, Unknown",,,,,,[dcsui009] > 4,,LH,,,,
dcsui084,suicideselfharm,,,,,notes,Describe (Other),,,,,,,[dcsui083] = '4',,LH,,,,
dcsui085,suicideselfharm,,,,,radio,Required medical assessment?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 4,,RH,,,,
dcsui086,suicideselfharm,,,,,radio,Required medical admission?,"0, No | 1, Yes, Emergency Room | 2, Yes, Inpatient, Medical Ward | 9, Unknown",,,,,,[dcsui009] > 4,,LH,,,,
dcsui087,suicideselfharm,,,,,radio,Required psychiatric admission?,"0, No | 1, Yes, voluntary | 2, Yes, involuntary | 9, Unknown",,,,,,[dcsui009] > 4,,LH,,,,
dcsui088,suicideselfharm,,,,,radio,Did you want to die?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 4,,RH,,,,
dcsui089,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How serious was the attempt? </div>","1, No intent or minimal intent, manipulative gesture | 2, Definite intent, but ambivalent | 3, Serious intent, expected to die | 9, No information",,,,,,[dcsui009] > 4,,LV,,,,
dcsui090,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How potentially lethal was the attempt? </div>","1, No danger (no effects, held pills in hand) | 2, Moderate (10 seconds, briefly unconscious) | 3, Severe (cut throat) | 9, No information",,,,,,[dcsui009] > 4,,LV,,,,
dcsui091,suicideselfharm,,,,,checkbox,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Did this attempt occur in the context of: (Check all that apply) </div>","1, Depression | 2, Mania | 3, Mixed state | 4, Psychosis | 5, Alcohol abuse | 6, Drug abuse | 7, Other",,,,,,[dcsui009] > 4,,LV,,,,
dcsui092,suicideselfharm,,,,,notes,Specify (Other),,,,,,,[dcsui091(7)] = '1',,LH,,,,
csui10,suicideselfharm,,,,,descriptive,"<div style=""display:block; width: 100%; background-color: #ffffdd;"">ATTEMPT 6</div>",,,,,,,[dcsui009] > 5,,,,,,
dcsui100,suicideselfharm,,,,,dropdown,Age,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,[dcsui009] > 5,,,,,,
dcsui101,suicideselfharm,,,,,radio,Method,"1, Hanging, gunshot, jumping, stabbing | 2, Cutting wrists | 3, Overdose with pills | 4, Other | 9, Unknown",,,,,,[dcsui009] > 5,,LH,,,,
dcsui102,suicideselfharm,,,,,notes,Describe (Other),,,,,,,[dcsui101] = '4',,LH,,,,
dcsui103,suicideselfharm,,,,,radio,Required medical assessment?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 5,,RH,,,,
dcsui104,suicideselfharm,,,,,radio,Required medical admission?,"0, No | 1, Yes, Emergency Room | 2, Yes, Inpatient, Medical Ward | 9, Unknown",,,,,,[dcsui009] > 5,,LH,,,,
dcsui105,suicideselfharm,,,,,radio,Required psychiatric admission?,"0, No | 1, Yes, voluntary | 2, Yes, involuntary | 9, Unknown",,,,,,[dcsui009] > 5,,LH,,,,
dcsui106,suicideselfharm,,,,,radio,Did you want to die?,"0, No | 1, Yes | 9, Unknown",,,,,,[dcsui009] > 5,,RH,,,,
dcsui107,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How serious was the attempt? </div>","1, No intent or minimal intent, manipulative gesture | 2, Definite intent, but ambivalent | 3, Serious intent, expected to die | 9, No information",,,,,,[dcsui009] > 5,,LV,,,,
dcsui108,suicideselfharm,,,,,radio,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: How potentially lethal was the attempt? </div>","1, No danger (no effects, held pills in hand) | 2, Moderate (10 seconds, briefly unconscious) | 3, Severe (cut throat) | 9, No information",,,,,,[dcsui009] > 5,,LV,,,,
dcsui109,suicideselfharm,,,,,checkbox,"<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: Did this attempt occur in the context of: (Check all that apply) </div>","1, Depression | 2, Mania | 3, Mixed state | 4, Psychosis | 5, Alcohol abuse | 6, Drug abuse | 7, Other",,,,,,[dcsui009] > 5,,LV,,,,
dcsui110,suicideselfharm,,,,,notes,Specify (Other),,,,,,,[dcsui109(7)] = '1',,LH,,,,
csui11,suicideselfharm,,,,,descriptive,"
<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">SELF-HARM</div>
<div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: This is self-mutilation or self-damage NOT accompanied by the wish or intention to die. Code NO if only under context of suicidal ideation or behavior.</div>
",,,,,,,,,,,,,
dcsui118,suicideselfharm,,,,,radio,"Have you ever cut, burned, or scratched yourself on purpose?","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
csui12,suicideselfharm,,,,,descriptive,"<div style="" color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: If no, END Suicide/Self-Harm section.</div>",,,,,,,[dcsui118] = '0',,,,,,
dcsui119,suicideselfharm,,,,,notes,Describe,,,,,,,,,LH,,,,
dcsui120,suicideselfharm,,,,,notes,Why did you do that? Describe:,,,,,,,,,LH,,,,
dcsui121,suicideselfharm,,,,,checkbox,Was there something that happened in your life that made you want to do this? (Check all that apply),"0, No | 1, Loss of loved one | 2, Relationship break-up | 3, Failure at school/job | 4, Learning of serious illness | 5, Other",,,,,,,,LV,,,,
dcsui122,suicideselfharm,,,,,notes,Describe (Other),,,,,,,[dcsui121(5)] = '1',,LH,,,,
csui13,suicideselfharm,,,,,descriptive,Did you (cut/burn/scratch) yourself:,,,,,,,,,,,,,
dcsui128,suicideselfharm,,,,,radio,Only when you were using alcohol?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcsui128,,
dcsui129,suicideselfharm,,,,,radio,Only when you were using drugs?,"0, No | 1, Yes | 9, Unknown",,,,,,,,,,dcsui128,,
dcsui130,suicideselfharm,,,,,radio,"<div style=""color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">If participant is female and reached menses: </div>Only around the time of your period?","0, No | 1, Yes | 9, Unknown",,,,,,,,RH,,,,
dcsui131,suicideselfharm,,,,,text,How many times would you say you've harmed yourself in this way (without the intention to kill yourself)?,,NUMBER OF TIMES,,,,,,,,,,,
dcsui132,suicideselfharm,,,,,dropdown,How old were you the first time (you tried)?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,,,,,,,
dcsui133,suicideselfharm,,,,,dropdown,How old were you the last time?,"1, 1| 2, 2 | 3, 3| 4, 4| 5, 5| 6, 6|7, 7 | 8, 8 | 9, 9 | 10, 10 | 11, 11 | 12, 12 | 13, 13 | 14, 14 | 15, 15 | 16, 16 | 17, 17 | 18, 18 | 997, 997 | 998, 998 | 999, 999",AGE,autocomplete,,,,,,,,,,
csui_end,suicideselfharm,,,,,descriptive,"<div style=""color: red; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: END Suicide section.</div>",,,,,,,,,,,,,
cpsy0,psychosis,,,,,descriptive,"<div style=""color: blue;width: 100%; background-color: #ffffdd;"">Earlier you told me about some experiences that you have had (list child's behaviors). Now I am going to ask you a little about those.
</div>
<div style=""font-size: 14pt;text-decoration: underline;width: 100%; background-color: #ffffdd;"">SYMPTOMS</div><div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">HALLUCINATIONS</div><div style="" color: purple; font-style: italic; width: 100%; background-color: #ffffdd;"">INTERVIEWER: To be rated positively, a hallucination should have been present throughout the day for several days or intermittently throughout a one-week period.</div>
",,,,,,,,,,,,,
cpsy1,psychosis,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">AUDITORY</div><div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">NON VERBAL SOUNDS</div>",,,,,,,,,,,,,
dcpsy001,psychosis,,,,,radio,Did you ever hear sounds or noises that other people couldn't hear?,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cpsy2,psychosis,,,,,descriptive,How long did this last (Estimate duration and dates)?,,,,,,,[dcpsy001] = '1',,,,,,
dcpsy002,psychosis,,,,,text,N of Minutes,,MINUTES,number,,,,[dcpsy001] = '1',,,,,,
dcpsy003,psychosis,,,,,text,N of Hours,,HOURS,number,,,,[dcpsy001] = '1',,,,,,
dcpsy004,psychosis,,,,,text,N of Days,,DAYS,number,,,,[dcpsy001] = '1',,,,,,
dcpsy005,psychosis,,,,,text,N of Weeks,,WEEKS,number,,,,[dcpsy001] = '1',,,,,,
cpsy3,psychosis,,,,,descriptive,"<div style=""width: 100%; background-color: #ffffdd;"">COMMENTING VOICES </div>",,,,,,,,,,,,,
dcpsy006,psychosis,,,,,radio,"Have you ever heard a voice saying what you were doing, feeling or thinking, and nobody else could hear it?","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cspy4,psychosis,,,,,descriptive,How long did this last (Estimate duration and dates)?,,,,,,,[dcpsy006] = '1',,,,,,
dcpsy007,psychosis,,,,,text,N of Minutes,,MINUTES,number,,,,[dcpsy006] = '1',,,,,,
dcpsy008,psychosis,,,,,text,N of Hours,,HOURS,number,,,,[dcpsy006] = '1',,,,,,
dcpsy009,psychosis,,,,,text,N of Days,,DAYS,number,,,,[dcpsy006] = '1',,,,,,
dcpsy010,psychosis,,,,,text,N of Weeks,,WEEKS,number,,,,[dcpsy006] = '1',,,,,,
cspy5,psychosis,,,,,descriptive,"<div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">CONVERSING VOICES </div>",,,,,,,,,,,,,
dcpsy011,psychosis,,,,,radio,Have you ever heard two or more voices talking to each other that nobody else could hear? What were the voices saying? ,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cpsy6,psychosis,,,,,descriptive,How long did it last (Estimate duration and dates)?,,,,,,,[dcpsy011] = '1',,,,,,
dcpsy012,psychosis,,,,,text,N of Minutes,,MINUTES,number,,,,[dcpsy011] = '1',,,,,,
dcpsy013,psychosis,,,,,text,N of Hours,,HOURS,number,,,,[dcpsy011] = '1',,,,,,
dcpsy014,psychosis,,,,,text,N of Days,,DAYS,number,,,,[dcpsy011] = '1',,,,,,
dcpsy015,psychosis,,,,,text,N of Weeks,,WEEKS,number,,,,[dcpsy011] = '1',,,,,,
cpsy7,psychosis,,,,,descriptive,"<div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">COMMAND HALLUCINATIONS </div>",,,,,,,,,,,,,
dcpsy016,psychosis,,,,,radio,Have you ever heard voices telling you to do something and nobody else could hear it?,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cpsy8,psychosis,,,,,descriptive,How long did it last (Estimate duration and dates)?,,,,,,,[dcpsy016] = '1',,,,,,
dcpsy017,psychosis,,,,,text,N of Minutes,,MINUTES,number,,,,[dcpsy016] = '1',,,,,,
dcpsy018,psychosis,,,,,text,N of Hours,,HOURS,number,,,,[dcpsy016] = '1',,,,,,
dcpsy019,psychosis,,,,,text,N of Days,,DAYS,number,,,,[dcpsy016] = '1',,,,,,
dcpsy020,psychosis,,,,,text,N of Weeks,,WEEKS,number,,,,[dcpsy016] = '1',,,,,,
cpsy9,psychosis,,,,,descriptive,"<div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">PERSECUTORY HALLUCINATIONS</div>",,,,,,,,,,,,,
dcpsy021,psychosis,,,,,radio,Have you ever heard voices making fun of you? Threatening you? Saying bad things about you?,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cpsy10,psychosis,,,,,descriptive,How long did it last (Estimate duration and dates)?,,,,,,,[dcpsy021] = '1',,,,,,
dcpsy022,psychosis,,,,,text,N of Minutes,,MINUTES,number,,,,[dcpsy021] = '1',,,,,,
dcpsy023,psychosis,,,,,text,N of Hours,,HOURS,number,,,,[dcpsy021] = '1',,,,,,
dcpsy024,psychosis,,,,,text,N of Days,,DAYS,number,,,,[dcpsy021] = '1',,,,,,
dcpsy025,psychosis,,,,,text,N of Weeks,,WEEKS,number,,,,[dcpsy021] = '1',,,,,,
cpsy11,psychosis,,,,,descriptive,"<div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">THOUGHT BROADCASTING</div>",,,,,,,,,,,,,
dcpsy026,psychosis,,,,,radio,"Have you ever heard your thoughts spoken out loud, from outside your head so that you or others could hear what you were thinking?","0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cpsy12,psychosis,,,,,descriptive,How long did it last (Estimate duration and dates)?,,,,,,,[dcpsy026] = '1',,,,,,
dcpsy027,psychosis,,,,,text,N of Minutes,,MINUTES,number,,,,[dcpsy026] = '1',,,,,,
dcpsy028,psychosis,,,,,text,N of Hours,,HOURS,number,,,,[dcpsy026] = '1',,,,,,
dcpsy029,psychosis,,,,,text,N of Days,,DAYS,number,,,,[dcpsy026] = '1',,,,,,
dcpsy030,psychosis,,,,,text,N of Weeks,,WEEKS,number,,,,[dcpsy026] = '1',,,,,,
cpsy13,psychosis,,,,,descriptive,"<div style=""text-decoration: underline;display:block; width: 100%; background-color: #ffffdd;"">OTHER VERBAL HALLUCINATIONS</div>",,,,,,,,,,,,,
dcpsy031,psychosis,,,,,radio,Have you ever heard any other voices other people could not hear?,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cpsy14,psychosis,,,,,descriptive,How long did it last (Estimate duration and dates)?,,,,,,,[dcpsy031] = '1',,,,,,
dcpsy032,psychosis,,,,,text,N of Minutes,,MINUTES,number,,,,[dcpsy031] = '1',,,,,,
dcpsy033,psychosis,,,,,text,N of Hours,,HOURS,number,,,,[dcpsy031] = '1',,,,,,
dcpsy034,psychosis,,,,,text,N of Days,,DAYS,number,,,,[dcpsy031] = '1',,,,,,
dcpsy035,psychosis,,,,,text,N of Weeks,,WEEKS,number,,,,[dcpsy031] = '1',,,,,,
dcpsy036,psychosis,,,,,notes,Description:,,,,,,,[dcpsy031] = '1',,LH,,,,
cpsy15,psychosis,,,,,descriptive,"<div style=""font-size: 12pt;width: 100%; background-color: #ffffdd;"">VISUAL</div>",,,,,,,,,,,,,
dcpsy037,psychosis,,,,,radio,Have you ever seen visions or seen things which other people could not see? Did it come from a shadow? How clearly did you see these things? Were you awake or asleep?,"0, No | 1, Yes | 9, Unknown",,,,,,,,LH,,,,
cpsy16,psychosis,,,,,descriptive,How long did it last (Estimate duration and dates)?,,,,,,,[dcpsy037] = '1',,,,,,
dcpsy038,psychosis,,,,,text,N of Minutes,,MINUTES,number,,,,[dcpsy037] = '1',,,,,,