meta-edc 1.1.18__py3-none-any.whl → 1.1.19__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of meta-edc might be problematic. Click here for more details.

Files changed (30) hide show
  1. meta_consent/admin/__init__.py +1 -0
  2. meta_consent/admin/subject_consent_spfq_admin.py +58 -0
  3. meta_consent/forms/__init__.py +2 -0
  4. meta_consent/forms/subject_consent_spfq_form.py +55 -0
  5. meta_consent/migrations/0033_historicalsubjectconsentspfq_subjectconsentspfq.py +615 -0
  6. meta_consent/models/__init__.py +2 -0
  7. meta_consent/models/subject_consent_spfq.py +103 -0
  8. {meta_edc-1.1.18.dist-info → meta_edc-1.1.19.dist-info}/METADATA +5 -5
  9. {meta_edc-1.1.18.dist-info → meta_edc-1.1.19.dist-info}/RECORD +30 -15
  10. meta_labs/list_data.py +2 -2
  11. meta_rando/migrations/0007_spfqlist.py +197 -0
  12. meta_rando/models/__init__.py +2 -0
  13. meta_rando/{models.py → models/randomization_list.py} +3 -3
  14. meta_rando/models/spfq_list.py +26 -0
  15. meta_subject/admin/__init__.py +2 -0
  16. meta_subject/admin/spfg_admin.py +103 -0
  17. meta_subject/choices.py +37 -0
  18. meta_subject/constants.py +14 -0
  19. meta_subject/forms/__init__.py +2 -0
  20. meta_subject/forms/spfq_form.py +65 -0
  21. meta_subject/migrations/0228_bloodresultshba1c_hba1c_datetime_and_more.py +1 -6780
  22. meta_subject/migrations/0229_alter_glucosefbg_consent_model_and_more.py +1918 -0
  23. meta_subject/migrations/0230_alter_historicaldelivery_action_identifier_and_more.py +1733 -0
  24. meta_subject/migrations/0231_alter_historicalmedicationadherence_consent_model_and_more.py +2054 -0
  25. meta_subject/migrations/0232_alter_patienthistory_concomitant_conditions_and_more.py +1170 -0
  26. meta_subject/migrations/0233_historicalspfq_spfq.py +1066 -0
  27. meta_subject/models/__init__.py +2 -0
  28. meta_subject/models/spfq.py +190 -0
  29. {meta_edc-1.1.18.dist-info → meta_edc-1.1.19.dist-info}/WHEEL +0 -0
  30. {meta_edc-1.1.18.dist-info → meta_edc-1.1.19.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,1170 @@
1
+ # Generated by Django 5.2.6 on 2025-09-30 00:39
2
+
3
+ import _socket
4
+ import django.core.validators
5
+ import django.db.models.deletion
6
+ import django.utils.timezone
7
+ import django_audit_fields.fields.hostname_modification_field
8
+ import django_audit_fields.fields.userfield
9
+ import django_audit_fields.fields.uuid_auto_field
10
+ import django_revision.revision_field
11
+ import edc_crf.model_mixins.crf_status_model_mixin
12
+ import edc_model.models.fields.initials_field
13
+ import edc_model.validators.date
14
+ import edc_model_fields.fields.other_charfield
15
+ import edc_protocol.validators
16
+ import edc_visit_tracking.managers
17
+ import simple_history.models
18
+ import uuid
19
+ from django.conf import settings
20
+ from django.db import migrations, models
21
+
22
+
23
+ class Migration(migrations.Migration):
24
+ dependencies = [
25
+ (
26
+ "meta_subject",
27
+ "0231_alter_historicalmedicationadherence_consent_model_and_more",
28
+ ),
29
+ ("sites", "0002_alter_domain_unique"),
30
+ migrations.swappable_dependency(settings.AUTH_USER_MODEL),
31
+ ]
32
+
33
+ operations = [
34
+ migrations.AlterField(
35
+ model_name="patienthistory",
36
+ name="concomitant_conditions",
37
+ field=models.TextField(
38
+ blank=True,
39
+ default="",
40
+ max_length=250,
41
+ verbose_name="Does the patient have any other conditions not mentioned above?",
42
+ ),
43
+ ),
44
+ migrations.AlterField(
45
+ model_name="patienthistory",
46
+ name="concomitant_medications",
47
+ field=models.TextField(
48
+ blank=True,
49
+ default="",
50
+ max_length=250,
51
+ verbose_name="Is the patient taking any concomitant medications?",
52
+ ),
53
+ ),
54
+ migrations.AlterField(
55
+ model_name="patienthistory",
56
+ name="consent_model",
57
+ field=models.CharField(blank=True, default="", max_length=50),
58
+ ),
59
+ migrations.AlterField(
60
+ model_name="patienthistory",
61
+ name="consent_version",
62
+ field=models.CharField(blank=True, default="", max_length=10),
63
+ ),
64
+ migrations.AlterField(
65
+ model_name="patienthistory",
66
+ name="crf_status_comments",
67
+ field=models.TextField(
68
+ blank=True,
69
+ default="",
70
+ help_text="for example, why some data is still pending",
71
+ verbose_name="Any comments related to status of this CRF",
72
+ ),
73
+ ),
74
+ migrations.AlterField(
75
+ model_name="patienthistory",
76
+ name="device_created",
77
+ field=models.CharField(
78
+ blank=True, default="", max_length=10, verbose_name="Device created"
79
+ ),
80
+ ),
81
+ migrations.AlterField(
82
+ model_name="patienthistory",
83
+ name="device_modified",
84
+ field=models.CharField(
85
+ blank=True, default="", max_length=10, verbose_name="Device modified"
86
+ ),
87
+ ),
88
+ migrations.AlterField(
89
+ model_name="patienthistory",
90
+ name="dyslipidaemia_diagnosis",
91
+ field=models.CharField(
92
+ choices=[("Yes", "Yes"), ("No", "No")],
93
+ default="",
94
+ max_length=15,
95
+ verbose_name="Has the patient been diagnosed with dyslipidaemia?",
96
+ ),
97
+ ),
98
+ migrations.AlterField(
99
+ model_name="patienthistory",
100
+ name="locale_created",
101
+ field=models.CharField(
102
+ blank=True,
103
+ default="",
104
+ help_text="Auto-updated by Modeladmin",
105
+ max_length=10,
106
+ verbose_name="Locale created",
107
+ ),
108
+ ),
109
+ migrations.AlterField(
110
+ model_name="patienthistory",
111
+ name="locale_modified",
112
+ field=models.CharField(
113
+ blank=True,
114
+ default="",
115
+ help_text="Auto-updated by Modeladmin",
116
+ max_length=10,
117
+ verbose_name="Locale modified",
118
+ ),
119
+ ),
120
+ migrations.AlterField(
121
+ model_name="patienthistory",
122
+ name="other_dm_symptoms",
123
+ field=edc_model_fields.fields.other_charfield.OtherCharField(
124
+ blank=True,
125
+ default="",
126
+ max_length=35,
127
+ verbose_name="If other symptom in the <u>past year</u>, please specify ...",
128
+ ),
129
+ ),
130
+ migrations.AlterField(
131
+ model_name="patienthistory",
132
+ name="other_dyslipidaemia_rx",
133
+ field=models.CharField(
134
+ blank=True,
135
+ default="",
136
+ max_length=50,
137
+ verbose_name="What medication is the patient currently taking for dyslipidaemia?",
138
+ ),
139
+ ),
140
+ migrations.AlterField(
141
+ model_name="patienthistory",
142
+ name="report_datetime",
143
+ field=models.DateTimeField(
144
+ default=django.utils.timezone.now,
145
+ help_text="If reporting today, use today's date/time, otherwise use the date/time this information was reported.",
146
+ validators=[
147
+ edc_protocol.validators.datetime_not_before_study_start,
148
+ edc_model.validators.date.datetime_not_future,
149
+ ],
150
+ verbose_name="Report Date",
151
+ ),
152
+ ),
153
+ migrations.AlterField(
154
+ model_name="patienthistory",
155
+ name="revision",
156
+ field=django_revision.revision_field.RevisionField(
157
+ blank=True,
158
+ default="",
159
+ editable=False,
160
+ help_text="System field. From git repository (tag:branch:commit), project metadata, project toml, project VERSION, or settings.",
161
+ max_length=75,
162
+ verbose_name="Revision",
163
+ ),
164
+ ),
165
+ migrations.AlterField(
166
+ model_name="physicalexam",
167
+ name="abdominal_tenderness_description",
168
+ field=models.TextField(
169
+ blank=True,
170
+ default="",
171
+ verbose_name="If YES, abdominal tenderness, please describe",
172
+ ),
173
+ ),
174
+ migrations.AlterField(
175
+ model_name="physicalexam",
176
+ name="consent_model",
177
+ field=models.CharField(blank=True, default="", max_length=50),
178
+ ),
179
+ migrations.AlterField(
180
+ model_name="physicalexam",
181
+ name="consent_version",
182
+ field=models.CharField(blank=True, default="", max_length=10),
183
+ ),
184
+ migrations.AlterField(
185
+ model_name="physicalexam",
186
+ name="crf_status_comments",
187
+ field=models.TextField(
188
+ blank=True,
189
+ default="",
190
+ help_text="for example, why some data is still pending",
191
+ verbose_name="Any comments related to status of this CRF",
192
+ ),
193
+ ),
194
+ migrations.AlterField(
195
+ model_name="physicalexam",
196
+ name="device_created",
197
+ field=models.CharField(
198
+ blank=True, default="", max_length=10, verbose_name="Device created"
199
+ ),
200
+ ),
201
+ migrations.AlterField(
202
+ model_name="physicalexam",
203
+ name="device_modified",
204
+ field=models.CharField(
205
+ blank=True, default="", max_length=10, verbose_name="Device modified"
206
+ ),
207
+ ),
208
+ migrations.AlterField(
209
+ model_name="physicalexam",
210
+ name="irregular_heartbeat_description",
211
+ field=models.TextField(
212
+ blank=True,
213
+ default="",
214
+ verbose_name="If the heartbeat is <u>irregular</u>, please describe",
215
+ ),
216
+ ),
217
+ migrations.AlterField(
218
+ model_name="physicalexam",
219
+ name="locale_created",
220
+ field=models.CharField(
221
+ blank=True,
222
+ default="",
223
+ help_text="Auto-updated by Modeladmin",
224
+ max_length=10,
225
+ verbose_name="Locale created",
226
+ ),
227
+ ),
228
+ migrations.AlterField(
229
+ model_name="physicalexam",
230
+ name="locale_modified",
231
+ field=models.CharField(
232
+ blank=True,
233
+ default="",
234
+ help_text="Auto-updated by Modeladmin",
235
+ max_length=10,
236
+ verbose_name="Locale modified",
237
+ ),
238
+ ),
239
+ migrations.AlterField(
240
+ model_name="physicalexam",
241
+ name="report_datetime",
242
+ field=models.DateTimeField(
243
+ default=django.utils.timezone.now,
244
+ help_text="If reporting today, use today's date/time, otherwise use the date/time this information was reported.",
245
+ validators=[
246
+ edc_protocol.validators.datetime_not_before_study_start,
247
+ edc_model.validators.date.datetime_not_future,
248
+ ],
249
+ verbose_name="Report Date",
250
+ ),
251
+ ),
252
+ migrations.AlterField(
253
+ model_name="physicalexam",
254
+ name="revision",
255
+ field=django_revision.revision_field.RevisionField(
256
+ blank=True,
257
+ default="",
258
+ editable=False,
259
+ help_text="System field. From git repository (tag:branch:commit), project metadata, project toml, project VERSION, or settings.",
260
+ max_length=75,
261
+ verbose_name="Revision",
262
+ ),
263
+ ),
264
+ migrations.AlterField(
265
+ model_name="physicalexam",
266
+ name="severe_htn",
267
+ field=models.CharField(
268
+ blank=True,
269
+ choices=[("Yes", "Yes"), ("No", "No")],
270
+ default="",
271
+ help_text="Based on the above readings. Severe HTN is any BP reading > 180/110mmHg",
272
+ max_length=15,
273
+ verbose_name="Does the patient have severe hypertension?",
274
+ ),
275
+ ),
276
+ migrations.AlterField(
277
+ model_name="physicalexam",
278
+ name="waist_circumference_comment",
279
+ field=models.TextField(
280
+ blank=True,
281
+ default="",
282
+ help_text="A reason not measured may be provided at anytime but is required at 36 and 48 months",
283
+ verbose_name="If waist circumference not measured, please explain ...",
284
+ ),
285
+ ),
286
+ migrations.AlterField(
287
+ model_name="pregnancyupdate",
288
+ name="comment",
289
+ field=models.TextField(default="", verbose_name="Comment / Updates"),
290
+ ),
291
+ migrations.AlterField(
292
+ model_name="pregnancyupdate",
293
+ name="consent_model",
294
+ field=models.CharField(blank=True, default="", max_length=50),
295
+ ),
296
+ migrations.AlterField(
297
+ model_name="pregnancyupdate",
298
+ name="consent_version",
299
+ field=models.CharField(blank=True, default="", max_length=10),
300
+ ),
301
+ migrations.AlterField(
302
+ model_name="pregnancyupdate",
303
+ name="crf_status_comments",
304
+ field=models.TextField(
305
+ blank=True,
306
+ default="",
307
+ help_text="for example, why some data is still pending",
308
+ verbose_name="Any comments related to status of this CRF",
309
+ ),
310
+ ),
311
+ migrations.AlterField(
312
+ model_name="pregnancyupdate",
313
+ name="device_created",
314
+ field=models.CharField(
315
+ blank=True, default="", max_length=10, verbose_name="Device created"
316
+ ),
317
+ ),
318
+ migrations.AlterField(
319
+ model_name="pregnancyupdate",
320
+ name="device_modified",
321
+ field=models.CharField(
322
+ blank=True, default="", max_length=10, verbose_name="Device modified"
323
+ ),
324
+ ),
325
+ migrations.AlterField(
326
+ model_name="pregnancyupdate",
327
+ name="locale_created",
328
+ field=models.CharField(
329
+ blank=True,
330
+ default="",
331
+ help_text="Auto-updated by Modeladmin",
332
+ max_length=10,
333
+ verbose_name="Locale created",
334
+ ),
335
+ ),
336
+ migrations.AlterField(
337
+ model_name="pregnancyupdate",
338
+ name="locale_modified",
339
+ field=models.CharField(
340
+ blank=True,
341
+ default="",
342
+ help_text="Auto-updated by Modeladmin",
343
+ max_length=10,
344
+ verbose_name="Locale modified",
345
+ ),
346
+ ),
347
+ migrations.AlterField(
348
+ model_name="pregnancyupdate",
349
+ name="revision",
350
+ field=django_revision.revision_field.RevisionField(
351
+ blank=True,
352
+ default="",
353
+ editable=False,
354
+ help_text="System field. From git repository (tag:branch:commit), project metadata, project toml, project VERSION, or settings.",
355
+ max_length=75,
356
+ verbose_name="Revision",
357
+ ),
358
+ ),
359
+ migrations.AlterField(
360
+ model_name="sf12",
361
+ name="consent_model",
362
+ field=models.CharField(blank=True, default="", max_length=50),
363
+ ),
364
+ migrations.AlterField(
365
+ model_name="sf12",
366
+ name="consent_version",
367
+ field=models.CharField(blank=True, default="", max_length=10),
368
+ ),
369
+ migrations.AlterField(
370
+ model_name="sf12",
371
+ name="crf_status_comments",
372
+ field=models.TextField(
373
+ blank=True,
374
+ default="",
375
+ help_text="for example, why some data is still pending",
376
+ verbose_name="Any comments related to status of this CRF",
377
+ ),
378
+ ),
379
+ migrations.AlterField(
380
+ model_name="sf12",
381
+ name="device_created",
382
+ field=models.CharField(
383
+ blank=True, default="", max_length=10, verbose_name="Device created"
384
+ ),
385
+ ),
386
+ migrations.AlterField(
387
+ model_name="sf12",
388
+ name="device_modified",
389
+ field=models.CharField(
390
+ blank=True, default="", max_length=10, verbose_name="Device modified"
391
+ ),
392
+ ),
393
+ migrations.AlterField(
394
+ model_name="sf12",
395
+ name="locale_created",
396
+ field=models.CharField(
397
+ blank=True,
398
+ default="",
399
+ help_text="Auto-updated by Modeladmin",
400
+ max_length=10,
401
+ verbose_name="Locale created",
402
+ ),
403
+ ),
404
+ migrations.AlterField(
405
+ model_name="sf12",
406
+ name="locale_modified",
407
+ field=models.CharField(
408
+ blank=True,
409
+ default="",
410
+ help_text="Auto-updated by Modeladmin",
411
+ max_length=10,
412
+ verbose_name="Locale modified",
413
+ ),
414
+ ),
415
+ migrations.AlterField(
416
+ model_name="sf12",
417
+ name="report_datetime",
418
+ field=models.DateTimeField(
419
+ default=django.utils.timezone.now,
420
+ help_text="If reporting today, use today's date/time, otherwise use the date/time this information was reported.",
421
+ validators=[
422
+ edc_protocol.validators.datetime_not_before_study_start,
423
+ edc_model.validators.date.datetime_not_future,
424
+ ],
425
+ verbose_name="Report Date",
426
+ ),
427
+ ),
428
+ migrations.AlterField(
429
+ model_name="sf12",
430
+ name="revision",
431
+ field=django_revision.revision_field.RevisionField(
432
+ blank=True,
433
+ default="",
434
+ editable=False,
435
+ help_text="System field. From git repository (tag:branch:commit), project metadata, project toml, project VERSION, or settings.",
436
+ max_length=75,
437
+ verbose_name="Revision",
438
+ ),
439
+ ),
440
+ migrations.AlterField(
441
+ model_name="studymedication",
442
+ name="consent_model",
443
+ field=models.CharField(blank=True, default="", max_length=50),
444
+ ),
445
+ migrations.AlterField(
446
+ model_name="studymedication",
447
+ name="consent_version",
448
+ field=models.CharField(blank=True, default="", max_length=10),
449
+ ),
450
+ migrations.AlterField(
451
+ model_name="studymedication",
452
+ name="crf_status_comments",
453
+ field=models.TextField(
454
+ blank=True,
455
+ default="",
456
+ help_text="for example, why some data is still pending",
457
+ verbose_name="Any comments related to status of this CRF",
458
+ ),
459
+ ),
460
+ migrations.AlterField(
461
+ model_name="studymedication",
462
+ name="device_created",
463
+ field=models.CharField(
464
+ blank=True, default="", max_length=10, verbose_name="Device created"
465
+ ),
466
+ ),
467
+ migrations.AlterField(
468
+ model_name="studymedication",
469
+ name="device_modified",
470
+ field=models.CharField(
471
+ blank=True, default="", max_length=10, verbose_name="Device modified"
472
+ ),
473
+ ),
474
+ migrations.AlterField(
475
+ model_name="studymedication",
476
+ name="locale_created",
477
+ field=models.CharField(
478
+ blank=True,
479
+ default="",
480
+ help_text="Auto-updated by Modeladmin",
481
+ max_length=10,
482
+ verbose_name="Locale created",
483
+ ),
484
+ ),
485
+ migrations.AlterField(
486
+ model_name="studymedication",
487
+ name="locale_modified",
488
+ field=models.CharField(
489
+ blank=True,
490
+ default="",
491
+ help_text="Auto-updated by Modeladmin",
492
+ max_length=10,
493
+ verbose_name="Locale modified",
494
+ ),
495
+ ),
496
+ migrations.AlterField(
497
+ model_name="studymedication",
498
+ name="report_datetime",
499
+ field=models.DateTimeField(
500
+ default=django.utils.timezone.now,
501
+ help_text="If reporting today, use today's date/time, otherwise use the date/time this information was reported.",
502
+ validators=[
503
+ edc_protocol.validators.datetime_not_before_study_start,
504
+ edc_model.validators.date.datetime_not_future,
505
+ ],
506
+ verbose_name="Report Date",
507
+ ),
508
+ ),
509
+ migrations.AlterField(
510
+ model_name="studymedication",
511
+ name="revision",
512
+ field=django_revision.revision_field.RevisionField(
513
+ blank=True,
514
+ default="",
515
+ editable=False,
516
+ help_text="System field. From git repository (tag:branch:commit), project metadata, project toml, project VERSION, or settings.",
517
+ max_length=75,
518
+ verbose_name="Revision",
519
+ ),
520
+ ),
521
+ migrations.AlterField(
522
+ model_name="studymedication",
523
+ name="special_instructions",
524
+ field=models.TextField(blank=True, default=""),
525
+ ),
526
+ migrations.AlterField(
527
+ model_name="studymedication",
528
+ name="stock_codes",
529
+ field=models.TextField(
530
+ blank=True,
531
+ default="",
532
+ help_text="Enter the medication bottle barcode or barcodes. Type one code per line",
533
+ max_length=30,
534
+ validators=[
535
+ django.core.validators.RegexValidator(
536
+ message="Enter one or more valid codes, one code per line",
537
+ regex="^([A-Z0-9]{6})(\r\n[A-Z0-9]{6})*$",
538
+ )
539
+ ],
540
+ ),
541
+ ),
542
+ migrations.AlterField(
543
+ model_name="subjectrequisition",
544
+ name="clinic_verified",
545
+ field=models.CharField(
546
+ choices=[("Yes", "Yes"), ("No", "No")], default="", max_length=15
547
+ ),
548
+ ),
549
+ migrations.AlterField(
550
+ model_name="subjectrequisition",
551
+ name="clinician_initials",
552
+ field=edc_model.models.fields.initials_field.InitialsField(
553
+ blank=True,
554
+ default="",
555
+ help_text="Type 2-3 letters, all in uppercase and no spaces",
556
+ max_length=3,
557
+ verbose_name="Initials",
558
+ ),
559
+ ),
560
+ migrations.AlterField(
561
+ model_name="subjectrequisition",
562
+ name="comments",
563
+ field=models.TextField(blank=True, default="", max_length=25),
564
+ ),
565
+ migrations.AlterField(
566
+ model_name="subjectrequisition",
567
+ name="consent_model",
568
+ field=models.CharField(blank=True, default="", max_length=50),
569
+ ),
570
+ migrations.AlterField(
571
+ model_name="subjectrequisition",
572
+ name="consent_version",
573
+ field=models.CharField(blank=True, default="", max_length=10),
574
+ ),
575
+ migrations.AlterField(
576
+ model_name="subjectrequisition",
577
+ name="crf_status_comments",
578
+ field=models.TextField(
579
+ blank=True,
580
+ default="",
581
+ help_text="for example, why some data is still pending",
582
+ verbose_name="Any comments related to status of this CRF",
583
+ ),
584
+ ),
585
+ migrations.AlterField(
586
+ model_name="subjectrequisition",
587
+ name="device_created",
588
+ field=models.CharField(
589
+ blank=True, default="", max_length=10, verbose_name="Device created"
590
+ ),
591
+ ),
592
+ migrations.AlterField(
593
+ model_name="subjectrequisition",
594
+ name="device_modified",
595
+ field=models.CharField(
596
+ blank=True, default="", max_length=10, verbose_name="Device modified"
597
+ ),
598
+ ),
599
+ migrations.AlterField(
600
+ model_name="subjectrequisition",
601
+ name="locale_created",
602
+ field=models.CharField(
603
+ blank=True,
604
+ default="",
605
+ help_text="Auto-updated by Modeladmin",
606
+ max_length=10,
607
+ verbose_name="Locale created",
608
+ ),
609
+ ),
610
+ migrations.AlterField(
611
+ model_name="subjectrequisition",
612
+ name="locale_modified",
613
+ field=models.CharField(
614
+ blank=True,
615
+ default="",
616
+ help_text="Auto-updated by Modeladmin",
617
+ max_length=10,
618
+ verbose_name="Locale modified",
619
+ ),
620
+ ),
621
+ migrations.AlterField(
622
+ model_name="subjectrequisition",
623
+ name="protocol_number",
624
+ field=models.CharField(default="", editable=False, max_length=10),
625
+ ),
626
+ migrations.AlterField(
627
+ model_name="subjectrequisition",
628
+ name="report_datetime",
629
+ field=models.DateTimeField(
630
+ default=django.utils.timezone.now,
631
+ help_text="If reporting today, use today's date/time, otherwise use the date/time this information was reported.",
632
+ validators=[
633
+ edc_protocol.validators.datetime_not_before_study_start,
634
+ edc_model.validators.date.datetime_not_future,
635
+ ],
636
+ verbose_name="Report Date",
637
+ ),
638
+ ),
639
+ migrations.AlterField(
640
+ model_name="subjectrequisition",
641
+ name="revision",
642
+ field=django_revision.revision_field.RevisionField(
643
+ blank=True,
644
+ default="",
645
+ editable=False,
646
+ help_text="System field. From git repository (tag:branch:commit), project metadata, project toml, project VERSION, or settings.",
647
+ max_length=75,
648
+ verbose_name="Revision",
649
+ ),
650
+ ),
651
+ migrations.AlterField(
652
+ model_name="subjectrequisition",
653
+ name="slug",
654
+ field=models.CharField(
655
+ db_index=True,
656
+ default="",
657
+ editable=False,
658
+ help_text="Hold slug field values for quick search. Excludes encrypted fields",
659
+ max_length=250,
660
+ ),
661
+ ),
662
+ migrations.AlterField(
663
+ model_name="subjectrequisition",
664
+ name="specimen_type",
665
+ field=models.CharField(
666
+ blank=True, default="", max_length=25, verbose_name="Specimen type"
667
+ ),
668
+ ),
669
+ migrations.AlterField(
670
+ model_name="subjectvisit",
671
+ name="comments",
672
+ field=models.TextField(
673
+ blank=True,
674
+ default="",
675
+ max_length=250,
676
+ verbose_name="Comment if any additional pertinent information about the participant",
677
+ ),
678
+ ),
679
+ migrations.AlterField(
680
+ model_name="subjectvisit",
681
+ name="consent_model",
682
+ field=models.CharField(blank=True, default="", max_length=50),
683
+ ),
684
+ migrations.AlterField(
685
+ model_name="subjectvisit",
686
+ name="consent_version",
687
+ field=models.CharField(blank=True, default="", max_length=10),
688
+ ),
689
+ migrations.AlterField(
690
+ model_name="subjectvisit",
691
+ name="device_created",
692
+ field=models.CharField(
693
+ blank=True, default="", max_length=10, verbose_name="Device created"
694
+ ),
695
+ ),
696
+ migrations.AlterField(
697
+ model_name="subjectvisit",
698
+ name="device_modified",
699
+ field=models.CharField(
700
+ blank=True, default="", max_length=10, verbose_name="Device modified"
701
+ ),
702
+ ),
703
+ migrations.AlterField(
704
+ model_name="subjectvisit",
705
+ name="document_status_comments",
706
+ field=models.TextField(
707
+ blank=True,
708
+ default="",
709
+ help_text="for example, why some data is still pending",
710
+ verbose_name="Any comments related to status of this document",
711
+ ),
712
+ ),
713
+ migrations.AlterField(
714
+ model_name="subjectvisit",
715
+ name="info_source_other",
716
+ field=edc_model_fields.fields.other_charfield.OtherCharField(
717
+ blank=True,
718
+ default="",
719
+ max_length=35,
720
+ verbose_name='If "Other" source of information, specify',
721
+ ),
722
+ ),
723
+ migrations.AlterField(
724
+ model_name="subjectvisit",
725
+ name="locale_created",
726
+ field=models.CharField(
727
+ blank=True,
728
+ default="",
729
+ help_text="Auto-updated by Modeladmin",
730
+ max_length=10,
731
+ verbose_name="Locale created",
732
+ ),
733
+ ),
734
+ migrations.AlterField(
735
+ model_name="subjectvisit",
736
+ name="locale_modified",
737
+ field=models.CharField(
738
+ blank=True,
739
+ default="",
740
+ help_text="Auto-updated by Modeladmin",
741
+ max_length=10,
742
+ verbose_name="Locale modified",
743
+ ),
744
+ ),
745
+ migrations.AlterField(
746
+ model_name="subjectvisit",
747
+ name="reason_missed",
748
+ field=models.CharField(
749
+ blank=True,
750
+ default="",
751
+ max_length=35,
752
+ verbose_name="If 'missed', provide the reason for the missed visit",
753
+ ),
754
+ ),
755
+ migrations.AlterField(
756
+ model_name="subjectvisit",
757
+ name="reason_missed_other",
758
+ field=edc_model_fields.fields.other_charfield.OtherCharField(
759
+ blank=True,
760
+ default="",
761
+ max_length=25,
762
+ verbose_name='If the reason for the missed visit is "other", specify',
763
+ ),
764
+ ),
765
+ migrations.AlterField(
766
+ model_name="subjectvisit",
767
+ name="report_datetime",
768
+ field=models.DateTimeField(
769
+ default=django.utils.timezone.now,
770
+ help_text="Date and time of this report",
771
+ validators=[
772
+ edc_protocol.validators.datetime_not_before_study_start,
773
+ edc_model.validators.date.datetime_not_future,
774
+ ],
775
+ verbose_name="Report date and time",
776
+ ),
777
+ ),
778
+ migrations.AlterField(
779
+ model_name="subjectvisit",
780
+ name="revision",
781
+ field=django_revision.revision_field.RevisionField(
782
+ blank=True,
783
+ default="",
784
+ editable=False,
785
+ help_text="System field. From git repository (tag:branch:commit), project metadata, project toml, project VERSION, or settings.",
786
+ max_length=75,
787
+ verbose_name="Revision",
788
+ ),
789
+ ),
790
+ migrations.AlterField(
791
+ model_name="subjectvisit",
792
+ name="study_status",
793
+ field=models.CharField(
794
+ default="",
795
+ max_length=50,
796
+ verbose_name="What is the participant's current study status",
797
+ ),
798
+ ),
799
+ migrations.AlterField(
800
+ model_name="subjectvisit",
801
+ name="survival_status",
802
+ field=models.CharField(
803
+ choices=[
804
+ ("alive", "Alive"),
805
+ ("dead", "Deceased"),
806
+ ("unknown", "Unknown"),
807
+ ("N/A", "Not applicable (if missed)"),
808
+ ],
809
+ default="alive",
810
+ help_text="If YES, submit Death report",
811
+ max_length=10,
812
+ verbose_name="Participant's survival status",
813
+ ),
814
+ ),
815
+ migrations.AlterField(
816
+ model_name="subjectvisit",
817
+ name="unschedule_detail",
818
+ field=models.TextField(
819
+ blank=True,
820
+ default="",
821
+ verbose_name="If 'unschedule', please provide further details, if any",
822
+ ),
823
+ ),
824
+ migrations.AlterField(
825
+ model_name="subjectvisit",
826
+ name="visit_code",
827
+ field=models.CharField(default="", editable=False, max_length=25),
828
+ ),
829
+ migrations.AlterField(
830
+ model_name="subjectvisitmissed",
831
+ name="action_identifier",
832
+ field=models.CharField(blank=True, default="", max_length=50, unique=True),
833
+ ),
834
+ migrations.AlterField(
835
+ model_name="subjectvisitmissed",
836
+ name="action_item_reason",
837
+ field=models.TextField(default="", editable=False),
838
+ ),
839
+ migrations.AlterField(
840
+ model_name="subjectvisitmissed",
841
+ name="comment",
842
+ field=models.TextField(
843
+ blank=True,
844
+ default="",
845
+ verbose_name="Please provide further details, if any",
846
+ ),
847
+ ),
848
+ migrations.AlterField(
849
+ model_name="subjectvisitmissed",
850
+ name="consent_model",
851
+ field=models.CharField(blank=True, default="", max_length=50),
852
+ ),
853
+ migrations.AlterField(
854
+ model_name="subjectvisitmissed",
855
+ name="consent_version",
856
+ field=models.CharField(blank=True, default="", max_length=10),
857
+ ),
858
+ migrations.AlterField(
859
+ model_name="subjectvisitmissed",
860
+ name="contact_attempts_explained",
861
+ field=models.TextField(
862
+ blank=True,
863
+ default="",
864
+ verbose_name="If contact not made and less than 3 attempts, please explain",
865
+ ),
866
+ ),
867
+ migrations.AlterField(
868
+ model_name="subjectvisitmissed",
869
+ name="crf_status_comments",
870
+ field=models.TextField(
871
+ blank=True,
872
+ default="",
873
+ help_text="for example, why some data is still pending",
874
+ verbose_name="Any comments related to status of this CRF",
875
+ ),
876
+ ),
877
+ migrations.AlterField(
878
+ model_name="subjectvisitmissed",
879
+ name="device_created",
880
+ field=models.CharField(
881
+ blank=True, default="", max_length=10, verbose_name="Device created"
882
+ ),
883
+ ),
884
+ migrations.AlterField(
885
+ model_name="subjectvisitmissed",
886
+ name="device_modified",
887
+ field=models.CharField(
888
+ blank=True, default="", max_length=10, verbose_name="Device modified"
889
+ ),
890
+ ),
891
+ migrations.AlterField(
892
+ model_name="subjectvisitmissed",
893
+ name="locale_created",
894
+ field=models.CharField(
895
+ blank=True,
896
+ default="",
897
+ help_text="Auto-updated by Modeladmin",
898
+ max_length=10,
899
+ verbose_name="Locale created",
900
+ ),
901
+ ),
902
+ migrations.AlterField(
903
+ model_name="subjectvisitmissed",
904
+ name="locale_modified",
905
+ field=models.CharField(
906
+ blank=True,
907
+ default="",
908
+ help_text="Auto-updated by Modeladmin",
909
+ max_length=10,
910
+ verbose_name="Locale modified",
911
+ ),
912
+ ),
913
+ migrations.AlterField(
914
+ model_name="subjectvisitmissed",
915
+ name="parent_action_identifier",
916
+ field=models.CharField(
917
+ blank=True,
918
+ default="",
919
+ help_text="action identifier that links to parent reference model instance.",
920
+ max_length=30,
921
+ ),
922
+ ),
923
+ migrations.AlterField(
924
+ model_name="subjectvisitmissed",
925
+ name="related_action_identifier",
926
+ field=models.CharField(
927
+ blank=True,
928
+ default="",
929
+ help_text="action identifier that links to related reference model instance.",
930
+ max_length=30,
931
+ ),
932
+ ),
933
+ migrations.AlterField(
934
+ model_name="subjectvisitmissed",
935
+ name="report_datetime",
936
+ field=models.DateTimeField(
937
+ default=django.utils.timezone.now,
938
+ help_text="If reporting today, use today's date/time, otherwise use the date/time this information was reported.",
939
+ validators=[
940
+ edc_protocol.validators.datetime_not_before_study_start,
941
+ edc_model.validators.date.datetime_not_future,
942
+ ],
943
+ verbose_name="Report Date",
944
+ ),
945
+ ),
946
+ migrations.AlterField(
947
+ model_name="subjectvisitmissed",
948
+ name="revision",
949
+ field=django_revision.revision_field.RevisionField(
950
+ blank=True,
951
+ default="",
952
+ editable=False,
953
+ help_text="System field. From git repository (tag:branch:commit), project metadata, project toml, project VERSION, or settings.",
954
+ max_length=75,
955
+ verbose_name="Revision",
956
+ ),
957
+ ),
958
+ migrations.AlterField(
959
+ model_name="urinedipsticktest",
960
+ name="consent_model",
961
+ field=models.CharField(blank=True, default="", max_length=50),
962
+ ),
963
+ migrations.AlterField(
964
+ model_name="urinedipsticktest",
965
+ name="consent_version",
966
+ field=models.CharField(blank=True, default="", max_length=10),
967
+ ),
968
+ migrations.AlterField(
969
+ model_name="urinedipsticktest",
970
+ name="crf_status_comments",
971
+ field=models.TextField(
972
+ blank=True,
973
+ default="",
974
+ help_text="for example, why some data is still pending",
975
+ verbose_name="Any comments related to status of this CRF",
976
+ ),
977
+ ),
978
+ migrations.AlterField(
979
+ model_name="urinedipsticktest",
980
+ name="device_created",
981
+ field=models.CharField(
982
+ blank=True, default="", max_length=10, verbose_name="Device created"
983
+ ),
984
+ ),
985
+ migrations.AlterField(
986
+ model_name="urinedipsticktest",
987
+ name="device_modified",
988
+ field=models.CharField(
989
+ blank=True, default="", max_length=10, verbose_name="Device modified"
990
+ ),
991
+ ),
992
+ migrations.AlterField(
993
+ model_name="urinedipsticktest",
994
+ name="locale_created",
995
+ field=models.CharField(
996
+ blank=True,
997
+ default="",
998
+ help_text="Auto-updated by Modeladmin",
999
+ max_length=10,
1000
+ verbose_name="Locale created",
1001
+ ),
1002
+ ),
1003
+ migrations.AlterField(
1004
+ model_name="urinedipsticktest",
1005
+ name="locale_modified",
1006
+ field=models.CharField(
1007
+ blank=True,
1008
+ default="",
1009
+ help_text="Auto-updated by Modeladmin",
1010
+ max_length=10,
1011
+ verbose_name="Locale modified",
1012
+ ),
1013
+ ),
1014
+ migrations.AlterField(
1015
+ model_name="urinedipsticktest",
1016
+ name="not_performed_reason",
1017
+ field=models.CharField(
1018
+ blank=True,
1019
+ default="",
1020
+ max_length=150,
1021
+ verbose_name="If NO, provide reason",
1022
+ ),
1023
+ ),
1024
+ migrations.AlterField(
1025
+ model_name="urinedipsticktest",
1026
+ name="report_datetime",
1027
+ field=models.DateTimeField(
1028
+ default=django.utils.timezone.now,
1029
+ help_text="If reporting today, use today's date/time, otherwise use the date/time this information was reported.",
1030
+ validators=[
1031
+ edc_protocol.validators.datetime_not_before_study_start,
1032
+ edc_model.validators.date.datetime_not_future,
1033
+ ],
1034
+ verbose_name="Report Date",
1035
+ ),
1036
+ ),
1037
+ migrations.AlterField(
1038
+ model_name="urinedipsticktest",
1039
+ name="revision",
1040
+ field=django_revision.revision_field.RevisionField(
1041
+ blank=True,
1042
+ default="",
1043
+ editable=False,
1044
+ help_text="System field. From git repository (tag:branch:commit), project metadata, project toml, project VERSION, or settings.",
1045
+ max_length=75,
1046
+ verbose_name="Revision",
1047
+ ),
1048
+ ),
1049
+ migrations.AlterField(
1050
+ model_name="urinepregnancy",
1051
+ name="action_identifier",
1052
+ field=models.CharField(blank=True, default="", max_length=50, unique=True),
1053
+ ),
1054
+ migrations.AlterField(
1055
+ model_name="urinepregnancy",
1056
+ name="action_item_reason",
1057
+ field=models.TextField(default="", editable=False),
1058
+ ),
1059
+ migrations.AlterField(
1060
+ model_name="urinepregnancy",
1061
+ name="consent_model",
1062
+ field=models.CharField(blank=True, default="", max_length=50),
1063
+ ),
1064
+ migrations.AlterField(
1065
+ model_name="urinepregnancy",
1066
+ name="consent_version",
1067
+ field=models.CharField(blank=True, default="", max_length=10),
1068
+ ),
1069
+ migrations.AlterField(
1070
+ model_name="urinepregnancy",
1071
+ name="crf_status_comments",
1072
+ field=models.TextField(
1073
+ blank=True,
1074
+ default="",
1075
+ help_text="for example, why some data is still pending",
1076
+ verbose_name="Any comments related to status of this CRF",
1077
+ ),
1078
+ ),
1079
+ migrations.AlterField(
1080
+ model_name="urinepregnancy",
1081
+ name="device_created",
1082
+ field=models.CharField(
1083
+ blank=True, default="", max_length=10, verbose_name="Device created"
1084
+ ),
1085
+ ),
1086
+ migrations.AlterField(
1087
+ model_name="urinepregnancy",
1088
+ name="device_modified",
1089
+ field=models.CharField(
1090
+ blank=True, default="", max_length=10, verbose_name="Device modified"
1091
+ ),
1092
+ ),
1093
+ migrations.AlterField(
1094
+ model_name="urinepregnancy",
1095
+ name="locale_created",
1096
+ field=models.CharField(
1097
+ blank=True,
1098
+ default="",
1099
+ help_text="Auto-updated by Modeladmin",
1100
+ max_length=10,
1101
+ verbose_name="Locale created",
1102
+ ),
1103
+ ),
1104
+ migrations.AlterField(
1105
+ model_name="urinepregnancy",
1106
+ name="locale_modified",
1107
+ field=models.CharField(
1108
+ blank=True,
1109
+ default="",
1110
+ help_text="Auto-updated by Modeladmin",
1111
+ max_length=10,
1112
+ verbose_name="Locale modified",
1113
+ ),
1114
+ ),
1115
+ migrations.AlterField(
1116
+ model_name="urinepregnancy",
1117
+ name="not_performed_reason",
1118
+ field=models.CharField(
1119
+ blank=True,
1120
+ default="",
1121
+ max_length=150,
1122
+ verbose_name="If NO, provide reason",
1123
+ ),
1124
+ ),
1125
+ migrations.AlterField(
1126
+ model_name="urinepregnancy",
1127
+ name="parent_action_identifier",
1128
+ field=models.CharField(
1129
+ blank=True,
1130
+ default="",
1131
+ help_text="action identifier that links to parent reference model instance.",
1132
+ max_length=30,
1133
+ ),
1134
+ ),
1135
+ migrations.AlterField(
1136
+ model_name="urinepregnancy",
1137
+ name="related_action_identifier",
1138
+ field=models.CharField(
1139
+ blank=True,
1140
+ default="",
1141
+ help_text="action identifier that links to related reference model instance.",
1142
+ max_length=30,
1143
+ ),
1144
+ ),
1145
+ migrations.AlterField(
1146
+ model_name="urinepregnancy",
1147
+ name="report_datetime",
1148
+ field=models.DateTimeField(
1149
+ default=django.utils.timezone.now,
1150
+ help_text="If reporting today, use today's date/time, otherwise use the date/time this information was reported.",
1151
+ validators=[
1152
+ edc_protocol.validators.datetime_not_before_study_start,
1153
+ edc_model.validators.date.datetime_not_future,
1154
+ ],
1155
+ verbose_name="Report Date",
1156
+ ),
1157
+ ),
1158
+ migrations.AlterField(
1159
+ model_name="urinepregnancy",
1160
+ name="revision",
1161
+ field=django_revision.revision_field.RevisionField(
1162
+ blank=True,
1163
+ default="",
1164
+ editable=False,
1165
+ help_text="System field. From git repository (tag:branch:commit), project metadata, project toml, project VERSION, or settings.",
1166
+ max_length=75,
1167
+ verbose_name="Revision",
1168
+ ),
1169
+ ),
1170
+ ]