endoreg-db 0.8.6.1__py3-none-any.whl → 0.8.8.0__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 endoreg-db might be problematic. Click here for more details.
- endoreg_db/authz/auth.py +74 -0
- endoreg_db/authz/backends.py +168 -0
- endoreg_db/authz/management/commands/list_routes.py +18 -0
- endoreg_db/authz/middleware.py +83 -0
- endoreg_db/authz/permissions.py +127 -0
- endoreg_db/authz/policy.py +218 -0
- endoreg_db/authz/views_auth.py +66 -0
- endoreg_db/config/env.py +13 -8
- endoreg_db/data/__init__.py +8 -31
- endoreg_db/data/_examples/disease.yaml +55 -0
- endoreg_db/data/_examples/disease_classification.yaml +13 -0
- endoreg_db/data/_examples/disease_classification_choice.yaml +62 -0
- endoreg_db/data/_examples/event.yaml +64 -0
- endoreg_db/data/_examples/examination.yaml +72 -0
- endoreg_db/data/_examples/finding/anatomy_colon.yaml +128 -0
- endoreg_db/data/_examples/finding/colonoscopy.yaml +40 -0
- endoreg_db/data/_examples/finding/colonoscopy_bowel_prep.yaml +56 -0
- endoreg_db/data/_examples/finding/complication.yaml +16 -0
- endoreg_db/data/_examples/finding/data.yaml +105 -0
- endoreg_db/data/_examples/finding/examination_setting.yaml +16 -0
- endoreg_db/data/_examples/finding/medication_related.yaml +18 -0
- endoreg_db/data/_examples/finding/outcome.yaml +12 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_bowel_preparation.yaml +68 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_jnet.yaml +22 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_kudo.yaml +25 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_lesion_circularity.yaml +20 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_lesion_planarity.yaml +24 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_lesion_size.yaml +68 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_lesion_surface.yaml +20 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_location.yaml +80 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_lst.yaml +21 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_nice.yaml +20 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_paris.yaml +26 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_sano.yaml +22 -0
- endoreg_db/data/_examples/finding_classification/colonoscopy_summary.yaml +53 -0
- endoreg_db/data/_examples/finding_classification/complication_generic.yaml +25 -0
- endoreg_db/data/_examples/finding_classification/examination_setting_generic.yaml +40 -0
- endoreg_db/data/_examples/finding_classification/histology_colo.yaml +51 -0
- endoreg_db/data/_examples/finding_classification/intervention_required.yaml +26 -0
- endoreg_db/data/_examples/finding_classification/medication_related.yaml +23 -0
- endoreg_db/data/_examples/finding_classification/visualized.yaml +33 -0
- endoreg_db/data/_examples/finding_classification_choice/bowel_preparation.yaml +78 -0
- endoreg_db/data/_examples/finding_classification_choice/colon_lesion_circularity_default.yaml +32 -0
- endoreg_db/data/_examples/finding_classification_choice/colon_lesion_jnet.yaml +15 -0
- endoreg_db/data/_examples/finding_classification_choice/colon_lesion_kudo.yaml +23 -0
- endoreg_db/data/_examples/finding_classification_choice/colon_lesion_lst.yaml +15 -0
- endoreg_db/data/_examples/finding_classification_choice/colon_lesion_nice.yaml +17 -0
- endoreg_db/data/_examples/finding_classification_choice/colon_lesion_paris.yaml +57 -0
- endoreg_db/data/_examples/finding_classification_choice/colon_lesion_planarity_default.yaml +49 -0
- endoreg_db/data/_examples/finding_classification_choice/colon_lesion_sano.yaml +14 -0
- endoreg_db/data/_examples/finding_classification_choice/colon_lesion_surface_intact_default.yaml +36 -0
- endoreg_db/data/_examples/finding_classification_choice/colonoscopy_location.yaml +229 -0
- endoreg_db/data/_examples/finding_classification_choice/colonoscopy_not_complete_reason.yaml +19 -0
- endoreg_db/data/_examples/finding_classification_choice/colonoscopy_size.yaml +82 -0
- endoreg_db/data/_examples/finding_classification_choice/colonoscopy_summary_worst_finding.yaml +15 -0
- endoreg_db/data/_examples/finding_classification_choice/complication_generic_types.yaml +15 -0
- endoreg_db/data/_examples/finding_classification_choice/examination_setting_generic_types.yaml +15 -0
- endoreg_db/data/_examples/finding_classification_choice/histology.yaml +24 -0
- endoreg_db/data/_examples/finding_classification_choice/histology_polyp.yaml +20 -0
- endoreg_db/data/_examples/finding_classification_choice/outcome.yaml +19 -0
- endoreg_db/data/_examples/finding_classification_choice/yes_no_na.yaml +11 -0
- endoreg_db/data/_examples/finding_classification_type/colonoscopy_basic.yaml +48 -0
- endoreg_db/data/_examples/finding_intervention/endoscopy.yaml +43 -0
- endoreg_db/data/_examples/finding_intervention/endoscopy_colonoscopy.yaml +168 -0
- endoreg_db/data/_examples/finding_intervention/endoscopy_egd.yaml +128 -0
- endoreg_db/data/_examples/finding_intervention/endoscopy_ercp.yaml +32 -0
- endoreg_db/data/_examples/finding_intervention/endoscopy_eus_lower.yaml +9 -0
- endoreg_db/data/_examples/finding_intervention/endoscopy_eus_upper.yaml +36 -0
- endoreg_db/data/_examples/finding_intervention_type/endoscopy.yaml +15 -0
- endoreg_db/data/_examples/finding_type/data.yaml +43 -0
- endoreg_db/data/_examples/requirement/age.yaml +26 -0
- endoreg_db/data/_examples/requirement/colonoscopy_baseline_austria.yaml +45 -0
- endoreg_db/data/_examples/requirement/disease_cardiovascular.yaml +79 -0
- endoreg_db/data/_examples/requirement/disease_classification_choice_cardiovascular.yaml +41 -0
- endoreg_db/data/_examples/requirement/disease_hepatology.yaml +12 -0
- endoreg_db/data/_examples/requirement/disease_misc.yaml +12 -0
- endoreg_db/data/_examples/requirement/disease_renal.yaml +96 -0
- endoreg_db/data/_examples/requirement/endoscopy_bleeding_risk.yaml +59 -0
- endoreg_db/data/_examples/requirement/event_cardiology.yaml +251 -0
- endoreg_db/data/_examples/requirement/event_requirements.yaml +145 -0
- endoreg_db/data/_examples/requirement/finding_colon_polyp.yaml +50 -0
- endoreg_db/data/_examples/requirement/gender.yaml +25 -0
- endoreg_db/data/_examples/requirement/lab_value.yaml +441 -0
- endoreg_db/data/_examples/requirement/medication.yaml +93 -0
- endoreg_db/data/_examples/requirement_operator/age.yaml +13 -0
- endoreg_db/data/_examples/requirement_operator/lab_operators.yaml +129 -0
- endoreg_db/data/_examples/requirement_operator/model_operators.yaml +96 -0
- endoreg_db/data/_examples/requirement_set/01_endoscopy_generic.yaml +48 -0
- endoreg_db/data/_examples/requirement_set/colonoscopy_austria_screening.yaml +57 -0
- endoreg_db/data/_examples/yaml_examples.xlsx +0 -0
- endoreg_db/data/ai_model_meta/default_multilabel_classification.yaml +4 -3
- endoreg_db/data/event_classification/data.yaml +4 -0
- endoreg_db/data/event_classification_choice/data.yaml +9 -0
- endoreg_db/data/finding_classification/colonoscopy_bowel_preparation.yaml +43 -70
- endoreg_db/data/finding_classification/colonoscopy_lesion_size.yaml +22 -52
- endoreg_db/data/finding_classification/colonoscopy_location.yaml +31 -62
- endoreg_db/data/finding_classification/histology_colo.yaml +28 -36
- endoreg_db/data/requirement/colon_polyp_intervention.yaml +49 -0
- endoreg_db/data/requirement/coloreg_colon_polyp.yaml +49 -0
- endoreg_db/data/requirement_set/01_endoscopy_generic.yaml +31 -12
- endoreg_db/data/requirement_set/01_laboratory.yaml +13 -0
- endoreg_db/data/requirement_set/02_endoscopy_bleeding_risk.yaml +46 -0
- endoreg_db/data/requirement_set/90_coloreg.yaml +178 -0
- endoreg_db/data/requirement_set/_old_ +109 -0
- endoreg_db/data/requirement_set_type/data.yaml +21 -0
- endoreg_db/data/setup_config.yaml +4 -4
- endoreg_db/data/tag/requirement_set_tags.yaml +21 -0
- endoreg_db/exceptions.py +5 -2
- endoreg_db/helpers/data_loader.py +1 -1
- endoreg_db/management/commands/create_model_meta_from_huggingface.py +21 -10
- endoreg_db/management/commands/create_multilabel_model_meta.py +299 -129
- endoreg_db/management/commands/import_video.py +9 -10
- endoreg_db/management/commands/import_video_with_classification.py +1 -1
- endoreg_db/management/commands/init_default_ai_model.py +1 -1
- endoreg_db/management/commands/list_routes.py +18 -0
- endoreg_db/management/commands/load_center_data.py +12 -12
- endoreg_db/management/commands/load_requirement_data.py +60 -31
- endoreg_db/management/commands/load_requirement_set_tags.py +95 -0
- endoreg_db/management/commands/setup_endoreg_db.py +3 -3
- endoreg_db/management/commands/storage_management.py +271 -203
- endoreg_db/migrations/0001_initial.py +1799 -1300
- endoreg_db/migrations/0002_requirementset_depends_on.py +18 -0
- endoreg_db/migrations/_old/0001_initial.py +1857 -0
- endoreg_db/migrations/_old/0004_employee_city_employee_post_code_employee_street_and_more.py +68 -0
- endoreg_db/migrations/_old/0004_remove_casetemplate_rules_and_more.py +77 -0
- endoreg_db/migrations/_old/0005_merge_20251111_1003.py +14 -0
- endoreg_db/migrations/_old/0006_sensitivemeta_anonymized_text_and_more.py +68 -0
- endoreg_db/migrations/_old/0007_remove_rule_attribute_dtype_remove_rule_rule_type_and_more.py +89 -0
- endoreg_db/migrations/_old/0008_remove_event_event_classification_and_more.py +27 -0
- endoreg_db/migrations/_old/0009_alter_modelmeta_options_and_more.py +21 -0
- endoreg_db/models/__init__.py +78 -123
- endoreg_db/models/administration/__init__.py +21 -42
- endoreg_db/models/administration/ai/active_model.py +2 -2
- endoreg_db/models/administration/ai/ai_model.py +7 -6
- endoreg_db/models/administration/case/__init__.py +1 -15
- endoreg_db/models/administration/case/case.py +3 -3
- endoreg_db/models/administration/case/case_template/__init__.py +2 -14
- endoreg_db/models/administration/case/case_template/case_template.py +2 -124
- endoreg_db/models/administration/case/case_template/case_template_rule.py +2 -268
- endoreg_db/models/administration/case/case_template/case_template_rule_value.py +2 -85
- endoreg_db/models/administration/case/case_template/case_template_type.py +2 -25
- endoreg_db/models/administration/center/center.py +33 -19
- endoreg_db/models/administration/center/center_product.py +12 -9
- endoreg_db/models/administration/center/center_resource.py +25 -19
- endoreg_db/models/administration/center/center_shift.py +21 -17
- endoreg_db/models/administration/center/center_waste.py +16 -8
- endoreg_db/models/administration/person/__init__.py +2 -0
- endoreg_db/models/administration/person/employee/employee.py +10 -5
- endoreg_db/models/administration/person/employee/employee_qualification.py +9 -4
- endoreg_db/models/administration/person/employee/employee_type.py +12 -6
- endoreg_db/models/administration/person/examiner/examiner.py +13 -11
- endoreg_db/models/administration/person/patient/__init__.py +2 -0
- endoreg_db/models/administration/person/patient/patient.py +103 -100
- endoreg_db/models/administration/person/patient/patient_external_id.py +37 -0
- endoreg_db/models/administration/person/person.py +4 -0
- endoreg_db/models/administration/person/profession/__init__.py +8 -4
- endoreg_db/models/administration/person/user/portal_user_information.py +11 -7
- endoreg_db/models/administration/product/product.py +20 -15
- endoreg_db/models/administration/product/product_material.py +17 -18
- endoreg_db/models/administration/product/product_weight.py +12 -8
- endoreg_db/models/administration/product/reference_product.py +23 -55
- endoreg_db/models/administration/qualification/qualification.py +7 -3
- endoreg_db/models/administration/qualification/qualification_type.py +7 -3
- endoreg_db/models/administration/shift/scheduled_days.py +8 -5
- endoreg_db/models/administration/shift/shift.py +16 -12
- endoreg_db/models/administration/shift/shift_type.py +23 -31
- endoreg_db/models/label/__init__.py +7 -8
- endoreg_db/models/label/annotation/image_classification.py +10 -9
- endoreg_db/models/label/annotation/video_segmentation_annotation.py +8 -5
- endoreg_db/models/label/label.py +15 -15
- endoreg_db/models/label/label_set.py +19 -6
- endoreg_db/models/label/label_type.py +1 -1
- endoreg_db/models/label/label_video_segment/_create_from_video.py +5 -8
- endoreg_db/models/label/label_video_segment/label_video_segment.py +76 -102
- endoreg_db/models/label/video_segmentation_label.py +4 -0
- endoreg_db/models/label/video_segmentation_labelset.py +4 -3
- endoreg_db/models/media/frame/frame.py +22 -22
- endoreg_db/models/media/pdf/raw_pdf.py +110 -182
- endoreg_db/models/media/pdf/report_file.py +25 -29
- endoreg_db/models/media/pdf/report_reader/report_reader_config.py +30 -46
- endoreg_db/models/media/pdf/report_reader/report_reader_flag.py +23 -7
- endoreg_db/models/media/video/__init__.py +1 -0
- endoreg_db/models/media/video/create_from_file.py +48 -56
- endoreg_db/models/media/video/pipe_2.py +8 -9
- endoreg_db/models/media/video/video_file.py +150 -108
- endoreg_db/models/media/video/video_file_ai.py +288 -74
- endoreg_db/models/media/video/video_file_anonymize.py +38 -38
- endoreg_db/models/media/video/video_file_frames/__init__.py +3 -1
- endoreg_db/models/media/video/video_file_frames/_bulk_create_frames.py +6 -8
- endoreg_db/models/media/video/video_file_frames/_create_frame_object.py +7 -9
- endoreg_db/models/media/video/video_file_frames/_delete_frames.py +9 -8
- endoreg_db/models/media/video/video_file_frames/_extract_frames.py +38 -45
- endoreg_db/models/media/video/video_file_frames/_get_frame.py +6 -8
- endoreg_db/models/media/video/video_file_frames/_get_frame_number.py +4 -18
- endoreg_db/models/media/video/video_file_frames/_get_frame_path.py +4 -3
- endoreg_db/models/media/video/video_file_frames/_get_frame_paths.py +7 -6
- endoreg_db/models/media/video/video_file_frames/_get_frame_range.py +6 -8
- endoreg_db/models/media/video/video_file_frames/_get_frames.py +6 -8
- endoreg_db/models/media/video/video_file_frames/_initialize_frames.py +15 -25
- endoreg_db/models/media/video/video_file_frames/_manage_frame_range.py +26 -23
- endoreg_db/models/media/video/video_file_frames/_mark_frames_extracted_status.py +23 -14
- endoreg_db/models/media/video/video_file_io.py +109 -62
- endoreg_db/models/media/video/video_file_meta/get_crop_template.py +3 -3
- endoreg_db/models/media/video/video_file_meta/get_endo_roi.py +5 -3
- endoreg_db/models/media/video/video_file_meta/get_fps.py +37 -34
- endoreg_db/models/media/video/video_file_meta/initialize_video_specs.py +19 -25
- endoreg_db/models/media/video/video_file_meta/text_meta.py +41 -38
- endoreg_db/models/media/video/video_file_meta/video_meta.py +14 -7
- endoreg_db/models/media/video/video_file_segments.py +24 -17
- endoreg_db/models/media/video/video_metadata.py +19 -35
- endoreg_db/models/media/video/video_processing.py +96 -95
- endoreg_db/models/medical/contraindication/__init__.py +13 -3
- endoreg_db/models/medical/disease.py +22 -16
- endoreg_db/models/medical/event.py +31 -18
- endoreg_db/models/medical/examination/__init__.py +13 -6
- endoreg_db/models/medical/examination/examination.py +17 -18
- endoreg_db/models/medical/examination/examination_indication.py +26 -25
- endoreg_db/models/medical/examination/examination_time.py +16 -6
- endoreg_db/models/medical/examination/examination_time_type.py +9 -6
- endoreg_db/models/medical/examination/examination_type.py +3 -4
- endoreg_db/models/medical/finding/finding.py +38 -39
- endoreg_db/models/medical/finding/finding_classification.py +37 -48
- endoreg_db/models/medical/finding/finding_intervention.py +27 -22
- endoreg_db/models/medical/finding/finding_type.py +13 -12
- endoreg_db/models/medical/hardware/endoscope.py +20 -26
- endoreg_db/models/medical/hardware/endoscopy_processor.py +2 -2
- endoreg_db/models/medical/laboratory/lab_value.py +62 -91
- endoreg_db/models/medical/medication/medication.py +22 -10
- endoreg_db/models/medical/medication/medication_indication.py +29 -3
- endoreg_db/models/medical/medication/medication_indication_type.py +25 -14
- endoreg_db/models/medical/medication/medication_intake_time.py +31 -19
- endoreg_db/models/medical/medication/medication_schedule.py +27 -16
- endoreg_db/models/medical/organ/__init__.py +15 -12
- endoreg_db/models/medical/patient/medication_examples.py +1 -5
- endoreg_db/models/medical/patient/patient_disease.py +20 -23
- endoreg_db/models/medical/patient/patient_event.py +19 -22
- endoreg_db/models/medical/patient/patient_examination.py +48 -54
- endoreg_db/models/medical/patient/patient_examination_indication.py +16 -14
- endoreg_db/models/medical/patient/patient_finding.py +122 -139
- endoreg_db/models/medical/patient/patient_finding_classification.py +44 -49
- endoreg_db/models/medical/patient/patient_finding_intervention.py +8 -19
- endoreg_db/models/medical/patient/patient_lab_sample.py +28 -23
- endoreg_db/models/medical/patient/patient_lab_value.py +82 -89
- endoreg_db/models/medical/patient/patient_medication.py +27 -38
- endoreg_db/models/medical/patient/patient_medication_schedule.py +28 -36
- endoreg_db/models/medical/risk/risk.py +7 -6
- endoreg_db/models/medical/risk/risk_type.py +8 -5
- endoreg_db/models/metadata/model_meta.py +60 -29
- endoreg_db/models/metadata/model_meta_logic.py +125 -18
- endoreg_db/models/metadata/pdf_meta.py +19 -24
- endoreg_db/models/metadata/sensitive_meta.py +102 -85
- endoreg_db/models/metadata/sensitive_meta_logic.py +192 -173
- endoreg_db/models/metadata/video_meta.py +51 -31
- endoreg_db/models/metadata/video_prediction_logic.py +16 -23
- endoreg_db/models/metadata/video_prediction_meta.py +29 -33
- endoreg_db/models/other/distribution/date_value_distribution.py +89 -29
- endoreg_db/models/other/distribution/multiple_categorical_value_distribution.py +21 -5
- endoreg_db/models/other/distribution/numeric_value_distribution.py +114 -53
- endoreg_db/models/other/distribution/single_categorical_value_distribution.py +4 -3
- endoreg_db/models/other/emission/emission_factor.py +18 -8
- endoreg_db/models/other/gender.py +10 -5
- endoreg_db/models/other/information_source.py +25 -25
- endoreg_db/models/other/material.py +9 -5
- endoreg_db/models/other/resource.py +6 -4
- endoreg_db/models/other/tag.py +10 -5
- endoreg_db/models/other/transport_route.py +13 -8
- endoreg_db/models/other/unit.py +10 -6
- endoreg_db/models/other/waste.py +6 -5
- endoreg_db/models/requirement/requirement.py +580 -272
- endoreg_db/models/requirement/requirement_error.py +85 -0
- endoreg_db/models/requirement/requirement_evaluation/evaluate_with_dependencies.py +268 -0
- endoreg_db/models/requirement/requirement_evaluation/operator_evaluation_models.py +3 -6
- endoreg_db/models/requirement/requirement_evaluation/requirement_type_parser.py +90 -64
- endoreg_db/models/requirement/requirement_operator.py +36 -33
- endoreg_db/models/requirement/requirement_set.py +74 -57
- endoreg_db/models/state/__init__.py +4 -4
- endoreg_db/models/state/abstract.py +2 -2
- endoreg_db/models/state/anonymization.py +12 -0
- endoreg_db/models/state/audit_ledger.py +46 -47
- endoreg_db/models/state/label_video_segment.py +9 -0
- endoreg_db/models/state/raw_pdf.py +40 -46
- endoreg_db/models/state/sensitive_meta.py +6 -2
- endoreg_db/models/state/video.py +58 -53
- endoreg_db/models/upload_job.py +32 -55
- endoreg_db/models/utils.py +1 -2
- endoreg_db/root_urls.py +21 -2
- endoreg_db/serializers/__init__.py +0 -2
- endoreg_db/serializers/anonymization.py +18 -10
- endoreg_db/serializers/meta/report_meta.py +1 -1
- endoreg_db/serializers/meta/sensitive_meta_detail.py +63 -118
- endoreg_db/serializers/misc/file_overview.py +11 -99
- endoreg_db/serializers/requirements/requirement_sets.py +92 -22
- endoreg_db/serializers/video/segmentation.py +2 -1
- endoreg_db/serializers/video/video_processing_history.py +20 -5
- endoreg_db/services/anonymization.py +75 -73
- endoreg_db/services/lookup_service.py +37 -24
- endoreg_db/services/pdf_import.py +166 -68
- endoreg_db/services/storage_aware_video_processor.py +140 -114
- endoreg_db/services/video_import.py +193 -283
- endoreg_db/urls/__init__.py +7 -20
- endoreg_db/urls/media.py +108 -67
- endoreg_db/urls/root_urls.py +29 -0
- endoreg_db/utils/__init__.py +15 -5
- endoreg_db/utils/ai/multilabel_classification_net.py +116 -20
- endoreg_db/utils/case_generator/__init__.py +3 -0
- endoreg_db/utils/dataloader.py +88 -16
- endoreg_db/utils/defaults/set_default_center.py +32 -0
- endoreg_db/utils/names.py +22 -16
- endoreg_db/utils/permissions.py +2 -1
- endoreg_db/utils/pipelines/process_video_dir.py +1 -1
- endoreg_db/utils/requirement_operator_logic/model_evaluators.py +414 -127
- endoreg_db/utils/setup_config.py +8 -5
- endoreg_db/utils/storage.py +115 -0
- endoreg_db/utils/validate_endo_roi.py +8 -2
- endoreg_db/utils/video/ffmpeg_wrapper.py +184 -188
- endoreg_db/views/__init__.py +0 -10
- endoreg_db/views/anonymization/media_management.py +198 -163
- endoreg_db/views/anonymization/overview.py +4 -1
- endoreg_db/views/anonymization/validate.py +174 -40
- endoreg_db/views/media/__init__.py +2 -0
- endoreg_db/views/media/pdf_media.py +131 -152
- endoreg_db/views/media/sensitive_metadata.py +46 -6
- endoreg_db/views/media/video_media.py +89 -82
- endoreg_db/views/media/video_segments.py +2 -3
- endoreg_db/views/meta/sensitive_meta_detail.py +0 -63
- endoreg_db/views/patient/patient.py +5 -4
- endoreg_db/views/pdf/pdf_stream.py +20 -21
- endoreg_db/views/pdf/reimport.py +11 -32
- endoreg_db/views/requirement/evaluate.py +188 -187
- endoreg_db/views/requirement/lookup.py +17 -3
- endoreg_db/views/requirement/requirement_utils.py +89 -0
- endoreg_db/views/video/__init__.py +0 -2
- endoreg_db/views/video/correction.py +2 -2
- {endoreg_db-0.8.6.1.dist-info → endoreg_db-0.8.8.0.dist-info}/METADATA +7 -3
- {endoreg_db-0.8.6.1.dist-info → endoreg_db-0.8.8.0.dist-info}/RECORD +341 -245
- endoreg_db/models/administration/permissions/__init__.py +0 -44
- endoreg_db/models/media/video/video_file_frames.py +0 -0
- endoreg_db/models/metadata/frame_ocr_result.py +0 -0
- endoreg_db/models/rule/__init__.py +0 -13
- endoreg_db/models/rule/rule.py +0 -27
- endoreg_db/models/rule/rule_applicator.py +0 -224
- endoreg_db/models/rule/rule_attribute_dtype.py +0 -17
- endoreg_db/models/rule/rule_type.py +0 -20
- endoreg_db/models/rule/ruleset.py +0 -17
- endoreg_db/serializers/video/video_metadata.py +0 -105
- endoreg_db/urls/report.py +0 -48
- endoreg_db/urls/video.py +0 -61
- endoreg_db/utils/case_generator/case_generator.py +0 -159
- endoreg_db/utils/case_generator/utils.py +0 -30
- endoreg_db/views/report/__init__.py +0 -9
- endoreg_db/views/report/report_list.py +0 -112
- endoreg_db/views/report/report_with_secure_url.py +0 -28
- endoreg_db/views/report/start_examination.py +0 -7
- endoreg_db/views.py +0 -0
- /endoreg_db/data/{requirement_set → _examples/requirement_set}/endoscopy_bleeding_risk.yaml +0 -0
- /endoreg_db/migrations/{0002_add_video_correction_models.py → _old/0002_add_video_correction_models.py} +0 -0
- /endoreg_db/migrations/{0003_add_center_display_name.py → _old/0003_add_center_display_name.py} +0 -0
- /endoreg_db/{models/media/video/refactor_plan.md → views/pdf/pdf_stream_views.py} +0 -0
- {endoreg_db-0.8.6.1.dist-info → endoreg_db-0.8.8.0.dist-info}/WHEEL +0 -0
- {endoreg_db-0.8.6.1.dist-info → endoreg_db-0.8.8.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,30 +2,118 @@ endoreg_db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
endoreg_db/admin.py,sha256=QAqwli6WPIAu9VGteHAOx0ndvFH6ofgapVyVXC1dUXw,3719
|
|
3
3
|
endoreg_db/api_urls.py,sha256=k-JjENY5Rghz-xCXEp2fTcmVzoWUzuKRmdPK1B_LPLY,183
|
|
4
4
|
endoreg_db/apps.py,sha256=LXJ-CksxHy2ecMPjBOprhuJdFtEwU-t4X7LyaR36tAs,577
|
|
5
|
-
endoreg_db/exceptions.py,sha256=
|
|
5
|
+
endoreg_db/exceptions.py,sha256=AmIaG_4G8e-5qzwPjrwj2wQDp_SEls07xOb3mfYoe0g,576
|
|
6
6
|
endoreg_db/logger_conf.py,sha256=RDFq8WoHxkKDXPC4Q5zlRyCvBR1VQ5Hm9r2B7os9MuI,5618
|
|
7
7
|
endoreg_db/renames.yml,sha256=28v7v5W6hcN1xYdjDSJjeW-6-rJEK6w9GeD-eXoqJQ0,193
|
|
8
|
-
endoreg_db/root_urls.py,sha256=
|
|
8
|
+
endoreg_db/root_urls.py,sha256=vjoEGj7nMh6_EcxObXVhJrguCQdP4Wau0xyMCaNAANU,1037
|
|
9
9
|
endoreg_db/urls.py,sha256=Bog2gEOtMKPiHruNKH7aOC7ggfg-E28dl94qhEDE7jg,300
|
|
10
|
-
endoreg_db/views.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
10
|
endoreg_db/api/serializers/finding_descriptions.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
11
|
endoreg_db/api/views/finding_descriptions.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
12
|
endoreg_db/assets/dummy_model.ckpt,sha256=NAw5JDdrpV5bpZgdHXhmlQeo6TocKwQ_LQRzmqIm2Dw,21
|
|
13
|
+
endoreg_db/authz/auth.py,sha256=jaR_dER08lBrGqvRhNrje8K6Ma676v6ECk1QkEEHIlg,2500
|
|
14
|
+
endoreg_db/authz/backends.py,sha256=aJfO3pDfo_KKRHJUrLfRirE2g0pQ_RrR8gDmHaFYmXE,6689
|
|
15
|
+
endoreg_db/authz/middleware.py,sha256=c9JEprL05flGZXdj5g5zsa99L1-mHSuIFhwyJIXiZ5s,3772
|
|
16
|
+
endoreg_db/authz/permissions.py,sha256=2fE7M1HqVigBC_7hWbzSXUGQewPBAwuK-bOhf4wfek0,4904
|
|
17
|
+
endoreg_db/authz/policy.py,sha256=16CJL9G1UfNRDX_m9bywtzsEJQ9wFdxNKs5jbPgQ6mc,6970
|
|
18
|
+
endoreg_db/authz/views_auth.py,sha256=_Zh_I6Qi8YByKsEXcw6nMGZXu1Svd-kBIwaO4UZtoPY,2241
|
|
19
|
+
endoreg_db/authz/management/commands/list_routes.py,sha256=7u1P5CbLZXolRfegSPj3sPt_7IWoQJBf_Sc-pr-IrHs,622
|
|
14
20
|
endoreg_db/codemods/readme.md,sha256=mVOAevESOuN0WSTMI3tJPbuuGE3ROASp9s21bpf-LOs,3958
|
|
15
21
|
endoreg_db/codemods/rename_datetime_fields.py,sha256=ulLfte1erPrde2ovOHXT9qubitPceu_JT9uCkxLlKc4,2900
|
|
16
22
|
endoreg_db/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
endoreg_db/config/env.py,sha256=
|
|
18
|
-
endoreg_db/data/__init__.py,sha256=
|
|
23
|
+
endoreg_db/config/env.py,sha256=9uMRrD9BWZnlKeUqqidVx0JRuD5SdxwGpRf0kv0uaA4,2690
|
|
24
|
+
endoreg_db/data/__init__.py,sha256=CNoT1jTN8GEyzKacHQ2xZYRDLWeHbcW53dGOSyaK8C0,5384
|
|
19
25
|
endoreg_db/data/db_summary.csv,sha256=K4PcufVHQ64H1i2MbCShMxReEa96I8cL6IfwCVpqF2M,1225
|
|
20
26
|
endoreg_db/data/db_summary.xlsx,sha256=pwsc_IcxNETNrYjDXjpSW83b8f-WsSunRDiJLZXENZ0,5829
|
|
21
|
-
endoreg_db/data/setup_config.yaml,sha256=
|
|
27
|
+
endoreg_db/data/setup_config.yaml,sha256=OavnU5KtaL2oIvysFTbi_sJvpPoVnDexw6MFH-lpg8o,1329
|
|
28
|
+
endoreg_db/data/_examples/disease.yaml,sha256=oRUcwM8lgVtxZZkf0JDEuKjwDeghndZMqQqQV8BrnmA,1416
|
|
29
|
+
endoreg_db/data/_examples/disease_classification.yaml,sha256=c2KLmQfvV7TFNE3qBmvk0_jlUaQTKTqZMIo_KMPfl4c,501
|
|
30
|
+
endoreg_db/data/_examples/disease_classification_choice.yaml,sha256=pJ_PhmLTbQ4eidRTCDuJOV9yYiO7fjNIHgroJMOWa20,2420
|
|
31
|
+
endoreg_db/data/_examples/event.yaml,sha256=zdRJpPnxBDs05rLfAVqA1iU0dxO8aiOt2hyZ-feEzOM,1738
|
|
32
|
+
endoreg_db/data/_examples/examination.yaml,sha256=eHH5uJb194Q3XHJdWeGL7NkzH9uHETG2uHBqNFzPXTE,2018
|
|
33
|
+
endoreg_db/data/_examples/yaml_examples.xlsx,sha256=S21eXBZDGlDHSkLD2gQkqq1G1X2FVagEHzDwl0QNabU,41561
|
|
34
|
+
endoreg_db/data/_examples/finding/anatomy_colon.yaml,sha256=f-bP7lKv-xtus3MuvlKLwqCLPqYflAiWKuwVY1QaeUw,3046
|
|
35
|
+
endoreg_db/data/_examples/finding/colonoscopy.yaml,sha256=tikMC8hqdSnCLZU2byrxVvDpieuRk3gTjzTlNGeKlpY,991
|
|
36
|
+
endoreg_db/data/_examples/finding/colonoscopy_bowel_prep.yaml,sha256=TD7wcLS8fXV4M7G-kHwC7H9sgwe1-_Nbm_1P-Cza5wM,1241
|
|
37
|
+
endoreg_db/data/_examples/finding/complication.yaml,sha256=7Yne6T1BsBfzzq1gl0gEbIo9VkM3gg2Zc9Yoh_Nwp-I,397
|
|
38
|
+
endoreg_db/data/_examples/finding/data.yaml,sha256=IKlshK4yatKXbvLOdCXZz38Nk4_vgtRwix8dR4ZZxds,2288
|
|
39
|
+
endoreg_db/data/_examples/finding/examination_setting.yaml,sha256=1dEBlPcd4SK5Epbac9jGqLSwtj8jVZw71okl3b3VvgM,399
|
|
40
|
+
endoreg_db/data/_examples/finding/medication_related.yaml,sha256=OctG4dPoh3bEro-NkfxR5zatkiV0JcC9vPSq1jQmibg,474
|
|
41
|
+
endoreg_db/data/_examples/finding/outcome.yaml,sha256=CvVnrZpQuSe3OPVGDVNGAarBNevL7I9A2dhyns4MQYY,277
|
|
42
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_bowel_preparation.yaml,sha256=8CEjw7GTgB07NN9gVT8duvDsPICeojkrn9NsaOY_60Q,2025
|
|
43
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_jnet.yaml,sha256=KQsZd-sh-mq-9F9YPboethMra-RUaJWNEs9w8YTirtA,478
|
|
44
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_kudo.yaml,sha256=tUat3iMjxsmnVYgZWYQZUr0zGP-LbHEoxq3AZ6t6X-k,599
|
|
45
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_lesion_circularity.yaml,sha256=o5V1rzYZDgQ6x1kaCDI715SxgWcJUf4Y9dtcTI3hiAs,463
|
|
46
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_lesion_planarity.yaml,sha256=mCYLYa1rSvA9Vo5ZG4azuoe4-ZMt_iDVn2FVHN6mdMU,650
|
|
47
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_lesion_size.yaml,sha256=mjJP9--OpwbHAF3SzyAyNJcqfzc1rIORfOe_fOZ5I7o,1668
|
|
48
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_lesion_surface.yaml,sha256=nCdncYjeQbdDEHuL6waOEXY_zJa-VCkTz30vpDhGE9w,520
|
|
49
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_location.yaml,sha256=pUqE9tFL1PPihoSaROKqtn-DRRm3vVEnBfgm_rGILvY,1601
|
|
50
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_lst.yaml,sha256=ER87WKIB0eb18VCSsuqZtIGbF1IFMFKC1bF5AjliTlw,582
|
|
51
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_nice.yaml,sha256=DTQXCBJ7xoDLi11Wlqb9Ukokm0uxMt3gkf_HE4vplcM,455
|
|
52
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_paris.yaml,sha256=7Ez19HVbiHUjTppgt2GmfjJTnm3jGhUsW5ETfSRkMvg,656
|
|
53
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_sano.yaml,sha256=Ad5mlffKIpDtHME40eLmOiNMofmZc1qvBzUgSSNa-0I,511
|
|
54
|
+
endoreg_db/data/_examples/finding_classification/colonoscopy_summary.yaml,sha256=qr8-YnE_5YkG1iPGIISxHGetbm2Z8uugSVG6Nvk8-yI,1406
|
|
55
|
+
endoreg_db/data/_examples/finding_classification/complication_generic.yaml,sha256=ekb0LeFZDE-kzQk8E6HqYLv_rfjSn0GFmYDqKcllrUw,668
|
|
56
|
+
endoreg_db/data/_examples/finding_classification/examination_setting_generic.yaml,sha256=8WbeRWdTwT56hoyw3KU5qhNMsTvJWssW_wAFI_07dCo,1057
|
|
57
|
+
endoreg_db/data/_examples/finding_classification/histology_colo.yaml,sha256=eAF0KETxNqRTLfPEKe9qUO2Fzlny3bgjy9JS8Qbsw5Y,1232
|
|
58
|
+
endoreg_db/data/_examples/finding_classification/intervention_required.yaml,sha256=dC5CggE2pqUbMVMsBujmSU4qkm8NZrTCD0FdGJBv-jc,552
|
|
59
|
+
endoreg_db/data/_examples/finding_classification/medication_related.yaml,sha256=TUF8VxO467VVfGhu6LOzajbRNoQ5WwOkll-1NVes6lA,497
|
|
60
|
+
endoreg_db/data/_examples/finding_classification/visualized.yaml,sha256=ROEEmHYbXYqGW-h34iI0p_EWHbSCCO_TG67TO4hS1ko,717
|
|
61
|
+
endoreg_db/data/_examples/finding_classification_choice/bowel_preparation.yaml,sha256=o6w-e3E4XtYPZ1qWrAZafCmlmiHWERDJDyIfOZgVvFE,2037
|
|
62
|
+
endoreg_db/data/_examples/finding_classification_choice/colon_lesion_circularity_default.yaml,sha256=EPwPMa5iqVCmqHpbSoDLB4L1XvuHaa8VfSLfBdu_HOE,970
|
|
63
|
+
endoreg_db/data/_examples/finding_classification_choice/colon_lesion_jnet.yaml,sha256=ipWK3v_5FLyYxH_tEUds6TmNN8Rkgq4CIWAPW08HbHw,372
|
|
64
|
+
endoreg_db/data/_examples/finding_classification_choice/colon_lesion_kudo.yaml,sha256=BT7l4JK8tAEWpl3SO-HsZOeVzV0U5l-G3Odha6gcbHg,649
|
|
65
|
+
endoreg_db/data/_examples/finding_classification_choice/colon_lesion_lst.yaml,sha256=BJl_Q2SXYKsMUePJSucyVVX3h81NDU5ODVkJmx85sOQ,458
|
|
66
|
+
endoreg_db/data/_examples/finding_classification_choice/colon_lesion_nice.yaml,sha256=vM-v65h7ErdvQvHYepCQrnzIYv0vxlLmGpwj6MbWWno,541
|
|
67
|
+
endoreg_db/data/_examples/finding_classification_choice/colon_lesion_paris.yaml,sha256=9sntCRaxwjo_Synm32KO3IRHFQfzMjeE90GEpwGiK94,2371
|
|
68
|
+
endoreg_db/data/_examples/finding_classification_choice/colon_lesion_planarity_default.yaml,sha256=2sqI2g30ZnZrgORxeGQGAr1I00GvgE3gRDAsI4lH8T4,1793
|
|
69
|
+
endoreg_db/data/_examples/finding_classification_choice/colon_lesion_sano.yaml,sha256=eLUH9Wd9weYpmdAur8BMNqz099FBrQ494Sgg8rZf_M0,372
|
|
70
|
+
endoreg_db/data/_examples/finding_classification_choice/colon_lesion_surface_intact_default.yaml,sha256=EGIObwxMtofVGKSba5HiTX54mmBTix-l4ztmBOZ5TWw,1150
|
|
71
|
+
endoreg_db/data/_examples/finding_classification_choice/colonoscopy_location.yaml,sha256=u-JpKRBZhetN2h9UxTguQ0LnIeElmynEFV37hoC8saE,6275
|
|
72
|
+
endoreg_db/data/_examples/finding_classification_choice/colonoscopy_not_complete_reason.yaml,sha256=dMwS6d1BrDFEgTE3U0AZh0n5L92HF38jCoxlBGmkc4Y,536
|
|
73
|
+
endoreg_db/data/_examples/finding_classification_choice/colonoscopy_size.yaml,sha256=qu74XvHjjEHUiTmoA-df_WlQYZct8lCSIVCRXajuldc,3095
|
|
74
|
+
endoreg_db/data/_examples/finding_classification_choice/colonoscopy_summary_worst_finding.yaml,sha256=7x45Fd4r4IPMgs9Wz_vO84SLfOqxEmJhEusBF24IAZ4,434
|
|
75
|
+
endoreg_db/data/_examples/finding_classification_choice/complication_generic_types.yaml,sha256=cdDSlTzXcdYABVkERXzju3_pbZjKOaljCRJdeC6mAzI,439
|
|
76
|
+
endoreg_db/data/_examples/finding_classification_choice/examination_setting_generic_types.yaml,sha256=QLrW33AJ14Dfm72ouZFDdLMhLhIs4DhyUS2MS8K0C2U,448
|
|
77
|
+
endoreg_db/data/_examples/finding_classification_choice/histology.yaml,sha256=c728BW0rmT_DFoPqgG5SNYS0q3PkmLj0eoPUQq8gr5k,815
|
|
78
|
+
endoreg_db/data/_examples/finding_classification_choice/histology_polyp.yaml,sha256=1rDjHj3Ia9RSooa04SYQ--7f8zcQGhWtgMqGH0q8cMM,777
|
|
79
|
+
endoreg_db/data/_examples/finding_classification_choice/outcome.yaml,sha256=QYdaDLqldxEGMekvx2IgBY2_BNhC1bpARtl-lsgXwdw,546
|
|
80
|
+
endoreg_db/data/_examples/finding_classification_choice/yes_no_na.yaml,sha256=1JNZa_QVeR9R6T35xNzOvRsZtdhbCM_v8pfE97Dx7V8,227
|
|
81
|
+
endoreg_db/data/_examples/finding_classification_type/colonoscopy_basic.yaml,sha256=SYLFHfsBtnI5dqbCprPn9CD-fo-mZeok-cGMBifDQjY,1106
|
|
82
|
+
endoreg_db/data/_examples/finding_intervention/endoscopy.yaml,sha256=DqRBNvNzjvLI1DbfqjDAoGfDpgHtR2zLf_Sqoy7V0KQ,1390
|
|
83
|
+
endoreg_db/data/_examples/finding_intervention/endoscopy_colonoscopy.yaml,sha256=QCNwossX_G6-DUX3Z7b6MUpOugSoBmcVwlifP0McowU,6474
|
|
84
|
+
endoreg_db/data/_examples/finding_intervention/endoscopy_egd.yaml,sha256=DaE7OmKJ0um6WRYHSCOTLPVm80zaYloFovKxeLksle0,3535
|
|
85
|
+
endoreg_db/data/_examples/finding_intervention/endoscopy_ercp.yaml,sha256=PBBKpjiLM-7Wt8VtSrGesmZ7YSJt3iXDmE2QNYLu5og,797
|
|
86
|
+
endoreg_db/data/_examples/finding_intervention/endoscopy_eus_lower.yaml,sha256=bRnTKc2DdVX2aw-gRXe5bQhppkigO6SIHdqbRygeTtQ,275
|
|
87
|
+
endoreg_db/data/_examples/finding_intervention/endoscopy_eus_upper.yaml,sha256=U2i1-XarQR6dTm5fEs0o2AWRtrtJpRSgcMjHiS_Jtxw,1163
|
|
88
|
+
endoreg_db/data/_examples/finding_intervention_type/endoscopy.yaml,sha256=EnxIpRys8noMik2rUGQQG2zO0juZn75-k-4rVhD18ZY,319
|
|
89
|
+
endoreg_db/data/_examples/finding_type/data.yaml,sha256=ROGsNXtwc1Qq3SdRWww-t-TXVrZSoH9I5xrUzXXDedE,787
|
|
90
|
+
endoreg_db/data/_examples/requirement/age.yaml,sha256=NA9ltWnuz12fXY16irNZ6gLayrpKYfQePYO-h84n4FQ,735
|
|
91
|
+
endoreg_db/data/_examples/requirement/colonoscopy_baseline_austria.yaml,sha256=n_5hP9xoDr7jFWLE5M53r1ar5g5Rc6WI8mm4aK11_T8,1133
|
|
92
|
+
endoreg_db/data/_examples/requirement/disease_cardiovascular.yaml,sha256=5DsBiGQjcnVyEhRRqyZkjnJBqRaCUfXVW3OfkLOMLsw,2059
|
|
93
|
+
endoreg_db/data/_examples/requirement/disease_classification_choice_cardiovascular.yaml,sha256=10ejrlmzr53eGmTGRD2wrikuEfK3yPwxKFOgx3VshLk,1403
|
|
94
|
+
endoreg_db/data/_examples/requirement/disease_hepatology.yaml,sha256=DS6azOT3H-bSwghmv8fyPylHKkxN0gJ1BbVlchT2hWU,324
|
|
95
|
+
endoreg_db/data/_examples/requirement/disease_misc.yaml,sha256=qMvKSE1J8CPNlzCae5liQWNxDYxpERzlzHBKB6YQSp0,354
|
|
96
|
+
endoreg_db/data/_examples/requirement/disease_renal.yaml,sha256=1eiIMZQVt5i0dAvOEP1_1i5jvITRfeavZr62zwTPvVI,3472
|
|
97
|
+
endoreg_db/data/_examples/requirement/endoscopy_bleeding_risk.yaml,sha256=dhc0zqrnR6xkqrfZlb_fe-lYne2MNXaCmmagiAZhpkY,2054
|
|
98
|
+
endoreg_db/data/_examples/requirement/event_cardiology.yaml,sha256=7ss8PILhYtxQztmM7U61fd41tzCE7INqCE5bdDxgGXI,8574
|
|
99
|
+
endoreg_db/data/_examples/requirement/event_requirements.yaml,sha256=xDnJFKlQifDP0fLb3N5kbcOPocMcYUHQ_UjfRyXNDwA,5083
|
|
100
|
+
endoreg_db/data/_examples/requirement/finding_colon_polyp.yaml,sha256=I2rKRUij7tui6O-0dj_l-P54vYLD81V1tOdDMBJqLBU,1387
|
|
101
|
+
endoreg_db/data/_examples/requirement/gender.yaml,sha256=UMJG01PRRJOCQn7DjAxX3280ZDAsiioFGN1Vs1Q8t7c,615
|
|
102
|
+
endoreg_db/data/_examples/requirement/lab_value.yaml,sha256=sCLQ-VR6bYVFp_9q1_lH6vkIDIKMj6RapNvW-eWEEl4,15081
|
|
103
|
+
endoreg_db/data/_examples/requirement/medication.yaml,sha256=kJLiAkiRDgSWzU7AU1BFxtkQ5-gVEdinsGLqj07Eb3Y,3500
|
|
104
|
+
endoreg_db/data/_examples/requirement_operator/age.yaml,sha256=RHQ2o3RNnSrgDKKLL1wdbwhjV0iI03sD99B-5BEePks,535
|
|
105
|
+
endoreg_db/data/_examples/requirement_operator/lab_operators.yaml,sha256=0-XFEn0y_D-46f-6p6i21I2jUQFVFhsUaKA-03ORLTU,8105
|
|
106
|
+
endoreg_db/data/_examples/requirement_operator/model_operators.yaml,sha256=DjePXlQ8WV974-WqjTyX4B2lLSXdo0oNUX-_22G5yH4,5368
|
|
107
|
+
endoreg_db/data/_examples/requirement_set/01_endoscopy_generic.yaml,sha256=7IiXjD7NjrAqufXZxEmN7S0o7oxDcY9N08KTBVHG4nw,1509
|
|
108
|
+
endoreg_db/data/_examples/requirement_set/colonoscopy_austria_screening.yaml,sha256=p2KcbSgWJUVh2ZxDt_VD1Z3Tlep2xxgmiTGYvAhT1c4,2057
|
|
109
|
+
endoreg_db/data/_examples/requirement_set/endoscopy_bleeding_risk.yaml,sha256=htzOhSOBlLQKFJdf8HQBqiZ2diDuyYCT-omNiiMoY4Q,1878
|
|
22
110
|
endoreg_db/data/ai_model/data.yaml,sha256=9XIRMS_meioGu-vYY6zUvz4RUXhRLdalaHhCTdaq4nA,306
|
|
23
111
|
endoreg_db/data/ai_model_label/label/data.yaml,sha256=qkt0FfrLvPrcW_N0GUzu3q9TpiXrvZU047xAIOk_33A,1737
|
|
24
112
|
endoreg_db/data/ai_model_label/label/polyp_classification.yaml,sha256=lHx2VwwVgKzOM_3PcuHuSIStgvMK6rHVi3WP67Qjv70,936
|
|
25
113
|
endoreg_db/data/ai_model_label/label-set/data.yaml,sha256=ocaxnkqiZgwi4sY561TbP_DEQWkPG1hBZ3olwPOqiXQ,789
|
|
26
114
|
endoreg_db/data/ai_model_label/label-set/polyp_classifications.yaml,sha256=GVmctJCgnr2lPUMttgPThNXoLcUl4XpliiuSjvE6h_Q,443
|
|
27
115
|
endoreg_db/data/ai_model_label/label-type/data.yaml,sha256=vffKYpTae_gu63_wza6LONs5ys4pna1EbrUUO6CafQs,136
|
|
28
|
-
endoreg_db/data/ai_model_meta/default_multilabel_classification.yaml,sha256=
|
|
116
|
+
endoreg_db/data/ai_model_meta/default_multilabel_classification.yaml,sha256=1AeZpWuxF_WjVZsoRG0AfqkM7LkyC3p_bXT9vTk9cFw,1241
|
|
29
117
|
endoreg_db/data/ai_model_type/data.yaml,sha256=vCMMo8wiI5uL2zrQROmgsHq1GrC8IdagGIgNdQunUeQ,149
|
|
30
118
|
endoreg_db/data/ai_model_video_segmentation_label/base_segmentation.yaml,sha256=EZ83vq02Cf2KfflWQ4HEe1NHmuzSCsmKtWW5Bv8jet0,4060
|
|
31
119
|
endoreg_db/data/ai_model_video_segmentation_labelset/data.yaml,sha256=07uB1ousJVNpp8B9enJ_YIdZf3y4sBPlME4bZwDv6ho,404
|
|
@@ -70,6 +158,8 @@ endoreg_db/data/event/cardiology.yaml,sha256=OGE7vyP6aJwNY5ZmRNqUK2EqrTE8CGtXCii
|
|
|
70
158
|
endoreg_db/data/event/neurology.yaml,sha256=AdpGHQxfBAOuUbKQ234T1MtE3bfHdgKA47HUoyFB5KE,282
|
|
71
159
|
endoreg_db/data/event/surgery.yaml,sha256=hyZWxg8LUNOwf3iybVj0Muta7pUdWhZXmLuuOh7hjek,428
|
|
72
160
|
endoreg_db/data/event/thrombembolism.yaml,sha256=TvpllrcpTV-kOxsttcPIxeRAZ1JKdoN_Nu0LSPatOZc,556
|
|
161
|
+
endoreg_db/data/event_classification/data.yaml,sha256=YejHg13_RWf1l18TxlVr0cdcQdCBv8Lls-_fuHMpXFY,112
|
|
162
|
+
endoreg_db/data/event_classification_choice/data.yaml,sha256=M2zPviPSW0R2KM-zC1tbUpVZ8dak_tPe52JqAAlvXGw,290
|
|
73
163
|
endoreg_db/data/examination/examinations/data.yaml,sha256=eHH5uJb194Q3XHJdWeGL7NkzH9uHETG2uHBqNFzPXTE,2018
|
|
74
164
|
endoreg_db/data/examination/time/data.yaml,sha256=YQ2VFpmNoUwDf4cCSx35hj46YG2_JeRm_t86RTodVsI,1010
|
|
75
165
|
endoreg_db/data/examination/time-type/data.yaml,sha256=-RUaF7zUtuIFttLpu_Cb-cVZMN8_Y9bSHTozI6a69LA,156
|
|
@@ -86,14 +176,14 @@ endoreg_db/data/finding/data.yaml,sha256=IKlshK4yatKXbvLOdCXZz38Nk4_vgtRwix8dR4Z
|
|
|
86
176
|
endoreg_db/data/finding/examination_setting.yaml,sha256=1dEBlPcd4SK5Epbac9jGqLSwtj8jVZw71okl3b3VvgM,399
|
|
87
177
|
endoreg_db/data/finding/medication_related.yaml,sha256=OctG4dPoh3bEro-NkfxR5zatkiV0JcC9vPSq1jQmibg,474
|
|
88
178
|
endoreg_db/data/finding/outcome.yaml,sha256=CvVnrZpQuSe3OPVGDVNGAarBNevL7I9A2dhyns4MQYY,277
|
|
89
|
-
endoreg_db/data/finding_classification/colonoscopy_bowel_preparation.yaml,sha256=
|
|
179
|
+
endoreg_db/data/finding_classification/colonoscopy_bowel_preparation.yaml,sha256=8CEjw7GTgB07NN9gVT8duvDsPICeojkrn9NsaOY_60Q,2025
|
|
90
180
|
endoreg_db/data/finding_classification/colonoscopy_jnet.yaml,sha256=KQsZd-sh-mq-9F9YPboethMra-RUaJWNEs9w8YTirtA,478
|
|
91
181
|
endoreg_db/data/finding_classification/colonoscopy_kudo.yaml,sha256=tUat3iMjxsmnVYgZWYQZUr0zGP-LbHEoxq3AZ6t6X-k,599
|
|
92
182
|
endoreg_db/data/finding_classification/colonoscopy_lesion_circularity.yaml,sha256=o5V1rzYZDgQ6x1kaCDI715SxgWcJUf4Y9dtcTI3hiAs,463
|
|
93
183
|
endoreg_db/data/finding_classification/colonoscopy_lesion_planarity.yaml,sha256=mCYLYa1rSvA9Vo5ZG4azuoe4-ZMt_iDVn2FVHN6mdMU,650
|
|
94
|
-
endoreg_db/data/finding_classification/colonoscopy_lesion_size.yaml,sha256=
|
|
184
|
+
endoreg_db/data/finding_classification/colonoscopy_lesion_size.yaml,sha256=uqX3-klHZYRRpnTI7ywQxtjc-skOU52WPM7ybooLIyQ,1554
|
|
95
185
|
endoreg_db/data/finding_classification/colonoscopy_lesion_surface.yaml,sha256=nCdncYjeQbdDEHuL6waOEXY_zJa-VCkTz30vpDhGE9w,520
|
|
96
|
-
endoreg_db/data/finding_classification/colonoscopy_location.yaml,sha256=
|
|
186
|
+
endoreg_db/data/finding_classification/colonoscopy_location.yaml,sha256=0xX_prv0luHciWcZKMrHQvLihALp4tPmy5p49BHSwr8,1462
|
|
97
187
|
endoreg_db/data/finding_classification/colonoscopy_lst.yaml,sha256=ER87WKIB0eb18VCSsuqZtIGbF1IFMFKC1bF5AjliTlw,582
|
|
98
188
|
endoreg_db/data/finding_classification/colonoscopy_nice.yaml,sha256=DTQXCBJ7xoDLi11Wlqb9Ukokm0uxMt3gkf_HE4vplcM,455
|
|
99
189
|
endoreg_db/data/finding_classification/colonoscopy_paris.yaml,sha256=7Ez19HVbiHUjTppgt2GmfjJTnm3jGhUsW5ETfSRkMvg,656
|
|
@@ -101,7 +191,7 @@ endoreg_db/data/finding_classification/colonoscopy_sano.yaml,sha256=Ad5mlffKIpDt
|
|
|
101
191
|
endoreg_db/data/finding_classification/colonoscopy_summary.yaml,sha256=qr8-YnE_5YkG1iPGIISxHGetbm2Z8uugSVG6Nvk8-yI,1406
|
|
102
192
|
endoreg_db/data/finding_classification/complication_generic.yaml,sha256=ekb0LeFZDE-kzQk8E6HqYLv_rfjSn0GFmYDqKcllrUw,668
|
|
103
193
|
endoreg_db/data/finding_classification/examination_setting_generic.yaml,sha256=8WbeRWdTwT56hoyw3KU5qhNMsTvJWssW_wAFI_07dCo,1057
|
|
104
|
-
endoreg_db/data/finding_classification/histology_colo.yaml,sha256=
|
|
194
|
+
endoreg_db/data/finding_classification/histology_colo.yaml,sha256=XIZl_Sm9IwK-m1WekZC-JGs4Sxe2gxJ-_Jw0nOB6H88,1401
|
|
105
195
|
endoreg_db/data/finding_classification/intervention_required.yaml,sha256=dC5CggE2pqUbMVMsBujmSU4qkm8NZrTCD0FdGJBv-jc,552
|
|
106
196
|
endoreg_db/data/finding_classification/medication_related.yaml,sha256=TUF8VxO467VVfGhu6LOzajbRNoQ5WwOkll-1NVes6lA,497
|
|
107
197
|
endoreg_db/data/finding_classification/visualized.yaml,sha256=ROEEmHYbXYqGW-h34iI0p_EWHbSCCO_TG67TO4hS1ko,717
|
|
@@ -188,7 +278,9 @@ endoreg_db/data/report_reader_flag/rkh-histology-generic.yaml,sha256=Y9Zz02Qw-GZ
|
|
|
188
278
|
endoreg_db/data/report_reader_flag/ukw-examination-generic.yaml,sha256=1a_pvnDg-LztEyT5o13J6ukPCxx4wAQDaP0qowaRTJE,870
|
|
189
279
|
endoreg_db/data/report_reader_flag/ukw-histology-generic.yaml,sha256=q_sRCIjhFBmGMtbT_9Syl3OKXeICFrUyP0iTsFtzXAI,624
|
|
190
280
|
endoreg_db/data/requirement/age.yaml,sha256=NA9ltWnuz12fXY16irNZ6gLayrpKYfQePYO-h84n4FQ,735
|
|
281
|
+
endoreg_db/data/requirement/colon_polyp_intervention.yaml,sha256=ziOMOBi5mrT9xHez0YVoi15jcfFR4WePCTg3MJuHJEw,1413
|
|
191
282
|
endoreg_db/data/requirement/colonoscopy_baseline_austria.yaml,sha256=n_5hP9xoDr7jFWLE5M53r1ar5g5Rc6WI8mm4aK11_T8,1133
|
|
283
|
+
endoreg_db/data/requirement/coloreg_colon_polyp.yaml,sha256=qgl4w6fhbpygNQmCu5WGA-B-H06-MupCMRc65SL0oZQ,1310
|
|
192
284
|
endoreg_db/data/requirement/disease_cardiovascular.yaml,sha256=5DsBiGQjcnVyEhRRqyZkjnJBqRaCUfXVW3OfkLOMLsw,2059
|
|
193
285
|
endoreg_db/data/requirement/disease_classification_choice_cardiovascular.yaml,sha256=10ejrlmzr53eGmTGRD2wrikuEfK3yPwxKFOgx3VshLk,1403
|
|
194
286
|
endoreg_db/data/requirement/disease_hepatology.yaml,sha256=DS6azOT3H-bSwghmv8fyPylHKkxN0gJ1BbVlchT2hWU,324
|
|
@@ -204,10 +296,13 @@ endoreg_db/data/requirement/medication.yaml,sha256=kJLiAkiRDgSWzU7AU1BFxtkQ5-gVE
|
|
|
204
296
|
endoreg_db/data/requirement_operator/age.yaml,sha256=RHQ2o3RNnSrgDKKLL1wdbwhjV0iI03sD99B-5BEePks,535
|
|
205
297
|
endoreg_db/data/requirement_operator/lab_operators.yaml,sha256=0-XFEn0y_D-46f-6p6i21I2jUQFVFhsUaKA-03ORLTU,8105
|
|
206
298
|
endoreg_db/data/requirement_operator/model_operators.yaml,sha256=DjePXlQ8WV974-WqjTyX4B2lLSXdo0oNUX-_22G5yH4,5368
|
|
207
|
-
endoreg_db/data/requirement_set/01_endoscopy_generic.yaml,sha256=
|
|
299
|
+
endoreg_db/data/requirement_set/01_endoscopy_generic.yaml,sha256=aCnLI65ZzGTkzLFXEFpRxaytDBHX-BSe6u0ihrB19Gw,2087
|
|
300
|
+
endoreg_db/data/requirement_set/01_laboratory.yaml,sha256=IMO7L2aTMnpXNunnRwyJIlDrZ67M4heMIxRp-3OqMtw,438
|
|
301
|
+
endoreg_db/data/requirement_set/02_endoscopy_bleeding_risk.yaml,sha256=yjkL22wa8_bm08EMYIoMlQ4barfIOaxILz3R8RKdxZc,1864
|
|
302
|
+
endoreg_db/data/requirement_set/90_coloreg.yaml,sha256=qSG1LSl5nnDvSifvO_2W0kniKesB1aiG-6CMiDr72Ss,6907
|
|
303
|
+
endoreg_db/data/requirement_set/_old_,sha256=WsKGasdo3kUVH_gm3ao9pxRbqjgcjH3dGdfeF7mlsmY,4499
|
|
208
304
|
endoreg_db/data/requirement_set/colonoscopy_austria_screening.yaml,sha256=p2KcbSgWJUVh2ZxDt_VD1Z3Tlep2xxgmiTGYvAhT1c4,2057
|
|
209
|
-
endoreg_db/data/
|
|
210
|
-
endoreg_db/data/requirement_set_type/data.yaml,sha256=lr5asqa7NwffeyCFYiwkZNhncYldQL7m10PSwklJ3_4,481
|
|
305
|
+
endoreg_db/data/requirement_set_type/data.yaml,sha256=g3IuxMZGfvRhtzT5PJguuOEkD6U9uHrcVdUlg2oPS4k,1028
|
|
211
306
|
endoreg_db/data/requirement_type/requirement_types.yaml,sha256=nL2P1ciHqgWM2NnwpwxQgTt7hsMga2neupJDIoi6VCE,4920
|
|
212
307
|
endoreg_db/data/resource/green_endoscopy_dashboard_Resource.yaml,sha256=hjmrFJn_-SbVkX9Nsa3Vo9YItUmje5aVLraKGI8BiZM,288
|
|
213
308
|
endoreg_db/data/risk/bleeding.yaml,sha256=chZuhEGeve36Y6eb-lbikJg_ox-e9m2EPcS-VhOeei4,628
|
|
@@ -216,7 +311,7 @@ endoreg_db/data/risk_type/data.yaml,sha256=jqdXnBJk3NJErmi7B162uPG78qVHd8XJOIhse
|
|
|
216
311
|
endoreg_db/data/shift/endoscopy.yaml,sha256=rRkOgbdzh2DX4Xy22KF1zivcQL8TxKbKQw50WEEUSwM,626
|
|
217
312
|
endoreg_db/data/shift/m2.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
218
313
|
endoreg_db/data/shift_type/base.yaml,sha256=p_hucxdy7deSgB2MvG81H9kxPWUQziIUvmFcE6Y3LGk,716
|
|
219
|
-
endoreg_db/data/tag/requirement_set_tags.yaml,sha256=
|
|
314
|
+
endoreg_db/data/tag/requirement_set_tags.yaml,sha256=sTpDknB2Wr8nm3EgaCSu6AEnf6CGHv6voYCcNjp9HZs,574
|
|
220
315
|
endoreg_db/data/tmp/chronic_kidney_disease.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
221
316
|
endoreg_db/data/tmp/congestive_heart_failure.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
222
317
|
endoreg_db/data/transport_route/green_endoscopy_dashboard_TransportRoute.yaml,sha256=Q7JeSHHYEOtlYsIs44XQEjWd19eZIOdUHkaTLq115ik,349
|
|
@@ -240,7 +335,7 @@ endoreg_db/forms/questionnaires/tto_questionnaire.py,sha256=4QVcMONQIKDYRTbMw-9q
|
|
|
240
335
|
endoreg_db/forms/settings/__init__.py,sha256=xKCYyRS1tEAWsm5C9OrG0Btqgitzuh_s31Oa_W6Os0I,259
|
|
241
336
|
endoreg_db/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
242
337
|
endoreg_db/helpers/count_db.py,sha256=IkdgvDPM5xq7DgFn8Bp1rgpXOtmLzPfLpZy-5cFTEPg,1951
|
|
243
|
-
endoreg_db/helpers/data_loader.py,sha256=
|
|
338
|
+
endoreg_db/helpers/data_loader.py,sha256=iWZfJy4-A2sk2W5z8qy0_YGoSqsxuERYFscwfVqqWIw,6331
|
|
244
339
|
endoreg_db/helpers/default_objects.py,sha256=g1ZeSsqEEp9kbeMpCUr7MyNXVvcqnhdj3wWtgtJY5Cs,13928
|
|
245
340
|
endoreg_db/helpers/download_segmentation_model.py,sha256=VZ8BU7QkYpZkr8kpkUrnuvDBkirmLhuf2rHC2jRBILM,1053
|
|
246
341
|
endoreg_db/helpers/interact.py,sha256=EAiUP_5CXCauKcYYEoUo-Ot3FqE5n1Rm4UX6mkC06IY,174
|
|
@@ -249,19 +344,20 @@ endoreg_db/management/__init__.py,sha256=3dsK9Mizq1veuWTcvSOyWMFT9VI8wtyk-P2K9Ri
|
|
|
249
344
|
endoreg_db/management/commands/__init__.py,sha256=Ch0jwQfNpOSr4O5KKMfYJ93dsesk1Afb-JtbRVyFXZs,21
|
|
250
345
|
endoreg_db/management/commands/anonymize_video.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
251
346
|
endoreg_db/management/commands/check_auth.py,sha256=TPiYeCZ5QcqIvR33xhbqXunO2nrcNAmHb_izoMTqgpg,5390
|
|
252
|
-
endoreg_db/management/commands/create_model_meta_from_huggingface.py,sha256=
|
|
253
|
-
endoreg_db/management/commands/create_multilabel_model_meta.py,sha256=
|
|
347
|
+
endoreg_db/management/commands/create_model_meta_from_huggingface.py,sha256=jdu6ZNZIdxNqtrm6Q1wb0eIOtFZ4NsZ8tWCL03fpjEw,4502
|
|
348
|
+
endoreg_db/management/commands/create_multilabel_model_meta.py,sha256=EsF3ygtdLgAuHHVJh0x7La9TF-ZaihDe-t8wQzACx78,14857
|
|
254
349
|
endoreg_db/management/commands/fix_missing_patient_data.py,sha256=5TPUTOQwI2fVh3Zd88o4ne0R8N_V98k0GZsI1gW0kGM,7766
|
|
255
350
|
endoreg_db/management/commands/fix_video_paths.py,sha256=7LLwc38oX3B_tYWbLJA43Li_KBO3m5Lyw0CF6YqN5rU,7145
|
|
256
351
|
endoreg_db/management/commands/import_fallback_video.py,sha256=PhSBqyHevGgOZieZsj3NBfPJ656wqEkdCWrp2NSb538,9590
|
|
257
352
|
endoreg_db/management/commands/import_report.py,sha256=vFst-NeQdL-w62yoH4kDamq-2Hos5GW90vLTO2-hfYI,13168
|
|
258
|
-
endoreg_db/management/commands/import_video.py,sha256=
|
|
259
|
-
endoreg_db/management/commands/import_video_with_classification.py,sha256=
|
|
260
|
-
endoreg_db/management/commands/init_default_ai_model.py,sha256=
|
|
353
|
+
endoreg_db/management/commands/import_video.py,sha256=OBwL4xnYATfLz6tJXGpp8FMjhYkjHubGqwvfnX8kO5I,17856
|
|
354
|
+
endoreg_db/management/commands/import_video_with_classification.py,sha256=Cm59FU2tZPjb4T6PrnSIwyOcs2SIxev9-ShLozyQe2I,14733
|
|
355
|
+
endoreg_db/management/commands/init_default_ai_model.py,sha256=ju_iitDhjjcxWobonNefIpgjXCMzKl5-geZfSXxPgbg,4676
|
|
356
|
+
endoreg_db/management/commands/list_routes.py,sha256=7u1P5CbLZXolRfegSPj3sPt_7IWoQJBf_Sc-pr-IrHs,622
|
|
261
357
|
endoreg_db/management/commands/load_ai_model_data.py,sha256=ba2z-0qWtweUC6iYyiusH3xGDkpkYNNlIjei3QK7YAA,2887
|
|
262
358
|
endoreg_db/management/commands/load_ai_model_label_data.py,sha256=jnm2720TsnRTBKF6guwnjLo7sropW_YoRjgyjo1TUr8,2143
|
|
263
359
|
endoreg_db/management/commands/load_base_db_data.py,sha256=0Go2cYbqfx6MBSeQaHPAq22yeJxOyX25xpmcBcE9Auw,9374
|
|
264
|
-
endoreg_db/management/commands/load_center_data.py,sha256=
|
|
360
|
+
endoreg_db/management/commands/load_center_data.py,sha256=q3yAQwqTMM8-oEHtLqRpuoYojm6v-el2LMBJVa007Mo,2426
|
|
265
361
|
endoreg_db/management/commands/load_contraindication_data.py,sha256=5cEIBX42Exc6m3li-HQCEK3NHO6lbvACV4eJoaa-zG0,1256
|
|
266
362
|
endoreg_db/management/commands/load_disease_classification_choices_data.py,sha256=zSwNVmI56myFtOBUxV9kD_-4NKh0Z4nWuvFN3RSSulU,1361
|
|
267
363
|
endoreg_db/management/commands/load_disease_classification_data.py,sha256=B0sIgDq35e8Js3cqBCpRBoDuKRoDy7YvPbaZ4jjJS2I,1305
|
|
@@ -283,7 +379,8 @@ endoreg_db/management/commands/load_pdf_type_data.py,sha256=sJeGI1M4Xwkagi7rModw
|
|
|
283
379
|
endoreg_db/management/commands/load_profession_data.py,sha256=oF3OF7zRqxA-SVpMW6e7LJ3MSfEc5Hoz1XlcvcFACRg,1321
|
|
284
380
|
endoreg_db/management/commands/load_qualification_data.py,sha256=ahuRhfDa9JV1MpuAw5bm6rgRm_AEss1PnOdhXOW1GtQ,2040
|
|
285
381
|
endoreg_db/management/commands/load_report_reader_flag_data.py,sha256=pvqRgtcjaYTgx2Ce7HYnNzsUB48yJe9lXTk-lzfJUPI,1371
|
|
286
|
-
endoreg_db/management/commands/load_requirement_data.py,sha256=
|
|
382
|
+
endoreg_db/management/commands/load_requirement_data.py,sha256=StSZ_I0EbobjjjksT2T4F4BScr4LZG55onHmjVxh3lU,7040
|
|
383
|
+
endoreg_db/management/commands/load_requirement_set_tags.py,sha256=zi8GN-zz8lzfzHv5u9u2D6a6HSprZbBZ_vcwAGPuNhI,3318
|
|
287
384
|
endoreg_db/management/commands/load_risk_data.py,sha256=lKc8GqJcrMi8jwA2HYABRo7jWzqhgsgq0RoitAqYfZI,2102
|
|
288
385
|
endoreg_db/management/commands/load_shift_data.py,sha256=QRoTPl8VrLHcp7lcuFagCqUsBdC8a99tIvIcvl0rSsI,2065
|
|
289
386
|
endoreg_db/management/commands/load_tag_data.py,sha256=ZnkwnJyekn4_Lyu53POc_vQ00B1BYWQmsoARpkVBZNU,1926
|
|
@@ -291,9 +388,9 @@ endoreg_db/management/commands/load_unit_data.py,sha256=tcux-iL-ByT2ApgmHEkLllZS
|
|
|
291
388
|
endoreg_db/management/commands/load_user_groups.py,sha256=D7SK2FvZEHoE4TIXNGCjDw5_12MH9bpGZvoS7eEv0Os,1031
|
|
292
389
|
endoreg_db/management/commands/register_ai_model.py,sha256=KixTfuQR6TUfRmzB5GOos16BFOz7NL4TzLzBkgtPPgE,2510
|
|
293
390
|
endoreg_db/management/commands/reset_celery_schedule.py,sha256=U-m_FNRTw6LAwJoT9RUE4qrhmQXm7AyFToPcHYyJpIE,386
|
|
294
|
-
endoreg_db/management/commands/setup_endoreg_db.py,sha256=
|
|
391
|
+
endoreg_db/management/commands/setup_endoreg_db.py,sha256=TDrH_2xmE-XLUAeVahxGPtyQtFXZ07eyUWxDE3spEtg,17888
|
|
295
392
|
endoreg_db/management/commands/start_filewatcher.py,sha256=3jESBqRiYPa9f35--zd70qQaYnyT0tzRO_b_HJuyteQ,4093
|
|
296
|
-
endoreg_db/management/commands/storage_management.py,sha256=
|
|
393
|
+
endoreg_db/management/commands/storage_management.py,sha256=f7d3vEw069TomZhoHgOuydbDyqOHZiRXpx_HdEqjJTc,22337
|
|
297
394
|
endoreg_db/management/commands/summarize_db_content.py,sha256=pOIz3qbY4Ktmh0zV_DKFx971VD0pPx027gCD7a47EL0,10766
|
|
298
395
|
endoreg_db/management/commands/validate_video.py,sha256=cns_kNgztyp6XTeXuDeLEet8vAATkpxZwJuSWuQ5Olk,11302
|
|
299
396
|
endoreg_db/management/commands/validate_video_files.py,sha256=0lvA0Z8BKiibjyqc4ueI646IIc5bKI3sIOxiiF5_bTk,6509
|
|
@@ -309,207 +406,210 @@ endoreg_db/mermaid/interventions.md,sha256=jWFB5fHr-bbOplk91VdPrSrS24EUZQKl8gQi_
|
|
|
309
406
|
endoreg_db/mermaid/morphology.md,sha256=9_--hWVwXW1UB1E9od9yddyUFJonm3eCGr986nwpQpY,360
|
|
310
407
|
endoreg_db/mermaid/patient_creation.md,sha256=P0U50Pejxn_AATzHTJ3U9iydoEVSnpRjGEUOTRNJrGs,384
|
|
311
408
|
endoreg_db/mermaid/video_segmentation_annotation.md,sha256=oouo5htDabP8m-W86C6aWXyIxi1A7zAoPqa3o5xr354,536
|
|
312
|
-
endoreg_db/migrations/0001_initial.py,sha256=
|
|
313
|
-
endoreg_db/migrations/
|
|
314
|
-
endoreg_db/migrations/0003_add_center_display_name.py,sha256=F13-IUe1q6XjVzE5-oMTAVx4oo_jvMcLpDiHtrTfQL4,873
|
|
409
|
+
endoreg_db/migrations/0001_initial.py,sha256=lnYZoixWkFv3h4CPIqOCucbc7IH_CddbX8WgMKwwlQg,132453
|
|
410
|
+
endoreg_db/migrations/0002_requirementset_depends_on.py,sha256=4iPevn3i52zmgnrqI3KIvgk0VPipTJbYsPJmZRaaafI,563
|
|
315
411
|
endoreg_db/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
316
|
-
endoreg_db/
|
|
317
|
-
endoreg_db/
|
|
318
|
-
endoreg_db/
|
|
319
|
-
endoreg_db/
|
|
412
|
+
endoreg_db/migrations/_old/0001_initial.py,sha256=xfdlddGyRGvwKbm77E4gPRWsgJWZvXs6aw_G-f1Eszo,121558
|
|
413
|
+
endoreg_db/migrations/_old/0002_add_video_correction_models.py,sha256=EFnABa4FClf6DwytRiG15Ws-aZwZ1ZgACnl6r2dNUxs,3691
|
|
414
|
+
endoreg_db/migrations/_old/0003_add_center_display_name.py,sha256=F13-IUe1q6XjVzE5-oMTAVx4oo_jvMcLpDiHtrTfQL4,873
|
|
415
|
+
endoreg_db/migrations/_old/0004_employee_city_employee_post_code_employee_street_and_more.py,sha256=xm2OvpvytuKX-Ll_eASkNtmzCyiAqionp5rxIFFsntc,2388
|
|
416
|
+
endoreg_db/migrations/_old/0004_remove_casetemplate_rules_and_more.py,sha256=iP0jtfn7hbox2DvXo58-2z-nwOwYhUAnrvwdre2wruo,2400
|
|
417
|
+
endoreg_db/migrations/_old/0005_merge_20251111_1003.py,sha256=mL3wdanpE6z9WbpOeVp_2WZ1rQ9DbIH2gyMlD7YJZU4,334
|
|
418
|
+
endoreg_db/migrations/_old/0006_sensitivemeta_anonymized_text_and_more.py,sha256=MgbgUrH4TXL48GuEg1YYHRPAKolh1YzGMbVJwpsSNgg,2473
|
|
419
|
+
endoreg_db/migrations/_old/0007_remove_rule_attribute_dtype_remove_rule_rule_type_and_more.py,sha256=_iBzC2KFxsQzZ6dyXjKM7tKYjX9qEDSguAvTctkE8qI,3266
|
|
420
|
+
endoreg_db/migrations/_old/0008_remove_event_event_classification_and_more.py,sha256=FgGRJ1Zs9Ry_AeQp9kNLMZQM2vkohSUVAvtbfWC9Znw,838
|
|
421
|
+
endoreg_db/migrations/_old/0009_alter_modelmeta_options_and_more.py,sha256=5YI8LXKNUEnxF4N4h3-svJfToiMFMKpwLP3g-XRFUfU,600
|
|
422
|
+
endoreg_db/models/__init__.py,sha256=sVRsrTj4AHjUinFOGjIUtliXzMd5u_IfnS7JWO4FN74,6567
|
|
423
|
+
endoreg_db/models/upload_job.py,sha256=WI-jmXtUY7dS9wqlr528q_P0tnCPbVY0PptoFCmOE6I,2902
|
|
424
|
+
endoreg_db/models/utils.py,sha256=t-1uyjzYFnFpnHm1VEPhfGq5kvS-tVnAA4D6UVFSqMA,4397
|
|
425
|
+
endoreg_db/models/administration/__init__.py,sha256=BSWkeFPLgtNhUw428Qr5jesv_UlEuoZuPCma3GYmi8c,1443
|
|
320
426
|
endoreg_db/models/administration/ai/__init__.py,sha256=AYnrzvWkLYsySnlryfZ35_wgJ5egIdIpgmxW3DzO4OY,168
|
|
321
|
-
endoreg_db/models/administration/ai/active_model.py,sha256=
|
|
322
|
-
endoreg_db/models/administration/ai/ai_model.py,sha256
|
|
427
|
+
endoreg_db/models/administration/ai/active_model.py,sha256=_bV0yCq3lgJhP0IZmRSoJff8GCOz6qkO7ut_Px2KzGY,1438
|
|
428
|
+
endoreg_db/models/administration/ai/ai_model.py,sha256=fEIZfJrs5P1Ps4-hZIbxrW5Emea50BfcIRKwct0KsnY,5503
|
|
323
429
|
endoreg_db/models/administration/ai/model_type.py,sha256=yLwiKI1k_u5ofzd9cx1pxf6xU5tFPJYvKDetaWqV-vQ,1019
|
|
324
|
-
endoreg_db/models/administration/case/__init__.py,sha256=
|
|
325
|
-
endoreg_db/models/administration/case/case.py,sha256
|
|
326
|
-
endoreg_db/models/administration/case/case_template/__init__.py,sha256=
|
|
327
|
-
endoreg_db/models/administration/case/case_template/case_template.py,sha256
|
|
328
|
-
endoreg_db/models/administration/case/case_template/case_template_rule.py,sha256=
|
|
329
|
-
endoreg_db/models/administration/case/case_template/case_template_rule_value.py,sha256=
|
|
330
|
-
endoreg_db/models/administration/case/case_template/case_template_type.py,sha256=
|
|
430
|
+
endoreg_db/models/administration/case/__init__.py,sha256=kW78tWrVItXRiT0R7O8Y5TtRGjyZHVDACPddPrh8rzQ,50
|
|
431
|
+
endoreg_db/models/administration/case/case.py,sha256=CzG0RDW1C_mAVbUmxxqU3d9xehUJkwb4k2scxyHM0lk,3893
|
|
432
|
+
endoreg_db/models/administration/case/case_template/__init__.py,sha256=q2L2GY4ICLrMWxOf1D0-OzRcxSBce49ZhPmfJLhVwSU,102
|
|
433
|
+
endoreg_db/models/administration/case/case_template/case_template.py,sha256=-xxGHkYxxD85RNWiSv6uCC_LJ23oJ2MMFpxgfyyZbpk,82
|
|
434
|
+
endoreg_db/models/administration/case/case_template/case_template_rule.py,sha256=SuIGUeuk9FUFwm2-3Ks5hu7IwNZWuBEYv2VuCr-s_9o,87
|
|
435
|
+
endoreg_db/models/administration/case/case_template/case_template_rule_value.py,sha256=aHtbK_3X_8AbOxujERZPGAgRhWa3AwjjwAWMBb5Wqdk,93
|
|
436
|
+
endoreg_db/models/administration/case/case_template/case_template_type.py,sha256=myF4XwtS-eovCTOxlB8JOMJ5MwkEnPCYgoCiODc89iY,85
|
|
331
437
|
endoreg_db/models/administration/center/__init__.py,sha256=VQj0PFNjzY_nwRlvOHnrA0Agle2YFCbRX0yrDeBHawY,299
|
|
332
|
-
endoreg_db/models/administration/center/center.py,sha256=
|
|
333
|
-
endoreg_db/models/administration/center/center_product.py,sha256=
|
|
334
|
-
endoreg_db/models/administration/center/center_resource.py,sha256=
|
|
335
|
-
endoreg_db/models/administration/center/center_shift.py,sha256=
|
|
336
|
-
endoreg_db/models/administration/center/center_waste.py,sha256=
|
|
337
|
-
endoreg_db/models/administration/
|
|
338
|
-
endoreg_db/models/administration/person/
|
|
339
|
-
endoreg_db/models/administration/person/person.py,sha256=qZq-pXgRV-OuZ_9S-TAnT2bf085JOU3RiThyH2nQUAw,1015
|
|
438
|
+
endoreg_db/models/administration/center/center.py,sha256=tVg7AdwpB0hpgAwwhWjJzf8W4VxfegPxlWe6XKt1kks,2469
|
|
439
|
+
endoreg_db/models/administration/center/center_product.py,sha256=wlA_IQLaWMMp6pb3T3ZgzDlsrKSRZoVQ3cnEvshoUME,1923
|
|
440
|
+
endoreg_db/models/administration/center/center_resource.py,sha256=YZndCH-OS4gb21W51lLUAOui4z7hGzijx18kW1-EzV0,2223
|
|
441
|
+
endoreg_db/models/administration/center/center_shift.py,sha256=BQhwl-t2zZdercmvL3OylIQA4P_jn-KIbs9DJZbzPaI,2532
|
|
442
|
+
endoreg_db/models/administration/center/center_waste.py,sha256=eRa9BeGqebgL2pehy4AJv4Iy_KhPGJy7PArHexdDVmI,1361
|
|
443
|
+
endoreg_db/models/administration/person/__init__.py,sha256=VgBRzQQWFnyeyxvFN1foJhCLHkbT3H8X9ynEhRiRTF8,580
|
|
444
|
+
endoreg_db/models/administration/person/person.py,sha256=siQ9GnVBwC1z15jDjID2U7Pvz7oX73VqUi-vHhk1kq0,1223
|
|
340
445
|
endoreg_db/models/administration/person/employee/__init__.py,sha256=26r9d28FSuz4TM66eZiXIao_QG1e-KxGTM6GutE991I,128
|
|
341
|
-
endoreg_db/models/administration/person/employee/employee.py,sha256=
|
|
342
|
-
endoreg_db/models/administration/person/employee/employee_qualification.py,sha256=
|
|
343
|
-
endoreg_db/models/administration/person/employee/employee_type.py,sha256=
|
|
446
|
+
endoreg_db/models/administration/person/employee/employee.py,sha256=l5W43nDzNWHZq1wwTu9hcb1JW4nccc_ThnedmVSByEQ,1098
|
|
447
|
+
endoreg_db/models/administration/person/employee/employee_qualification.py,sha256=vTdhhosmfiULHbApfHHjHioJnmuMbQMW8kycZVkPOk0,1391
|
|
448
|
+
endoreg_db/models/administration/person/employee/employee_type.py,sha256=w68t-CCpU5X0cRJysubBda59OqUBgtijtlZkpSucAXo,1234
|
|
344
449
|
endoreg_db/models/administration/person/examiner/__init__.py,sha256=F1X50yY_vCwVKpzJZ-GE-kBSIFJha5DIQkPtjZU37P0,55
|
|
345
|
-
endoreg_db/models/administration/person/examiner/examiner.py,sha256=
|
|
450
|
+
endoreg_db/models/administration/person/examiner/examiner.py,sha256=pxIP-Np9DhccuzgRMFyUUAJDUwYeYohzHJVgIMPC_yk,1715
|
|
346
451
|
endoreg_db/models/administration/person/names/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
347
452
|
endoreg_db/models/administration/person/names/first_name.py,sha256=AC9mq42IS1e2pifrBVbCzzvwnfdrctvkvIiFWYiij8Y,461
|
|
348
453
|
endoreg_db/models/administration/person/names/last_name.py,sha256=Oz090ghvAWf6TY9Ao668tPn0If9Z7me5xgq0FgryGtM,436
|
|
349
|
-
endoreg_db/models/administration/person/patient/__init__.py,sha256=
|
|
350
|
-
endoreg_db/models/administration/person/patient/patient.py,sha256=
|
|
351
|
-
endoreg_db/models/administration/person/
|
|
454
|
+
endoreg_db/models/administration/person/patient/__init__.py,sha256=uC88MwLpy3sPYWyBlE2_cGkT8BcDRr77N3GdK9fxDmc,134
|
|
455
|
+
endoreg_db/models/administration/person/patient/patient.py,sha256=qFGYuqC36xHDogNXVZR-BZ38N5GYtdjiS-cs5JZymrI,17737
|
|
456
|
+
endoreg_db/models/administration/person/patient/patient_external_id.py,sha256=n31IzLCHCgJg1s6aKeWFG6-8sNNIv-VVt3mo6vXfi-8,921
|
|
457
|
+
endoreg_db/models/administration/person/profession/__init__.py,sha256=wxqhS38cCLJq3U2JY3_gmseiMHoKeF9pbJAO18nyapM,684
|
|
352
458
|
endoreg_db/models/administration/person/user/__init__.py,sha256=vUgDOU5hTkszcLMBPWBGF_feLdoCHgVW6HW4y232kIs,89
|
|
353
|
-
endoreg_db/models/administration/person/user/portal_user_information.py,sha256=
|
|
459
|
+
endoreg_db/models/administration/person/user/portal_user_information.py,sha256=O4JTHVPE93UWGP2F7FihfLE3F3i7HDl5qGU5Nm1X-Xg,1071
|
|
354
460
|
endoreg_db/models/administration/product/__init__.py,sha256=3D1mlTuB0PkcvAqIC8dzq0jefoLeggLy9ewKhRFBQhc,355
|
|
355
|
-
endoreg_db/models/administration/product/product.py,sha256=
|
|
461
|
+
endoreg_db/models/administration/product/product.py,sha256=4APMxr68CgY_ZYx0Zns-ISjbF0MLkRu6jW8W3xbfrDA,4063
|
|
356
462
|
endoreg_db/models/administration/product/product_group.py,sha256=ITlBcc5KUr6VC__KOFdODOniVaHRV4t2owaG2dfgOMk,996
|
|
357
|
-
endoreg_db/models/administration/product/product_material.py,sha256=
|
|
358
|
-
endoreg_db/models/administration/product/product_weight.py,sha256=
|
|
359
|
-
endoreg_db/models/administration/product/reference_product.py,sha256=
|
|
463
|
+
endoreg_db/models/administration/product/product_material.py,sha256=mNY8dcwufvBMTF_tb0KvJ1dSSBvWvwC5noRN-6RAWRg,1892
|
|
464
|
+
endoreg_db/models/administration/product/product_weight.py,sha256=orAoQAKQgt8GXB2Ci3oF-Ozj8YIKthBASAU_-1qhHD4,1615
|
|
465
|
+
endoreg_db/models/administration/product/reference_product.py,sha256=CY4qoKXax8X2roNRy4vCv0eJNeLtLrydXueuP_a6loY,4637
|
|
360
466
|
endoreg_db/models/administration/qualification/__init__.py,sha256=HQq1CKpgFLT_6MhkpuD4SinIw-pAD39VGVmA3PxXaiw,152
|
|
361
|
-
endoreg_db/models/administration/qualification/qualification.py,sha256=
|
|
362
|
-
endoreg_db/models/administration/qualification/qualification_type.py,sha256=
|
|
467
|
+
endoreg_db/models/administration/qualification/qualification.py,sha256=lfCNSt_8YKXan1yJntvDBdGIf_4rjns6GxnC2yGc6_s,1103
|
|
468
|
+
endoreg_db/models/administration/qualification/qualification_type.py,sha256=daQ6qLJA0fflBsOXq-IxlXXQZTANd4cZmLxe8820iC4,986
|
|
363
469
|
endoreg_db/models/administration/shift/__init__.py,sha256=-YDYCWFwpEJllbvQ18i2rIkf4KNRkSXlUfNiZ3EAeNM,167
|
|
364
|
-
endoreg_db/models/administration/shift/scheduled_days.py,sha256=
|
|
365
|
-
endoreg_db/models/administration/shift/shift.py,sha256=
|
|
366
|
-
endoreg_db/models/administration/shift/shift_type.py,sha256=
|
|
367
|
-
endoreg_db/models/label/__init__.py,sha256=
|
|
368
|
-
endoreg_db/models/label/label.py,sha256=
|
|
369
|
-
endoreg_db/models/label/label_set.py,sha256=
|
|
370
|
-
endoreg_db/models/label/label_type.py,sha256=
|
|
371
|
-
endoreg_db/models/label/video_segmentation_label.py,sha256=
|
|
372
|
-
endoreg_db/models/label/video_segmentation_labelset.py,sha256=
|
|
470
|
+
endoreg_db/models/administration/shift/scheduled_days.py,sha256=h5cUQY4g6Wn-R5KBFsC9ZKi4hPkYLeb6WtNYbMkTJV0,1579
|
|
471
|
+
endoreg_db/models/administration/shift/shift.py,sha256=Fc5VAqbw53n8FNj8eLPvzszMEbt4Ak8ve-arMFMyGK4,1384
|
|
472
|
+
endoreg_db/models/administration/shift/shift_type.py,sha256=XP7C3nXlVGvDOyA7sq-a5E8SFdjFxCB5YbdtZfhE-20,3169
|
|
473
|
+
endoreg_db/models/label/__init__.py,sha256=3I-psBQ4SaqSAzMTnrfh9c_kX_dJ1fMLy_gBc5YNtkg,596
|
|
474
|
+
endoreg_db/models/label/label.py,sha256=uWV0Pk9PmWlOztAepJr5pp-hVrkN7Zo-BJxh13MFCIs,2473
|
|
475
|
+
endoreg_db/models/label/label_set.py,sha256=CQuusK_YR9mHt-xf5ZYy5mJkX-PBdvztaAOJSYszt_o,1832
|
|
476
|
+
endoreg_db/models/label/label_type.py,sha256=80RlxsKeaUKuTaBXz0h-Wejf4g0L9ZzuwxzVmDeSJec,663
|
|
477
|
+
endoreg_db/models/label/video_segmentation_label.py,sha256=pykx8zcayyo-uWwOVyX10tMYX_pEuTZFzd4DhVAxPuQ,1034
|
|
478
|
+
endoreg_db/models/label/video_segmentation_labelset.py,sha256=D8s0uWc-wcdOrzE3X0ljVgauFj2sI9d617EM9jUwbCc,787
|
|
373
479
|
endoreg_db/models/label/annotation/__init__.py,sha256=6igZTy9Iqw-GRf8yB82zoFOsSHgqhbN0bFZ9se6Njgs,268
|
|
374
|
-
endoreg_db/models/label/annotation/image_classification.py,sha256=
|
|
375
|
-
endoreg_db/models/label/annotation/video_segmentation_annotation.py,sha256=
|
|
480
|
+
endoreg_db/models/label/annotation/image_classification.py,sha256=fBxXssr-8OL0oUhmwHV-c9DK2yUI7V_59Hs0ajtC6-k,3132
|
|
481
|
+
endoreg_db/models/label/annotation/video_segmentation_annotation.py,sha256=iMGyP77DCDCz3Z31-kqkfs5sRh1pzvHwwHwlZkMMcaE,2386
|
|
376
482
|
endoreg_db/models/label/label_video_segment/__init__.py,sha256=MLFkJvmLm8IZccn2IOMg9C9kZyKUviZtAZpbGdev_nw,84
|
|
377
|
-
endoreg_db/models/label/label_video_segment/_create_from_video.py,sha256=
|
|
378
|
-
endoreg_db/models/label/label_video_segment/label_video_segment.py,sha256=
|
|
483
|
+
endoreg_db/models/label/label_video_segment/_create_from_video.py,sha256=AoLNwsWGrI7zHCUuj3sxchRec_a1P6W3lLa0oGj_t6I,1179
|
|
484
|
+
endoreg_db/models/label/label_video_segment/label_video_segment.py,sha256=FVnjw6WqfvnpS-pfTgVo0wpm_X721KFnq_LnP9lhRec,21317
|
|
379
485
|
endoreg_db/models/media/__init__.py,sha256=WuomOKk-3kNGDLKoLO_ltnXbo028JDVlCCScdJMMQI4,465
|
|
380
486
|
endoreg_db/models/media/frame/__init__.py,sha256=25WriZHocR82rbHr_IMIgBt5z-mkV2O0LVWUpJRnQ5E,45
|
|
381
|
-
endoreg_db/models/media/frame/frame.py,sha256=
|
|
487
|
+
endoreg_db/models/media/frame/frame.py,sha256=7W_KdKwFq12cJoT6h-0JAxCRJrUScz88n6WQsEDa0b0,4364
|
|
382
488
|
endoreg_db/models/media/pdf/__init__.py,sha256=1fimtZK5LUuP_yqETN6pMj0hxKXuQqeLb1DP5wPmtT4,343
|
|
383
|
-
endoreg_db/models/media/pdf/raw_pdf.py,sha256=
|
|
384
|
-
endoreg_db/models/media/pdf/report_file.py,sha256=
|
|
489
|
+
endoreg_db/models/media/pdf/raw_pdf.py,sha256=4IQHLdAouO2UsGN_cTF83VlgtqFpTl5Nw0IE9o4thqU,27565
|
|
490
|
+
endoreg_db/models/media/pdf/report_file.py,sha256=sCinU2R8KCJsYz4lYKYcdtais0LZOTi-OL9kGeQLnDA,4417
|
|
385
491
|
endoreg_db/models/media/pdf/report_reader/__init__.py,sha256=LiMooVstXRay5qcB-uZW0wxbcdUvPrfAs_xBwWiuuWc,166
|
|
386
|
-
endoreg_db/models/media/pdf/report_reader/report_reader_config.py,sha256=
|
|
387
|
-
endoreg_db/models/media/pdf/report_reader/report_reader_flag.py,sha256=
|
|
388
|
-
endoreg_db/models/media/video/__init__.py,sha256=
|
|
389
|
-
endoreg_db/models/media/video/create_from_file.py,sha256=
|
|
492
|
+
endoreg_db/models/media/pdf/report_reader/report_reader_config.py,sha256=jvrpRCDhbKU8Y0ghffpEssRcRacHaliRjJ7bebZVCvg,3207
|
|
493
|
+
endoreg_db/models/media/pdf/report_reader/report_reader_flag.py,sha256=Ar6iIZoKWPoTFRt8uYs-W6Zj2-4plEcQZqHhb2TTD4U,1175
|
|
494
|
+
endoreg_db/models/media/video/__init__.py,sha256=GJ5wdcvmPdptbSCfYuJeD_UegIdm3kOxjcLLBhKht-s,212
|
|
495
|
+
endoreg_db/models/media/video/create_from_file.py,sha256=6-QwqCraClpXX87mOx1DXWhaVwCQlGVjQ1gFeSGT0ms,14754
|
|
390
496
|
endoreg_db/models/media/video/pipe_1.py,sha256=ljO3vO2mqqTXLZsKjzMTC6-sW4JRWMVRfJcK0n5CjKg,9740
|
|
391
|
-
endoreg_db/models/media/video/pipe_2.py,sha256=
|
|
392
|
-
endoreg_db/models/media/video/
|
|
393
|
-
endoreg_db/models/media/video/
|
|
394
|
-
endoreg_db/models/media/video/
|
|
395
|
-
endoreg_db/models/media/video/
|
|
396
|
-
endoreg_db/models/media/video/
|
|
397
|
-
endoreg_db/models/media/video/
|
|
398
|
-
endoreg_db/models/media/video/
|
|
399
|
-
endoreg_db/models/media/video/
|
|
400
|
-
endoreg_db/models/media/video/
|
|
401
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
402
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
403
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
404
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
405
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
406
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
407
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
408
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
409
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
410
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
411
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
412
|
-
endoreg_db/models/media/video/video_file_frames/
|
|
413
|
-
endoreg_db/models/media/video/video_file_frames/_manage_frame_range.py,sha256=jN_jqEG9cLogdPmQDjZ2VH5FB2WPFkxe_4j-9dm7e_I,6055
|
|
414
|
-
endoreg_db/models/media/video/video_file_frames/_mark_frames_extracted_status.py,sha256=ZyoJNKUEOtJctosfgRsRd5ZMAgQsM8slrqquxQ8-QY4,3432
|
|
497
|
+
endoreg_db/models/media/video/pipe_2.py,sha256=8e6CnsWZ8SOQQ8OCRQoQJjvJ7I6ZZ8UbLWIk4RL6Fvk,4928
|
|
498
|
+
endoreg_db/models/media/video/video_file.py,sha256=6nqgIKbtJ2Vw19lqJkhxfs1egxBa3FDkuHnU_9NCPsI,33654
|
|
499
|
+
endoreg_db/models/media/video/video_file_ai.py,sha256=nQP9o58eyO1Dw4huxfI-TC3mS91OO3E71V40ZJt283s,26068
|
|
500
|
+
endoreg_db/models/media/video/video_file_anonymize.py,sha256=AcYizmUDCaABRHmMXN734Axrufc582ErF9hLbCtzd0U,16190
|
|
501
|
+
endoreg_db/models/media/video/video_file_io.py,sha256=YcmWlhq-VYvHWU6_7lwPadKsk-k6jp3XOqXMCDO3UCQ,8746
|
|
502
|
+
endoreg_db/models/media/video/video_file_segments.py,sha256=mQ5jjbcB_jUmk_ojpXPDNpX9pGnn0mFg5Uh1F-5SdFA,8668
|
|
503
|
+
endoreg_db/models/media/video/video_metadata.py,sha256=YA4CGJkXMUcFwOrjKoBHyPMpj6xorRBgQL8V761j7h0,1815
|
|
504
|
+
endoreg_db/models/media/video/video_processing.py,sha256=NYt3ECmBGGrw24p4qTVHwnFXBXeVZANQG11AyUSdaYc,5549
|
|
505
|
+
endoreg_db/models/media/video/video_file_frames/__init__.py,sha256=H262Lbkau6atEdM9kaabvhuu0ato63KNWMz1L5yFXpE,2062
|
|
506
|
+
endoreg_db/models/media/video/video_file_frames/_bulk_create_frames.py,sha256=JHcrh4LTj8SxJ8Vdu1RvpQ6CD-Q0Wsnaa0Z-9b6-HLM,623
|
|
507
|
+
endoreg_db/models/media/video/video_file_frames/_create_frame_object.py,sha256=LTR90PdLENU_8WQ7e_9SmyzekWfx_ilfDBALRQ6AHBU,563
|
|
508
|
+
endoreg_db/models/media/video/video_file_frames/_delete_frames.py,sha256=MYabHe480uHkOtU5FHoZmnHwosEdrAcuq_7kE2PC7hk,4118
|
|
509
|
+
endoreg_db/models/media/video/video_file_frames/_extract_frames.py,sha256=weEZiCUw90EvjXicO5WlBanMwuq-JXnvuuHoqyTngR8,8379
|
|
510
|
+
endoreg_db/models/media/video/video_file_frames/_get_frame.py,sha256=QcLUdvmj6bkiqOKc-WBn6roS3mSEeTQlenGxZJJvEsA,1006
|
|
511
|
+
endoreg_db/models/media/video/video_file_frames/_get_frame_number.py,sha256=OvUp2yAQeHXgBIJFECc85IGV4LDaihW9cIIkchgkR6g,344
|
|
512
|
+
endoreg_db/models/media/video/video_file_frames/_get_frame_path.py,sha256=ld_E5FADn7frfEFN9ZwXe-Fi7epDtbRl1swYIG_zbJA,675
|
|
513
|
+
endoreg_db/models/media/video/video_file_frames/_get_frame_paths.py,sha256=dDWb8SzBmyOj0jF1ovZcROV-2nBAdiQ9WrrELK1QOjk,1054
|
|
514
|
+
endoreg_db/models/media/video/video_file_frames/_get_frame_range.py,sha256=gwIjAg4uK3mdk4xiunhdIsho-ZWRAIeu37IrZRLYgI4,1253
|
|
515
|
+
endoreg_db/models/media/video/video_file_frames/_get_frames.py,sha256=Ftd6ZIQ59yB7R1YpDY8k3HBcDKYM2NectMGHhbwd5FA,914
|
|
516
|
+
endoreg_db/models/media/video/video_file_frames/_initialize_frames.py,sha256=tHPtWEVK_vWHEhXMZBtvUoFSQ6ixS-tPkhHBh7Dcf-s,6435
|
|
517
|
+
endoreg_db/models/media/video/video_file_frames/_manage_frame_range.py,sha256=8-68nFFLXYXn4M14kubHzqKIYxSqxuKCHitGJDJmNcM,6105
|
|
518
|
+
endoreg_db/models/media/video/video_file_frames/_mark_frames_extracted_status.py,sha256=N41dbFsfD15U6bpGGbLtprL7wW3unOeAcT6_oLYfxzc,3525
|
|
415
519
|
endoreg_db/models/media/video/video_file_meta/__init__.py,sha256=gERNjbOgaqtqMeUDb9E2TkuPt-1to7UzR1wf7yTgS10,645
|
|
416
|
-
endoreg_db/models/media/video/video_file_meta/get_crop_template.py,sha256=
|
|
417
|
-
endoreg_db/models/media/video/video_file_meta/get_endo_roi.py,sha256=
|
|
418
|
-
endoreg_db/models/media/video/video_file_meta/get_fps.py,sha256=
|
|
419
|
-
endoreg_db/models/media/video/video_file_meta/initialize_video_specs.py,sha256=
|
|
420
|
-
endoreg_db/models/media/video/video_file_meta/text_meta.py,sha256=
|
|
421
|
-
endoreg_db/models/media/video/video_file_meta/video_meta.py,sha256=
|
|
520
|
+
endoreg_db/models/media/video/video_file_meta/get_crop_template.py,sha256=7_IS8ETreSGeZEsc-pp1LKzA3sHtsTCx0C_v7petKbI,1614
|
|
521
|
+
endoreg_db/models/media/video/video_file_meta/get_endo_roi.py,sha256=GJElNzNQKQy9Nc7oP7hwcyz7fvYGeytzge2QPwFj6wg,1682
|
|
522
|
+
endoreg_db/models/media/video/video_file_meta/get_fps.py,sha256=veUxL7Z2zsND7TOL3LyUxYaZyNFTLARbFzZeMhMu2kM,6197
|
|
523
|
+
endoreg_db/models/media/video/video_file_meta/initialize_video_specs.py,sha256=rAKyC6SH0l9WOdOwhLPAdbDOy061fmgt0npyZ8VWmJo,6732
|
|
524
|
+
endoreg_db/models/media/video/video_file_meta/text_meta.py,sha256=ZBv6WTLttGjCdwHuxAVn5T623d3jJT_WNcUrMzCLk1w,6463
|
|
525
|
+
endoreg_db/models/media/video/video_file_meta/video_meta.py,sha256=KtjiaiT1XP1-bQFQIp1Dyq95Ycg0QB_2jc4JZcAbhjk,3815
|
|
422
526
|
endoreg_db/models/medical/__init__.py,sha256=2xsb7CQlUiMB7txt_7iP_ydfE-loVYU4pt9agcsVD8s,2932
|
|
423
|
-
endoreg_db/models/medical/disease.py,sha256=
|
|
424
|
-
endoreg_db/models/medical/event.py,sha256=
|
|
425
|
-
endoreg_db/models/medical/contraindication/__init__.py,sha256=
|
|
426
|
-
endoreg_db/models/medical/examination/__init__.py,sha256=
|
|
427
|
-
endoreg_db/models/medical/examination/examination.py,sha256=
|
|
428
|
-
endoreg_db/models/medical/examination/examination_indication.py,sha256=
|
|
429
|
-
endoreg_db/models/medical/examination/examination_time.py,sha256=
|
|
430
|
-
endoreg_db/models/medical/examination/examination_time_type.py,sha256=
|
|
431
|
-
endoreg_db/models/medical/examination/examination_type.py,sha256=
|
|
527
|
+
endoreg_db/models/medical/disease.py,sha256=MgK4hSlHEtjQ0iayzt6PRWylaAyJAoVgos83yEB1P5I,5060
|
|
528
|
+
endoreg_db/models/medical/event.py,sha256=0cCgzGu-qcWmfKxrTh90WsjV-oFTMY5JZa-AyL9RR0E,4420
|
|
529
|
+
endoreg_db/models/medical/contraindication/__init__.py,sha256=sbaBtsfca3XTO-y4DZ0OCaMkZcB2P0rvASRoVVMvCMI,711
|
|
530
|
+
endoreg_db/models/medical/examination/__init__.py,sha256=mTB-nOqN7wfLRj15oeFa-Q3qw0lh6lLdhIYSrZnou6Y,610
|
|
531
|
+
endoreg_db/models/medical/examination/examination.py,sha256=KbVVWybsnI1IQhImfKbGE94C_XH3dIwpnX0r7Q6oTfY,4385
|
|
532
|
+
endoreg_db/models/medical/examination/examination_indication.py,sha256=t8V9p9fUe5RdL6IzqhA7n2D0nZVlyHF45CQ3uXuY6RU,9484
|
|
533
|
+
endoreg_db/models/medical/examination/examination_time.py,sha256=rE5vbLuivogendxASiX5lcy3yS-kNDGK7Qrue-q4Wyw,1752
|
|
534
|
+
endoreg_db/models/medical/examination/examination_time_type.py,sha256=Cqf4cUstXSyqqG8GBETjusad6ghl8k5il27XyZ9dLU4,1226
|
|
535
|
+
endoreg_db/models/medical/examination/examination_type.py,sha256=4SlqinG6QdaNpBcyH-aiizeqVGLzjTObHAWQth__U1Y,1221
|
|
432
536
|
endoreg_db/models/medical/finding/__init__.py,sha256=9DZuNgBqWhcKzEYo-wnCTmzflbirFgVaeNlkDdr_zeg,475
|
|
433
|
-
endoreg_db/models/medical/finding/finding.py,sha256=
|
|
434
|
-
endoreg_db/models/medical/finding/finding_classification.py,sha256=
|
|
435
|
-
endoreg_db/models/medical/finding/finding_intervention.py,sha256=
|
|
436
|
-
endoreg_db/models/medical/finding/finding_type.py,sha256=
|
|
537
|
+
endoreg_db/models/medical/finding/finding.py,sha256=9zBJVjHnMml7xqXZZFKU9d_dEViT1RY66PlRcJ7saSA,3768
|
|
538
|
+
endoreg_db/models/medical/finding/finding_classification.py,sha256=5jyiqlms4u9NWN3pYb0XwJYTLKZVJvLyA1b-yhKPpzI,4512
|
|
539
|
+
endoreg_db/models/medical/finding/finding_intervention.py,sha256=e-v2ABo9EENLJSFU15MJAS19SMQ7Gj8OHe7bmq3cHxs,1899
|
|
540
|
+
endoreg_db/models/medical/finding/finding_type.py,sha256=h5eK5h0pD-BJ-exZZZ9x0itP6eQrpaGGdUKMt7r99AQ,992
|
|
437
541
|
endoreg_db/models/medical/hardware/__init__.py,sha256=uX2-UpBzX2chpZEeCyqbv2BSrv3OZNG9PrB8sHEWpHQ,178
|
|
438
|
-
endoreg_db/models/medical/hardware/endoscope.py,sha256=
|
|
439
|
-
endoreg_db/models/medical/hardware/endoscopy_processor.py,sha256=
|
|
542
|
+
endoreg_db/models/medical/hardware/endoscope.py,sha256=pwxtFeFDDKYcYOX6P-g7CgGl-sPMACUPZtun1Rf6KLc,1601
|
|
543
|
+
endoreg_db/models/medical/hardware/endoscopy_processor.py,sha256=mZgwJNbwmQ-aRvOxzIbSklHr_ANJEZLf_plQzS773r0,6624
|
|
440
544
|
endoreg_db/models/medical/laboratory/__init__.py,sha256=595XF1ikkwzQWbUsyasU23v1kDRugrgTp3eUfrMd0UQ,62
|
|
441
|
-
endoreg_db/models/medical/laboratory/lab_value.py,sha256=
|
|
545
|
+
endoreg_db/models/medical/laboratory/lab_value.py,sha256=Tj7U-n6_T2KK_sqY_Bj8tE2qSv48oIXbZifsjjnt7zQ,19674
|
|
442
546
|
endoreg_db/models/medical/medication/__init__.py,sha256=BHh6ARvm2uVNswN12EQAEMFPnoGBiVwl7RCjKrW6C2I,761
|
|
443
|
-
endoreg_db/models/medical/medication/medication.py,sha256=
|
|
444
|
-
endoreg_db/models/medical/medication/medication_indication.py,sha256=
|
|
445
|
-
endoreg_db/models/medical/medication/medication_indication_type.py,sha256=
|
|
446
|
-
endoreg_db/models/medical/medication/medication_intake_time.py,sha256=
|
|
447
|
-
endoreg_db/models/medical/medication/medication_schedule.py,sha256=
|
|
448
|
-
endoreg_db/models/medical/organ/__init__.py,sha256=
|
|
547
|
+
endoreg_db/models/medical/medication/medication.py,sha256=Q0hKckzlL6X-hkZiAn34FkzUiAQQr18gprCt20wNd24,1335
|
|
548
|
+
endoreg_db/models/medical/medication/medication_indication.py,sha256=_I_08quBoRSBvhfLSeHF0TwiIF3ZAirTqoTcOlFXhnE,2548
|
|
549
|
+
endoreg_db/models/medical/medication/medication_indication_type.py,sha256=HgPqnFRZwSKK-ywzhFcYPZwjth094xlu9kRwOrFugVk,1669
|
|
550
|
+
endoreg_db/models/medical/medication/medication_intake_time.py,sha256=kL76KrQTr2Oygz8W-aAkD6SEZzkgs-YOQEGg7I89pRo,1676
|
|
551
|
+
endoreg_db/models/medical/medication/medication_schedule.py,sha256=yLIrvXH0avY7X8RfXZAHMmCge0lS7Xadj065wcbmXR0,1812
|
|
552
|
+
endoreg_db/models/medical/organ/__init__.py,sha256=l0taAVfBO62XnEzl3kQCzeTJw9yq9Q65lQS4DL5bbak,992
|
|
449
553
|
endoreg_db/models/medical/patient/__init__.py,sha256=4Jl2od4PimEtl28hZiRarFgd0tssP0_B8iR8LhXolpo,1159
|
|
450
|
-
endoreg_db/models/medical/patient/medication_examples.py,sha256=
|
|
451
|
-
endoreg_db/models/medical/patient/patient_disease.py,sha256=
|
|
452
|
-
endoreg_db/models/medical/patient/patient_event.py,sha256=
|
|
453
|
-
endoreg_db/models/medical/patient/patient_examination.py,sha256=
|
|
454
|
-
endoreg_db/models/medical/patient/patient_examination_indication.py,sha256=
|
|
455
|
-
endoreg_db/models/medical/patient/patient_finding.py,sha256=
|
|
456
|
-
endoreg_db/models/medical/patient/patient_finding_classification.py,sha256=
|
|
457
|
-
endoreg_db/models/medical/patient/patient_finding_intervention.py,sha256=
|
|
458
|
-
endoreg_db/models/medical/patient/patient_lab_sample.py,sha256=
|
|
459
|
-
endoreg_db/models/medical/patient/patient_lab_value.py,sha256=
|
|
460
|
-
endoreg_db/models/medical/patient/patient_medication.py,sha256=
|
|
461
|
-
endoreg_db/models/medical/patient/patient_medication_schedule.py,sha256=
|
|
554
|
+
endoreg_db/models/medical/patient/medication_examples.py,sha256=HBVn9f9UWjMK--tUWOjfWSdCq7CJtE59PLqoybsrRNg,992
|
|
555
|
+
endoreg_db/models/medical/patient/patient_disease.py,sha256=JuVD9eU-SMFEOc6GKH5UVxBkDzk8hSBc_xCG5qtqpbE,2393
|
|
556
|
+
endoreg_db/models/medical/patient/patient_event.py,sha256=iCsXERH7gMba-tAmU9z__2vQMbIIGYllD3Lpq-5XMGo,2713
|
|
557
|
+
endoreg_db/models/medical/patient/patient_examination.py,sha256=CuxmqZKk7stiKMqQqyIZhLGofByRFLoNQxHuIQbmKnk,9677
|
|
558
|
+
endoreg_db/models/medical/patient/patient_examination_indication.py,sha256=t3IbQL5NAOF6vuiTQgUvbAA-1OFt18ijKrd_qSn1OgU,1618
|
|
559
|
+
endoreg_db/models/medical/patient/patient_finding.py,sha256=xGETRye1k63Cdg4IHazJwrp5s1PkBDBelZ2SpSD8UCU,14779
|
|
560
|
+
endoreg_db/models/medical/patient/patient_finding_classification.py,sha256=yDBbX74zwEk39DGuOQQ3zA5z4enul2e6fX_r1BJUAK4,8602
|
|
561
|
+
endoreg_db/models/medical/patient/patient_finding_intervention.py,sha256=l-e0g-KeTUGGEuU0Xve3RJ_O9D3SqvkeQ3MmD9_e0Do,1119
|
|
562
|
+
endoreg_db/models/medical/patient/patient_lab_sample.py,sha256=PwXVevvRfkIJp4LgyB5EQp4i02MVV-aUGsMHjpCccfY,5477
|
|
563
|
+
endoreg_db/models/medical/patient/patient_lab_value.py,sha256=RT4sl5CJf2kgOhlG2yey_o2P-iy-rEj7Dqqlz7TPlLY,7779
|
|
564
|
+
endoreg_db/models/medical/patient/patient_medication.py,sha256=GlJ7SackYwSVzWmuzjXFqEbba37Dk-ipompxXTtX1H0,3587
|
|
565
|
+
endoreg_db/models/medical/patient/patient_medication_schedule.py,sha256=jb862mpal6GtU2TyVwivefXWVJ7T2S93YGCmdm42jqc,5368
|
|
462
566
|
endoreg_db/models/medical/risk/__init__.py,sha256=KFU25R1fT7POBj6MINYgigYAWYC8NIM-6jx3e_A-bqo,98
|
|
463
|
-
endoreg_db/models/medical/risk/risk.py,sha256=
|
|
464
|
-
endoreg_db/models/medical/risk/risk_type.py,sha256=
|
|
567
|
+
endoreg_db/models/medical/risk/risk.py,sha256=etH8SuB3uVtAJU8CbJSAHyyBKDcC8rNeWRcyqLqzn9c,1901
|
|
568
|
+
endoreg_db/models/medical/risk/risk_type.py,sha256=BAeD5cNVVKJoAX578p_l0ZqRFHagzwZDtBIgZ65bWTg,1332
|
|
465
569
|
endoreg_db/models/metadata/__init__.py,sha256=8I6oLj3YTmeaPGJpL0AWG5gLwp38QzrEggxSkTisv7c,474
|
|
466
|
-
endoreg_db/models/metadata/
|
|
467
|
-
endoreg_db/models/metadata/
|
|
468
|
-
endoreg_db/models/metadata/
|
|
469
|
-
endoreg_db/models/metadata/
|
|
470
|
-
endoreg_db/models/metadata/
|
|
471
|
-
endoreg_db/models/metadata/
|
|
472
|
-
endoreg_db/models/metadata/
|
|
473
|
-
endoreg_db/models/metadata/
|
|
474
|
-
endoreg_db/models/metadata/video_prediction_meta.py,sha256=EyfctAAAVcW9L0gf76ZBc9-G8MLMcD-tc2kkjaaLH4w,10592
|
|
570
|
+
endoreg_db/models/metadata/model_meta.py,sha256=CTjhvLaUPrGA5ETTCjDBs8Gm34eqh9oMnWMNrPbrXU0,8991
|
|
571
|
+
endoreg_db/models/metadata/model_meta_logic.py,sha256=ZrudnHOGivPqsFLFxSZ4pmnL_Xr_-GmzlTih9L45H70,16655
|
|
572
|
+
endoreg_db/models/metadata/pdf_meta.py,sha256=PpJX5eIYLDfW7ew384r0cFV9WTIPWHec4QCUjzMZX7k,3207
|
|
573
|
+
endoreg_db/models/metadata/sensitive_meta.py,sha256=7YDOBh1SVlEE7MGq5AFFMRjOGlnf31QvML_8unRFK0o,13732
|
|
574
|
+
endoreg_db/models/metadata/sensitive_meta_logic.py,sha256=F6u6lrsHO30iFbHPpFJyX9QxxOymm01STQW169rz1CQ,46229
|
|
575
|
+
endoreg_db/models/metadata/video_meta.py,sha256=qFhk9BwFE0z0urQLCPLXancck-su6ET89-akQPCC7H0,15968
|
|
576
|
+
endoreg_db/models/metadata/video_prediction_logic.py,sha256=kIO4k5sVvMb8ccEJQ561quKGUcVoFDf49mDFHKM-a_Q,7601
|
|
577
|
+
endoreg_db/models/metadata/video_prediction_meta.py,sha256=fnIkLnqxXyOBRBrSUVkI8-8AX286PmrpsLbS9uZfy7s,10795
|
|
475
578
|
endoreg_db/models/other/__init__.py,sha256=CC2sksOcwa6jPzKN_EXXk6B1dni_H1LXV0b79w4mkVE,894
|
|
476
|
-
endoreg_db/models/other/gender.py,sha256=
|
|
477
|
-
endoreg_db/models/other/information_source.py,sha256=
|
|
478
|
-
endoreg_db/models/other/material.py,sha256=
|
|
479
|
-
endoreg_db/models/other/resource.py,sha256=
|
|
480
|
-
endoreg_db/models/other/tag.py,sha256=
|
|
481
|
-
endoreg_db/models/other/transport_route.py,sha256=
|
|
482
|
-
endoreg_db/models/other/unit.py,sha256=
|
|
483
|
-
endoreg_db/models/other/waste.py,sha256=
|
|
579
|
+
endoreg_db/models/other/gender.py,sha256=kXsR5yYFrxbWj5dnz8va_bpzx49OJpRjj7ymqBEUBfA,717
|
|
580
|
+
endoreg_db/models/other/information_source.py,sha256=7oP6Bz0oQMbOPCfGazhT6Kx-kfYoq6gyMoarXSAg27U,4973
|
|
581
|
+
endoreg_db/models/other/material.py,sha256=sLGyWC874JDDq0YjizgxLLuk--IWGJknZ-0fUQPGytw,889
|
|
582
|
+
endoreg_db/models/other/resource.py,sha256=SRMItQa_NW_Gy1Gtk3aVAj_zOx-1TS_08IN-N36WHto,552
|
|
583
|
+
endoreg_db/models/other/tag.py,sha256=30UkkPUOhyQHGdOyWGyZbJu7qgu0yFN88egdCgXYAXY,661
|
|
584
|
+
endoreg_db/models/other/transport_route.py,sha256=3OVV_X_Vcy3XTmOtsVZOpUcfL3EjKtuGcBpp87sVwoU,1032
|
|
585
|
+
endoreg_db/models/other/unit.py,sha256=yud5lz4mqQNRk5127LnU-19oNiVltajJ2dl9IDb7pgY,1068
|
|
586
|
+
endoreg_db/models/other/waste.py,sha256=uBpMcJvytiy3eR5UimTYFebOwPr9wFC9KVRgTf4T-LU,764
|
|
484
587
|
endoreg_db/models/other/distribution/__init__.py,sha256=CBOt6i1ESZJqscCoKmijo2HWFPkXbeMEakl_v9V4NU8,1419
|
|
485
588
|
endoreg_db/models/other/distribution/base_value_distribution.py,sha256=Y9UOjaVIKU43ltZ6QjWN4Uk-tqATB11Ir63WwIy942Y,514
|
|
486
|
-
endoreg_db/models/other/distribution/date_value_distribution.py,sha256=
|
|
487
|
-
endoreg_db/models/other/distribution/multiple_categorical_value_distribution.py,sha256=
|
|
488
|
-
endoreg_db/models/other/distribution/numeric_value_distribution.py,sha256=
|
|
489
|
-
endoreg_db/models/other/distribution/single_categorical_value_distribution.py,sha256=
|
|
589
|
+
endoreg_db/models/other/distribution/date_value_distribution.py,sha256=apB41LYzC_zB1b-XIhX9LgpRowtMjWcQk3E6vaEtZr8,5244
|
|
590
|
+
endoreg_db/models/other/distribution/multiple_categorical_value_distribution.py,sha256=fY2rH1StDxRyH74ktH9xHrcqR8_M6lWoE_pOb5rF15o,1862
|
|
591
|
+
endoreg_db/models/other/distribution/numeric_value_distribution.py,sha256=8H_UfZ92tzzRpKRHX2eIc19mw8kvDRYALqcyOw4GC1k,7827
|
|
592
|
+
endoreg_db/models/other/distribution/single_categorical_value_distribution.py,sha256=DdkakQA1M1jPRknr1Zkm0cAxvyulF-ZEJKiQ8t2aeeI,734
|
|
490
593
|
endoreg_db/models/other/emission/__init__.py,sha256=rvIQ_cA1Vj--FzQRWOoSy-84iGcjTTAGX1MM6nUjn4w,81
|
|
491
|
-
endoreg_db/models/other/emission/emission_factor.py,sha256=
|
|
594
|
+
endoreg_db/models/other/emission/emission_factor.py,sha256=5ESvNGadi8ocl6BIxtX0TfioBJU9IaILSioR9am9U2w,3106
|
|
492
595
|
endoreg_db/models/requirement/__init__.py,sha256=bGZ-G89vM7o7ofFsCsLiHqqEhtjTRnqZMgTyojXiKNU,304
|
|
493
|
-
endoreg_db/models/requirement/requirement.py,sha256=
|
|
494
|
-
endoreg_db/models/requirement/
|
|
495
|
-
endoreg_db/models/requirement/
|
|
596
|
+
endoreg_db/models/requirement/requirement.py,sha256=zq-rGHa1elH9bgFEt-Isg65vybLe7isg0Fn8Hgo-HyE,43871
|
|
597
|
+
endoreg_db/models/requirement/requirement_error.py,sha256=AgFOQ3aVAsjPwXYIdLAY09ppLs29WFbqpvtAt5qr3r0,2441
|
|
598
|
+
endoreg_db/models/requirement/requirement_operator.py,sha256=ojEA3QkyeZNV-PCDk3rIiFJiR3X_4RymRnFGDeMZxvU,8023
|
|
599
|
+
endoreg_db/models/requirement/requirement_set.py,sha256=Ofh59OyBH6UqnimZiHNJXMXGTaVlSAufbN2-YEAIOKo,11046
|
|
496
600
|
endoreg_db/models/requirement/requirement_evaluation/__init__.py,sha256=vKfJrCoTasRDp-obb8W_Xw723waxxCx_eifWsl76KtU,101
|
|
601
|
+
endoreg_db/models/requirement/requirement_evaluation/evaluate_with_dependencies.py,sha256=kVLwL6stqmCM8iszlGjxLPlpcKK6z70xUHfZJ6oFB24,9347
|
|
497
602
|
endoreg_db/models/requirement/requirement_evaluation/get_values.py,sha256=nTRzQzpsFs3PwfCkjvr51W24U9zYogUGSCF8WKNHVd4,1520
|
|
498
|
-
endoreg_db/models/requirement/requirement_evaluation/operator_evaluation_models.py,sha256=
|
|
499
|
-
endoreg_db/models/requirement/requirement_evaluation/requirement_type_parser.py,sha256=
|
|
500
|
-
endoreg_db/models/
|
|
501
|
-
endoreg_db/models/
|
|
502
|
-
endoreg_db/models/
|
|
503
|
-
endoreg_db/models/
|
|
504
|
-
endoreg_db/models/
|
|
505
|
-
endoreg_db/models/
|
|
506
|
-
endoreg_db/models/state/
|
|
507
|
-
endoreg_db/models/state/
|
|
508
|
-
endoreg_db/models/state/audit_ledger.py,sha256=3hf53JIrdde4H_d4-EskWFd6hbS3RrE2aB1xiduaQKg,6519
|
|
509
|
-
endoreg_db/models/state/label_video_segment.py,sha256=C7cFyeTum96N1mfBe3obBA97pGmA_ggN4TgjosgQ-FE,675
|
|
510
|
-
endoreg_db/models/state/raw_pdf.py,sha256=APQ3PEdh4EHeC118uFC8ayS4XF6OOm5wOj3P47dHHNs,7417
|
|
511
|
-
endoreg_db/models/state/sensitive_meta.py,sha256=Us_2bB0vM5_-y85wJLLRn1rP7LHgUuBuGm2Bw2m9oQQ,1375
|
|
512
|
-
endoreg_db/models/state/video.py,sha256=dgNjMK5p0lGeUqYEHZJP0lEsPC5auucVe4fkJ218WPw,9841
|
|
603
|
+
endoreg_db/models/requirement/requirement_evaluation/operator_evaluation_models.py,sha256=KraxocNZaDf7aXaKYFtcMGMDSEJPFp1RxTlOflkLwv8,135
|
|
604
|
+
endoreg_db/models/requirement/requirement_evaluation/requirement_type_parser.py,sha256=hX667uG1EZ55kUxXYR-mb47f-LZfgeEQ9Qu_epAU-fg,4866
|
|
605
|
+
endoreg_db/models/state/__init__.py,sha256=WsWid5xpQ8KRhlJvcGd9OM2nDaV6XP_v7frna_atV1I,345
|
|
606
|
+
endoreg_db/models/state/abstract.py,sha256=_mxjpzCCDotOGgxtD2ADeopqQvTgdvA0IIPuQKiilL8,264
|
|
607
|
+
endoreg_db/models/state/anonymization.py,sha256=d50YQ-4k_oIOtXICryvsyqPzf486cDFG1BmQ73peuOE,365
|
|
608
|
+
endoreg_db/models/state/audit_ledger.py,sha256=Lc_ifsXBzW72sbAwvUcXm3SvkPcqp1kVqyfhZi6ll8I,6225
|
|
609
|
+
endoreg_db/models/state/label_video_segment.py,sha256=Hv8cE27yn0GOm0t4PlcamzN47GCbE2LYLLDADr7Vm3A,854
|
|
610
|
+
endoreg_db/models/state/raw_pdf.py,sha256=TyqwmYsV-Rsr6pFz4Yd2NNRSZABnboKH-6hPBNMQkDc,7417
|
|
611
|
+
endoreg_db/models/state/sensitive_meta.py,sha256=fzzBehjJ9mcBJHrRM7y1A868qX76UADeh1mc8tLkzL0,1406
|
|
612
|
+
endoreg_db/models/state/video.py,sha256=niJ9cDGk8BgfdmcmnQS1HTWvd0VYS73I3P7pkOcW_ls,9857
|
|
513
613
|
endoreg_db/queries/__init__.py,sha256=3yhFtU_yY2L8rK2--8WkjcyI0q94QPpTtv5w_v8rZRY,83
|
|
514
614
|
endoreg_db/queries/annotations/__init__.py,sha256=76O3dAIzuSye09VNPGSNPnqPEtgXZcBAGXKdh89y0ts,95
|
|
515
615
|
endoreg_db/queries/annotations/legacy.py,sha256=KOHWLDf3CLvIT9GpQi3ps4bUi3JDJUhJXH4gvw9T47E,6418
|
|
@@ -517,8 +617,8 @@ endoreg_db/queries/sanity/__init_.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
517
617
|
endoreg_db/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
518
618
|
endoreg_db/schemas/examination_evaluation.py,sha256=G6uBSQf9ZclwnGvMI-xVPd4IzD6GORUHYYRRCr5Qp6k,844
|
|
519
619
|
endoreg_db/serializers/Frames_NICE_and_PARIS_classifications.py,sha256=q06UKC0Nt4sOJphwN9lEaY28ZAvtcMAlOwT5Zq_sblI,31384
|
|
520
|
-
endoreg_db/serializers/__init__.py,sha256=
|
|
521
|
-
endoreg_db/serializers/anonymization.py,sha256=
|
|
620
|
+
endoreg_db/serializers/__init__.py,sha256=Dc_abDKS3YtZws2JRYJwKDobI2amJQ1O3ABsgHvjl1s,3500
|
|
621
|
+
endoreg_db/serializers/anonymization.py,sha256=Vtvbr_civeXjyqFYk0zUA5BuJv9tW9QQ6WJWxzPps8Y,3101
|
|
522
622
|
endoreg_db/serializers/examination_serializer.py,sha256=JPI9diMup9e-nSCH6UwU9KulnSKreg6pOwjKCLHWJfs,281
|
|
523
623
|
endoreg_db/serializers/sensitive_meta_serializer.py,sha256=zF_0HOrdhi9714DExVD1DTsQqDbRIJevkjLU4vZEgYE,10748
|
|
524
624
|
endoreg_db/serializers/video_examination.py,sha256=jotR5PNTA_xEMpqsqdP3PFaie8TO7SGv2Vp18sj8TlY,6937
|
|
@@ -553,13 +653,13 @@ endoreg_db/serializers/label_video_segment/label_video_segment_annotation.py,sha
|
|
|
553
653
|
endoreg_db/serializers/label_video_segment/label_video_segment_update.py,sha256=wZVjzmC3C1vw4d943HRnreqRNJQ7GXZvRSgBr9uWPhI,7671
|
|
554
654
|
endoreg_db/serializers/meta/__init__.py,sha256=2EqCikXAn1pu3u7xr7eshMXkf2bn5s56qR1E3BSro9o,596
|
|
555
655
|
endoreg_db/serializers/meta/pdf_file_meta_extraction.py,sha256=cfcbIjxq1J6eKoeDUZ-mVSz56lO6K5mNgPOi78hVtYk,4441
|
|
556
|
-
endoreg_db/serializers/meta/report_meta.py,sha256=
|
|
557
|
-
endoreg_db/serializers/meta/sensitive_meta_detail.py,sha256=
|
|
656
|
+
endoreg_db/serializers/meta/report_meta.py,sha256=CUwOwE8aOj-couicty7VRDdNRQQxbP8gn6b5lN0XurY,1965
|
|
657
|
+
endoreg_db/serializers/meta/sensitive_meta_detail.py,sha256=yOzWgNexT4zGjf0TsC2PbU37cuj-eqq6PIp7q1XUcCo,3943
|
|
558
658
|
endoreg_db/serializers/meta/sensitive_meta_update.py,sha256=qy7cM2MhQUJST9YcEXuyYmL8oX4kkKCIcyiz2nXHo-g,5591
|
|
559
659
|
endoreg_db/serializers/meta/sensitive_meta_verification.py,sha256=gXH2RfJtVPSgnA3Z58FU6kxTZs6vBI14EEZT7lx2NFE,2289
|
|
560
660
|
endoreg_db/serializers/meta/video_meta.py,sha256=g96J4va5_oIg7rbbVqcyBsy8imgmbiHjysuEEtas0cA,1284
|
|
561
661
|
endoreg_db/serializers/misc/__init__.py,sha256=MfG55Bb9sNBajmt-QkTOg1qFNSOEFQ6RWHIA_DVtneE,489
|
|
562
|
-
endoreg_db/serializers/misc/file_overview.py,sha256=
|
|
662
|
+
endoreg_db/serializers/misc/file_overview.py,sha256=5dVZ61VIz_A-7Qncc-BBKrZuE6DQlzZ6fmmptDpZpOw,3987
|
|
563
663
|
endoreg_db/serializers/misc/sensitive_patient_data.py,sha256=cewApBYKsk0s9T7CGY_FJmuXAYs3hJV3Ra7oYazKndk,5831
|
|
564
664
|
endoreg_db/serializers/misc/stats.py,sha256=iL8iZseOLeLaoaCDF3MtTQBH3b0yX5ZFkrZbq5MiMGM,1255
|
|
565
665
|
endoreg_db/serializers/misc/translatable_field_mix_in.py,sha256=ZH8ZUE1-No0DLCcIGk445c00jQcX7M6Yldxik-FaGfg,1724
|
|
@@ -584,34 +684,33 @@ endoreg_db/serializers/report/report.py,sha256=x46KNi-mhkffaVvyFq5SriyDSzMU7QUWv
|
|
|
584
684
|
endoreg_db/serializers/report/report_list.py,sha256=ohcMA5cD0fDRdG0j9LcvhQewBB7RZTrsXIkVylMa7eY,730
|
|
585
685
|
endoreg_db/serializers/report/secure_file_url.py,sha256=zVUYHmosBdsRwqenfOQifnRug7MigHHMyIOgyS94Gpg,1075
|
|
586
686
|
endoreg_db/serializers/requirements/requirement_schema.py,sha256=ugA5H2bJo_RYAk9TyZO3I4L7QJZalpftts-KHO_o4G0,508
|
|
587
|
-
endoreg_db/serializers/requirements/requirement_sets.py,sha256=
|
|
687
|
+
endoreg_db/serializers/requirements/requirement_sets.py,sha256=VX2ajfAqdW2G32LxEReFueEWBngTXY09LOZ6opEmwds,3525
|
|
588
688
|
endoreg_db/serializers/video/__init__.py,sha256=mSQqoZAf6mDDFZVmSQiz6uhJjwqjHw4NHqpZsWFQTNE,96
|
|
589
|
-
endoreg_db/serializers/video/segmentation.py,sha256
|
|
689
|
+
endoreg_db/serializers/video/segmentation.py,sha256=-5SKw9_gKovXfD1UKVwHXPgpLSWFyQnIpwPYQ9VDKZ4,12006
|
|
590
690
|
endoreg_db/serializers/video/video_file_brief.py,sha256=9g5njY0rI64kLO-Kt8J220M_y5ObYUHaNw9bf3-8lK8,272
|
|
591
691
|
endoreg_db/serializers/video/video_file_detail.py,sha256=NqhziTHtoJM_gTEPEe086eAn5tvEMJknQAKa1zY6ENo,3639
|
|
592
692
|
endoreg_db/serializers/video/video_file_list.py,sha256=FGG33V-oKo86fqXYLMgrCPCD49IOngEHSTAud00wwsw,2255
|
|
593
|
-
endoreg_db/serializers/video/
|
|
594
|
-
endoreg_db/serializers/video/video_processing_history.py,sha256=pJD4LltXCKlCQYsG119bhMHEhv7NslG6vlxJgS4Avg4,5281
|
|
693
|
+
endoreg_db/serializers/video/video_processing_history.py,sha256=0yAPth_HrINKc3W9YVU5jUvy6pXpNwQAYWz_8oNENHM,5819
|
|
595
694
|
endoreg_db/services/__init__.py,sha256=CMLgpzemgjXvKN5HGFD_UVtRAg9XeMIfXvoSu-aUaRE,136
|
|
596
|
-
endoreg_db/services/anonymization.py,sha256=
|
|
695
|
+
endoreg_db/services/anonymization.py,sha256=fpT2BGpukrvpncozBmAQAIfKsT7-nvcxPdVaCl7PzBg,9123
|
|
597
696
|
endoreg_db/services/examination_evaluation.py,sha256=jx9IL2PIoBzjiITzs00c1XucE7Ab2LAUydNbErRmtTM,5943
|
|
598
697
|
endoreg_db/services/finding_description_service.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
599
|
-
endoreg_db/services/lookup_service.py,sha256=
|
|
698
|
+
endoreg_db/services/lookup_service.py,sha256=dT2BKLE5aKlXxNjSDzOAm0RvWH02SjVdjUc3KVYFOBA,16444
|
|
600
699
|
endoreg_db/services/lookup_store.py,sha256=k-dxq_0oocXJLzLPENmsvfxxN2whCJyCFPo_2wwIsD8,8962
|
|
601
|
-
endoreg_db/services/pdf_import.py,sha256=
|
|
700
|
+
endoreg_db/services/pdf_import.py,sha256=VQdbFvz6_3B_JbyraElCXKVV6qszkeNA7dJGKmc_HiE,59811
|
|
602
701
|
endoreg_db/services/polling_coordinator.py,sha256=alnPB-kdMyxbYaxQN9fki9dKrwmAsY3s68bUHWDSNeI,10662
|
|
603
702
|
endoreg_db/services/pseudonym_service.py,sha256=CJhbtRa6K6SPbphgCZgEMi8AFQtB18CUoBDttFnxEoM,3126
|
|
604
703
|
endoreg_db/services/requirements_object.py,sha256=290zf8AEbVtCoHhW4Jr7_ud-RvrqYmb1Nz9UBHtTnc0,6164
|
|
605
704
|
endoreg_db/services/segment_sync.py,sha256=YgHvIHkbW4mqCu0ACf3zjRSZnNfxWwt4gh5syUVXuE0,6400
|
|
606
|
-
endoreg_db/services/storage_aware_video_processor.py,sha256=
|
|
607
|
-
endoreg_db/services/video_import.py,sha256=
|
|
705
|
+
endoreg_db/services/storage_aware_video_processor.py,sha256=wbTMChcZWEhYfvpYmeBm0sC5F91iCBdPfpnUrxlNQSM,12931
|
|
706
|
+
endoreg_db/services/video_import.py,sha256=dTHrJQgWZAF95gIlD907JQI91as6eopP2kGphgcRiCU,52066
|
|
608
707
|
endoreg_db/tasks/upload_tasks.py,sha256=OJq7DhNwcbWdXzHY8jz5c51BCVkPN5gSWOz-6Fx6W5M,7799
|
|
609
708
|
endoreg_db/tasks/video_ingest.py,sha256=kxFuYkHijINV0VabQKCFVpJRv6eCAw07tviONurDgg8,5265
|
|
610
709
|
endoreg_db/tasks/video_processing_tasks.py,sha256=rZ7Kr49bAR4Q-vALO2SURebrhcJ5hSFGwjF4aULrOao,14089
|
|
611
710
|
endoreg_db/templates/timeline.html,sha256=H9VXKOecCzqcWWkpNIZXFI29ztg-oxV5uvxMglgoClk,6167
|
|
612
711
|
endoreg_db/templates/admin/patient_finding_intervention.html,sha256=F3JUKm3HhWIf_xoZZ-SET5d5ZDlm2jMM8g909w1dnYc,10164
|
|
613
712
|
endoreg_db/templates/admin/start_examination.html,sha256=3K4wirul9KNyB5mN9cpfCSCAyAD6ro19GwxFOY5sZ3A,267
|
|
614
|
-
endoreg_db/urls/__init__.py,sha256=
|
|
713
|
+
endoreg_db/urls/__init__.py,sha256=o4SgxNjfNTHN8V_DAghR-lo-89P4_ArThn4hfH4XSxE,2687
|
|
615
714
|
endoreg_db/urls/anonymization.py,sha256=zLoOOpu4XSha002nOi0fiJUAT8Dff7u7RQFtdU4A6aw,1853
|
|
616
715
|
endoreg_db/urls/auth.py,sha256=t95D8n3fiOhkUiINVGygrW0jiQiJc_XNmfk2S8pcDxk,440
|
|
617
716
|
endoreg_db/urls/classification.py,sha256=2JdHsCSpLs5bZWiTsDpWvyLE_OJkf7LrCCOob7H8M-k,1802
|
|
@@ -619,19 +718,18 @@ endoreg_db/urls/examination.py,sha256=IWNIR-hsWKD3nfL27EzMMazcZnOa_imjgk8RL0mql2
|
|
|
619
718
|
endoreg_db/urls/files.py,sha256=qfa8mPDNF9SW4z66B26SCtX7WHyoAo1muS1DR2QwST8,192
|
|
620
719
|
endoreg_db/urls/label_video_segment_validate.py,sha256=bGWacxIG4pHnGRbnHL_L91ShKWfKCn5X-YXsHGs6i-I,1044
|
|
621
720
|
endoreg_db/urls/label_video_segments.py,sha256=Xj7Gf-JSq5iB3ubit5aCaLMJcgQXgDmqMSCb-n-CIl8,1144
|
|
622
|
-
endoreg_db/urls/media.py,sha256=
|
|
721
|
+
endoreg_db/urls/media.py,sha256=W8FwEbKCnW29r9CbWy7uAK4OjY5P57vbvRqDAKF5JTA,11308
|
|
623
722
|
endoreg_db/urls/patient.py,sha256=VLKFbEiNgpfYLWFisbHidyoUnoQuEzj1U0SgZDpdPDM,588
|
|
624
|
-
endoreg_db/urls/report.py,sha256=9i3sOSofB7_PHGByr3DMghZFtcbjKf_U5PVSlxu9d4I,1917
|
|
625
723
|
endoreg_db/urls/requirements.py,sha256=5d-SD_7nsTA9YXlBeWdZuh-mXh26BkgH29fFBaTLjU8,455
|
|
724
|
+
endoreg_db/urls/root_urls.py,sha256=d3H6wXeaGWpOjJSVWZ0ymeDm1onevBNPBy53cZONx98,1016
|
|
626
725
|
endoreg_db/urls/sensitive_meta.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
627
726
|
endoreg_db/urls/stats.py,sha256=2NQotfsHREF3gTOKQ5AT4XM1wvmEChSvDIrKMSFR2-Q,1796
|
|
628
727
|
endoreg_db/urls/upload.py,sha256=H6O8lqvGlyQhwdO1OY1RNInDgh3b_CPkDf6lIYMNApY,365
|
|
629
|
-
endoreg_db/
|
|
630
|
-
endoreg_db/utils/__init__.py,sha256=i4yiPD65rURpbcAoOOoYgV1zT3dMslSjTlZ-GebiOd0,2005
|
|
728
|
+
endoreg_db/utils/__init__.py,sha256=dx2jEcwRS1i5gx7k7XsphCX0SJ25NWRrg2k5Fz5XD6k,2272
|
|
631
729
|
endoreg_db/utils/calc_duration_seconds.py,sha256=AAAmIgVn5eaGpy6uVfWoDk8II7yxzQ0zHzvtusDtts0,693
|
|
632
730
|
endoreg_db/utils/check_video_files.py,sha256=cmiPgjWrFz4DgWjaYis8SNlk_rcnBzYHNs3uDEO3SYQ,6005
|
|
633
731
|
endoreg_db/utils/cropping.py,sha256=wMLo5sCFdZAEVBe3RbCH26eQjRe8q3th4K3ZKDd9fww,1143
|
|
634
|
-
endoreg_db/utils/dataloader.py,sha256=
|
|
732
|
+
endoreg_db/utils/dataloader.py,sha256=wp9Ojxgi3Nb_rXx9RazxYcJVgqDEok1MeHMHZi1_pAk,10099
|
|
635
733
|
endoreg_db/utils/dates.py,sha256=5eRzL1cyKJaLip2GTyDm5l9FtXdcYCSXLH46vJV5nEM,1768
|
|
636
734
|
endoreg_db/utils/env.py,sha256=OGqE5Ro8h-uJVmfsgf1u2SZvZgv555sqUCKmMNP4KxM,1278
|
|
637
735
|
endoreg_db/utils/extract_specific_frames.py,sha256=8n6VRtZS24dEwRlCVSe8eHimIwL5FpK7NhKFG0duSyQ,2296
|
|
@@ -640,34 +738,34 @@ endoreg_db/utils/fix_video_path_direct.py,sha256=KoV_OZZdhyExohqhIGeZlU5UgzVBVRw
|
|
|
640
738
|
endoreg_db/utils/frame_anonymization_utils.py,sha256=gEibJBIGdmCeIY75sgHhKIjXOukr6-HS3_9MA7iT1rU,13512
|
|
641
739
|
endoreg_db/utils/hashs.py,sha256=eNDdaoRnBFC39SbhpxLMwG0ltJunNQ54XEW2cuZzU50,4817
|
|
642
740
|
endoreg_db/utils/mime_types.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
643
|
-
endoreg_db/utils/names.py,sha256=
|
|
741
|
+
endoreg_db/utils/names.py,sha256=R-e8963IZRHhWPpa8gX2hbCq6o6agn5u3bd48wZ9FoM,2860
|
|
644
742
|
endoreg_db/utils/ocr.py,sha256=LvyABxX5OZhIeXw2pI6af8_xTj7nHQQoKGh5kNsrv7o,7136
|
|
645
743
|
endoreg_db/utils/parse_and_generate_yaml.py,sha256=k7y0fl9Jbb_LNryeJYd6tebklRlu1-P70dJ-4sxvEZs,1626
|
|
646
744
|
endoreg_db/utils/paths.py,sha256=ncXtB_l6FBVXXdk59U7v4FhSvLO7Yb0DQ-GQMcOqiTw,3398
|
|
647
|
-
endoreg_db/utils/permissions.py,sha256=
|
|
745
|
+
endoreg_db/utils/permissions.py,sha256=s7FIglJKwHikq3DX9dGrCBHlosnMlG94sHYIxViici8,5188
|
|
648
746
|
endoreg_db/utils/requirement_helpers.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
649
|
-
endoreg_db/utils/setup_config.py,sha256=
|
|
747
|
+
endoreg_db/utils/setup_config.py,sha256=IsQQb9ZtAVn5vo8JATepe0zoClYb5H8DM8Ed9loeNGo,6852
|
|
748
|
+
endoreg_db/utils/storage.py,sha256=_TNEUX352OrMvoRp5SU4hgPt2ocqea_rmmMKjVAgie8,3315
|
|
650
749
|
endoreg_db/utils/translation.py,sha256=77Xel12pAGo0rQ0NxB7nfejvMb0GBjEmhC3I7mcU91I,1256
|
|
651
750
|
endoreg_db/utils/uuid.py,sha256=T4HXqYtKwXFqE5kPyvlgWHyllBBF6LL6N48nl9TpwBk,53
|
|
652
|
-
endoreg_db/utils/validate_endo_roi.py,sha256=
|
|
751
|
+
endoreg_db/utils/validate_endo_roi.py,sha256=9wvmiJvL3OpmUAGHaqHmEjLK2gf1XkJau_jLlD5O1v0,1031
|
|
653
752
|
endoreg_db/utils/validate_subcategory_dict.py,sha256=zUR2sb5jgr0Ue--nCh-PYGrCTl4IP6j0WaIjkXIdScM,3443
|
|
654
753
|
endoreg_db/utils/validate_video_detailed.py,sha256=ahgNvyY6tewzFrNhyOTcQ3EP1EvMncbeTSMlW9Vq9kk,14069
|
|
655
754
|
endoreg_db/utils/ai/__init__.py,sha256=oIbW3C90gzD9GPSRNJqsgJzFBRx9yzKYXdO0xSiJ3ww,242
|
|
656
755
|
endoreg_db/utils/ai/get.py,sha256=M9_g8-UaymuE7PpvNnIRvySthNRGEuHeddqnP8kUfBA,204
|
|
657
756
|
endoreg_db/utils/ai/inference_dataset.py,sha256=jSE-124Du_w_9KY0DbEmza3faEx-K4E8LuWhkWmtETY,1798
|
|
658
|
-
endoreg_db/utils/ai/multilabel_classification_net.py,sha256=
|
|
757
|
+
endoreg_db/utils/ai/multilabel_classification_net.py,sha256=Av2D_hJ_XRyNlO4cc7Dm-Cwjot8C3ETf7Y-Zeq6hMto,9482
|
|
659
758
|
endoreg_db/utils/ai/postprocess.py,sha256=RhHyICu0Z6oAjqbrmAN_G8Jaon_UDBAHI-3U1DuHM88,2317
|
|
660
759
|
endoreg_db/utils/ai/predict.py,sha256=L23RSiCIu2r9gGf2vhM0x1Bf23n40gsAE2H1NS7RD80,10371
|
|
661
760
|
endoreg_db/utils/ai/preprocess.py,sha256=EnIrOrwqKKwdUPM2Pn7d3H2eMrYcyR0Yky6KSq7ccb0,2303
|
|
662
|
-
endoreg_db/utils/case_generator/__init__.py,sha256=
|
|
663
|
-
endoreg_db/utils/case_generator/case_generator.py,sha256=klrytmkGg8zcQvKoY6JvyAN6iSd41i528I6PF-eHa3Y,5771
|
|
761
|
+
endoreg_db/utils/case_generator/__init__.py,sha256=gFAm9wvVySBnEP3_AOY6WeVMOSb7vGukZbqZak3lHa4,99
|
|
664
762
|
endoreg_db/utils/case_generator/lab_sample_factory.py,sha256=th4dDjLqRMNKw8jc7W2nICY4aMf4uDZ0T-sk2izqdus,905
|
|
665
|
-
endoreg_db/utils/
|
|
763
|
+
endoreg_db/utils/defaults/set_default_center.py,sha256=iJ1bSLHAo1Qe4QBrnpl0cquvAAJBQfx86zS6W2mV_TQ,1058
|
|
666
764
|
endoreg_db/utils/links/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
667
765
|
endoreg_db/utils/links/requirement_link.py,sha256=UgA6KsRtZpoPrZboorrdVyFwnL-NnDIc9zfMW3Rwrb0,9606
|
|
668
766
|
endoreg_db/utils/pipelines/Readme.md,sha256=u3L8jXed_KsZRtOxlev8XuuoBBgZuZH-X7Vv6IOr7Kg,8248
|
|
669
767
|
endoreg_db/utils/pipelines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
670
|
-
endoreg_db/utils/pipelines/process_video_dir.py,sha256=
|
|
768
|
+
endoreg_db/utils/pipelines/process_video_dir.py,sha256=g1YGtOY8pOQ5iAW2gzxngbP30mZ5olDjmb4uJJlScI8,5435
|
|
671
769
|
endoreg_db/utils/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
672
770
|
endoreg_db/utils/product/sum_emissions.py,sha256=echFNhc4oyFjxtCcUYYMEV-OVv7NN-XzWNmiTWweNMY,702
|
|
673
771
|
endoreg_db/utils/product/sum_weights.py,sha256=SeNm6L2ZT3RPN6TS2U7h0tMpCYSCYHaANj5ye0dpAYo,559
|
|
@@ -675,19 +773,19 @@ endoreg_db/utils/pydantic_models/__init__.py,sha256=qK_92ECIuirWzILReMdz_tOkrQqv
|
|
|
675
773
|
endoreg_db/utils/pydantic_models/db_config.py,sha256=Hg0ZlSJt-a1lRawO_jV5viPqnA5B_4Stak0TEBD-L9s,1743
|
|
676
774
|
endoreg_db/utils/requirement_operator_logic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
677
775
|
endoreg_db/utils/requirement_operator_logic/lab_value_operators.py,sha256=tL3I0x3oZ46Ir12mKWolcswgoDT0CyBXay95fBMiAIo,24954
|
|
678
|
-
endoreg_db/utils/requirement_operator_logic/model_evaluators.py,sha256=
|
|
776
|
+
endoreg_db/utils/requirement_operator_logic/model_evaluators.py,sha256=TxLcfYP71nCwFpF5XhVXVAspdl5ydXYJdVSYCoLbLh4,30228
|
|
679
777
|
endoreg_db/utils/video/__init__.py,sha256=EOAcatQ8bI1f3LhkE2E3YOzmm0FHqulk0O-jjZBgZFg,823
|
|
680
778
|
endoreg_db/utils/video/extract_frames.py,sha256=Pj9_pyfiwy-CFWiT4qysXn6VLCC-dQ1HpXOyyGqq0zE,3180
|
|
681
|
-
endoreg_db/utils/video/ffmpeg_wrapper.py,sha256=
|
|
779
|
+
endoreg_db/utils/video/ffmpeg_wrapper.py,sha256=FDA-XIYE3CcfKHptE-rs-3ajIVL4YOTZmNJmNgO_AYA,33191
|
|
682
780
|
endoreg_db/utils/video/names.py,sha256=m268j2Ynt94OYH6dYxeL8gzU5ODtFJD4OmzS7l0nBPU,1449
|
|
683
781
|
endoreg_db/utils/video/streaming_processor.py,sha256=C-39DtxhSnL7B2cObFE5k829VLXl_Fl0KQFrFP368JA,13747
|
|
684
782
|
endoreg_db/utils/video/video_splitter.py,sha256=EZEnhNjaUva_9VxjcjScgRSrxsEuifhBjlwIMLX1qaA,3698
|
|
685
783
|
endoreg_db/views/Frames_NICE_and_PARIS_classifications_views.py,sha256=Lu1JuUD44B6yUAR9pcYLlQ-3g66VTktmzStuO0uGIj4,8752
|
|
686
|
-
endoreg_db/views/__init__.py,sha256=
|
|
784
|
+
endoreg_db/views/__init__.py,sha256=Z-t7o4IcKqYXWctFJe-scrHuuM8058VqTUGrxDIKUIM,6443
|
|
687
785
|
endoreg_db/views/anonymization/__init__.py,sha256=s1_r9j0jPJsKHy1-isjFAlRF3Cw0o8EXxyUP7Xv1Kqo,698
|
|
688
|
-
endoreg_db/views/anonymization/media_management.py,sha256=
|
|
689
|
-
endoreg_db/views/anonymization/overview.py,sha256=
|
|
690
|
-
endoreg_db/views/anonymization/validate.py,sha256=
|
|
786
|
+
endoreg_db/views/anonymization/media_management.py,sha256=BKMwhPu_Z3p1gSd_IIE0KM5TxJpu9TzwP1dk3LcukHw,17171
|
|
787
|
+
endoreg_db/views/anonymization/overview.py,sha256=iVLBkOa2M5OJ042ZBoZdJv2icLK2CYPo-Q-D5-OdreQ,8440
|
|
788
|
+
endoreg_db/views/anonymization/validate.py,sha256=Vnap4pnULz1GBnn95s4lAhQpeytAekU0fGi04vjLqeI,10331
|
|
691
789
|
endoreg_db/views/auth/__init__.py,sha256=i9KZEEKCb2sn2A1Gg0trTIbWzQ1cPiAIN-o7sBUaMtQ,214
|
|
692
790
|
endoreg_db/views/auth/keycloak.py,sha256=tgjQVfZwdyrbY437oXrOjs1j-2FYcTmUxG7obV_-GW8,4188
|
|
693
791
|
endoreg_db/views/examination/__init__.py,sha256=IBtbzExQB6VYy43AMCG6Fxq2uF5htyHXpYZxiI9C28Q,1206
|
|
@@ -716,16 +814,16 @@ endoreg_db/views/label_video_segment/label_video_segment_by_label.py,sha256=xxb9
|
|
|
716
814
|
endoreg_db/views/label_video_segment/label_video_segment_detail.py,sha256=gs1llCyrHqzUuH24zq8Db9Aj1xnP8tkBZ64sOKmO5s0,3174
|
|
717
815
|
endoreg_db/views/label_video_segment/update_lvs_from_annotation.py,sha256=an3Bf4Jxap_vZrHW2XZV72fKkQhP3S2fsB3ZjXRjED8,1599
|
|
718
816
|
endoreg_db/views/label_video_segment/validate.py,sha256=1R7Ml-XgzZmzooYbPEnIkjm-u6rlvH-Yu5XGulhZEpI,8951
|
|
719
|
-
endoreg_db/views/media/__init__.py,sha256=
|
|
720
|
-
endoreg_db/views/media/pdf_media.py,sha256=
|
|
817
|
+
endoreg_db/views/media/__init__.py,sha256=YklQKKPSx63UQEcHYxFr5atGwXORPFAGhVemKd7_BGI,1346
|
|
818
|
+
endoreg_db/views/media/pdf_media.py,sha256=Wl71oD9d4Oe5K8ZZtUyuwmXPzAM8XqSv6DycoXHrM3g,13483
|
|
721
819
|
endoreg_db/views/media/segments.py,sha256=d995_pLD2W6zdrB3bL9bdHrwS22sZXeG19-SLNU38gU,2613
|
|
722
|
-
endoreg_db/views/media/sensitive_metadata.py,sha256=
|
|
723
|
-
endoreg_db/views/media/video_media.py,sha256=
|
|
724
|
-
endoreg_db/views/media/video_segments.py,sha256=
|
|
820
|
+
endoreg_db/views/media/sensitive_metadata.py,sha256=aNPrfFAzESJ6TZ2wpsGUqOwUVaH-6APNMyUpMurHWyw,11643
|
|
821
|
+
endoreg_db/views/media/video_media.py,sha256=zStLnvMLLyxo2Nkz7PhGw3rSV6nVXwXyBc7pSl-Foi4,9573
|
|
822
|
+
endoreg_db/views/media/video_segments.py,sha256=CGKrK2n0qx6zx2gmtKN3wo4Ubngr_siuo1y2tNh1WI8,20070
|
|
725
823
|
endoreg_db/views/meta/__init__.py,sha256=cMwPBx55ad5zRX9DILqFm-a_ATc5SRVSMEGyHTC5cOo,470
|
|
726
824
|
endoreg_db/views/meta/available_files_list.py,sha256=CBaYVkj2YKB5n_J0gop0vXHkpgTE9Aamqt4tdCjTN2I,6181
|
|
727
825
|
endoreg_db/views/meta/report_meta.py,sha256=oLFTQ5YCVoCKlcYfbiN89--_9drBhMLeW9Ck_tmq08E,1733
|
|
728
|
-
endoreg_db/views/meta/sensitive_meta_detail.py,sha256=
|
|
826
|
+
endoreg_db/views/meta/sensitive_meta_detail.py,sha256=T8izLgs2x-4RGzSsoK2TuF66Oole8mY6Y1BZZaI92VQ,3141
|
|
729
827
|
endoreg_db/views/meta/sensitive_meta_list.py,sha256=tVh9sgqYvKWZ8qarLmwERh8a1ZcxZfYTB8vh70C-cRg,3664
|
|
730
828
|
endoreg_db/views/meta/sensitive_meta_verification.py,sha256=yT0N9MU3wye4tZMSKPu8Wy6HeFXSAD4AH5OlbblZqSM,2578
|
|
731
829
|
endoreg_db/views/misc/__init__.py,sha256=XOim5BQka5E6Kox7Y9SHzxTBeq_SsYE2c_89QfBE8z0,1579
|
|
@@ -739,7 +837,7 @@ endoreg_db/views/misc/stats.py,sha256=TS1G8im95BPO6QNmydL8uZvT0r8Pe0ZoZ153U_KCkA
|
|
|
739
837
|
endoreg_db/views/misc/translation.py,sha256=v5HtOck7sQ53hj3m-q6Wlyp1zfgF-OkqhxoixH9JCvA,6359
|
|
740
838
|
endoreg_db/views/misc/upload_views.py,sha256=RB15wN__yR8pTnZnV0LRQP1zmJ6_kPE85sWKUwGDj-I,8690
|
|
741
839
|
endoreg_db/views/patient/__init__.py,sha256=luMjwQCtFQcuGddt_dGjYPNaMspYVphH9jkk4O-q08c,72
|
|
742
|
-
endoreg_db/views/patient/patient.py,sha256=
|
|
840
|
+
endoreg_db/views/patient/patient.py,sha256=qTFPebsaIJEobH8LTqZ5bDJexdUT2xs28YFCLY7Qy1Y,8913
|
|
743
841
|
endoreg_db/views/patient_examination/DEPRECATED_video_backup.py,sha256=FA67kvKVNKCcgnX09I-B1MhVFs5DeJIQEUmE9k70vEE,9807
|
|
744
842
|
endoreg_db/views/patient_examination/__init__.py,sha256=BHnjIbaiUn-fXJEwnKgZ2vaR2Z_ve2qluCJwG1FmmCQ,400
|
|
745
843
|
endoreg_db/views/patient_examination/patient_examination.py,sha256=7BGu06OB0wiob4hAExX_xIwEteeiDNu7gZlmwZiR1s4,5791
|
|
@@ -758,22 +856,20 @@ endoreg_db/views/patient_finding_location/pfl_create.py,sha256=eZEtj4ST_Ue3YURna
|
|
|
758
856
|
endoreg_db/views/patient_finding_morphology/__init__.py,sha256=Gw4REKbb14tlKGGf__XlS2Pi2ygA0iCh85LYIHndUy0,113
|
|
759
857
|
endoreg_db/views/patient_finding_morphology/pfm_create.py,sha256=-OYTH7iHPuSrYxbUrF7fQ6aAC0ES6UhiQ_Qo7tZi7II,2998
|
|
760
858
|
endoreg_db/views/pdf/__init__.py,sha256=bmDbvDLRmhOYTuPHMMaJMJU67js9t_K6Df987wRs4wU,135
|
|
761
|
-
endoreg_db/views/pdf/pdf_stream.py,sha256=
|
|
762
|
-
endoreg_db/views/pdf/
|
|
763
|
-
endoreg_db/views/
|
|
764
|
-
endoreg_db/views/report/report_list.py,sha256=Ziav43FKYux2dsETaX7zUYs-g7__4laHwXEMZSq1Ahs,3940
|
|
765
|
-
endoreg_db/views/report/report_with_secure_url.py,sha256=vMGgngPGvNkPYxhNjSJG6rZKN0yuSoJNl1vZPiAoh6I,1042
|
|
766
|
-
endoreg_db/views/report/start_examination.py,sha256=iYC_40S4aJEGsel1Y4boZFAR5UQTPKp9TIWW3oJwgTc,224
|
|
859
|
+
endoreg_db/views/pdf/pdf_stream.py,sha256=gX_r9Cr2c8NJVcK5-3Nxe3ZktGX3IKe1w5i1HkUGAKA,7394
|
|
860
|
+
endoreg_db/views/pdf/pdf_stream_views.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
861
|
+
endoreg_db/views/pdf/reimport.py,sha256=ik0g14a6TG2rpmYN5lRsN-DGfpHgJUSINylkEXhnB0g,6485
|
|
767
862
|
endoreg_db/views/requirement/__init__.py,sha256=dJzmbtO5-fLyzY3hfV3XHi6BbwElv_cF6R0TpsIaRJw,159
|
|
768
|
-
endoreg_db/views/requirement/evaluate.py,sha256=
|
|
769
|
-
endoreg_db/views/requirement/lookup.py,sha256=
|
|
863
|
+
endoreg_db/views/requirement/evaluate.py,sha256=twBRzxDy7w7RvdGiYCDdjUvfT9LeOhRE6n6NfJdRsDk,10041
|
|
864
|
+
endoreg_db/views/requirement/lookup.py,sha256=XSSPf01Q4e7TMuJjItxLX-FT2Uuahrshu7fBRv2lkZU,13135
|
|
770
865
|
endoreg_db/views/requirement/lookup_store.py,sha256=LyohEAfHtPy40zDuJUDyN4S02BB_AOAbPM_CZIcHHRQ,4922
|
|
866
|
+
endoreg_db/views/requirement/requirement_utils.py,sha256=G562bDgto2if548bbLxstk9pCKsNhjok1f6gRodDyZg,2811
|
|
771
867
|
endoreg_db/views/requirement_lookup/lookup.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
772
868
|
endoreg_db/views/requirement_lookup/lookup_store.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
773
869
|
endoreg_db/views/stats/__init__.py,sha256=VHxrW0-RAWYki_89jWWJ0TrD7Nb0D3m-VjYV6bvP2k4,259
|
|
774
870
|
endoreg_db/views/stats/stats_views.py,sha256=v9ue1BKXdcApOgyolgNiT3hazx1xSVVvo26r91IozWY,8656
|
|
775
|
-
endoreg_db/views/video/__init__.py,sha256=
|
|
776
|
-
endoreg_db/views/video/correction.py,sha256=
|
|
871
|
+
endoreg_db/views/video/__init__.py,sha256=TBJYUOcPQ2a56SRgNwUITzcvcd2-2GEgdSSg--T7OT8,1148
|
|
872
|
+
endoreg_db/views/video/correction.py,sha256=kdAjd_kgmkefa3yKCxzYrStmBagZCAmo4edSLiVZiGk,19742
|
|
777
873
|
endoreg_db/views/video/reimport.py,sha256=gSDBQ_Bam2xpJIj1SIMoLKnoBDBRgQ9V_TZdK9OICrI,8959
|
|
778
874
|
endoreg_db/views/video/segmentation.py,sha256=jzsLB95rYnHALSX2E_QNpAM9BpE1pbteOBxcAr_EjZo,11758
|
|
779
875
|
endoreg_db/views/video/task_status.py,sha256=PXaesTS4R7Uhu9WBaTL4lscpOschVqyR32zVDUuSbfw,1770
|
|
@@ -787,7 +883,7 @@ endoreg_db/views/video/video_meta.py,sha256=C1wBMTtQb_yzEUrhFGAy2UHEWMk_CbU75WXX
|
|
|
787
883
|
endoreg_db/views/video/video_processing_history.py,sha256=mhFuS8RG5GV8E-lTtuD0qrq-bIpnUFp8vy9aERfC-J8,770
|
|
788
884
|
endoreg_db/views/video/video_remove_frames.py,sha256=2FmvNrSPM0fUXiBxINN6vBUUDCqDlBkNcGR3WsLDgKo,1696
|
|
789
885
|
endoreg_db/views/video/video_stream.py,sha256=kLyuf0ORTmsLeYUQkTQ6iRYqlIQozWhMMR3Lhfe_trk,12148
|
|
790
|
-
endoreg_db-0.8.
|
|
791
|
-
endoreg_db-0.8.
|
|
792
|
-
endoreg_db-0.8.
|
|
793
|
-
endoreg_db-0.8.
|
|
886
|
+
endoreg_db-0.8.8.0.dist-info/METADATA,sha256=Q7To8oJd4UOj1X6J7kxBYqhMln6LTIKNHRJUxXZOvkM,14852
|
|
887
|
+
endoreg_db-0.8.8.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
888
|
+
endoreg_db-0.8.8.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
889
|
+
endoreg_db-0.8.8.0.dist-info/RECORD,,
|