meta-edc 1.2.8__py3-none-any.whl → 1.2.9__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.
- meta_ae/action_items.py +12 -12
- meta_ae/admin/modeladmin_mixins.py +1 -1
- meta_ae/baker_recipes.py +1 -2
- meta_ae/choices.py +1 -1
- meta_ae/forms/death_report_form.py +1 -1
- meta_ae/list_data.py +1 -1
- meta_ae/migrations/0017_auto_20221130_2257.py +1 -1
- meta_ae/templatetags/meta_ae_extras.py +1 -1
- meta_analytics/dataframes/get_glucose_fbg_df.py +1 -1
- meta_analytics/dataframes/glucose_endpoints/endpoint_by_date.py +1 -1
- meta_analytics/dataframes/glucose_endpoints/glucose_endpoints_by_date.py +1 -1
- meta_analytics/dataframes/utils.py +1 -1
- meta_auth/auths.py +1 -1
- meta_consent/action_items.py +1 -1
- meta_consent/admin/list_filters.py +1 -1
- meta_consent/baker_recipes.py +1 -1
- meta_consent/consents.py +1 -1
- meta_consent/forms/subject_consent_v1_ext_form.py +1 -1
- meta_consent/models/signals.py +1 -1
- meta_consent/models/subject_consent.py +1 -1
- meta_consent/models/subject_reconsent.py +1 -1
- meta_dashboard/templatetags/meta_dashboard_extras.py +1 -1
- meta_dashboard/view_utils/subject_screening_button.py +1 -1
- meta_edc/settings/defaults.py +1 -1
- {meta_edc-1.2.8.dist-info → meta_edc-1.2.9.dist-info}/METADATA +11 -10
- {meta_edc-1.2.8.dist-info → meta_edc-1.2.9.dist-info}/RECORD +130 -130
- meta_labs/reportables.py +8 -3
- meta_lists/list_data.py +3 -3
- meta_lists/migrations/0008_auto_20200528_1517.py +2 -2
- meta_pharmacy/constants.py +1 -1
- meta_pharmacy/models/substitutions.py +1 -1
- meta_prn/action_items.py +1 -1
- meta_prn/admin/end_of_study_admin.py +1 -1
- meta_prn/baker_recipes.py +1 -1
- meta_prn/choices.py +1 -1
- meta_prn/form_validators/end_of_study.py +1 -2
- meta_prn/form_validators/protocol_incident.py +1 -1
- meta_prn/forms/loss_to_followup_form.py +1 -1
- meta_prn/forms/pregnancy_notification_form.py +1 -1
- meta_prn/list_data.py +1 -1
- meta_prn/migrations/0034_auto_20220630_1110.py +1 -1
- meta_prn/migrations/0035_auto_20220630_1140.py +1 -1
- meta_prn/migrations/0061_auto_20250115_2025.py +1 -2
- meta_prn/models/dm_referral.py +1 -1
- meta_prn/models/end_of_study.py +6 -6
- meta_prn/models/loss_to_followup.py +1 -1
- meta_prn/models/off_study_medication.py +1 -1
- meta_prn/models/pregnancy_notification.py +1 -1
- meta_prn/models/protocol_incident.py +1 -1
- meta_prn/models/signals.py +1 -1
- meta_rando/randomizers.py +1 -1
- meta_reports/admin/dbviews/glucose_summary_admin.py +1 -1
- meta_reports/admin/list_filters.py +1 -1
- meta_reports/death_report.py +1 -1
- meta_reports/forms/missing_ogtt_note_form.py +1 -1
- meta_reports/models/dbviews/glucose_summary/unmanaged_model.py +1 -1
- meta_reports/models/dbviews/imp_substitutions/unmanaged_model.py +1 -1
- meta_reports/models/dbviews/missing_screening_ogtt/note_model.py +1 -1
- meta_reports/models/dbviews/on_study_missing_values/qa_cases.py +1 -1
- meta_reports/models/endpoints.py +1 -1
- meta_screening/admin/list_filters.py +1 -1
- meta_screening/admin/subject_screening_admin.py +1 -1
- meta_screening/baker_recipes.py +10 -2
- meta_screening/calculators.py +1 -1
- meta_screening/choices.py +1 -1
- meta_screening/constants.py +1 -1
- meta_screening/eligibility/eligibility.py +1 -1
- meta_screening/eligibility/eligibility_part_one.py +1 -1
- meta_screening/eligibility/eligibility_part_three/base_eligibility_part_three.py +14 -7
- meta_screening/eligibility/eligibility_part_three/eligibility_part_three_phase_three.py +1 -1
- meta_screening/eligibility/eligibility_part_two.py +1 -1
- meta_screening/form_validators/screening_part_one.py +1 -1
- meta_screening/form_validators/screening_part_three.py +1 -2
- meta_screening/form_validators/screening_part_two.py +1 -1
- meta_screening/form_validators/subject_refusal.py +1 -1
- meta_screening/migrations/0012_auto_20191107_0427.py +1 -1
- meta_screening/model_mixins/calculated_model_mixin.py +2 -2
- meta_screening/model_mixins/creatinine_fields_model_mixin.py +1 -1
- meta_screening/model_mixins/eligibility_model_mixin.py +1 -1
- meta_screening/model_mixins/part_one_fields_model_mixin.py +1 -1
- meta_screening/model_mixins/part_three_fields_model_mixin.py +1 -1
- meta_screening/model_mixins/part_two_fields_model_mixin.py +1 -1
- meta_screening/models/proxy_models.py +1 -1
- meta_screening/models/signals.py +1 -1
- meta_screening/models/subject_screening.py +1 -1
- meta_subject/action_items.py +1 -1
- meta_subject/admin/followup_examination_admin.py +1 -1
- meta_subject/admin/list_filters.py +1 -1
- meta_subject/admin/subject_requisition_admin.py +1 -1
- meta_subject/baker_recipes.py +1 -1
- meta_subject/choices.py +2 -2
- meta_subject/form_validators/delivery_form_validator.py +1 -1
- meta_subject/form_validators/dm_followup_form_validator.py +1 -1
- meta_subject/form_validators/egfr_drop_notification_form_validator.py +1 -1
- meta_subject/form_validators/followup_examination_form_validator.py +1 -1
- meta_subject/form_validators/glucose_fbg_form_validator.py +2 -3
- meta_subject/form_validators/glucose_form_validator.py +1 -1
- meta_subject/form_validators/hiv_exit_review_form_validator.py +1 -1
- meta_subject/form_validators/mixins.py +1 -1
- meta_subject/forms/followup_vitals_form.py +1 -1
- meta_subject/forms/hepatitis_test_form.py +1 -1
- meta_subject/forms/mixins.py +1 -1
- meta_subject/forms/other_arv_regimens_form.py +1 -1
- meta_subject/forms/patient_history_form.py +1 -1
- meta_subject/forms/physical_exam_form.py +1 -1
- meta_subject/forms/pregnancy_update_form.py +1 -1
- meta_subject/forms/subject_visit_missed_form.py +1 -1
- meta_subject/forms/urine_dipstick_test_form.py +1 -1
- meta_subject/forms/urine_pregnancy_form.py +1 -1
- meta_subject/metadata_rules/predicates.py +1 -1
- meta_subject/migrations/0128_auto_20220720_0055.py +1 -1
- meta_subject/migrations/0131_auto_20220722_0411.py +1 -1
- meta_subject/migrations/0199_auto_20240516_0247.py +1 -1
- meta_subject/migrations/0212_auto_20240827_2222.py +1 -1
- meta_subject/model_mixins/arv_review_model_mixin.py +2 -2
- meta_subject/model_mixins/vitals_fields_model_mixin.py +1 -1
- meta_subject/models/delivery.py +1 -1
- meta_subject/models/diabetes/dm_endpoint.py +1 -1
- meta_subject/models/diabetes/dm_followup.py +1 -1
- meta_subject/models/followup_examination.py +1 -1
- meta_subject/models/glucose.py +1 -1
- meta_subject/models/glucose_fbg.py +1 -1
- meta_subject/models/health_economics/health_economics.py +1 -1
- meta_subject/models/health_economics/health_economics_update.py +1 -1
- meta_subject/models/hiv_exit_review.py +1 -1
- meta_subject/models/patient_history.py +1 -1
- meta_subject/models/subject_visit.py +1 -1
- meta_subject/models/urine_dipstick_test.py +1 -1
- {meta_edc-1.2.8.dist-info → meta_edc-1.2.9.dist-info}/WHEEL +0 -0
- {meta_edc-1.2.8.dist-info → meta_edc-1.2.9.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
from clinicedc_constants import NO, NOT_APPLICABLE
|
|
1
2
|
from django.contrib import admin
|
|
2
3
|
from django.db import models
|
|
3
4
|
from edc_constants.choices import POS_NEG_NA, YES_NO, YES_NO_NA
|
|
4
|
-
from edc_constants.constants import NO, NOT_APPLICABLE
|
|
5
5
|
|
|
6
6
|
from ..choices import YES_NO_NOT_ELIGIBLE, YES_PENDING_NA
|
|
7
7
|
from ..constants import PREG_YES_NO_NA
|
meta_screening/models/signals.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
from clinicedc_constants import PENDING, QUESTION_RETIRED
|
|
1
2
|
from django.contrib.sites.models import Site
|
|
2
3
|
from django.core.validators import RegexValidator
|
|
3
4
|
from django.db import models
|
|
4
5
|
from django_crypto_fields.fields import EncryptedCharField
|
|
5
|
-
from edc_constants.constants import PENDING, QUESTION_RETIRED
|
|
6
6
|
from edc_model.models import BaseUuidModel
|
|
7
7
|
from edc_screening.model_mixins import ScreeningModelMixin
|
|
8
8
|
from edc_screening.screening_identifier import (
|
meta_subject/action_items.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
from clinicedc_constants import GRADE3, GRADE4, HIGH_PRIORITY, NEW, NONE, POS, YES
|
|
1
2
|
from django.apps import apps as django_apps
|
|
2
3
|
from edc_action_item.action import Action
|
|
3
4
|
from edc_action_item.action_with_notification import ActionWithNotification
|
|
4
5
|
from edc_action_item.site_action_items import AlreadyRegistered, site_action_items
|
|
5
6
|
from edc_adverse_event.constants import AE_INITIAL_ACTION
|
|
6
|
-
from edc_constants.constants import GRADE3, GRADE4, HIGH_PRIORITY, NEW, NONE, POS, YES
|
|
7
7
|
from edc_egfr.constants import EGFR_DROP_NOTIFICATION_ACTION
|
|
8
8
|
from edc_lab_results.action_items import (
|
|
9
9
|
BloodResultsFbcAction,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
from clinicedc_constants import NONE, YES
|
|
1
2
|
from django.contrib import admin
|
|
2
3
|
from django_audit_fields.admin import audit_fieldset_tuple
|
|
3
4
|
from edc_action_item.fieldsets import action_fieldset_tuple
|
|
4
5
|
from edc_action_item.modeladmin_mixins import ActionItemModelAdminMixin
|
|
5
|
-
from edc_constants.constants import NONE, YES
|
|
6
6
|
from edc_crf.fieldset import crf_status_fieldset
|
|
7
7
|
from edc_form_label.form_label_modeladmin_mixin import FormLabelModelAdminMixin
|
|
8
8
|
from edc_model_admin.history import SimpleHistoryAdmin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import HIGH, NORMAL
|
|
1
2
|
from django.contrib.admin import SimpleListFilter
|
|
2
3
|
from django.db.models import Q
|
|
3
|
-
from edc_constants.constants import HIGH, NORMAL
|
|
4
4
|
from edc_model_admin.list_filters import FutureDateListFilter, PastDateListFilter
|
|
5
5
|
|
|
6
6
|
from meta_subject.models import Glucose, GlucoseFbg
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
from urllib.parse import parse_qs, urlsplit
|
|
2
2
|
|
|
3
|
+
from clinicedc_constants import YES
|
|
3
4
|
from django.contrib import admin
|
|
4
5
|
from django_audit_fields.admin import audit_fieldset_tuple
|
|
5
|
-
from edc_constants.constants import YES
|
|
6
6
|
from edc_lab.admin import (
|
|
7
7
|
RequisitionAdminMixin,
|
|
8
8
|
requisition_fieldset,
|
meta_subject/baker_recipes.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
from clinicedc_constants import NO, NOT_APPLICABLE, NULL_STRING, PATIENT, POS, YES
|
|
1
2
|
from django.utils import timezone
|
|
2
|
-
from edc_constants.constants import NO, NOT_APPLICABLE, NULL_STRING, PATIENT, POS, YES
|
|
3
3
|
from edc_visit_tracking.constants import SCHEDULED
|
|
4
4
|
from faker import Faker
|
|
5
5
|
from model_bakery.recipe import Recipe
|
meta_subject/choices.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
from
|
|
2
|
-
from edc_constants.constants import (
|
|
1
|
+
from clinicedc_constants import (
|
|
3
2
|
ABSENT,
|
|
4
3
|
CLOSED,
|
|
5
4
|
DEAD,
|
|
@@ -17,6 +16,7 @@ from edc_constants.constants import (
|
|
|
17
16
|
PRESENT_WITH_REINFORCEMENT,
|
|
18
17
|
YES,
|
|
19
18
|
)
|
|
19
|
+
from django.utils.translation import gettext_lazy as _
|
|
20
20
|
from edc_visit_tracking.constants import MISSED_VISIT, SCHEDULED, UNSCHEDULED
|
|
21
21
|
|
|
22
22
|
from meta_ae.choices import INFORMANT_RELATIONSHIP
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import NO, OTHER
|
|
1
2
|
from django import forms
|
|
2
3
|
from django.core.exceptions import ObjectDoesNotExist
|
|
3
|
-
from edc_constants.constants import NO, OTHER
|
|
4
4
|
from edc_crf.crf_form_validator import CrfFormValidator
|
|
5
5
|
from edc_form_validators import INVALID_ERROR
|
|
6
6
|
from edc_utils import formatted_date
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import NO, OTHER, YES
|
|
1
2
|
from django import forms
|
|
2
3
|
from django.core.exceptions import ObjectDoesNotExist
|
|
3
|
-
from edc_constants.constants import NO, OTHER, YES
|
|
4
4
|
from edc_crf.crf_form_validator import CrfFormValidator
|
|
5
5
|
from edc_form_validators import INVALID_ERROR
|
|
6
6
|
from edc_utils import formatted_date
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
from decimal import Decimal
|
|
2
2
|
|
|
3
|
-
from
|
|
3
|
+
from clinicedc_constants import MILLIMOLES_PER_LITER, NO, PENDING, YES
|
|
4
|
+
from clinicedc_utils import convert_units
|
|
4
5
|
from edc_crf.crf_form_validator import CrfFormValidator
|
|
5
6
|
from edc_form_validators import INVALID_ERROR
|
|
6
7
|
from edc_glucose.utils import validate_glucose_as_millimoles_per_liter
|
|
7
|
-
from edc_reportable import MILLIMOLES_PER_LITER
|
|
8
|
-
from edc_reportable.utils import convert_units
|
|
9
8
|
|
|
10
9
|
from meta_reports.models import GlucoseSummary
|
|
11
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
from clinicedc_constants import NO, YES
|
|
1
2
|
from django import forms
|
|
2
|
-
from edc_constants.constants import NO, YES
|
|
3
3
|
from edc_crf.crf_form_validator import CrfFormValidator
|
|
4
4
|
from edc_crf.modelform_mixins import CrfModelFormMixin
|
|
5
5
|
from edc_visit_schedule.constants import MONTH36, MONTH48
|
meta_subject/forms/mixins.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
from clinicedc_constants import YES
|
|
1
2
|
from django import forms
|
|
2
|
-
from edc_constants.constants import YES
|
|
3
3
|
from edc_crf.crf_form_validator import CrfFormValidator
|
|
4
4
|
from edc_crf.modelform_mixins import CrfModelFormMixin
|
|
5
5
|
from edc_model_form.mixins import InlineModelFormMixin
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
from clinicedc_constants import NO, NOT_APPLICABLE, OTHER, YES
|
|
1
2
|
from django import forms
|
|
2
|
-
from edc_constants.constants import NO, NOT_APPLICABLE, OTHER, YES
|
|
3
3
|
from edc_crf.crf_form_validator import CrfFormValidator
|
|
4
4
|
from edc_crf.modelform_mixins import CrfModelFormMixin
|
|
5
5
|
from edc_form_validators import INVALID_ERROR
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import NO, YES
|
|
1
2
|
from django import forms
|
|
2
3
|
from edc_action_item.forms import ActionItemCrfFormMixin
|
|
3
|
-
from edc_constants.constants import NO, YES
|
|
4
4
|
from edc_crf.crf_form_validator import CrfFormValidator
|
|
5
5
|
from edc_crf.modelform_mixins import CrfModelFormMixin
|
|
6
6
|
from edc_form_validators import INVALID_ERROR
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
from datetime import datetime
|
|
2
2
|
from zoneinfo import ZoneInfo
|
|
3
3
|
|
|
4
|
+
from clinicedc_constants import YES
|
|
4
5
|
from django.apps import apps as django_apps
|
|
5
6
|
from django.core.exceptions import ObjectDoesNotExist
|
|
6
7
|
from edc_appointment.constants import NEW_APPT
|
|
7
|
-
from edc_constants.constants import YES
|
|
8
8
|
from edc_lab_panel.panels import hba1c_panel, insulin_panel
|
|
9
9
|
from edc_metadata.metadata_rules import PersistantSingletonMixin
|
|
10
10
|
from edc_sites.site import sites
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
from django.core.exceptions import ObjectDoesNotExist
|
|
3
3
|
from django.db import migrations
|
|
4
4
|
from edc_action_item.identifiers import ActionIdentifier
|
|
5
|
-
from
|
|
5
|
+
from clinicedc_constants import CLOSED, HIGH_PRIORITY
|
|
6
6
|
from tqdm import tqdm
|
|
7
7
|
|
|
8
8
|
from meta_subject.constants import MISSED_VISIT_ACTION
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
from clinicedc_constants import COPIES_PER_MILLILITER, NULL_STRING
|
|
1
2
|
from django.core.validators import MaxValueValidator, MinValueValidator
|
|
2
3
|
from django.db import models
|
|
3
|
-
from edc_constants.constants import NULL_STRING
|
|
4
4
|
from edc_model.models import OtherCharField
|
|
5
|
-
from edc_reportable import CELLS_PER_MILLIMETER_CUBED_DISPLAY
|
|
5
|
+
from edc_reportable.units import CELLS_PER_MILLIMETER_CUBED_DISPLAY
|
|
6
6
|
|
|
7
7
|
from meta_lists.models import ArvRegimens
|
|
8
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
from clinicedc_constants import NO
|
|
1
2
|
from django.core.validators import MaxValueValidator, MinValueValidator
|
|
2
3
|
from django.db import models
|
|
3
4
|
from edc_constants.choices import YES_NO
|
|
4
|
-
from edc_constants.constants import NO
|
|
5
5
|
from edc_vitals.models import WeightField
|
|
6
6
|
|
|
7
7
|
|
meta_subject/models/delivery.py
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# TODO: urine_bhcg form (probably not necessary)
|
|
2
2
|
# TODO: if pos, take of study drug and estimate
|
|
3
3
|
# delivery date for the pregnancy outcomes form. See Form 25/26
|
|
4
|
+
from clinicedc_constants import NOT_APPLICABLE, PATIENT, YES
|
|
4
5
|
from django.apps import apps as django_apps
|
|
5
6
|
from django.core.validators import MaxValueValidator, MinValueValidator
|
|
6
7
|
from django.db import models
|
|
7
8
|
from django_crypto_fields.fields import EncryptedTextField
|
|
8
9
|
from edc_constants.choices import YES_NO, YES_NO_NA
|
|
9
|
-
from edc_constants.constants import NOT_APPLICABLE, PATIENT, YES
|
|
10
10
|
from edc_model.models import BaseUuidModel
|
|
11
11
|
from edc_model.validators import datetime_not_future
|
|
12
12
|
from edc_model_fields.fields import OtherCharField
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import QUESTION_RETIRED
|
|
1
2
|
from django.db import models
|
|
2
3
|
from edc_constants.choices import YES_NO, YES_NO_RETIRED
|
|
3
|
-
from edc_constants.constants import QUESTION_RETIRED
|
|
4
4
|
from edc_model.models import BaseUuidModel
|
|
5
5
|
from edc_model_fields.fields import OtherCharField
|
|
6
6
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
from clinicedc_constants import NOT_APPLICABLE, QUESTION_RETIRED
|
|
1
2
|
from django.core.validators import MaxValueValidator, MinValueValidator
|
|
2
3
|
from django.db import models
|
|
3
4
|
from django.utils.safestring import mark_safe
|
|
4
5
|
from edc_action_item.models import ActionItem
|
|
5
6
|
from edc_adherence.choices import MISSED_PILLS
|
|
6
7
|
from edc_constants.choices import YES_NO, YES_NO_NA
|
|
7
|
-
from edc_constants.constants import NOT_APPLICABLE, QUESTION_RETIRED
|
|
8
8
|
from edc_model.models import BaseUuidModel
|
|
9
9
|
from edc_model_fields.fields import OtherCharField
|
|
10
10
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
from clinicedc_constants import NOT_APPLICABLE
|
|
1
2
|
from django.db import models
|
|
2
3
|
from django.db.models import PROTECT
|
|
3
4
|
from django.utils.safestring import mark_safe
|
|
4
5
|
from edc_constants.choices import YES_NO, YES_NO_NA, YES_NO_NOT_EVALUATED
|
|
5
|
-
from edc_constants.constants import NOT_APPLICABLE
|
|
6
6
|
from edc_model.models import BaseUuidModel
|
|
7
7
|
from edc_model_fields.fields import OtherCharField
|
|
8
8
|
|
meta_subject/models/glucose.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import NOT_APPLICABLE
|
|
1
2
|
from django.db import models
|
|
2
3
|
from edc_constants.choices import YES_NO
|
|
3
|
-
from edc_constants.constants import NOT_APPLICABLE
|
|
4
4
|
from edc_glucose.model_mixin_factories import (
|
|
5
5
|
fasting_model_mixin_factory,
|
|
6
6
|
fbg_model_mixin_factory,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import NO, NOT_APPLICABLE
|
|
1
2
|
from django.db import models
|
|
2
3
|
from edc_constants.choices import YES_NO
|
|
3
|
-
from edc_constants.constants import NO, NOT_APPLICABLE
|
|
4
4
|
from edc_glucose.model_mixin_factories import (
|
|
5
5
|
fasting_model_mixin_factory,
|
|
6
6
|
fbg_model_mixin_factory,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
from clinicedc_constants import NOT_APPLICABLE
|
|
1
2
|
from django.core.validators import MaxValueValidator, MinValueValidator
|
|
2
3
|
from django.db import models
|
|
3
4
|
from edc_constants.choices import YES_NO, YES_NO_NA
|
|
4
|
-
from edc_constants.constants import NOT_APPLICABLE
|
|
5
5
|
from edc_model.models import BaseUuidModel
|
|
6
6
|
|
|
7
7
|
from ...choices import (
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
from clinicedc_constants import NOT_APPLICABLE
|
|
1
2
|
from django.core.validators import MaxValueValidator, MinValueValidator
|
|
2
3
|
from django.db import models
|
|
3
4
|
from django.utils.translation import gettext as _
|
|
4
5
|
from edc_constants.choices import YES_NO
|
|
5
|
-
from edc_constants.constants import NOT_APPLICABLE
|
|
6
6
|
from edc_crf.model_mixins import SingletonCrfModelMixin
|
|
7
7
|
from edc_he.choices import RELATIONSHIP_CHOICES, STATUS
|
|
8
8
|
from edc_he.model_mixin_factories import income_model_mixin_factory
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import NULL_STRING, YES
|
|
1
2
|
from django.db import models
|
|
2
3
|
from edc_constants.choices import YES_NO
|
|
3
|
-
from edc_constants.constants import NULL_STRING, YES
|
|
4
4
|
from edc_crf.model_mixins import SingletonCrfModelMixin
|
|
5
5
|
from edc_model.models import BaseUuidModel
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
from clinicedc_constants import NOT_APPLICABLE
|
|
1
2
|
from django.db import models
|
|
2
3
|
from django.utils.safestring import mark_safe
|
|
3
4
|
from edc_constants.choices import YES_NO, YES_NO_NA
|
|
4
|
-
from edc_constants.constants import NOT_APPLICABLE
|
|
5
5
|
from edc_model.models import BaseUuidModel
|
|
6
6
|
from edc_model_fields.fields import OtherCharField
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
from clinicedc_constants import NO, NOT_APPLICABLE
|
|
1
2
|
from django.db import models
|
|
2
3
|
from edc_consent.model_mixins import RequiresConsentFieldsModelMixin
|
|
3
4
|
from edc_constants.choices import YES_NO
|
|
4
|
-
from edc_constants.constants import NO, NOT_APPLICABLE
|
|
5
5
|
from edc_metadata.model_mixins.creates import CreatesMetadataModelMixin
|
|
6
6
|
from edc_model.models import BaseUuidModel, HistoricalRecords
|
|
7
7
|
from edc_sites.model_mixins import SiteModelMixin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import NOT_APPLICABLE
|
|
1
2
|
from django.db import models
|
|
2
3
|
from edc_constants.choices import PRESENT_ABSENT_NA, YES_NO
|
|
3
|
-
from edc_constants.constants import NOT_APPLICABLE
|
|
4
4
|
from edc_model import models as edc_models
|
|
5
5
|
|
|
6
6
|
from ..model_mixins import CrfModelMixin
|
|
File without changes
|
|
File without changes
|