endoreg-db 0.3.6__py3-none-any.whl → 0.8.6.1__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/admin.py +92 -3
- endoreg_db/api_urls.py +4 -0
- endoreg_db/apps.py +18 -6
- endoreg_db/assets/dummy_model.ckpt +1 -0
- endoreg_db/codemods/readme.md +88 -0
- endoreg_db/codemods/rename_datetime_fields.py +92 -0
- endoreg_db/config/env.py +101 -0
- endoreg_db/data/__init__.py +144 -65
- endoreg_db/data/ai_model/data.yaml +7 -0
- endoreg_db/data/{label → ai_model_label}/label/data.yaml +88 -62
- endoreg_db/data/ai_model_label/label/polyp_classification.yaml +52 -0
- endoreg_db/data/ai_model_label/label-set/data.yaml +40 -0
- endoreg_db/data/ai_model_label/label-set/polyp_classifications.yaml +25 -0
- endoreg_db/data/{label → ai_model_label}/label-type/data.yaml +6 -6
- endoreg_db/data/ai_model_meta/default_multilabel_classification.yaml +27 -0
- endoreg_db/data/{model_type → ai_model_type}/data.yaml +6 -6
- endoreg_db/data/ai_model_video_segmentation_label/base_segmentation.yaml +176 -0
- endoreg_db/data/ai_model_video_segmentation_labelset/data.yaml +20 -0
- endoreg_db/data/case_template/rule/00_patient_lab_sample_add_default_value.yaml +167 -167
- endoreg_db/data/case_template/rule/01_patient-set-age.yaml +7 -7
- endoreg_db/data/case_template/rule/01_patient-set-gender.yaml +8 -8
- endoreg_db/data/case_template/rule/11_create_patient_lab_sample.yaml +22 -22
- endoreg_db/data/case_template/rule/12_create-patient_medication-anticoagulation.yaml +18 -18
- endoreg_db/data/case_template/rule/13_create-patient_medication_schedule-anticoagulation.yaml +18 -18
- endoreg_db/data/case_template/rule/19_create_patient.yaml +16 -16
- endoreg_db/data/case_template/rule_type/base_types.yaml +35 -35
- endoreg_db/data/case_template/rule_value_type/base_types.yaml +58 -58
- endoreg_db/data/case_template/template/base.yaml +7 -7
- endoreg_db/data/case_template/template_type/pre_endoscopy.yaml +2 -2
- endoreg_db/data/case_template/tmp/_rule_value +13 -13
- endoreg_db/data/case_template/tmp/rule/01_atrial_fibrillation.yaml +21 -21
- endoreg_db/data/case_template/tmp/rule/02_create_object.yaml +9 -9
- endoreg_db/data/case_template/tmp/template/atrial_fibrillation_low_risk.yaml +6 -6
- endoreg_db/data/center/data.yaml +90 -59
- endoreg_db/data/center_resource/green_endoscopy_dashboard_CenterResource.yaml +144 -144
- endoreg_db/data/center_shift/ukw.yaml +9 -0
- endoreg_db/data/center_waste/green_endoscopy_dashboard_CenterWaste.yaml +48 -48
- endoreg_db/data/contraindication/bleeding.yaml +11 -0
- endoreg_db/data/db_summary.csv +58 -0
- endoreg_db/data/db_summary.xlsx +0 -0
- endoreg_db/data/disease/cardiovascular.yaml +37 -37
- endoreg_db/data/disease/hepatology.yaml +4 -4
- endoreg_db/data/disease/misc.yaml +5 -6
- endoreg_db/data/disease/renal.yaml +4 -4
- endoreg_db/data/disease_classification/chronic_kidney_disease.yaml +6 -6
- endoreg_db/data/disease_classification/coronary_vessel_disease.yaml +5 -5
- endoreg_db/data/disease_classification_choice/chronic_kidney_disease.yaml +41 -41
- endoreg_db/data/disease_classification_choice/coronary_vessel_disease.yaml +19 -19
- endoreg_db/data/distribution/date/patient.yaml +6 -6
- endoreg_db/data/distribution/numeric/data.yaml +14 -0
- endoreg_db/data/distribution/single_categorical/patient.yaml +6 -6
- endoreg_db/data/emission_factor/green_endoscopy_dashboard_EmissionFactor.yaml +132 -132
- endoreg_db/data/endoscope/data.yaml +93 -0
- endoreg_db/data/endoscope_type/data.yaml +10 -10
- endoreg_db/data/endoscopy_processor/data.yaml +50 -45
- endoreg_db/data/event/cardiology.yaml +15 -28
- endoreg_db/data/event/neurology.yaml +13 -13
- endoreg_db/data/event/surgery.yaml +12 -12
- endoreg_db/data/event/thrombembolism.yaml +19 -19
- endoreg_db/data/examination/examinations/data.yaml +72 -66
- endoreg_db/data/examination/time/data.yaml +47 -47
- endoreg_db/data/examination/time-type/data.yaml +7 -7
- endoreg_db/data/examination/type/data.yaml +17 -5
- endoreg_db/data/examination_indication/endoscopy.yaml +424 -0
- endoreg_db/data/examination_indication_classification/endoscopy.yaml +160 -0
- endoreg_db/data/examination_indication_classification_choice/endoscopy.yaml +101 -0
- endoreg_db/data/examination_requirement_set/colonoscopy.yaml +15 -0
- endoreg_db/data/finding/anatomy_colon.yaml +128 -0
- endoreg_db/data/finding/colonoscopy.yaml +40 -0
- endoreg_db/data/finding/colonoscopy_bowel_prep.yaml +56 -0
- endoreg_db/data/finding/complication.yaml +16 -0
- endoreg_db/data/finding/data.yaml +105 -0
- endoreg_db/data/finding/examination_setting.yaml +16 -0
- endoreg_db/data/finding/medication_related.yaml +18 -0
- endoreg_db/data/finding/outcome.yaml +12 -0
- endoreg_db/data/finding_classification/colonoscopy_bowel_preparation.yaml +95 -0
- endoreg_db/data/finding_classification/colonoscopy_jnet.yaml +22 -0
- endoreg_db/data/finding_classification/colonoscopy_kudo.yaml +25 -0
- endoreg_db/data/finding_classification/colonoscopy_lesion_circularity.yaml +20 -0
- endoreg_db/data/finding_classification/colonoscopy_lesion_planarity.yaml +24 -0
- endoreg_db/data/finding_classification/colonoscopy_lesion_size.yaml +68 -0
- endoreg_db/data/finding_classification/colonoscopy_lesion_surface.yaml +20 -0
- endoreg_db/data/finding_classification/colonoscopy_location.yaml +80 -0
- endoreg_db/data/finding_classification/colonoscopy_lst.yaml +21 -0
- endoreg_db/data/finding_classification/colonoscopy_nice.yaml +20 -0
- endoreg_db/data/finding_classification/colonoscopy_paris.yaml +26 -0
- endoreg_db/data/finding_classification/colonoscopy_sano.yaml +22 -0
- endoreg_db/data/finding_classification/colonoscopy_summary.yaml +53 -0
- endoreg_db/data/finding_classification/complication_generic.yaml +25 -0
- endoreg_db/data/finding_classification/examination_setting_generic.yaml +40 -0
- endoreg_db/data/finding_classification/histology_colo.yaml +51 -0
- endoreg_db/data/finding_classification/intervention_required.yaml +26 -0
- endoreg_db/data/finding_classification/medication_related.yaml +23 -0
- endoreg_db/data/finding_classification/visualized.yaml +33 -0
- endoreg_db/data/finding_classification_choice/bowel_preparation.yaml +78 -0
- endoreg_db/data/finding_classification_choice/colon_lesion_circularity_default.yaml +32 -0
- endoreg_db/data/finding_classification_choice/colon_lesion_jnet.yaml +15 -0
- endoreg_db/data/finding_classification_choice/colon_lesion_kudo.yaml +23 -0
- endoreg_db/data/finding_classification_choice/colon_lesion_lst.yaml +15 -0
- endoreg_db/data/finding_classification_choice/colon_lesion_nice.yaml +17 -0
- endoreg_db/data/finding_classification_choice/colon_lesion_paris.yaml +57 -0
- endoreg_db/data/finding_classification_choice/colon_lesion_planarity_default.yaml +49 -0
- endoreg_db/data/finding_classification_choice/colon_lesion_sano.yaml +14 -0
- endoreg_db/data/finding_classification_choice/colon_lesion_surface_intact_default.yaml +36 -0
- endoreg_db/data/finding_classification_choice/colonoscopy_location.yaml +229 -0
- endoreg_db/data/finding_classification_choice/colonoscopy_not_complete_reason.yaml +19 -0
- endoreg_db/data/finding_classification_choice/colonoscopy_size.yaml +82 -0
- endoreg_db/data/finding_classification_choice/colonoscopy_summary_worst_finding.yaml +15 -0
- endoreg_db/data/finding_classification_choice/complication_generic_types.yaml +15 -0
- endoreg_db/data/finding_classification_choice/examination_setting_generic_types.yaml +15 -0
- endoreg_db/data/finding_classification_choice/histology.yaml +24 -0
- endoreg_db/data/finding_classification_choice/histology_polyp.yaml +20 -0
- endoreg_db/data/finding_classification_choice/outcome.yaml +19 -0
- endoreg_db/data/finding_classification_choice/yes_no_na.yaml +11 -0
- endoreg_db/data/finding_classification_type/colonoscopy_basic.yaml +48 -0
- endoreg_db/data/finding_intervention/endoscopy.yaml +43 -0
- endoreg_db/data/finding_intervention/endoscopy_colonoscopy.yaml +168 -0
- endoreg_db/data/finding_intervention/endoscopy_egd.yaml +128 -0
- endoreg_db/data/finding_intervention/endoscopy_ercp.yaml +32 -0
- endoreg_db/data/finding_intervention/endoscopy_eus_lower.yaml +9 -0
- endoreg_db/data/finding_intervention/endoscopy_eus_upper.yaml +36 -0
- endoreg_db/data/finding_intervention_type/endoscopy.yaml +15 -0
- endoreg_db/data/finding_morphology_classification_type/colonoscopy.yaml +79 -0
- endoreg_db/data/finding_type/data.yaml +43 -0
- endoreg_db/data/gender/data.yaml +42 -18
- endoreg_db/data/information_source/annotation.yaml +6 -0
- endoreg_db/data/information_source/data.yaml +30 -30
- endoreg_db/data/information_source/endoscopy_guidelines.yaml +7 -0
- endoreg_db/data/information_source/medication.yaml +5 -5
- endoreg_db/data/information_source/prediction.yaml +7 -0
- endoreg_db/data/information_source_type/data.yaml +8 -0
- endoreg_db/data/lab_value/cardiac_enzymes.yaml +37 -31
- endoreg_db/data/lab_value/coagulation.yaml +54 -49
- endoreg_db/data/lab_value/electrolytes.yaml +228 -190
- endoreg_db/data/lab_value/gastrointestinal_function.yaml +133 -121
- endoreg_db/data/lab_value/hematology.yaml +184 -169
- endoreg_db/data/lab_value/hormones.yaml +59 -53
- endoreg_db/data/lab_value/lipids.yaml +53 -44
- endoreg_db/data/lab_value/misc.yaml +76 -30
- endoreg_db/data/lab_value/renal_function.yaml +12 -11
- endoreg_db/data/log_type/data.yaml +57 -0
- endoreg_db/data/lx_client_tag/base.yaml +54 -0
- endoreg_db/data/lx_client_type/base.yaml +30 -0
- endoreg_db/data/lx_permission/base.yaml +24 -0
- endoreg_db/data/lx_permission/endoreg.yaml +52 -0
- endoreg_db/data/medication/anticoagulation.yaml +64 -64
- endoreg_db/data/medication/tah.yaml +69 -69
- endoreg_db/data/medication_indication/anticoagulation.yaml +115 -120
- endoreg_db/data/medication_indication_type/data.yaml +10 -10
- endoreg_db/data/medication_indication_type/thrombembolism.yaml +40 -40
- endoreg_db/data/medication_intake_time/base.yaml +30 -30
- endoreg_db/data/medication_schedule/apixaban.yaml +94 -94
- endoreg_db/data/medication_schedule/ass.yaml +12 -12
- endoreg_db/data/medication_schedule/enoxaparin.yaml +26 -26
- endoreg_db/data/names_first/first_names.yaml +54 -0
- endoreg_db/data/names_last/last_names.yaml +51 -0
- endoreg_db/data/network_device/data.yaml +59 -0
- endoreg_db/data/network_device_type/data.yaml +12 -0
- endoreg_db/data/organ/data.yaml +29 -0
- endoreg_db/data/patient_lab_sample_type/generic.yaml +5 -5
- endoreg_db/data/pdf_type/data.yaml +46 -28
- endoreg_db/data/product/green_endoscopy_dashboard_Product.yaml +66 -66
- endoreg_db/data/product_group/green_endoscopy_dashboard_ProductGroup.yaml +33 -33
- endoreg_db/data/product_material/green_endoscopy_dashboard_ProductMaterial.yaml +308 -308
- endoreg_db/data/product_weight/green_endoscopy_dashboard_ProductWeight.yaml +88 -88
- endoreg_db/data/profession/data.yaml +70 -70
- endoreg_db/data/qualification/endoscopy.yaml +36 -0
- endoreg_db/data/qualification/m2.yaml +39 -0
- endoreg_db/data/qualification/outpatient_clinic.yaml +35 -0
- endoreg_db/data/qualification/sonography.yaml +36 -0
- endoreg_db/data/qualification_type/base.yaml +29 -0
- endoreg_db/data/reference_product/green_endoscopy_dashboard_ReferenceProduct.yaml +55 -55
- endoreg_db/data/report_reader_flag/rkh-histology-generic.yaml +10 -0
- endoreg_db/data/report_reader_flag/ukw-examination-generic.yaml +30 -26
- endoreg_db/data/report_reader_flag/ukw-histology-generic.yaml +24 -19
- endoreg_db/data/requirement/age.yaml +26 -0
- endoreg_db/data/requirement/colonoscopy_baseline_austria.yaml +45 -0
- endoreg_db/data/requirement/disease_cardiovascular.yaml +79 -0
- endoreg_db/data/requirement/disease_classification_choice_cardiovascular.yaml +41 -0
- endoreg_db/data/requirement/disease_hepatology.yaml +12 -0
- endoreg_db/data/requirement/disease_misc.yaml +12 -0
- endoreg_db/data/requirement/disease_renal.yaml +96 -0
- endoreg_db/data/requirement/endoscopy_bleeding_risk.yaml +59 -0
- endoreg_db/data/requirement/event_cardiology.yaml +251 -0
- endoreg_db/data/requirement/event_requirements.yaml +145 -0
- endoreg_db/data/requirement/finding_colon_polyp.yaml +50 -0
- endoreg_db/data/requirement/gender.yaml +25 -0
- endoreg_db/data/requirement/lab_value.yaml +441 -0
- endoreg_db/data/requirement/medication.yaml +93 -0
- endoreg_db/data/requirement_operator/age.yaml +13 -0
- endoreg_db/data/requirement_operator/lab_operators.yaml +129 -0
- endoreg_db/data/requirement_operator/model_operators.yaml +96 -0
- endoreg_db/data/requirement_set/01_endoscopy_generic.yaml +48 -0
- endoreg_db/data/requirement_set/colonoscopy_austria_screening.yaml +57 -0
- endoreg_db/data/requirement_set/endoscopy_bleeding_risk.yaml +52 -0
- endoreg_db/data/requirement_set_type/data.yaml +20 -0
- endoreg_db/data/requirement_type/requirement_types.yaml +165 -0
- endoreg_db/data/resource/green_endoscopy_dashboard_Resource.yaml +15 -15
- endoreg_db/data/risk/bleeding.yaml +26 -0
- endoreg_db/data/risk/thrombosis.yaml +37 -0
- endoreg_db/data/risk_type/data.yaml +27 -0
- endoreg_db/data/setup_config.yaml +38 -0
- endoreg_db/data/shift/endoscopy.yaml +21 -0
- endoreg_db/data/shift/m2.yaml +0 -0
- endoreg_db/data/shift_type/base.yaml +35 -0
- endoreg_db/data/tag/requirement_set_tags.yaml +11 -0
- endoreg_db/data/transport_route/green_endoscopy_dashboard_TransportRoute.yaml +12 -12
- endoreg_db/data/unit/concentration.yaml +115 -92
- endoreg_db/data/unit/data.yaml +17 -17
- endoreg_db/data/unit/length.yaml +30 -30
- endoreg_db/data/unit/misc.yaml +19 -19
- endoreg_db/data/unit/rate.yaml +5 -5
- endoreg_db/data/unit/time.yaml +48 -13
- endoreg_db/data/unit/volume.yaml +35 -35
- endoreg_db/data/unit/weight.yaml +37 -37
- endoreg_db/data/waste/data.yaml +11 -11
- endoreg_db/exceptions.py +19 -0
- endoreg_db/factories/__init__.py +0 -0
- endoreg_db/forms/__init__.py +5 -3
- endoreg_db/forms/examination_form.py +11 -0
- endoreg_db/forms/patient_finding_intervention_form.py +18 -0
- endoreg_db/forms/patient_form.py +27 -0
- endoreg_db/forms/questionnaires/__init__.py +1 -1
- endoreg_db/forms/questionnaires/tto_questionnaire.py +23 -23
- endoreg_db/forms/settings/__init__.py +8 -8
- endoreg_db/forms/unit.py +5 -5
- endoreg_db/helpers/__init__.py +0 -0
- endoreg_db/helpers/count_db.py +45 -0
- endoreg_db/helpers/data_loader.py +208 -0
- endoreg_db/helpers/default_objects.py +378 -0
- endoreg_db/helpers/download_segmentation_model.py +31 -0
- endoreg_db/helpers/interact.py +6 -0
- endoreg_db/helpers/test_video_helper.py +119 -0
- endoreg_db/logger_conf.py +140 -0
- endoreg_db/management/__init__.py +1 -0
- endoreg_db/management/commands/__init__.py +1 -0
- endoreg_db/management/commands/anonymize_video.py +0 -0
- endoreg_db/management/commands/check_auth.py +125 -0
- endoreg_db/management/commands/create_model_meta_from_huggingface.py +115 -0
- endoreg_db/management/commands/create_multilabel_model_meta.py +214 -0
- endoreg_db/management/commands/fix_missing_patient_data.py +172 -0
- endoreg_db/management/commands/fix_video_paths.py +165 -0
- endoreg_db/management/commands/import_fallback_video.py +203 -0
- endoreg_db/management/commands/import_report.py +298 -0
- endoreg_db/management/commands/import_video.py +423 -0
- endoreg_db/management/commands/import_video_with_classification.py +367 -0
- endoreg_db/management/commands/init_default_ai_model.py +112 -0
- endoreg_db/management/commands/load_ai_model_data.py +77 -45
- endoreg_db/management/commands/load_ai_model_label_data.py +59 -0
- endoreg_db/management/commands/load_base_db_data.py +192 -128
- endoreg_db/management/commands/load_center_data.py +68 -43
- endoreg_db/management/commands/{load_medication_intake_time_data.py → load_contraindication_data.py} +40 -40
- endoreg_db/management/commands/load_disease_classification_choices_data.py +40 -40
- endoreg_db/management/commands/load_disease_classification_data.py +40 -40
- endoreg_db/management/commands/load_disease_data.py +61 -39
- endoreg_db/management/commands/load_distribution_data.py +65 -65
- endoreg_db/management/commands/{load_endoscope_type_data.py → load_endoscope_data.py} +67 -44
- endoreg_db/management/commands/load_event_data.py +40 -40
- endoreg_db/management/commands/load_examination_data.py +74 -74
- endoreg_db/management/commands/load_examination_indication_data.py +86 -0
- endoreg_db/management/commands/load_finding_data.py +128 -0
- endoreg_db/management/commands/load_gender_data.py +43 -43
- endoreg_db/management/commands/load_green_endoscopy_wuerzburg_data.py +131 -132
- endoreg_db/management/commands/load_information_source.py +50 -44
- endoreg_db/management/commands/load_lab_value_data.py +49 -49
- endoreg_db/management/commands/load_medication_data.py +103 -41
- endoreg_db/management/commands/load_name_data.py +37 -0
- endoreg_db/management/commands/{load_medication_indication_type_data.py → load_organ_data.py} +42 -40
- endoreg_db/management/commands/load_pdf_type_data.py +60 -60
- endoreg_db/management/commands/load_profession_data.py +43 -43
- endoreg_db/management/commands/load_qualification_data.py +59 -0
- endoreg_db/management/commands/{load_report_reader_flag.py → load_report_reader_flag_data.py} +45 -45
- endoreg_db/management/commands/load_requirement_data.py +180 -0
- endoreg_db/management/commands/load_risk_data.py +56 -0
- endoreg_db/management/commands/load_shift_data.py +60 -0
- endoreg_db/management/commands/load_tag_data.py +57 -0
- endoreg_db/management/commands/load_unit_data.py +45 -45
- endoreg_db/management/commands/load_user_groups.py +28 -28
- endoreg_db/management/commands/register_ai_model.py +64 -65
- endoreg_db/management/commands/reset_celery_schedule.py +9 -9
- endoreg_db/management/commands/setup_endoreg_db.py +381 -0
- endoreg_db/management/commands/start_filewatcher.py +106 -0
- endoreg_db/management/commands/storage_management.py +548 -0
- endoreg_db/management/commands/summarize_db_content.py +189 -0
- endoreg_db/management/commands/validate_video.py +204 -0
- endoreg_db/management/commands/validate_video_files.py +161 -0
- endoreg_db/management/commands/video_validation.py +22 -0
- endoreg_db/mermaid/Overall_flow_patient_finding_intervention.md +10 -0
- endoreg_db/mermaid/anonymized_image_annotation.md +20 -0
- endoreg_db/mermaid/binary_classification_annotation.md +50 -0
- endoreg_db/mermaid/classification.md +8 -0
- endoreg_db/mermaid/examination.md +8 -0
- endoreg_db/mermaid/findings.md +7 -0
- endoreg_db/mermaid/image_classification.md +28 -0
- endoreg_db/mermaid/interventions.md +8 -0
- endoreg_db/mermaid/morphology.md +8 -0
- endoreg_db/mermaid/patient_creation.md +14 -0
- endoreg_db/mermaid/video_segmentation_annotation.md +17 -0
- endoreg_db/migrations/0001_initial.py +1857 -582
- endoreg_db/migrations/0002_add_video_correction_models.py +52 -0
- endoreg_db/migrations/0003_add_center_display_name.py +30 -0
- endoreg_db/models/__init__.py +359 -74
- endoreg_db/models/administration/__init__.py +116 -0
- endoreg_db/models/administration/ai/__init__.py +9 -0
- endoreg_db/models/administration/ai/active_model.py +35 -0
- endoreg_db/models/administration/ai/ai_model.py +156 -0
- endoreg_db/models/{ai_model → administration/ai}/model_type.py +41 -26
- endoreg_db/models/administration/case/__init__.py +19 -0
- endoreg_db/models/administration/case/case.py +114 -0
- endoreg_db/models/{case_template → administration/case/case_template}/__init__.py +15 -6
- endoreg_db/models/{case_template → administration/case/case_template}/case_template.py +125 -81
- endoreg_db/models/{case_template → administration/case/case_template}/case_template_rule.py +269 -276
- endoreg_db/models/{case_template → administration/case/case_template}/case_template_rule_value.py +86 -73
- endoreg_db/models/{case_template → administration/case/case_template}/case_template_type.py +26 -28
- endoreg_db/models/{center → administration/center}/__init__.py +13 -4
- endoreg_db/models/administration/center/center.py +67 -0
- endoreg_db/models/administration/center/center_product.py +64 -0
- endoreg_db/models/administration/center/center_resource.py +49 -0
- endoreg_db/models/administration/center/center_shift.py +88 -0
- endoreg_db/models/administration/center/center_waste.py +30 -0
- endoreg_db/models/administration/permissions/__init__.py +44 -0
- endoreg_db/models/administration/person/__init__.py +24 -0
- endoreg_db/models/administration/person/employee/__init__.py +3 -0
- endoreg_db/models/administration/person/employee/employee.py +35 -0
- endoreg_db/models/administration/person/employee/employee_qualification.py +39 -0
- endoreg_db/models/administration/person/employee/employee_type.py +42 -0
- endoreg_db/models/administration/person/examiner/__init__.py +4 -0
- endoreg_db/models/administration/person/examiner/examiner.py +54 -0
- endoreg_db/models/administration/person/names/__init__.py +0 -0
- endoreg_db/models/{persons → administration/person/names}/first_name.py +18 -18
- endoreg_db/models/{persons → administration/person/names}/last_name.py +18 -19
- endoreg_db/models/administration/person/patient/__init__.py +5 -0
- endoreg_db/models/administration/person/patient/patient.py +460 -0
- endoreg_db/models/{persons → administration/person}/person.py +31 -31
- endoreg_db/models/administration/person/profession/__init__.py +24 -0
- endoreg_db/models/administration/person/user/__init__.py +5 -0
- endoreg_db/models/administration/person/user/portal_user_information.py +37 -0
- endoreg_db/models/administration/product/__init__.py +14 -0
- endoreg_db/models/administration/product/product.py +97 -0
- endoreg_db/models/administration/product/product_group.py +39 -0
- endoreg_db/models/administration/product/product_material.py +54 -0
- endoreg_db/models/{product → administration/product}/product_weight.py +47 -26
- endoreg_db/models/{product → administration/product}/reference_product.py +130 -99
- endoreg_db/models/administration/qualification/__init__.py +7 -0
- endoreg_db/models/administration/qualification/qualification.py +37 -0
- endoreg_db/models/administration/qualification/qualification_type.py +35 -0
- endoreg_db/models/administration/shift/__init__.py +9 -0
- endoreg_db/models/administration/shift/scheduled_days.py +69 -0
- endoreg_db/models/administration/shift/shift.py +51 -0
- endoreg_db/models/administration/shift/shift_type.py +108 -0
- endoreg_db/models/label/__init__.py +24 -1
- endoreg_db/models/label/annotation/__init__.py +12 -0
- endoreg_db/models/label/annotation/image_classification.py +84 -0
- endoreg_db/models/label/annotation/video_segmentation_annotation.py +66 -0
- endoreg_db/models/label/label.py +83 -84
- endoreg_db/models/label/label_set.py +53 -0
- endoreg_db/models/label/label_type.py +29 -0
- endoreg_db/models/label/label_video_segment/__init__.py +3 -0
- endoreg_db/models/label/label_video_segment/_create_from_video.py +41 -0
- endoreg_db/models/label/label_video_segment/label_video_segment.py +511 -0
- endoreg_db/models/label/video_segmentation_label.py +31 -0
- endoreg_db/models/label/video_segmentation_labelset.py +27 -0
- endoreg_db/models/media/__init__.py +16 -0
- endoreg_db/models/media/frame/__init__.py +3 -0
- endoreg_db/models/media/frame/frame.py +111 -0
- endoreg_db/models/media/pdf/__init__.py +11 -0
- endoreg_db/models/media/pdf/raw_pdf.py +757 -0
- endoreg_db/models/media/pdf/report_file.py +162 -0
- endoreg_db/models/media/pdf/report_reader/__init__.py +7 -0
- endoreg_db/models/media/pdf/report_reader/report_reader_config.py +77 -0
- endoreg_db/models/{report_reader → media/pdf/report_reader}/report_reader_flag.py +19 -19
- endoreg_db/models/media/video/__init__.py +8 -0
- endoreg_db/models/media/video/create_from_file.py +358 -0
- endoreg_db/models/media/video/pipe_1.py +213 -0
- endoreg_db/models/media/video/pipe_2.py +105 -0
- endoreg_db/models/media/video/refactor_plan.md +0 -0
- endoreg_db/models/media/video/video_file.py +825 -0
- endoreg_db/models/media/video/video_file_ai.py +443 -0
- endoreg_db/models/media/video/video_file_anonymize.py +349 -0
- endoreg_db/models/media/video/video_file_frames/__init__.py +47 -0
- endoreg_db/models/media/video/video_file_frames/_bulk_create_frames.py +22 -0
- endoreg_db/models/media/video/video_file_frames/_create_frame_object.py +23 -0
- endoreg_db/models/media/video/video_file_frames/_delete_frames.py +104 -0
- endoreg_db/models/media/video/video_file_frames/_extract_frames.py +174 -0
- endoreg_db/models/media/video/video_file_frames/_get_frame.py +28 -0
- endoreg_db/models/media/video/video_file_frames/_get_frame_number.py +27 -0
- endoreg_db/models/media/video/video_file_frames/_get_frame_path.py +20 -0
- endoreg_db/models/media/video/video_file_frames/_get_frame_paths.py +27 -0
- endoreg_db/models/media/video/video_file_frames/_get_frame_range.py +34 -0
- endoreg_db/models/media/video/video_file_frames/_get_frames.py +27 -0
- endoreg_db/models/media/video/video_file_frames/_initialize_frames.py +129 -0
- endoreg_db/models/media/video/video_file_frames/_manage_frame_range.py +141 -0
- endoreg_db/models/media/video/video_file_frames/_mark_frames_extracted_status.py +65 -0
- endoreg_db/models/media/video/video_file_frames.py +0 -0
- endoreg_db/models/media/video/video_file_io.py +168 -0
- endoreg_db/models/media/video/video_file_meta/__init__.py +22 -0
- endoreg_db/models/media/video/video_file_meta/get_crop_template.py +45 -0
- endoreg_db/models/media/video/video_file_meta/get_endo_roi.py +39 -0
- endoreg_db/models/media/video/video_file_meta/get_fps.py +147 -0
- endoreg_db/models/media/video/video_file_meta/initialize_video_specs.py +143 -0
- endoreg_db/models/media/video/video_file_meta/text_meta.py +134 -0
- endoreg_db/models/media/video/video_file_meta/video_meta.py +70 -0
- endoreg_db/models/media/video/video_file_segments.py +209 -0
- endoreg_db/models/media/video/video_metadata.py +65 -0
- endoreg_db/models/media/video/video_processing.py +152 -0
- endoreg_db/models/medical/__init__.py +146 -0
- endoreg_db/models/medical/contraindication/__init__.py +17 -0
- endoreg_db/models/medical/disease.py +156 -0
- endoreg_db/models/medical/event.py +137 -0
- endoreg_db/models/medical/examination/__init__.py +9 -0
- endoreg_db/models/medical/examination/examination.py +148 -0
- endoreg_db/models/medical/examination/examination_indication.py +278 -0
- endoreg_db/models/medical/examination/examination_time.py +49 -0
- endoreg_db/models/medical/examination/examination_time_type.py +41 -0
- endoreg_db/models/medical/examination/examination_type.py +48 -0
- endoreg_db/models/medical/finding/__init__.py +18 -0
- endoreg_db/models/medical/finding/finding.py +96 -0
- endoreg_db/models/medical/finding/finding_classification.py +142 -0
- endoreg_db/models/medical/finding/finding_intervention.py +52 -0
- endoreg_db/models/medical/finding/finding_type.py +35 -0
- endoreg_db/models/medical/hardware/__init__.py +8 -0
- endoreg_db/models/medical/hardware/endoscope.py +65 -0
- endoreg_db/models/{hardware → medical/hardware}/endoscopy_processor.py +182 -143
- endoreg_db/models/medical/laboratory/__init__.py +5 -0
- endoreg_db/models/medical/laboratory/lab_value.py +419 -0
- endoreg_db/models/medical/medication/__init__.py +19 -0
- endoreg_db/models/medical/medication/medication.py +31 -0
- endoreg_db/models/medical/medication/medication_indication.py +50 -0
- endoreg_db/models/medical/medication/medication_indication_type.py +39 -0
- endoreg_db/models/medical/medication/medication_intake_time.py +44 -0
- endoreg_db/models/medical/medication/medication_schedule.py +45 -0
- endoreg_db/models/medical/organ/__init__.py +35 -0
- endoreg_db/models/medical/patient/__init__.py +56 -0
- endoreg_db/models/medical/patient/medication_examples.py +38 -0
- endoreg_db/models/medical/patient/patient_disease.py +63 -0
- endoreg_db/models/medical/patient/patient_event.py +75 -0
- endoreg_db/models/medical/patient/patient_examination.py +249 -0
- endoreg_db/models/medical/patient/patient_examination_indication.py +44 -0
- endoreg_db/models/medical/patient/patient_finding.py +357 -0
- endoreg_db/models/medical/patient/patient_finding_classification.py +207 -0
- endoreg_db/models/medical/patient/patient_finding_intervention.py +40 -0
- endoreg_db/models/medical/patient/patient_lab_sample.py +148 -0
- endoreg_db/models/{persons → medical}/patient/patient_lab_value.py +222 -176
- endoreg_db/models/medical/patient/patient_medication.py +104 -0
- endoreg_db/models/medical/patient/patient_medication_schedule.py +136 -0
- endoreg_db/models/medical/risk/__init__.py +7 -0
- endoreg_db/models/medical/risk/risk.py +72 -0
- endoreg_db/models/medical/risk/risk_type.py +51 -0
- endoreg_db/models/metadata/__init__.py +19 -0
- endoreg_db/models/metadata/frame_ocr_result.py +0 -0
- endoreg_db/models/metadata/model_meta.py +206 -0
- endoreg_db/models/metadata/model_meta_logic.py +343 -0
- endoreg_db/models/{data_file/metadata → metadata}/pdf_meta.py +89 -70
- endoreg_db/models/metadata/sensitive_meta.py +288 -0
- endoreg_db/models/metadata/sensitive_meta_logic.py +1048 -0
- endoreg_db/models/metadata/video_meta.py +332 -0
- endoreg_db/models/metadata/video_prediction_logic.py +190 -0
- endoreg_db/models/metadata/video_prediction_meta.py +270 -0
- endoreg_db/models/other/__init__.py +40 -5
- endoreg_db/models/other/distribution/__init__.py +44 -0
- endoreg_db/models/other/distribution/base_value_distribution.py +20 -0
- endoreg_db/models/other/distribution/date_value_distribution.py +89 -0
- endoreg_db/models/other/distribution/multiple_categorical_value_distribution.py +32 -0
- endoreg_db/models/other/distribution/numeric_value_distribution.py +125 -0
- endoreg_db/models/other/distribution/single_categorical_value_distribution.py +22 -0
- endoreg_db/models/other/emission/__init__.py +5 -0
- endoreg_db/models/other/emission/emission_factor.py +94 -0
- endoreg_db/models/{persons → other}/gender.py +27 -22
- endoreg_db/models/other/information_source.py +159 -0
- endoreg_db/models/other/material.py +28 -16
- endoreg_db/models/other/resource.py +21 -17
- endoreg_db/models/other/tag.py +27 -0
- endoreg_db/models/other/transport_route.py +33 -21
- endoreg_db/models/{unit.py → other/unit.py} +32 -22
- endoreg_db/models/other/waste.py +27 -20
- endoreg_db/models/requirement/__init__.py +11 -0
- endoreg_db/models/requirement/requirement.py +767 -0
- endoreg_db/models/requirement/requirement_evaluation/__init__.py +6 -0
- endoreg_db/models/requirement/requirement_evaluation/get_values.py +40 -0
- endoreg_db/models/requirement/requirement_evaluation/operator_evaluation_models.py +9 -0
- endoreg_db/models/requirement/requirement_evaluation/requirement_type_parser.py +95 -0
- endoreg_db/models/requirement/requirement_operator.py +176 -0
- endoreg_db/models/requirement/requirement_set.py +287 -0
- endoreg_db/models/rule/__init__.py +13 -0
- endoreg_db/models/{rules → rule}/rule.py +27 -24
- endoreg_db/models/{rules → rule}/rule_applicator.py +224 -224
- endoreg_db/models/{rules → rule}/rule_attribute_dtype.py +16 -18
- endoreg_db/models/{rules → rule}/rule_type.py +19 -21
- endoreg_db/models/{rules → rule}/ruleset.py +17 -19
- endoreg_db/models/state/__init__.py +12 -0
- endoreg_db/models/state/abstract.py +11 -0
- endoreg_db/models/state/audit_ledger.py +150 -0
- endoreg_db/models/state/label_video_segment.py +22 -0
- endoreg_db/models/state/raw_pdf.py +187 -0
- endoreg_db/models/state/sensitive_meta.py +46 -0
- endoreg_db/models/state/video.py +232 -0
- endoreg_db/models/upload_job.py +99 -0
- endoreg_db/models/utils.py +135 -0
- endoreg_db/queries/__init__.py +4 -4
- endoreg_db/queries/annotations/__init__.py +2 -2
- endoreg_db/queries/annotations/legacy.py +158 -159
- endoreg_db/renames.yml +8 -0
- endoreg_db/root_urls.py +9 -0
- endoreg_db/schemas/__init__.py +0 -0
- endoreg_db/schemas/examination_evaluation.py +27 -0
- endoreg_db/serializers/Frames_NICE_and_PARIS_classifications.py +775 -0
- endoreg_db/serializers/__init__.py +118 -10
- endoreg_db/serializers/_old/raw_pdf_meta_validation.py +223 -0
- endoreg_db/serializers/_old/raw_video_meta_validation.py +179 -0
- endoreg_db/serializers/_old/video.py +71 -0
- endoreg_db/serializers/administration/__init__.py +14 -0
- endoreg_db/serializers/administration/ai/__init__.py +10 -0
- endoreg_db/serializers/administration/ai/active_model.py +10 -0
- endoreg_db/serializers/administration/ai/ai_model.py +18 -0
- endoreg_db/serializers/administration/ai/model_type.py +10 -0
- endoreg_db/serializers/administration/center.py +9 -0
- endoreg_db/serializers/administration/gender.py +9 -0
- endoreg_db/serializers/anonymization.py +69 -0
- endoreg_db/serializers/evaluation/examination_evaluation.py +1 -0
- endoreg_db/serializers/examination/__init__.py +10 -0
- endoreg_db/serializers/examination/base.py +46 -0
- endoreg_db/serializers/examination/dropdown.py +21 -0
- endoreg_db/serializers/examination_serializer.py +12 -0
- endoreg_db/serializers/finding/__init__.py +5 -0
- endoreg_db/serializers/finding/finding.py +54 -0
- endoreg_db/serializers/finding_classification/__init__.py +7 -0
- endoreg_db/serializers/finding_classification/choice.py +19 -0
- endoreg_db/serializers/finding_classification/classification.py +13 -0
- endoreg_db/serializers/label/__init__.py +7 -0
- endoreg_db/serializers/label/image_classification_annotation.py +62 -0
- endoreg_db/serializers/label/label.py +15 -0
- endoreg_db/serializers/label_video_segment/__init__.py +7 -0
- endoreg_db/serializers/label_video_segment/_lvs_create.py +149 -0
- endoreg_db/serializers/label_video_segment/_lvs_update.py +138 -0
- endoreg_db/serializers/label_video_segment/_lvs_validate.py +149 -0
- endoreg_db/serializers/label_video_segment/label_video_segment.py +344 -0
- endoreg_db/serializers/label_video_segment/label_video_segment_annotation.py +99 -0
- endoreg_db/serializers/label_video_segment/label_video_segment_update.py +163 -0
- endoreg_db/serializers/meta/__init__.py +19 -0
- endoreg_db/serializers/meta/pdf_file_meta_extraction.py +115 -0
- endoreg_db/serializers/meta/report_meta.py +53 -0
- endoreg_db/serializers/meta/sensitive_meta_detail.py +162 -0
- endoreg_db/serializers/meta/sensitive_meta_update.py +148 -0
- endoreg_db/serializers/meta/sensitive_meta_verification.py +59 -0
- endoreg_db/serializers/meta/video_meta.py +39 -0
- endoreg_db/serializers/misc/__init__.py +14 -0
- endoreg_db/serializers/misc/file_overview.py +182 -0
- endoreg_db/serializers/misc/sensitive_patient_data.py +120 -0
- endoreg_db/serializers/misc/stats.py +33 -0
- endoreg_db/serializers/misc/translatable_field_mix_in.py +44 -0
- endoreg_db/serializers/misc/upload_job.py +71 -0
- endoreg_db/serializers/patient/__init__.py +11 -0
- endoreg_db/serializers/patient/patient.py +86 -0
- endoreg_db/serializers/patient/patient_dropdown.py +27 -0
- endoreg_db/serializers/patient_examination/__init__.py +7 -0
- endoreg_db/serializers/patient_examination/patient_examination.py +141 -0
- endoreg_db/serializers/patient_finding/__init__.py +15 -0
- endoreg_db/serializers/patient_finding/patient_finding.py +31 -0
- endoreg_db/serializers/patient_finding/patient_finding_classification.py +39 -0
- endoreg_db/serializers/patient_finding/patient_finding_detail.py +53 -0
- endoreg_db/serializers/patient_finding/patient_finding_intervention.py +26 -0
- endoreg_db/serializers/patient_finding/patient_finding_list.py +41 -0
- endoreg_db/serializers/patient_finding/patient_finding_write.py +126 -0
- endoreg_db/serializers/pdf/__init__.py +5 -0
- endoreg_db/serializers/pdf/anony_text_validation.py +85 -0
- endoreg_db/serializers/report/__init__.py +9 -0
- endoreg_db/serializers/report/mixins.py +45 -0
- endoreg_db/serializers/report/report.py +105 -0
- endoreg_db/serializers/report/report_list.py +22 -0
- endoreg_db/serializers/report/secure_file_url.py +26 -0
- endoreg_db/serializers/requirements/requirement_schema.py +25 -0
- endoreg_db/serializers/requirements/requirement_sets.py +29 -0
- endoreg_db/serializers/sensitive_meta_serializer.py +282 -0
- endoreg_db/serializers/video/__init__.py +7 -0
- endoreg_db/serializers/video/segmentation.py +263 -0
- endoreg_db/serializers/video/video_file_brief.py +10 -0
- endoreg_db/serializers/video/video_file_detail.py +83 -0
- endoreg_db/serializers/video/video_file_list.py +67 -0
- endoreg_db/serializers/video/video_metadata.py +105 -0
- endoreg_db/serializers/video/video_processing_history.py +153 -0
- endoreg_db/serializers/video_examination.py +198 -0
- endoreg_db/services/__init__.py +5 -0
- endoreg_db/services/anonymization.py +223 -0
- endoreg_db/services/examination_evaluation.py +149 -0
- endoreg_db/services/finding_description_service.py +0 -0
- endoreg_db/services/lookup_service.py +411 -0
- endoreg_db/services/lookup_store.py +266 -0
- endoreg_db/services/pdf_import.py +1382 -0
- endoreg_db/services/polling_coordinator.py +288 -0
- endoreg_db/services/pseudonym_service.py +89 -0
- endoreg_db/services/requirements_object.py +147 -0
- endoreg_db/services/segment_sync.py +155 -0
- endoreg_db/services/storage_aware_video_processor.py +344 -0
- endoreg_db/services/video_import.py +1259 -0
- endoreg_db/tasks/upload_tasks.py +207 -0
- endoreg_db/tasks/video_ingest.py +157 -0
- endoreg_db/tasks/video_processing_tasks.py +327 -0
- endoreg_db/templates/admin/patient_finding_intervention.html +253 -0
- endoreg_db/templates/admin/start_examination.html +12 -0
- endoreg_db/templates/timeline.html +176 -0
- endoreg_db/urls/__init__.py +83 -0
- endoreg_db/urls/anonymization.py +32 -0
- endoreg_db/urls/auth.py +16 -0
- endoreg_db/urls/classification.py +39 -0
- endoreg_db/urls/examination.py +54 -0
- endoreg_db/urls/files.py +6 -0
- endoreg_db/urls/label_video_segment_validate.py +33 -0
- endoreg_db/urls/label_video_segments.py +46 -0
- endoreg_db/urls/media.py +227 -0
- endoreg_db/urls/patient.py +19 -0
- endoreg_db/urls/report.py +48 -0
- endoreg_db/urls/requirements.py +13 -0
- endoreg_db/urls/sensitive_meta.py +0 -0
- endoreg_db/urls/stats.py +46 -0
- endoreg_db/urls/upload.py +20 -0
- endoreg_db/urls/video.py +61 -0
- endoreg_db/urls.py +9 -0
- endoreg_db/utils/__init__.py +88 -1
- endoreg_db/utils/ai/__init__.py +9 -0
- endoreg_db/{models/ai_model/utils.py → utils/ai/get.py} +5 -8
- endoreg_db/utils/ai/inference_dataset.py +52 -0
- endoreg_db/utils/ai/multilabel_classification_net.py +159 -0
- endoreg_db/utils/ai/postprocess.py +63 -0
- endoreg_db/utils/ai/predict.py +291 -0
- endoreg_db/utils/ai/preprocess.py +68 -0
- endoreg_db/utils/calc_duration_seconds.py +24 -0
- endoreg_db/utils/case_generator/__init__.py +0 -0
- endoreg_db/utils/case_generator/case_generator.py +159 -0
- endoreg_db/utils/case_generator/lab_sample_factory.py +33 -0
- endoreg_db/utils/case_generator/utils.py +30 -0
- endoreg_db/utils/check_video_files.py +148 -0
- endoreg_db/utils/cropping.py +28 -28
- endoreg_db/utils/dataloader.py +175 -92
- endoreg_db/utils/dates.py +60 -0
- endoreg_db/utils/env.py +33 -0
- endoreg_db/utils/extract_specific_frames.py +72 -0
- endoreg_db/utils/file_operations.py +58 -30
- endoreg_db/utils/fix_video_path_direct.py +141 -0
- endoreg_db/utils/frame_anonymization_utils.py +463 -0
- endoreg_db/utils/hashs.py +153 -34
- endoreg_db/utils/links/__init__.py +0 -0
- endoreg_db/utils/links/requirement_link.py +193 -0
- endoreg_db/utils/mime_types.py +0 -0
- endoreg_db/utils/names.py +76 -0
- endoreg_db/utils/ocr.py +190 -197
- endoreg_db/utils/parse_and_generate_yaml.py +46 -0
- endoreg_db/utils/paths.py +95 -0
- endoreg_db/utils/permissions.py +143 -0
- endoreg_db/utils/pipelines/Readme.md +235 -0
- endoreg_db/utils/pipelines/__init__.py +0 -0
- endoreg_db/utils/pipelines/process_video_dir.py +120 -0
- endoreg_db/utils/product/__init__.py +0 -0
- endoreg_db/utils/product/sum_emissions.py +20 -0
- endoreg_db/utils/product/sum_weights.py +18 -0
- endoreg_db/utils/pydantic_models/__init__.py +6 -0
- endoreg_db/utils/pydantic_models/db_config.py +57 -0
- endoreg_db/utils/requirement_helpers.py +0 -0
- endoreg_db/utils/requirement_operator_logic/__init__.py +0 -0
- endoreg_db/utils/requirement_operator_logic/lab_value_operators.py +578 -0
- endoreg_db/utils/requirement_operator_logic/model_evaluators.py +368 -0
- endoreg_db/utils/setup_config.py +177 -0
- endoreg_db/utils/translation.py +27 -0
- endoreg_db/utils/uuid.py +4 -4
- endoreg_db/utils/validate_endo_roi.py +19 -0
- endoreg_db/utils/validate_subcategory_dict.py +91 -0
- endoreg_db/utils/validate_video_detailed.py +357 -0
- endoreg_db/utils/video/__init__.py +26 -0
- endoreg_db/utils/video/extract_frames.py +88 -0
- endoreg_db/utils/video/ffmpeg_wrapper.py +835 -0
- endoreg_db/utils/video/names.py +42 -0
- endoreg_db/utils/video/streaming_processor.py +312 -0
- endoreg_db/utils/video/video_splitter.py +94 -0
- endoreg_db/views/Frames_NICE_and_PARIS_classifications_views.py +238 -0
- endoreg_db/views/__init__.py +275 -0
- endoreg_db/views/anonymization/__init__.py +27 -0
- endoreg_db/views/anonymization/media_management.py +454 -0
- endoreg_db/views/anonymization/overview.py +216 -0
- endoreg_db/views/anonymization/validate.py +107 -0
- endoreg_db/views/auth/__init__.py +13 -0
- endoreg_db/views/auth/keycloak.py +113 -0
- endoreg_db/views/examination/__init__.py +33 -0
- endoreg_db/views/examination/examination.py +37 -0
- endoreg_db/views/examination/examination_manifest_cache.py +26 -0
- endoreg_db/views/examination/get_finding_classification_choices.py +59 -0
- endoreg_db/views/examination/get_finding_classifications.py +36 -0
- endoreg_db/views/examination/get_findings.py +41 -0
- endoreg_db/views/examination/get_instruments.py +18 -0
- endoreg_db/views/examination/get_interventions.py +14 -0
- endoreg_db/views/finding/__init__.py +9 -0
- endoreg_db/views/finding/finding.py +112 -0
- endoreg_db/views/finding/get_classifications.py +14 -0
- endoreg_db/views/finding/get_interventions.py +17 -0
- endoreg_db/views/finding_classification/__init__.py +13 -0
- endoreg_db/views/finding_classification/base.py +0 -0
- endoreg_db/views/finding_classification/finding_classification.py +42 -0
- endoreg_db/views/finding_classification/get_classification_choices.py +55 -0
- endoreg_db/views/label/__init__.py +5 -0
- endoreg_db/views/label/label.py +15 -0
- endoreg_db/views/label_video_segment/__init__.py +16 -0
- endoreg_db/views/label_video_segment/create_lvs_from_annotation.py +44 -0
- endoreg_db/views/label_video_segment/get_lvs_by_name_and_video.py +50 -0
- endoreg_db/views/label_video_segment/label_video_segment.py +77 -0
- endoreg_db/views/label_video_segment/label_video_segment_by_label.py +174 -0
- endoreg_db/views/label_video_segment/label_video_segment_detail.py +73 -0
- endoreg_db/views/label_video_segment/update_lvs_from_annotation.py +46 -0
- endoreg_db/views/label_video_segment/validate.py +226 -0
- endoreg_db/views/media/__init__.py +45 -0
- endoreg_db/views/media/pdf_media.py +388 -0
- endoreg_db/views/media/segments.py +71 -0
- endoreg_db/views/media/sensitive_metadata.py +314 -0
- endoreg_db/views/media/video_media.py +272 -0
- endoreg_db/views/media/video_segments.py +524 -0
- endoreg_db/views/meta/__init__.py +15 -0
- endoreg_db/views/meta/available_files_list.py +146 -0
- endoreg_db/views/meta/report_meta.py +53 -0
- endoreg_db/views/meta/sensitive_meta_detail.py +148 -0
- endoreg_db/views/meta/sensitive_meta_list.py +104 -0
- endoreg_db/views/meta/sensitive_meta_verification.py +71 -0
- endoreg_db/views/misc/__init__.py +63 -0
- endoreg_db/views/misc/center.py +13 -0
- endoreg_db/views/misc/csrf.py +7 -0
- endoreg_db/views/misc/gender.py +14 -0
- endoreg_db/views/misc/secure_file_serving_view.py +80 -0
- endoreg_db/views/misc/secure_file_url_view.py +84 -0
- endoreg_db/views/misc/secure_url_validate.py +79 -0
- endoreg_db/views/misc/stats.py +220 -0
- endoreg_db/views/misc/translation.py +182 -0
- endoreg_db/views/misc/upload_views.py +240 -0
- endoreg_db/views/patient/__init__.py +5 -0
- endoreg_db/views/patient/patient.py +210 -0
- endoreg_db/views/patient_examination/DEPRECATED_video_backup.py +164 -0
- endoreg_db/views/patient_examination/__init__.py +11 -0
- endoreg_db/views/patient_examination/patient_examination.py +140 -0
- endoreg_db/views/patient_examination/patient_examination_create.py +63 -0
- endoreg_db/views/patient_examination/patient_examination_detail.py +66 -0
- endoreg_db/views/patient_examination/patient_examination_list.py +68 -0
- endoreg_db/views/patient_examination/video.py +194 -0
- endoreg_db/views/patient_finding/__init__.py +7 -0
- endoreg_db/views/patient_finding/base.py +0 -0
- endoreg_db/views/patient_finding/patient_finding.py +64 -0
- endoreg_db/views/patient_finding/patient_finding_optimized.py +259 -0
- endoreg_db/views/patient_finding_classification/__init__.py +5 -0
- endoreg_db/views/patient_finding_classification/pfc_create.py +67 -0
- endoreg_db/views/patient_finding_location/__init__.py +5 -0
- endoreg_db/views/patient_finding_location/pfl_create.py +70 -0
- endoreg_db/views/patient_finding_morphology/__init__.py +5 -0
- endoreg_db/views/patient_finding_morphology/pfm_create.py +70 -0
- endoreg_db/views/pdf/__init__.py +8 -0
- endoreg_db/views/pdf/pdf_stream.py +187 -0
- endoreg_db/views/pdf/reimport.py +177 -0
- endoreg_db/views/report/__init__.py +9 -0
- endoreg_db/views/report/report_list.py +112 -0
- endoreg_db/views/report/report_with_secure_url.py +28 -0
- endoreg_db/views/report/start_examination.py +7 -0
- endoreg_db/views/requirement/__init__.py +10 -0
- endoreg_db/views/requirement/evaluate.py +279 -0
- endoreg_db/views/requirement/lookup.py +367 -0
- endoreg_db/views/requirement/lookup_store.py +252 -0
- endoreg_db/views/requirement_lookup/lookup.py +0 -0
- endoreg_db/views/requirement_lookup/lookup_store.py +0 -0
- endoreg_db/views/stats/__init__.py +13 -0
- endoreg_db/views/stats/stats_views.py +229 -0
- endoreg_db/views/video/__init__.py +59 -0
- endoreg_db/views/video/correction.py +530 -0
- endoreg_db/views/video/reimport.py +195 -0
- endoreg_db/views/video/segmentation.py +274 -0
- endoreg_db/views/video/task_status.py +49 -0
- endoreg_db/views/video/timeline.py +46 -0
- endoreg_db/views/video/video_analyze.py +52 -0
- endoreg_db/views/video/video_apply_mask.py +48 -0
- endoreg_db/views/video/video_correction.py +21 -0
- endoreg_db/views/video/video_download_processed.py +58 -0
- endoreg_db/views/video/video_examination_viewset.py +242 -0
- endoreg_db/views/video/video_meta.py +29 -0
- endoreg_db/views/video/video_processing_history.py +24 -0
- endoreg_db/views/video/video_remove_frames.py +48 -0
- endoreg_db/views/video/video_stream.py +306 -0
- endoreg_db/views.py +0 -3
- endoreg_db-0.8.6.1.dist-info/METADATA +383 -0
- endoreg_db-0.8.6.1.dist-info/RECORD +793 -0
- {endoreg_db-0.3.6.dist-info → endoreg_db-0.8.6.1.dist-info}/WHEEL +1 -1
- {endoreg_db-0.3.6.dist-info → endoreg_db-0.8.6.1.dist-info/licenses}/LICENSE +674 -674
- endoreg_db/data/active_model/data.yaml +0 -3
- endoreg_db/data/label/label-set/data.yaml +0 -18
- endoreg_db/management/commands/_load_model_template.py +0 -41
- endoreg_db/management/commands/delete_all.py +0 -18
- endoreg_db/management/commands/delete_legacy_images.py +0 -19
- endoreg_db/management/commands/delete_legacy_videos.py +0 -17
- endoreg_db/management/commands/extract_legacy_video_frames.py +0 -18
- endoreg_db/management/commands/fetch_legacy_image_dataset.py +0 -32
- endoreg_db/management/commands/fix_auth_permission.py +0 -20
- endoreg_db/management/commands/import_legacy_images.py +0 -94
- endoreg_db/management/commands/import_legacy_videos.py +0 -76
- endoreg_db/management/commands/load_active_model_data.py +0 -45
- endoreg_db/management/commands/load_endoscopy_processor_data.py +0 -45
- endoreg_db/management/commands/load_g_play_data.py +0 -113
- endoreg_db/management/commands/load_label_data.py +0 -67
- endoreg_db/management/commands/load_medication_indication_data.py +0 -63
- endoreg_db/management/commands/load_medication_schedule_data.py +0 -55
- endoreg_db/migrations/0002_rawvideofile.py +0 -26
- endoreg_db/migrations/0003_rawvideofile_frames_required.py +0 -18
- endoreg_db/migrations/0004_rename_hash_rawvideofile_video_hash.py +0 -18
- endoreg_db/migrations/0005_ffmpegmeta_remove_videoimportmeta_center_and_more.py +0 -56
- endoreg_db/migrations/0006_rawvideofile_center_alter_videometa_processor.py +0 -25
- endoreg_db/migrations/0007_rawvideofile_processor.py +0 -19
- endoreg_db/migrations/0008_rename_frames_required_rawvideofile_state_frames_required.py +0 -18
- endoreg_db/migrations/0009_sensitivemeta_rawvideofile_sensitive_meta.py +0 -31
- endoreg_db/migrations/0010_rename_endoscope_serial_number_sensitivemeta_endoscope_sn.py +0 -18
- endoreg_db/migrations/0011_rawvideofile_state_sensitive_data_retrieved.py +0 -18
- endoreg_db/migrations/0012_rawvideofile_prediction_dir_and_more.py +0 -109
- endoreg_db/migrations/0013_rawpdffile.py +0 -31
- endoreg_db/migrations/0014_pdftype_alter_rawpdffile_file_pdfmeta.py +0 -38
- endoreg_db/migrations/0015_rename_report_processed_rawpdffile_state_report_processed_and_more.py +0 -31
- endoreg_db/migrations/0016_rawpdffile_state_report_processing_required.py +0 -18
- endoreg_db/migrations/0017_firstname_lastname_center_first_names_and_more.py +0 -37
- endoreg_db/migrations/0018_reportreaderflag_reportreaderconfig.py +0 -37
- endoreg_db/migrations/0019_pdftype_cut_off_above_lines_and_more.py +0 -42
- endoreg_db/migrations/0020_rename_endoscopy_info_line_pdftype_endoscope_info_line.py +0 -18
- endoreg_db/migrations/0021_alter_pdftype_endoscope_info_line.py +0 -19
- endoreg_db/migrations/0022_alter_pdftype_endoscope_info_line.py +0 -19
- endoreg_db/migrations/0023_ttoquestionnaire_alter_pdftype_endoscope_info_line.py +0 -59
- endoreg_db/migrations/0024_remove_ttoquestionnaire_infections_and_more.py +0 -27
- endoreg_db/migrations/0025_event_alter_rawpdffile_file_patientevent.py +0 -42
- endoreg_db/migrations/0026_disease_diseaseclassification_and_more.py +0 -166
- endoreg_db/migrations/0027_labvalue_abbreviation_labvalue_default_normal_range_and_more.py +0 -38
- endoreg_db/migrations/0028_alter_unit_abbreviation.py +0 -18
- endoreg_db/migrations/0029_medicationintaketime_and_more.py +0 -75
- endoreg_db/migrations/0030_medicationindicationtype_and_more.py +0 -101
- endoreg_db/migrations/0031_rename_adapt_to_liver_function_medication_adapt_to_age_and_more.py +0 -38
- endoreg_db/migrations/0032_alter_medicationschedule_therapy_duration_d.py +0 -18
- endoreg_db/migrations/0033_medicationindication_sources.py +0 -18
- endoreg_db/migrations/0034_alter_rawpdffile_file.py +0 -20
- endoreg_db/migrations/0035_alter_medicationindication_sources.py +0 -18
- endoreg_db/migrations/0036_alter_rawpdffile_file.py +0 -20
- endoreg_db/migrations/0037_alter_medicationindication_sources.py +0 -18
- endoreg_db/migrations/0038_emissionfactor_material_product_productgroup_and_more.py +0 -164
- endoreg_db/migrations/0039_referenceproduct_name.py +0 -19
- endoreg_db/migrations/0040_quizanswertype_quizquestiontype_quizquestion_and_more.py +0 -50
- endoreg_db/migrations/0041_gender_patientmedication_medication_indication_and_more.py +0 -40
- endoreg_db/migrations/0042_casetemplateruletype_casetemplaterulevalue_and_more.py +0 -74
- endoreg_db/migrations/0043_casetemplatetype_name_de_casetemplatetype_name_en.py +0 -23
- endoreg_db/migrations/0044_casetemplateruletype_name_de_and_more.py +0 -23
- endoreg_db/migrations/0045_casetemplaterulevalue_value_type.py +0 -19
- endoreg_db/migrations/0046_casetemplaterulevalue_target_field.py +0 -18
- endoreg_db/migrations/0047_casetemplaterule_target_model.py +0 -18
- endoreg_db/migrations/0048_remove_casetemplaterule_chained_rules_and_more.py +0 -22
- endoreg_db/migrations/0049_remove_casetemplaterule_rule_values.py +0 -17
- endoreg_db/migrations/0050_casetemplaterule_rule_values.py +0 -18
- endoreg_db/migrations/0051_remove_casetemplaterule_calling_rules_and_more.py +0 -27
- endoreg_db/migrations/0052_rename_case_template_type_casetemplate_template_type.py +0 -18
- endoreg_db/migrations/0053_patientlabsampletype_patientlabsample_and_more.py +0 -38
- endoreg_db/migrations/0054_multiplecategoricalvaluedistribution_and_more.py +0 -69
- endoreg_db/migrations/0055_remove_casetemplaterule_rule_values_and_more.py +0 -59
- endoreg_db/migrations/0056_datevaluedistribution_and_more.py +0 -32
- endoreg_db/migrations/0057_remove_datevaluedistribution_max_date_and_more.py +0 -72
- endoreg_db/migrations/0058_datevaluedistribution_description_and_more.py +0 -28
- endoreg_db/migrations/0059_casetemplaterule_rule_values.py +0 -18
- endoreg_db/migrations/0060_labvalue__default_date_value_distribution_and_more.py +0 -44
- endoreg_db/migrations/0061_remove_patientlabvalue_date_patientlabvalue_datetime.py +0 -24
- endoreg_db/migrations/0062_labvalue_numeric_precision.py +0 -18
- endoreg_db/migrations/0063_alter_labvalue_numeric_precision.py +0 -18
- endoreg_db/migrations/0064_casetemplaterule_extra_parameters_and_more.py +0 -23
- endoreg_db/migrations/0065_rename__date_value_distribution_casetemplaterule_date_value_distribution_and_more.py +0 -58
- endoreg_db/migrations/0066_alter_patientlabvalue_patient_and_more.py +0 -29
- endoreg_db/migrations/0067_alter_medicationindication_indication_type.py +0 -19
- endoreg_db/models/ai_model/__init__.py +0 -3
- endoreg_db/models/ai_model/active_model.py +0 -9
- endoreg_db/models/ai_model/model_meta.py +0 -24
- endoreg_db/models/annotation/__init__.py +0 -2
- endoreg_db/models/annotation/binary_classification_annotation_task.py +0 -80
- endoreg_db/models/annotation/image_classification.py +0 -27
- endoreg_db/models/center/center.py +0 -25
- endoreg_db/models/center/center_product.py +0 -34
- endoreg_db/models/center/center_resource.py +0 -19
- endoreg_db/models/center/center_waste.py +0 -11
- endoreg_db/models/data_file/__init__.py +0 -6
- endoreg_db/models/data_file/base_classes/__init__.py +0 -2
- endoreg_db/models/data_file/base_classes/abstract_frame.py +0 -51
- endoreg_db/models/data_file/base_classes/abstract_video.py +0 -201
- endoreg_db/models/data_file/frame.py +0 -45
- endoreg_db/models/data_file/import_classes/__init__.py +0 -32
- endoreg_db/models/data_file/import_classes/processing_functions/__init__.py +0 -35
- endoreg_db/models/data_file/import_classes/processing_functions/pdf.py +0 -28
- endoreg_db/models/data_file/import_classes/processing_functions/video.py +0 -260
- endoreg_db/models/data_file/import_classes/raw_pdf.py +0 -188
- endoreg_db/models/data_file/import_classes/raw_video.py +0 -343
- endoreg_db/models/data_file/metadata/__init__.py +0 -3
- endoreg_db/models/data_file/metadata/sensitive_meta.py +0 -31
- endoreg_db/models/data_file/metadata/video_meta.py +0 -133
- endoreg_db/models/data_file/report_file.py +0 -89
- endoreg_db/models/data_file/video/__init__.py +0 -7
- endoreg_db/models/data_file/video/import_meta.py +0 -25
- endoreg_db/models/data_file/video/video.py +0 -25
- endoreg_db/models/data_file/video_segment.py +0 -107
- endoreg_db/models/disease.py +0 -56
- endoreg_db/models/emission/__init__.py +0 -1
- endoreg_db/models/emission/emission_factor.py +0 -20
- endoreg_db/models/event.py +0 -22
- endoreg_db/models/examination/__init__.py +0 -4
- endoreg_db/models/examination/examination.py +0 -26
- endoreg_db/models/examination/examination_time.py +0 -27
- endoreg_db/models/examination/examination_time_type.py +0 -24
- endoreg_db/models/examination/examination_type.py +0 -18
- endoreg_db/models/hardware/__init__.py +0 -2
- endoreg_db/models/hardware/endoscope.py +0 -44
- endoreg_db/models/information_source.py +0 -29
- endoreg_db/models/laboratory/__init__.py +0 -1
- endoreg_db/models/laboratory/lab_value.py +0 -102
- endoreg_db/models/legacy_data/__init__.py +0 -3
- endoreg_db/models/legacy_data/image.py +0 -34
- endoreg_db/models/medication/__init__.py +0 -1
- endoreg_db/models/medication/medication.py +0 -148
- endoreg_db/models/other/distribution.py +0 -215
- endoreg_db/models/patient_examination/__init__.py +0 -35
- endoreg_db/models/permissions/__init__.py +0 -44
- endoreg_db/models/persons/__init__.py +0 -7
- endoreg_db/models/persons/examiner/__init__.py +0 -2
- endoreg_db/models/persons/examiner/examiner.py +0 -16
- endoreg_db/models/persons/examiner/examiner_type.py +0 -2
- endoreg_db/models/persons/patient/__init__.py +0 -8
- endoreg_db/models/persons/patient/case/case.py +0 -30
- endoreg_db/models/persons/patient/patient.py +0 -216
- endoreg_db/models/persons/patient/patient_disease.py +0 -16
- endoreg_db/models/persons/patient/patient_event.py +0 -22
- endoreg_db/models/persons/patient/patient_lab_sample.py +0 -106
- endoreg_db/models/persons/patient/patient_medication.py +0 -44
- endoreg_db/models/persons/patient/patient_medication_schedule.py +0 -28
- endoreg_db/models/persons/portal_user_information.py +0 -27
- endoreg_db/models/prediction/__init__.py +0 -2
- endoreg_db/models/prediction/image_classification.py +0 -37
- endoreg_db/models/prediction/video_prediction_meta.py +0 -244
- endoreg_db/models/product/__init__.py +0 -5
- endoreg_db/models/product/product.py +0 -97
- endoreg_db/models/product/product_group.py +0 -19
- endoreg_db/models/product/product_material.py +0 -24
- endoreg_db/models/questionnaires/__init__.py +0 -114
- endoreg_db/models/quiz/__init__.py +0 -2
- endoreg_db/models/quiz/quiz_answer.py +0 -41
- endoreg_db/models/quiz/quiz_question.py +0 -54
- endoreg_db/models/report_reader/__init__.py +0 -2
- endoreg_db/models/report_reader/report_reader_config.py +0 -53
- endoreg_db/models/rules/__init__.py +0 -5
- endoreg_db/queries/get/__init__.py +0 -6
- endoreg_db/queries/get/center.py +0 -42
- endoreg_db/queries/get/model.py +0 -13
- endoreg_db/queries/get/patient.py +0 -14
- endoreg_db/queries/get/patient_examination.py +0 -20
- endoreg_db/queries/get/report_file.py +0 -33
- endoreg_db/queries/get/video.py +0 -31
- endoreg_db/serializers/ai_model.py +0 -19
- endoreg_db/serializers/annotation.py +0 -17
- endoreg_db/serializers/center.py +0 -11
- endoreg_db/serializers/examination.py +0 -33
- endoreg_db/serializers/frame.py +0 -13
- endoreg_db/serializers/hardware.py +0 -21
- endoreg_db/serializers/label.py +0 -22
- endoreg_db/serializers/patient.py +0 -10
- endoreg_db/serializers/prediction.py +0 -15
- endoreg_db/serializers/report_file.py +0 -7
- endoreg_db/serializers/video.py +0 -27
- endoreg_db/tests.py +0 -3
- endoreg_db/utils/legacy_ocr.py +0 -201
- endoreg_db/utils/video_metadata.py +0 -87
- endoreg_db-0.3.6.dist-info/METADATA +0 -33
- endoreg_db-0.3.6.dist-info/RECORD +0 -357
- /endoreg_db/{models/persons/patient/case/__init__.py → api/serializers/finding_descriptions.py} +0 -0
- /endoreg_db/{queries/get/annotation.py → api/views/finding_descriptions.py} +0 -0
- /endoreg_db/{queries/get/prediction.py → config/__init__.py} +0 -0
- /endoreg_db/{queries/get/video_import_meta.py → data/case_template/rule_value/.init} +0 -0
- /endoreg_db/{queries/get/video_prediction_meta.py → data/distribution/multiple_categorical/.init} +0 -0
|
@@ -0,0 +1,793 @@
|
|
|
1
|
+
endoreg_db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
endoreg_db/admin.py,sha256=QAqwli6WPIAu9VGteHAOx0ndvFH6ofgapVyVXC1dUXw,3719
|
|
3
|
+
endoreg_db/api_urls.py,sha256=k-JjENY5Rghz-xCXEp2fTcmVzoWUzuKRmdPK1B_LPLY,183
|
|
4
|
+
endoreg_db/apps.py,sha256=LXJ-CksxHy2ecMPjBOprhuJdFtEwU-t4X7LyaR36tAs,577
|
|
5
|
+
endoreg_db/exceptions.py,sha256=8RVDg05IrjAGx3LifqP6a5qtQ7uM71AQfVwE5TpGIDQ,514
|
|
6
|
+
endoreg_db/logger_conf.py,sha256=RDFq8WoHxkKDXPC4Q5zlRyCvBR1VQ5Hm9r2B7os9MuI,5618
|
|
7
|
+
endoreg_db/renames.yml,sha256=28v7v5W6hcN1xYdjDSJjeW-6-rJEK6w9GeD-eXoqJQ0,193
|
|
8
|
+
endoreg_db/root_urls.py,sha256=ErkvFK8py5aEyDXd7AkKfdYoyZPXPG6mxmvu-sY5-dA,285
|
|
9
|
+
endoreg_db/urls.py,sha256=Bog2gEOtMKPiHruNKH7aOC7ggfg-E28dl94qhEDE7jg,300
|
|
10
|
+
endoreg_db/views.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
endoreg_db/api/serializers/finding_descriptions.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
endoreg_db/api/views/finding_descriptions.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
|
+
endoreg_db/assets/dummy_model.ckpt,sha256=NAw5JDdrpV5bpZgdHXhmlQeo6TocKwQ_LQRzmqIm2Dw,21
|
|
14
|
+
endoreg_db/codemods/readme.md,sha256=mVOAevESOuN0WSTMI3tJPbuuGE3ROASp9s21bpf-LOs,3958
|
|
15
|
+
endoreg_db/codemods/rename_datetime_fields.py,sha256=ulLfte1erPrde2ovOHXT9qubitPceu_JT9uCkxLlKc4,2900
|
|
16
|
+
endoreg_db/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
endoreg_db/config/env.py,sha256=S244AQRkDP0PpP0MPaShgqeBJgI1BQknfER1_vUFMD4,2673
|
|
18
|
+
endoreg_db/data/__init__.py,sha256=Wqu24f5-FVKE5pis0wGDYsMHOTkieN40b10S5zU5240,5932
|
|
19
|
+
endoreg_db/data/db_summary.csv,sha256=K4PcufVHQ64H1i2MbCShMxReEa96I8cL6IfwCVpqF2M,1225
|
|
20
|
+
endoreg_db/data/db_summary.xlsx,sha256=pwsc_IcxNETNrYjDXjpSW83b8f-WsSunRDiJLZXENZ0,5829
|
|
21
|
+
endoreg_db/data/setup_config.yaml,sha256=ZlL_DwHNqdulPzfZzNDlsMEHC9hSrZZ3Ri9OUDJKXn8,1301
|
|
22
|
+
endoreg_db/data/ai_model/data.yaml,sha256=9XIRMS_meioGu-vYY6zUvz4RUXhRLdalaHhCTdaq4nA,306
|
|
23
|
+
endoreg_db/data/ai_model_label/label/data.yaml,sha256=qkt0FfrLvPrcW_N0GUzu3q9TpiXrvZU047xAIOk_33A,1737
|
|
24
|
+
endoreg_db/data/ai_model_label/label/polyp_classification.yaml,sha256=lHx2VwwVgKzOM_3PcuHuSIStgvMK6rHVi3WP67Qjv70,936
|
|
25
|
+
endoreg_db/data/ai_model_label/label-set/data.yaml,sha256=ocaxnkqiZgwi4sY561TbP_DEQWkPG1hBZ3olwPOqiXQ,789
|
|
26
|
+
endoreg_db/data/ai_model_label/label-set/polyp_classifications.yaml,sha256=GVmctJCgnr2lPUMttgPThNXoLcUl4XpliiuSjvE6h_Q,443
|
|
27
|
+
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=VelCJXavWT4HYbPko1S8O1gv7wBZBsvz6r5FvjXTm2o,1196
|
|
29
|
+
endoreg_db/data/ai_model_type/data.yaml,sha256=vCMMo8wiI5uL2zrQROmgsHq1GrC8IdagGIgNdQunUeQ,149
|
|
30
|
+
endoreg_db/data/ai_model_video_segmentation_label/base_segmentation.yaml,sha256=EZ83vq02Cf2KfflWQ4HEe1NHmuzSCsmKtWW5Bv8jet0,4060
|
|
31
|
+
endoreg_db/data/ai_model_video_segmentation_labelset/data.yaml,sha256=07uB1ousJVNpp8B9enJ_YIdZf3y4sBPlME4bZwDv6ho,404
|
|
32
|
+
endoreg_db/data/case_template/rule/00_patient_lab_sample_add_default_value.yaml,sha256=H3kTALJ_6GJrY-4EYemeTCaa81NkyI-8LcNJFuEp5zs,4100
|
|
33
|
+
endoreg_db/data/case_template/rule/01_patient-set-age.yaml,sha256=lXfgKtirkQMHfAQtp9y9mojNnYx2KskGvdK-C1GEmtc,281
|
|
34
|
+
endoreg_db/data/case_template/rule/01_patient-set-gender.yaml,sha256=mZqygZ7lhjfSOO9M2m-ax1hmH2ztSXLsJwMEqJnj7e4,300
|
|
35
|
+
endoreg_db/data/case_template/rule/11_create_patient_lab_sample.yaml,sha256=AWSRRith2u-0zDKvf87OCK_KoG8pmlR8jNmFVsrK7S8,775
|
|
36
|
+
endoreg_db/data/case_template/rule/12_create-patient_medication-anticoagulation.yaml,sha256=Ep4BAa19E8MvXrEvmVoKpXZoaopmqxiJh7ijMMaTpd0,482
|
|
37
|
+
endoreg_db/data/case_template/rule/13_create-patient_medication_schedule-anticoagulation.yaml,sha256=QJ3fVapFhwf2N6InL7KFeANvZglf-NN3ozPOCZe2Oac,490
|
|
38
|
+
endoreg_db/data/case_template/rule/19_create_patient.yaml,sha256=xo563JMa-S59v3DrMuLW9EbVlTbu4dZdBGFMLAYzeaY,436
|
|
39
|
+
endoreg_db/data/case_template/rule_type/base_types.yaml,sha256=SOxV4SslNAx0DZoknWlKKLb3R1Ng2nlMDK2gfiVS_1M,1253
|
|
40
|
+
endoreg_db/data/case_template/rule_value/.init,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
41
|
+
endoreg_db/data/case_template/rule_value_type/base_types.yaml,sha256=0flEVxBKOegNxJnc2EOhaf950BNxC7WujrLV2aPncYM,1414
|
|
42
|
+
endoreg_db/data/case_template/template/base.yaml,sha256=lRrvLma0jW57qZEAuWWFQAtTWL8TaRpYiXFenlbTQJE,251
|
|
43
|
+
endoreg_db/data/case_template/template_type/pre_endoscopy.yaml,sha256=pJdvcaxpZsciK3Ok4Z3yCVPBG465v4bISmq1Gmgn2mI,74
|
|
44
|
+
endoreg_db/data/case_template/tmp/_rule_value,sha256=IJ3mdifZdfaWXI4sfYGYX0be_SvLdJSBKDnDx-gCLcI,464
|
|
45
|
+
endoreg_db/data/case_template/tmp/rule/01_atrial_fibrillation.yaml,sha256=zZsgZhfY4sgaA23q3EKDM9XTbtjUCG16H6waheIssRs,663
|
|
46
|
+
endoreg_db/data/case_template/tmp/rule/02_create_object.yaml,sha256=ZsKtkLTOp_9ThcITico-v2Ggw6Pwi_6mqCzqf-hf4Ro,263
|
|
47
|
+
endoreg_db/data/case_template/tmp/template/atrial_fibrillation_low_risk.yaml,sha256=zHa-SZLjJTcRgZuxuBiuAeb7OXk9VhWVgInUWBrXbLU,201
|
|
48
|
+
endoreg_db/data/center/data.yaml,sha256=-lLRTjUZSTviGxYOGUKKopmFyb9wr6dMGrT6_nfTUEs,1966
|
|
49
|
+
endoreg_db/data/center_resource/green_endoscopy_dashboard_CenterResource.yaml,sha256=VUv4hjOqA4ubWlga5h_e5Kp3oA_HfSuPBoh2HMP6zVQ,4513
|
|
50
|
+
endoreg_db/data/center_shift/ukw.yaml,sha256=8H0Tc6z9IPp8f1Amw0f7Dgqypf2csXmuEXYjJnUq3NA,303
|
|
51
|
+
endoreg_db/data/center_waste/green_endoscopy_dashboard_CenterWaste.yaml,sha256=OWusRQgfT1oGIPalbL-82GUKezESZYdr8aFl-bbVTUg,1242
|
|
52
|
+
endoreg_db/data/contraindication/bleeding.yaml,sha256=4dsXI8j5lVwU3_Io9KLZ2Jzhy5mysAuvmGtpGFX1m5s,270
|
|
53
|
+
endoreg_db/data/disease/cardiovascular.yaml,sha256=MVePTrd0ia2Aeo9kdIIYdz5MF6qtlub2Dw2JYHTwIrY,963
|
|
54
|
+
endoreg_db/data/disease/hepatology.yaml,sha256=oDYKRPZXQD_NKB7ruHFrpWDaoqnXqQblPyKwme1l97o,125
|
|
55
|
+
endoreg_db/data/disease/misc.yaml,sha256=SO-0Lba_vH3CXN9ql3hCnxWwN_LdnqS7YbSm4vN8HAQ,170
|
|
56
|
+
endoreg_db/data/disease/renal.yaml,sha256=hUFjn8KiEZ7oYW2uY-JfufR6N9Fk_0otKbwfZPWyFJQ,153
|
|
57
|
+
endoreg_db/data/disease_classification/chronic_kidney_disease.yaml,sha256=jKMh6PlFyJl_EpHzGscy6Rl_YYI2uk3YafQVDXRUDCc,229
|
|
58
|
+
endoreg_db/data/disease_classification/coronary_vessel_disease.yaml,sha256=olKtHAmSqDrBAvpuBcH5JwSD3scd_KliGLpT_cEFkTs,270
|
|
59
|
+
endoreg_db/data/disease_classification_choice/chronic_kidney_disease.yaml,sha256=Z2w51sQWk-wG5yDI-olfZTYskrKLxuUUIIVtdK4amPs,1583
|
|
60
|
+
endoreg_db/data/disease_classification_choice/coronary_vessel_disease.yaml,sha256=Z_MG6bbx_zI4C8qV-U_Yqvn1K3KYbvG-ElFaXbYAMNQ,835
|
|
61
|
+
endoreg_db/data/distribution/date/patient.yaml,sha256=I3fr98VNCja6a4qtf9YnjoFPlqH67LPbDlssQKY_cPE,210
|
|
62
|
+
endoreg_db/data/distribution/multiple_categorical/.init,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
|
+
endoreg_db/data/distribution/numeric/data.yaml,sha256=rivLhfDepy-LKdxMG-mXHIJiegD4cDo5DWZB7IkjBM8,362
|
|
64
|
+
endoreg_db/data/distribution/single_categorical/patient.yaml,sha256=R7beZDRqdOWNaFu-8Bd88E6j3eBc9mqhOW_265EA0e0,156
|
|
65
|
+
endoreg_db/data/emission_factor/green_endoscopy_dashboard_EmissionFactor.yaml,sha256=bBLmr3_uSLXdsbtRa9707WK1Z7Xy8TpBGKOfzWcfC_M,2968
|
|
66
|
+
endoreg_db/data/endoscope/data.yaml,sha256=ZaXTKP3C6oBh5mha03_ioE77XZKQB3aneOLWHpA8UnI,2341
|
|
67
|
+
endoreg_db/data/endoscope_type/data.yaml,sha256=k8uF94svJsU02O-ceaLnQBoozJ6cT3iY_s_aKrvJZqg,242
|
|
68
|
+
endoreg_db/data/endoscopy_processor/data.yaml,sha256=yfbQhmZ8I84IeI1FONwEqAagQunQHeDlSvrjJ8Lpn5w,1103
|
|
69
|
+
endoreg_db/data/event/cardiology.yaml,sha256=OGE7vyP6aJwNY5ZmRNqUK2EqrTE8CGtXCiiP_w0y99E,523
|
|
70
|
+
endoreg_db/data/event/neurology.yaml,sha256=AdpGHQxfBAOuUbKQ234T1MtE3bfHdgKA47HUoyFB5KE,282
|
|
71
|
+
endoreg_db/data/event/surgery.yaml,sha256=hyZWxg8LUNOwf3iybVj0Muta7pUdWhZXmLuuOh7hjek,428
|
|
72
|
+
endoreg_db/data/event/thrombembolism.yaml,sha256=TvpllrcpTV-kOxsttcPIxeRAZ1JKdoN_Nu0LSPatOZc,556
|
|
73
|
+
endoreg_db/data/examination/examinations/data.yaml,sha256=eHH5uJb194Q3XHJdWeGL7NkzH9uHETG2uHBqNFzPXTE,2018
|
|
74
|
+
endoreg_db/data/examination/time/data.yaml,sha256=YQ2VFpmNoUwDf4cCSx35hj46YG2_JeRm_t86RTodVsI,1010
|
|
75
|
+
endoreg_db/data/examination/time-type/data.yaml,sha256=-RUaF7zUtuIFttLpu_Cb-cVZMN8_Y9bSHTozI6a69LA,156
|
|
76
|
+
endoreg_db/data/examination/type/data.yaml,sha256=z5mkiC1-xBoX9s28zI8-rt73DcX4r2gBm0LP5i4CiyI,339
|
|
77
|
+
endoreg_db/data/examination_indication/endoscopy.yaml,sha256=RdAZvGoUSiJN0gFrcGGPqrw44U0GWntXMRKFPj6WasU,14709
|
|
78
|
+
endoreg_db/data/examination_indication_classification/endoscopy.yaml,sha256=v4W35t6A2vfaa-wpFcn93SBKkCI4P37y4pz1utEcCMo,5546
|
|
79
|
+
endoreg_db/data/examination_indication_classification_choice/endoscopy.yaml,sha256=etlhAkLr8HXXx7VG5wBOrXzwh13mJBQxiqptJSiOmnw,3051
|
|
80
|
+
endoreg_db/data/examination_requirement_set/colonoscopy.yaml,sha256=Mo_EnRSqsPfYfzDq_-pQFJeXvDiNgSzi_AmmrXdXnMQ,323
|
|
81
|
+
endoreg_db/data/finding/anatomy_colon.yaml,sha256=f-bP7lKv-xtus3MuvlKLwqCLPqYflAiWKuwVY1QaeUw,3046
|
|
82
|
+
endoreg_db/data/finding/colonoscopy.yaml,sha256=tikMC8hqdSnCLZU2byrxVvDpieuRk3gTjzTlNGeKlpY,991
|
|
83
|
+
endoreg_db/data/finding/colonoscopy_bowel_prep.yaml,sha256=TD7wcLS8fXV4M7G-kHwC7H9sgwe1-_Nbm_1P-Cza5wM,1241
|
|
84
|
+
endoreg_db/data/finding/complication.yaml,sha256=7Yne6T1BsBfzzq1gl0gEbIo9VkM3gg2Zc9Yoh_Nwp-I,397
|
|
85
|
+
endoreg_db/data/finding/data.yaml,sha256=IKlshK4yatKXbvLOdCXZz38Nk4_vgtRwix8dR4ZZxds,2288
|
|
86
|
+
endoreg_db/data/finding/examination_setting.yaml,sha256=1dEBlPcd4SK5Epbac9jGqLSwtj8jVZw71okl3b3VvgM,399
|
|
87
|
+
endoreg_db/data/finding/medication_related.yaml,sha256=OctG4dPoh3bEro-NkfxR5zatkiV0JcC9vPSq1jQmibg,474
|
|
88
|
+
endoreg_db/data/finding/outcome.yaml,sha256=CvVnrZpQuSe3OPVGDVNGAarBNevL7I9A2dhyns4MQYY,277
|
|
89
|
+
endoreg_db/data/finding_classification/colonoscopy_bowel_preparation.yaml,sha256=UUa2ps_AeoFxKkwe35Oo9tsRbX2BwpWwvdN7lJU0mlg,2243
|
|
90
|
+
endoreg_db/data/finding_classification/colonoscopy_jnet.yaml,sha256=KQsZd-sh-mq-9F9YPboethMra-RUaJWNEs9w8YTirtA,478
|
|
91
|
+
endoreg_db/data/finding_classification/colonoscopy_kudo.yaml,sha256=tUat3iMjxsmnVYgZWYQZUr0zGP-LbHEoxq3AZ6t6X-k,599
|
|
92
|
+
endoreg_db/data/finding_classification/colonoscopy_lesion_circularity.yaml,sha256=o5V1rzYZDgQ6x1kaCDI715SxgWcJUf4Y9dtcTI3hiAs,463
|
|
93
|
+
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=mjJP9--OpwbHAF3SzyAyNJcqfzc1rIORfOe_fOZ5I7o,1668
|
|
95
|
+
endoreg_db/data/finding_classification/colonoscopy_lesion_surface.yaml,sha256=nCdncYjeQbdDEHuL6waOEXY_zJa-VCkTz30vpDhGE9w,520
|
|
96
|
+
endoreg_db/data/finding_classification/colonoscopy_location.yaml,sha256=pUqE9tFL1PPihoSaROKqtn-DRRm3vVEnBfgm_rGILvY,1601
|
|
97
|
+
endoreg_db/data/finding_classification/colonoscopy_lst.yaml,sha256=ER87WKIB0eb18VCSsuqZtIGbF1IFMFKC1bF5AjliTlw,582
|
|
98
|
+
endoreg_db/data/finding_classification/colonoscopy_nice.yaml,sha256=DTQXCBJ7xoDLi11Wlqb9Ukokm0uxMt3gkf_HE4vplcM,455
|
|
99
|
+
endoreg_db/data/finding_classification/colonoscopy_paris.yaml,sha256=7Ez19HVbiHUjTppgt2GmfjJTnm3jGhUsW5ETfSRkMvg,656
|
|
100
|
+
endoreg_db/data/finding_classification/colonoscopy_sano.yaml,sha256=Ad5mlffKIpDtHME40eLmOiNMofmZc1qvBzUgSSNa-0I,511
|
|
101
|
+
endoreg_db/data/finding_classification/colonoscopy_summary.yaml,sha256=qr8-YnE_5YkG1iPGIISxHGetbm2Z8uugSVG6Nvk8-yI,1406
|
|
102
|
+
endoreg_db/data/finding_classification/complication_generic.yaml,sha256=ekb0LeFZDE-kzQk8E6HqYLv_rfjSn0GFmYDqKcllrUw,668
|
|
103
|
+
endoreg_db/data/finding_classification/examination_setting_generic.yaml,sha256=8WbeRWdTwT56hoyw3KU5qhNMsTvJWssW_wAFI_07dCo,1057
|
|
104
|
+
endoreg_db/data/finding_classification/histology_colo.yaml,sha256=eAF0KETxNqRTLfPEKe9qUO2Fzlny3bgjy9JS8Qbsw5Y,1232
|
|
105
|
+
endoreg_db/data/finding_classification/intervention_required.yaml,sha256=dC5CggE2pqUbMVMsBujmSU4qkm8NZrTCD0FdGJBv-jc,552
|
|
106
|
+
endoreg_db/data/finding_classification/medication_related.yaml,sha256=TUF8VxO467VVfGhu6LOzajbRNoQ5WwOkll-1NVes6lA,497
|
|
107
|
+
endoreg_db/data/finding_classification/visualized.yaml,sha256=ROEEmHYbXYqGW-h34iI0p_EWHbSCCO_TG67TO4hS1ko,717
|
|
108
|
+
endoreg_db/data/finding_classification_choice/bowel_preparation.yaml,sha256=o6w-e3E4XtYPZ1qWrAZafCmlmiHWERDJDyIfOZgVvFE,2037
|
|
109
|
+
endoreg_db/data/finding_classification_choice/colon_lesion_circularity_default.yaml,sha256=EPwPMa5iqVCmqHpbSoDLB4L1XvuHaa8VfSLfBdu_HOE,970
|
|
110
|
+
endoreg_db/data/finding_classification_choice/colon_lesion_jnet.yaml,sha256=ipWK3v_5FLyYxH_tEUds6TmNN8Rkgq4CIWAPW08HbHw,372
|
|
111
|
+
endoreg_db/data/finding_classification_choice/colon_lesion_kudo.yaml,sha256=BT7l4JK8tAEWpl3SO-HsZOeVzV0U5l-G3Odha6gcbHg,649
|
|
112
|
+
endoreg_db/data/finding_classification_choice/colon_lesion_lst.yaml,sha256=BJl_Q2SXYKsMUePJSucyVVX3h81NDU5ODVkJmx85sOQ,458
|
|
113
|
+
endoreg_db/data/finding_classification_choice/colon_lesion_nice.yaml,sha256=vM-v65h7ErdvQvHYepCQrnzIYv0vxlLmGpwj6MbWWno,541
|
|
114
|
+
endoreg_db/data/finding_classification_choice/colon_lesion_paris.yaml,sha256=9sntCRaxwjo_Synm32KO3IRHFQfzMjeE90GEpwGiK94,2371
|
|
115
|
+
endoreg_db/data/finding_classification_choice/colon_lesion_planarity_default.yaml,sha256=2sqI2g30ZnZrgORxeGQGAr1I00GvgE3gRDAsI4lH8T4,1793
|
|
116
|
+
endoreg_db/data/finding_classification_choice/colon_lesion_sano.yaml,sha256=eLUH9Wd9weYpmdAur8BMNqz099FBrQ494Sgg8rZf_M0,372
|
|
117
|
+
endoreg_db/data/finding_classification_choice/colon_lesion_surface_intact_default.yaml,sha256=EGIObwxMtofVGKSba5HiTX54mmBTix-l4ztmBOZ5TWw,1150
|
|
118
|
+
endoreg_db/data/finding_classification_choice/colonoscopy_location.yaml,sha256=u-JpKRBZhetN2h9UxTguQ0LnIeElmynEFV37hoC8saE,6275
|
|
119
|
+
endoreg_db/data/finding_classification_choice/colonoscopy_not_complete_reason.yaml,sha256=dMwS6d1BrDFEgTE3U0AZh0n5L92HF38jCoxlBGmkc4Y,536
|
|
120
|
+
endoreg_db/data/finding_classification_choice/colonoscopy_size.yaml,sha256=qu74XvHjjEHUiTmoA-df_WlQYZct8lCSIVCRXajuldc,3095
|
|
121
|
+
endoreg_db/data/finding_classification_choice/colonoscopy_summary_worst_finding.yaml,sha256=7x45Fd4r4IPMgs9Wz_vO84SLfOqxEmJhEusBF24IAZ4,434
|
|
122
|
+
endoreg_db/data/finding_classification_choice/complication_generic_types.yaml,sha256=cdDSlTzXcdYABVkERXzju3_pbZjKOaljCRJdeC6mAzI,439
|
|
123
|
+
endoreg_db/data/finding_classification_choice/examination_setting_generic_types.yaml,sha256=QLrW33AJ14Dfm72ouZFDdLMhLhIs4DhyUS2MS8K0C2U,448
|
|
124
|
+
endoreg_db/data/finding_classification_choice/histology.yaml,sha256=c728BW0rmT_DFoPqgG5SNYS0q3PkmLj0eoPUQq8gr5k,815
|
|
125
|
+
endoreg_db/data/finding_classification_choice/histology_polyp.yaml,sha256=1rDjHj3Ia9RSooa04SYQ--7f8zcQGhWtgMqGH0q8cMM,777
|
|
126
|
+
endoreg_db/data/finding_classification_choice/outcome.yaml,sha256=QYdaDLqldxEGMekvx2IgBY2_BNhC1bpARtl-lsgXwdw,546
|
|
127
|
+
endoreg_db/data/finding_classification_choice/yes_no_na.yaml,sha256=1JNZa_QVeR9R6T35xNzOvRsZtdhbCM_v8pfE97Dx7V8,227
|
|
128
|
+
endoreg_db/data/finding_classification_type/colonoscopy_basic.yaml,sha256=SYLFHfsBtnI5dqbCprPn9CD-fo-mZeok-cGMBifDQjY,1106
|
|
129
|
+
endoreg_db/data/finding_intervention/endoscopy.yaml,sha256=DqRBNvNzjvLI1DbfqjDAoGfDpgHtR2zLf_Sqoy7V0KQ,1390
|
|
130
|
+
endoreg_db/data/finding_intervention/endoscopy_colonoscopy.yaml,sha256=QCNwossX_G6-DUX3Z7b6MUpOugSoBmcVwlifP0McowU,6474
|
|
131
|
+
endoreg_db/data/finding_intervention/endoscopy_egd.yaml,sha256=DaE7OmKJ0um6WRYHSCOTLPVm80zaYloFovKxeLksle0,3535
|
|
132
|
+
endoreg_db/data/finding_intervention/endoscopy_ercp.yaml,sha256=PBBKpjiLM-7Wt8VtSrGesmZ7YSJt3iXDmE2QNYLu5og,797
|
|
133
|
+
endoreg_db/data/finding_intervention/endoscopy_eus_lower.yaml,sha256=bRnTKc2DdVX2aw-gRXe5bQhppkigO6SIHdqbRygeTtQ,275
|
|
134
|
+
endoreg_db/data/finding_intervention/endoscopy_eus_upper.yaml,sha256=U2i1-XarQR6dTm5fEs0o2AWRtrtJpRSgcMjHiS_Jtxw,1163
|
|
135
|
+
endoreg_db/data/finding_intervention_type/endoscopy.yaml,sha256=EnxIpRys8noMik2rUGQQG2zO0juZn75-k-4rVhD18ZY,319
|
|
136
|
+
endoreg_db/data/finding_morphology_classification_type/colonoscopy.yaml,sha256=m0nkpMZqbd_TneTXG6xvyFjbCg3kYwvLXCQHJOjHVGM,1813
|
|
137
|
+
endoreg_db/data/finding_type/data.yaml,sha256=ROGsNXtwc1Qq3SdRWww-t-TXVrZSoH9I5xrUzXXDedE,787
|
|
138
|
+
endoreg_db/data/gender/data.yaml,sha256=H4Y4NaPWIie2uFzaQXe-gDQeDTx2z9iB2w1-8-9dHdQ,890
|
|
139
|
+
endoreg_db/data/information_source/annotation.yaml,sha256=oFRCVh0jwsRtk0_pxkj8XEX0yKJLhR2LaPAVu3BsSPE,135
|
|
140
|
+
endoreg_db/data/information_source/data.yaml,sha256=ZJULuYMz7FzkKaC76hor6sCW_P43KoZ_ncEN0grjegk,765
|
|
141
|
+
endoreg_db/data/information_source/endoscopy_guidelines.yaml,sha256=rDkSuKSX3_5dvJcencethzcBg73P6brIkRLuhTHctMo,310
|
|
142
|
+
endoreg_db/data/information_source/medication.yaml,sha256=S4MJ1w87IX0TSCCW5gpcXcMs-hIlhWss6wo4rvSMI5g,285
|
|
143
|
+
endoreg_db/data/information_source/prediction.yaml,sha256=pSjh6ru-IWpe8CLrJgj5s38EuMNbaw72Yon79I_YgIk,140
|
|
144
|
+
endoreg_db/data/information_source_type/data.yaml,sha256=ph6jhGdyxcyAX72pNpK96lAGEvdWZz3kKAPCF-LvO5U,155
|
|
145
|
+
endoreg_db/data/lab_value/cardiac_enzymes.yaml,sha256=uhXoXDknkdWW5hGFozllGVSW3pEO-m1i3GC2yL_pirw,910
|
|
146
|
+
endoreg_db/data/lab_value/coagulation.yaml,sha256=At6yBZGPVGvroVgO43yOrVAcAglYq0XUlumqOHacUlo,1792
|
|
147
|
+
endoreg_db/data/lab_value/electrolytes.yaml,sha256=8S6jvd5MkUz44QR3uW_YvR6uZgeCnR6zOzBe6xLAWYI,6591
|
|
148
|
+
endoreg_db/data/lab_value/gastrointestinal_function.yaml,sha256=9mkqs8lyE-yjb8GZvLZGJabedmnuVFw04s7LZHmdyc8,4049
|
|
149
|
+
endoreg_db/data/lab_value/hematology.yaml,sha256=dv3oNXVG1977iQz2nGKeCiMet4GL6KAxrKTx_hVC-Ok,5531
|
|
150
|
+
endoreg_db/data/lab_value/hormones.yaml,sha256=ZYN8dwm8QYnulWtS7mrxqRpF0mKln1pzcBoTDQw9DIM,1971
|
|
151
|
+
endoreg_db/data/lab_value/lipids.yaml,sha256=K3Nk80ug9FT0ZwnxcacFhmNiD8vbJS0TIPZtTnYZinI,1529
|
|
152
|
+
endoreg_db/data/lab_value/misc.yaml,sha256=BRSRUYl-KIIG7-wHuF6wnpArIe84jVnt3hsO4RKZ-U4,2088
|
|
153
|
+
endoreg_db/data/lab_value/renal_function.yaml,sha256=EecTOl-TiUcfs03tnOVqwNG1vm8840EJBWdYzYlayME,402
|
|
154
|
+
endoreg_db/data/log_type/data.yaml,sha256=nZeua8KwnrVGupl-B74PjsUenANSmUwCVkEzdtrTGAQ,1126
|
|
155
|
+
endoreg_db/data/lx_client_tag/base.yaml,sha256=-nQpO64m3oPGSEo93iRgE7BeSKtg_0xP9_ZrGQrkdvI,1128
|
|
156
|
+
endoreg_db/data/lx_client_type/base.yaml,sha256=GVLjTm4C2ZsZuhaN4lef9DAKkFNFthM0cwmfeE0hkis,568
|
|
157
|
+
endoreg_db/data/lx_permission/base.yaml,sha256=FikkGRvrEBwdXV4r5SFRwHdPjUJ-SVbnKAN-w7rWTJU,426
|
|
158
|
+
endoreg_db/data/lx_permission/endoreg.yaml,sha256=P9dbv14ibF5SqlNQ3TTJYUnPVFYVy6qBNFEoVS8pSis,1007
|
|
159
|
+
endoreg_db/data/material/material.yaml,sha256=GUY0l4DSm1OQtgExNbTMqAuUMPvUBlTvNWvrtJKhXiY,2035
|
|
160
|
+
endoreg_db/data/medication/anticoagulation.yaml,sha256=0pY2_DkW6_RWy0ZcnlSxVFLYQjoPWPyrqgVPjLdnBio,1600
|
|
161
|
+
endoreg_db/data/medication/tah.yaml,sha256=kSI_07Jt76BDIqaEVBdAwO02M4X_0aj-YG3gvZ4mOrY,1666
|
|
162
|
+
endoreg_db/data/medication_indication/anticoagulation.yaml,sha256=Iq5xxsRayu09D2G4xTyx-VyFIqnaoUj5GMxaF80haV0,4320
|
|
163
|
+
endoreg_db/data/medication_indication_type/data.yaml,sha256=5A3JuEO6INqv-eeLuqbRi30klC_qD13riApzLUHVlLo,245
|
|
164
|
+
endoreg_db/data/medication_indication_type/thrombembolism.yaml,sha256=9zPWk-1pnb4fFCHueVlXX90x6z7V_dJlN3pz2kMl6BE,1691
|
|
165
|
+
endoreg_db/data/medication_intake_time/base.yaml,sha256=fT7dEu67nt9q37XDAHyYtYhwT0Sx1OLhdcqjqT3fNlk,930
|
|
166
|
+
endoreg_db/data/medication_schedule/apixaban.yaml,sha256=TjmoBu4ian9ZwiSN5qBKtivzesJC0cdWkE1JP5DRmwE,2366
|
|
167
|
+
endoreg_db/data/medication_schedule/ass.yaml,sha256=ECiHbQcahbZP9B8IDOYRB6vHKj3yl7cBY9QasIHJ7sM,295
|
|
168
|
+
endoreg_db/data/medication_schedule/enoxaparin.yaml,sha256=lI8WfFBspEXhTxnTEfyq1a_VBKbdNAcj34PIF2_X3cQ,653
|
|
169
|
+
endoreg_db/data/names_first/first_names.yaml,sha256=KL6bD5xlasTdfcxkAWoTQWTUl1pcdKrEdikC9IXIUy4,1043
|
|
170
|
+
endoreg_db/data/names_last/last_names.yaml,sha256=MEvlTohYPEOf0jbI3k74lcpmM9P_vtCq2hOo-f2uPeg,976
|
|
171
|
+
endoreg_db/data/network_device/data.yaml,sha256=VM7rewtnEB_BdJZc6hegfIZNQFA2Xe2MTIDMmqFUoVI,1289
|
|
172
|
+
endoreg_db/data/network_device_type/data.yaml,sha256=xkbfoHjqM9uHv68W_LNsVDbZSy4FZrhKauzJJkzM-h4,230
|
|
173
|
+
endoreg_db/data/organ/data.yaml,sha256=xMrCPGyCB6QIhHwL1tnf61ZenmIGP7JBMsVoFeMlX1I,518
|
|
174
|
+
endoreg_db/data/patient_lab_sample_type/generic.yaml,sha256=nbtummOrGUeBkM7sVpqq48txkC-bmxn4_h40oS4VloY,162
|
|
175
|
+
endoreg_db/data/pdf_type/data.yaml,sha256=D-um-dLia6a0csgGcYAKIemCJDQTbLtEc4_p8naOG0c,1634
|
|
176
|
+
endoreg_db/data/product/green_endoscopy_dashboard_Product.yaml,sha256=PzQGTSXJ-UwtXkOGdI0nsGGDo0HO1KwZKpCfiEqmdt0,1898
|
|
177
|
+
endoreg_db/data/product_group/green_endoscopy_dashboard_ProductGroup.yaml,sha256=RMkNyM0eDJ9yqUIflirWT5V108p3o8Yp6MoDr6eQg-c,685
|
|
178
|
+
endoreg_db/data/product_material/green_endoscopy_dashboard_ProductMaterial.yaml,sha256=jFGcc9Z0fqPHc9rHbju9PpwPNuacUsZMDZB-j2cfmBE,7225
|
|
179
|
+
endoreg_db/data/product_weight/green_endoscopy_dashboard_ProductWeight.yaml,sha256=O1eQJ5iKAu29hewIXAp-gRKUzvILQviR10FDrfn5x7c,2200
|
|
180
|
+
endoreg_db/data/profession/data.yaml,sha256=3lRQ-SEiJHjmuQWXVLBoL7tpfO2t82NgGc3PpKIayQg,2151
|
|
181
|
+
endoreg_db/data/qualification/endoscopy.yaml,sha256=qkHqPANzfXTAg-rn2-Mm7jmJyZdmx5sSEK7k9EkyCKw,859
|
|
182
|
+
endoreg_db/data/qualification/m2.yaml,sha256=C4VohK9PBsNjj-OSnOvUYi3bWJlZIEROMnqoWBA0qnI,912
|
|
183
|
+
endoreg_db/data/qualification/outpatient_clinic.yaml,sha256=D4rH7xxB-9JoZzsK2B2VmS1aKchz0UD5UM7vESP9w-c,947
|
|
184
|
+
endoreg_db/data/qualification/sonography.yaml,sha256=N6aeEluhhVY4ReRzn4LGGCSlBoSUwS5dzcTWcHH1_Og,923
|
|
185
|
+
endoreg_db/data/qualification_type/base.yaml,sha256=2JxWG4eaRlGiS18GN6HE6ixwX1SREHyDiwGeKrgMeaI,660
|
|
186
|
+
endoreg_db/data/reference_product/green_endoscopy_dashboard_ReferenceProduct.yaml,sha256=sSvySBfb6RgEwp2Gcq-HuS8_34HFbcQt1rg34DZdNnA,1643
|
|
187
|
+
endoreg_db/data/report_reader_flag/rkh-histology-generic.yaml,sha256=Y9Zz02Qw-GZn3PY6p6smE_aNRNE8zENbUNUmGUenAVg,251
|
|
188
|
+
endoreg_db/data/report_reader_flag/ukw-examination-generic.yaml,sha256=1a_pvnDg-LztEyT5o13J6ukPCxx4wAQDaP0qowaRTJE,870
|
|
189
|
+
endoreg_db/data/report_reader_flag/ukw-histology-generic.yaml,sha256=q_sRCIjhFBmGMtbT_9Syl3OKXeICFrUyP0iTsFtzXAI,624
|
|
190
|
+
endoreg_db/data/requirement/age.yaml,sha256=NA9ltWnuz12fXY16irNZ6gLayrpKYfQePYO-h84n4FQ,735
|
|
191
|
+
endoreg_db/data/requirement/colonoscopy_baseline_austria.yaml,sha256=n_5hP9xoDr7jFWLE5M53r1ar5g5Rc6WI8mm4aK11_T8,1133
|
|
192
|
+
endoreg_db/data/requirement/disease_cardiovascular.yaml,sha256=5DsBiGQjcnVyEhRRqyZkjnJBqRaCUfXVW3OfkLOMLsw,2059
|
|
193
|
+
endoreg_db/data/requirement/disease_classification_choice_cardiovascular.yaml,sha256=10ejrlmzr53eGmTGRD2wrikuEfK3yPwxKFOgx3VshLk,1403
|
|
194
|
+
endoreg_db/data/requirement/disease_hepatology.yaml,sha256=DS6azOT3H-bSwghmv8fyPylHKkxN0gJ1BbVlchT2hWU,324
|
|
195
|
+
endoreg_db/data/requirement/disease_misc.yaml,sha256=qMvKSE1J8CPNlzCae5liQWNxDYxpERzlzHBKB6YQSp0,354
|
|
196
|
+
endoreg_db/data/requirement/disease_renal.yaml,sha256=1eiIMZQVt5i0dAvOEP1_1i5jvITRfeavZr62zwTPvVI,3472
|
|
197
|
+
endoreg_db/data/requirement/endoscopy_bleeding_risk.yaml,sha256=dhc0zqrnR6xkqrfZlb_fe-lYne2MNXaCmmagiAZhpkY,2054
|
|
198
|
+
endoreg_db/data/requirement/event_cardiology.yaml,sha256=7ss8PILhYtxQztmM7U61fd41tzCE7INqCE5bdDxgGXI,8574
|
|
199
|
+
endoreg_db/data/requirement/event_requirements.yaml,sha256=xDnJFKlQifDP0fLb3N5kbcOPocMcYUHQ_UjfRyXNDwA,5083
|
|
200
|
+
endoreg_db/data/requirement/finding_colon_polyp.yaml,sha256=I2rKRUij7tui6O-0dj_l-P54vYLD81V1tOdDMBJqLBU,1387
|
|
201
|
+
endoreg_db/data/requirement/gender.yaml,sha256=UMJG01PRRJOCQn7DjAxX3280ZDAsiioFGN1Vs1Q8t7c,615
|
|
202
|
+
endoreg_db/data/requirement/lab_value.yaml,sha256=sCLQ-VR6bYVFp_9q1_lH6vkIDIKMj6RapNvW-eWEEl4,15081
|
|
203
|
+
endoreg_db/data/requirement/medication.yaml,sha256=kJLiAkiRDgSWzU7AU1BFxtkQ5-gVEdinsGLqj07Eb3Y,3500
|
|
204
|
+
endoreg_db/data/requirement_operator/age.yaml,sha256=RHQ2o3RNnSrgDKKLL1wdbwhjV0iI03sD99B-5BEePks,535
|
|
205
|
+
endoreg_db/data/requirement_operator/lab_operators.yaml,sha256=0-XFEn0y_D-46f-6p6i21I2jUQFVFhsUaKA-03ORLTU,8105
|
|
206
|
+
endoreg_db/data/requirement_operator/model_operators.yaml,sha256=DjePXlQ8WV974-WqjTyX4B2lLSXdo0oNUX-_22G5yH4,5368
|
|
207
|
+
endoreg_db/data/requirement_set/01_endoscopy_generic.yaml,sha256=7IiXjD7NjrAqufXZxEmN7S0o7oxDcY9N08KTBVHG4nw,1509
|
|
208
|
+
endoreg_db/data/requirement_set/colonoscopy_austria_screening.yaml,sha256=p2KcbSgWJUVh2ZxDt_VD1Z3Tlep2xxgmiTGYvAhT1c4,2057
|
|
209
|
+
endoreg_db/data/requirement_set/endoscopy_bleeding_risk.yaml,sha256=htzOhSOBlLQKFJdf8HQBqiZ2diDuyYCT-omNiiMoY4Q,1878
|
|
210
|
+
endoreg_db/data/requirement_set_type/data.yaml,sha256=lr5asqa7NwffeyCFYiwkZNhncYldQL7m10PSwklJ3_4,481
|
|
211
|
+
endoreg_db/data/requirement_type/requirement_types.yaml,sha256=nL2P1ciHqgWM2NnwpwxQgTt7hsMga2neupJDIoi6VCE,4920
|
|
212
|
+
endoreg_db/data/resource/green_endoscopy_dashboard_Resource.yaml,sha256=hjmrFJn_-SbVkX9Nsa3Vo9YItUmje5aVLraKGI8BiZM,288
|
|
213
|
+
endoreg_db/data/risk/bleeding.yaml,sha256=chZuhEGeve36Y6eb-lbikJg_ox-e9m2EPcS-VhOeei4,628
|
|
214
|
+
endoreg_db/data/risk/thrombosis.yaml,sha256=jqyEkVuDuCUr7dLZRhyuHSasYCQ3J3pnBUiTXgCeT0c,900
|
|
215
|
+
endoreg_db/data/risk_type/data.yaml,sha256=jqdXnBJk3NJErmi7B162uPG78qVHd8XJOIhseIeLIpo,593
|
|
216
|
+
endoreg_db/data/shift/endoscopy.yaml,sha256=rRkOgbdzh2DX4Xy22KF1zivcQL8TxKbKQw50WEEUSwM,626
|
|
217
|
+
endoreg_db/data/shift/m2.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
218
|
+
endoreg_db/data/shift_type/base.yaml,sha256=p_hucxdy7deSgB2MvG81H9kxPWUQziIUvmFcE6Y3LGk,716
|
|
219
|
+
endoreg_db/data/tag/requirement_set_tags.yaml,sha256=4q0ngLr4c7oXbpmLrJbCUEGhQuX2DJUOOmhmrjxYNfs,218
|
|
220
|
+
endoreg_db/data/tmp/chronic_kidney_disease.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
221
|
+
endoreg_db/data/tmp/congestive_heart_failure.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
222
|
+
endoreg_db/data/transport_route/green_endoscopy_dashboard_TransportRoute.yaml,sha256=Q7JeSHHYEOtlYsIs44XQEjWd19eZIOdUHkaTLq115ik,349
|
|
223
|
+
endoreg_db/data/unit/concentration.yaml,sha256=h27qz42kh7puJZZigy1yj8QKER4blOwUMJ2Bnl8aSb4,3182
|
|
224
|
+
endoreg_db/data/unit/data.yaml,sha256=t9D7xepTm_7g6q6MUacCigoCLI3_6R6WS3BaowI6tok,393
|
|
225
|
+
endoreg_db/data/unit/length.yaml,sha256=sNbyr1bFd5JzQxSjuDU2HbcCvM4WepxZRxrquENpAAQ,629
|
|
226
|
+
endoreg_db/data/unit/misc.yaml,sha256=_zNA_5AmGaaYpTqFloRob3abPdjiT_GSC-apyhptw1Q,365
|
|
227
|
+
endoreg_db/data/unit/rate.yaml,sha256=PcJiFwPtZVBDwhcfNE_hYjG9cUh6LvHt0ObrX8F7tSM,174
|
|
228
|
+
endoreg_db/data/unit/time.yaml,sha256=vmw45iBKRV5R-PrsbTUgYfgUP_0QLjGlzBioiOFuz4A,845
|
|
229
|
+
endoreg_db/data/unit/volume.yaml,sha256=mkrWixjRJJ0Ob2s9jwU69wW6u4QqdOcw12BWqhf6X3g,685
|
|
230
|
+
endoreg_db/data/unit/weight.yaml,sha256=o1PvHk-4GhKxstCozhDYQNMMYcTXvwmqx4hlQXO2U8o,747
|
|
231
|
+
endoreg_db/data/waste/data.yaml,sha256=A8dUOdzsxhICHViXmbcLtOmtqkBX_CkZaRNo-ePAyEA,245
|
|
232
|
+
endoreg_db/factories/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
233
|
+
endoreg_db/forms/__init__.py,sha256=H2bgLGusm3FLbSTN8cjYcJPaABJL1L5ee9dOTTGRrwU,130
|
|
234
|
+
endoreg_db/forms/examination_form.py,sha256=1AEGCzjJhJt80t8VWbro61hBUJxbCOkPIUsTFoxwhqc,405
|
|
235
|
+
endoreg_db/forms/patient_finding_intervention_form.py,sha256=RztLQpz3-hkON1ppudXuQZHbtq4-_oY_tk-zD9RtoaQ,1083
|
|
236
|
+
endoreg_db/forms/patient_form.py,sha256=auoeGlMWNiIWAdsE9jRzGGcvEtmssXpsVMFte11YsmM,709
|
|
237
|
+
endoreg_db/forms/unit.py,sha256=rywaSXT6E18RwPdGXhDr94Q9_lP-fauY1XAPhj0D7Dc,116
|
|
238
|
+
endoreg_db/forms/questionnaires/__init__.py,sha256=ZLZVXwk7qFL7MpzC5KCqsVPDGp0b5LCfGEqJ7lxge3c,77
|
|
239
|
+
endoreg_db/forms/questionnaires/tto_questionnaire.py,sha256=4QVcMONQIKDYRTbMw-9qSeM8KbiD8vIeBsol7NFyt1Y,928
|
|
240
|
+
endoreg_db/forms/settings/__init__.py,sha256=xKCYyRS1tEAWsm5C9OrG0Btqgitzuh_s31Oa_W6Os0I,259
|
|
241
|
+
endoreg_db/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
242
|
+
endoreg_db/helpers/count_db.py,sha256=IkdgvDPM5xq7DgFn8Bp1rgpXOtmLzPfLpZy-5cFTEPg,1951
|
|
243
|
+
endoreg_db/helpers/data_loader.py,sha256=Kn5MyRRuul-bDtLtqg2gn4E2OKt1-5HkjjD3QcwWyPM,6324
|
|
244
|
+
endoreg_db/helpers/default_objects.py,sha256=g1ZeSsqEEp9kbeMpCUr7MyNXVvcqnhdj3wWtgtJY5Cs,13928
|
|
245
|
+
endoreg_db/helpers/download_segmentation_model.py,sha256=VZ8BU7QkYpZkr8kpkUrnuvDBkirmLhuf2rHC2jRBILM,1053
|
|
246
|
+
endoreg_db/helpers/interact.py,sha256=EAiUP_5CXCauKcYYEoUo-Ot3FqE5n1Rm4UX6mkC06IY,174
|
|
247
|
+
endoreg_db/helpers/test_video_helper.py,sha256=4iIjH3Xe-5krhLffQLJO16XtxKJpM9wplpWUocmwWeg,4695
|
|
248
|
+
endoreg_db/management/__init__.py,sha256=3dsK9Mizq1veuWTcvSOyWMFT9VI8wtyk-P2K9Ri7liY,29
|
|
249
|
+
endoreg_db/management/commands/__init__.py,sha256=Ch0jwQfNpOSr4O5KKMfYJ93dsesk1Afb-JtbRVyFXZs,21
|
|
250
|
+
endoreg_db/management/commands/anonymize_video.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
251
|
+
endoreg_db/management/commands/check_auth.py,sha256=TPiYeCZ5QcqIvR33xhbqXunO2nrcNAmHb_izoMTqgpg,5390
|
|
252
|
+
endoreg_db/management/commands/create_model_meta_from_huggingface.py,sha256=NeTAl35RLI4Fad5V1W3ohyzuOl0LEzevlVRyLLeXrJM,3881
|
|
253
|
+
endoreg_db/management/commands/create_multilabel_model_meta.py,sha256=qeoyqcF2CWcnhniVRrlYbmJmwNwyZb-VQ0pjkr6arJU,7566
|
|
254
|
+
endoreg_db/management/commands/fix_missing_patient_data.py,sha256=5TPUTOQwI2fVh3Zd88o4ne0R8N_V98k0GZsI1gW0kGM,7766
|
|
255
|
+
endoreg_db/management/commands/fix_video_paths.py,sha256=7LLwc38oX3B_tYWbLJA43Li_KBO3m5Lyw0CF6YqN5rU,7145
|
|
256
|
+
endoreg_db/management/commands/import_fallback_video.py,sha256=PhSBqyHevGgOZieZsj3NBfPJ656wqEkdCWrp2NSb538,9590
|
|
257
|
+
endoreg_db/management/commands/import_report.py,sha256=vFst-NeQdL-w62yoH4kDamq-2Hos5GW90vLTO2-hfYI,13168
|
|
258
|
+
endoreg_db/management/commands/import_video.py,sha256=AMvgi1eN0F_hjhgnNNYIFkJtHfjalBfh2lfDxw6VTzE,17980
|
|
259
|
+
endoreg_db/management/commands/import_video_with_classification.py,sha256=ulZH5jvAWu_pJ1kI9B3hbIO1-p_BReY0zbIQDS_d9OI,14726
|
|
260
|
+
endoreg_db/management/commands/init_default_ai_model.py,sha256=98yBigGZ5gkA-b1LPcvzS5x2jAms3pX58fU-TEAcjKw,4669
|
|
261
|
+
endoreg_db/management/commands/load_ai_model_data.py,sha256=ba2z-0qWtweUC6iYyiusH3xGDkpkYNNlIjei3QK7YAA,2887
|
|
262
|
+
endoreg_db/management/commands/load_ai_model_label_data.py,sha256=jnm2720TsnRTBKF6guwnjLo7sropW_YoRjgyjo1TUr8,2143
|
|
263
|
+
endoreg_db/management/commands/load_base_db_data.py,sha256=0Go2cYbqfx6MBSeQaHPAq22yeJxOyX25xpmcBcE9Auw,9374
|
|
264
|
+
endoreg_db/management/commands/load_center_data.py,sha256=GQpbe7dxgbTgd66oBqrBXax-os3ibnPmCeSEFDVauPU,2570
|
|
265
|
+
endoreg_db/management/commands/load_contraindication_data.py,sha256=5cEIBX42Exc6m3li-HQCEK3NHO6lbvACV4eJoaa-zG0,1256
|
|
266
|
+
endoreg_db/management/commands/load_disease_classification_choices_data.py,sha256=zSwNVmI56myFtOBUxV9kD_-4NKh0Z4nWuvFN3RSSulU,1361
|
|
267
|
+
endoreg_db/management/commands/load_disease_classification_data.py,sha256=B0sIgDq35e8Js3cqBCpRBoDuKRoDy7YvPbaZ4jjJS2I,1305
|
|
268
|
+
endoreg_db/management/commands/load_disease_data.py,sha256=8P4piw44IxuZc2350_hMUGfB6-zmJgqC69PQ8ohTWkg,2109
|
|
269
|
+
endoreg_db/management/commands/load_distribution_data.py,sha256=d0KpJF9E519PsJvGJk6Lcxr4ZGMLCtw0WuvTaiJhO7E,2059
|
|
270
|
+
endoreg_db/management/commands/load_endoscope_data.py,sha256=hSzHcOFAtMFArTvdRIPXDYhTbjjozelCtMpMc7q3IX4,1964
|
|
271
|
+
endoreg_db/management/commands/load_event_data.py,sha256=WYT8GRzrJ3JgGaSi7l-8sF1rrL-7NnvlDj262Fux47g,1223
|
|
272
|
+
endoreg_db/management/commands/load_examination_data.py,sha256=kGGSRpHxvhugpKXpUMrttWYe9y81XOzyjgiBqV492KU,2748
|
|
273
|
+
endoreg_db/management/commands/load_examination_indication_data.py,sha256=W5arIvllXD1MT4zH9Yo9ZM4Tn9Pvg4aWN4ZKf0MSA34,2942
|
|
274
|
+
endoreg_db/management/commands/load_finding_data.py,sha256=RBwe6unyFcrliqUczAs2_s8LNCqK1vW6_wmrPyN38S4,4477
|
|
275
|
+
endoreg_db/management/commands/load_gender_data.py,sha256=skg1EcE5EIYAVDO-jNx8qjmJNaFXaOaqILgmJ6j6CLY,1137
|
|
276
|
+
endoreg_db/management/commands/load_green_endoscopy_wuerzburg_data.py,sha256=o-TmBaR1fpGg3pe3cukrbtZo36cdLKle22WUCn5IcKY,3950
|
|
277
|
+
endoreg_db/management/commands/load_information_source.py,sha256=Ot4AYXxO2nck5kLupRlyWZq7iW2n-zKEXqkB6Trg9aQ,1791
|
|
278
|
+
endoreg_db/management/commands/load_lab_value_data.py,sha256=ueui82FAJL4djGpy1B2nikjD1QP7iA3r4tcBarunJ_Q,1700
|
|
279
|
+
endoreg_db/management/commands/load_medication_data.py,sha256=E4zn7cTBxk3nPEoMiw8A5CsYKarGkroGq1O9RC8_VCc,3412
|
|
280
|
+
endoreg_db/management/commands/load_name_data.py,sha256=OxPYEC4uAiyv7iP8KTtTBwUO4qPHn9oq68pE7hs6ppo,1320
|
|
281
|
+
endoreg_db/management/commands/load_organ_data.py,sha256=gPknJ8Zk-jRN7ASZLLgA-Fd8KedLmu74SRblpgyVk1E,1222
|
|
282
|
+
endoreg_db/management/commands/load_pdf_type_data.py,sha256=sJeGI1M4Xwkagi7rModwUJH3MuQckZXdOkHekoAvRAw,1650
|
|
283
|
+
endoreg_db/management/commands/load_profession_data.py,sha256=oF3OF7zRqxA-SVpMW6e7LJ3MSfEc5Hoz1XlcvcFACRg,1321
|
|
284
|
+
endoreg_db/management/commands/load_qualification_data.py,sha256=ahuRhfDa9JV1MpuAw5bm6rgRm_AEss1PnOdhXOW1GtQ,2040
|
|
285
|
+
endoreg_db/management/commands/load_report_reader_flag_data.py,sha256=pvqRgtcjaYTgx2Ce7HYnNzsUB48yJe9lXTk-lzfJUPI,1371
|
|
286
|
+
endoreg_db/management/commands/load_requirement_data.py,sha256=ojds61TbhlX8gilxK6f3Ii0rrqfENy6QRR0jnOm8Q3g,6181
|
|
287
|
+
endoreg_db/management/commands/load_risk_data.py,sha256=lKc8GqJcrMi8jwA2HYABRo7jWzqhgsgq0RoitAqYfZI,2102
|
|
288
|
+
endoreg_db/management/commands/load_shift_data.py,sha256=QRoTPl8VrLHcp7lcuFagCqUsBdC8a99tIvIcvl0rSsI,2065
|
|
289
|
+
endoreg_db/management/commands/load_tag_data.py,sha256=ZnkwnJyekn4_Lyu53POc_vQ00B1BYWQmsoARpkVBZNU,1926
|
|
290
|
+
endoreg_db/management/commands/load_unit_data.py,sha256=tcux-iL-ByT2ApgmHEkLllZSEA3AGMK5l-ze2Mtty1Y,1319
|
|
291
|
+
endoreg_db/management/commands/load_user_groups.py,sha256=D7SK2FvZEHoE4TIXNGCjDw5_12MH9bpGZvoS7eEv0Os,1031
|
|
292
|
+
endoreg_db/management/commands/register_ai_model.py,sha256=KixTfuQR6TUfRmzB5GOos16BFOz7NL4TzLzBkgtPPgE,2510
|
|
293
|
+
endoreg_db/management/commands/reset_celery_schedule.py,sha256=U-m_FNRTw6LAwJoT9RUE4qrhmQXm7AyFToPcHYyJpIE,386
|
|
294
|
+
endoreg_db/management/commands/setup_endoreg_db.py,sha256=vwjb5jH1oBNXtLpPrthbnP1WcwXPgBMoO4K2ZMH5dEI,17886
|
|
295
|
+
endoreg_db/management/commands/start_filewatcher.py,sha256=3jESBqRiYPa9f35--zd70qQaYnyT0tzRO_b_HJuyteQ,4093
|
|
296
|
+
endoreg_db/management/commands/storage_management.py,sha256=NpToX59ndwTFNmnSoeppmiPdMvpjSHH7mAdIe4SvUoI,22396
|
|
297
|
+
endoreg_db/management/commands/summarize_db_content.py,sha256=pOIz3qbY4Ktmh0zV_DKFx971VD0pPx027gCD7a47EL0,10766
|
|
298
|
+
endoreg_db/management/commands/validate_video.py,sha256=cns_kNgztyp6XTeXuDeLEet8vAATkpxZwJuSWuQ5Olk,11302
|
|
299
|
+
endoreg_db/management/commands/validate_video_files.py,sha256=0lvA0Z8BKiibjyqc4ueI646IIc5bKI3sIOxiiF5_bTk,6509
|
|
300
|
+
endoreg_db/management/commands/video_validation.py,sha256=xnAoCPB44dmnRbn6FqUjqRXQ-ZhDPNX1T5kCpAU8sgc,771
|
|
301
|
+
endoreg_db/mermaid/Overall_flow_patient_finding_intervention.md,sha256=qNOXAn04flFW1m3a4hN3Bb1Vd7121Wo-sZ6MeaR0Lqo,399
|
|
302
|
+
endoreg_db/mermaid/anonymized_image_annotation.md,sha256=F0MIJB2Jsj38M1bu8-0d8wWPpb53rrp28RCGTsH3VJ4,744
|
|
303
|
+
endoreg_db/mermaid/binary_classification_annotation.md,sha256=lpM_VwcUqD37qcwGJfWwkHPkF9lWAEhpOurlrsSM97Q,988
|
|
304
|
+
endoreg_db/mermaid/classification.md,sha256=4YknYSEuZV7Pbx7wGaOgn980jbY-YNq7NKCFW1vDZ_o,372
|
|
305
|
+
endoreg_db/mermaid/examination.md,sha256=EP5CVacQfPsItUuDhLL08nrgbf9oemKuQyjreBZv9hw,310
|
|
306
|
+
endoreg_db/mermaid/findings.md,sha256=ThqXTDBR3ehyiz73AaNNLscgq5p-vx5AwLelovMR68A,307
|
|
307
|
+
endoreg_db/mermaid/image_classification.md,sha256=quli9OUKwo9y_NbdPmPlID7qmS8R0ZeiAGTfhNMiahU,1096
|
|
308
|
+
endoreg_db/mermaid/interventions.md,sha256=jWFB5fHr-bbOplk91VdPrSrS24EUZQKl8gQi_-II6hw,329
|
|
309
|
+
endoreg_db/mermaid/morphology.md,sha256=9_--hWVwXW1UB1E9od9yddyUFJonm3eCGr986nwpQpY,360
|
|
310
|
+
endoreg_db/mermaid/patient_creation.md,sha256=P0U50Pejxn_AATzHTJ3U9iydoEVSnpRjGEUOTRNJrGs,384
|
|
311
|
+
endoreg_db/mermaid/video_segmentation_annotation.md,sha256=oouo5htDabP8m-W86C6aWXyIxi1A7zAoPqa3o5xr354,536
|
|
312
|
+
endoreg_db/migrations/0001_initial.py,sha256=xfdlddGyRGvwKbm77E4gPRWsgJWZvXs6aw_G-f1Eszo,121558
|
|
313
|
+
endoreg_db/migrations/0002_add_video_correction_models.py,sha256=EFnABa4FClf6DwytRiG15Ws-aZwZ1ZgACnl6r2dNUxs,3691
|
|
314
|
+
endoreg_db/migrations/0003_add_center_display_name.py,sha256=F13-IUe1q6XjVzE5-oMTAVx4oo_jvMcLpDiHtrTfQL4,873
|
|
315
|
+
endoreg_db/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
316
|
+
endoreg_db/models/__init__.py,sha256=UeaNymydlkhJbplbVlnv7MjCACnDQ4e09yzZj6NCZ_Y,7042
|
|
317
|
+
endoreg_db/models/upload_job.py,sha256=lSsyv2d5jZxI8jAKlBU7dXi4jhEIKYjJKt8gZlwRz94,3000
|
|
318
|
+
endoreg_db/models/utils.py,sha256=G2W-QzPEKLDqbBuE4Z0srlkUageW0ZRuIIF8sQCXp2w,4451
|
|
319
|
+
endoreg_db/models/administration/__init__.py,sha256=T1dgcMsnYlz6peK7ThskJF6EFigw12lYZie34t301yw,1717
|
|
320
|
+
endoreg_db/models/administration/ai/__init__.py,sha256=AYnrzvWkLYsySnlryfZ35_wgJ5egIdIpgmxW3DzO4OY,168
|
|
321
|
+
endoreg_db/models/administration/ai/active_model.py,sha256=c0Ps5ObhEIoWCgf2T4SbDz8pf92rA10Cx594-Cj-lX4,1453
|
|
322
|
+
endoreg_db/models/administration/ai/ai_model.py,sha256=-ceosDfRHQL6IIHJCzwGERmGEOsJ6IzFXNYbcBzP1Ns,5531
|
|
323
|
+
endoreg_db/models/administration/ai/model_type.py,sha256=yLwiKI1k_u5ofzd9cx1pxf6xU5tFPJYvKDetaWqV-vQ,1019
|
|
324
|
+
endoreg_db/models/administration/case/__init__.py,sha256=gJR-f9mfxk3R6BdTY4VexbBe2Ptk-Lcl6g2ZovKS8ug,384
|
|
325
|
+
endoreg_db/models/administration/case/case.py,sha256=-cczqdwYSXdxYTsq_zoH-KxfJNHpZJh1a4t_E0ocsgI,3837
|
|
326
|
+
endoreg_db/models/administration/case/case_template/__init__.py,sha256=GwGBRl1YdpndeD0N5r4pTXK7T6Xcavq3dru3jd3huvo,542
|
|
327
|
+
endoreg_db/models/administration/case/case_template/case_template.py,sha256=mG9T-5q83RaSWer_WLK0GiqLamt7DpDepItfgj_Zp80,4809
|
|
328
|
+
endoreg_db/models/administration/case/case_template/case_template_rule.py,sha256=U8NqR9AavlXzNZ-plVWL3RbANX_TYjjJRhTbmFHhn-c,10950
|
|
329
|
+
endoreg_db/models/administration/case/case_template/case_template_rule_value.py,sha256=TToGxdc2UVT-xrNvpCCfCd9ejsqpIwI3Vzyl13xF7Zg,2689
|
|
330
|
+
endoreg_db/models/administration/case/case_template/case_template_type.py,sha256=tnwBNRGONl87gGbf0LGEso65wIEsKX2lDZixCfvpbqs,653
|
|
331
|
+
endoreg_db/models/administration/center/__init__.py,sha256=VQj0PFNjzY_nwRlvOHnrA0Agle2YFCbRX0yrDeBHawY,299
|
|
332
|
+
endoreg_db/models/administration/center/center.py,sha256=o4F9dSqkWoH0a3XCvlwliRiMKTxYJjYq2X3OR7wjaOM,2133
|
|
333
|
+
endoreg_db/models/administration/center/center_product.py,sha256=sMYntr_9j9Qp0DlO0G6DLNKtcPWuR2wwnwPM1ISVJTU,1947
|
|
334
|
+
endoreg_db/models/administration/center/center_resource.py,sha256=y03EFO5sSlrjuU7w5vZzfZZSFzudUQgKH7gJohclYC0,2017
|
|
335
|
+
endoreg_db/models/administration/center/center_shift.py,sha256=IC7OyexkA5fGvMD6g4gdpROlRXwjA2I7-tNmAufMY0w,2471
|
|
336
|
+
endoreg_db/models/administration/center/center_waste.py,sha256=HNKjSFDlcDUHvhvcU-4Wr_FeJJgSw8G7xXtnxhb6BBo,1211
|
|
337
|
+
endoreg_db/models/administration/permissions/__init__.py,sha256=bZZiRUBGZA1hHw6KQTMu6oelETSJ8zVJDfBHkmIJoA8,1842
|
|
338
|
+
endoreg_db/models/administration/person/__init__.py,sha256=8vhLTRJeDIXnKkziHxoKy-YBA0069MffTevKAmKoMuE,532
|
|
339
|
+
endoreg_db/models/administration/person/person.py,sha256=qZq-pXgRV-OuZ_9S-TAnT2bf085JOU3RiThyH2nQUAw,1015
|
|
340
|
+
endoreg_db/models/administration/person/employee/__init__.py,sha256=26r9d28FSuz4TM66eZiXIao_QG1e-KxGTM6GutE991I,128
|
|
341
|
+
endoreg_db/models/administration/person/employee/employee.py,sha256=ZJPDJT5W4CZcVYszCfl3e2YDvnGr5keRHs-3mS7S-vA,967
|
|
342
|
+
endoreg_db/models/administration/person/employee/employee_qualification.py,sha256=LU_jtvYlGtnmXt1VngfL6Ecn1LRK86vvVovM80SVxvA,1312
|
|
343
|
+
endoreg_db/models/administration/person/employee/employee_type.py,sha256=AlVy-3TqGEG5xQLamQT7albvPpzKDRhoxqsbv6lM1yo,1163
|
|
344
|
+
endoreg_db/models/administration/person/examiner/__init__.py,sha256=F1X50yY_vCwVKpzJZ-GE-kBSIFJha5DIQkPtjZU37P0,55
|
|
345
|
+
endoreg_db/models/administration/person/examiner/examiner.py,sha256=y32YjwBGLmFhMMFaGHZ5t8Uejkx8GAJMwHbClaaAkAM,1695
|
|
346
|
+
endoreg_db/models/administration/person/names/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
347
|
+
endoreg_db/models/administration/person/names/first_name.py,sha256=AC9mq42IS1e2pifrBVbCzzvwnfdrctvkvIiFWYiij8Y,461
|
|
348
|
+
endoreg_db/models/administration/person/names/last_name.py,sha256=Oz090ghvAWf6TY9Ao668tPn0If9Z7me5xgq0FgryGtM,436
|
|
349
|
+
endoreg_db/models/administration/person/patient/__init__.py,sha256=8O3FHZ-iV_EAIv2R2emr5rI2O-PBC9WaRo7aVA631GA,58
|
|
350
|
+
endoreg_db/models/administration/person/patient/patient.py,sha256=_j5gqvJ-DCb4Ohmp8HRPCTuoeKd2orJJOMu5voqMpnM,17626
|
|
351
|
+
endoreg_db/models/administration/person/profession/__init__.py,sha256=OIVrAvqPw70nvMHVlxzVB8ttwt3wl8czHZZ03Ia3fEE,645
|
|
352
|
+
endoreg_db/models/administration/person/user/__init__.py,sha256=vUgDOU5hTkszcLMBPWBGF_feLdoCHgVW6HW4y232kIs,89
|
|
353
|
+
endoreg_db/models/administration/person/user/portal_user_information.py,sha256=9E7zNboAfj8r72WYbRY-UiYv_WqcZnr5Q6pLvFQdvOM,994
|
|
354
|
+
endoreg_db/models/administration/product/__init__.py,sha256=3D1mlTuB0PkcvAqIC8dzq0jefoLeggLy9ewKhRFBQhc,355
|
|
355
|
+
endoreg_db/models/administration/product/product.py,sha256=S5_p6sg99g6eDPl3aDOh4Oq1iZXs_sB6BOUAjsqbCXk,4047
|
|
356
|
+
endoreg_db/models/administration/product/product_group.py,sha256=ITlBcc5KUr6VC__KOFdODOniVaHRV4t2owaG2dfgOMk,996
|
|
357
|
+
endoreg_db/models/administration/product/product_material.py,sha256=NScYHfNfUmXdKZgfXlXGvGXN8LFW1TjMYDXda0Ikk2U,1810
|
|
358
|
+
endoreg_db/models/administration/product/product_weight.py,sha256=MGnerY_6abNhWJYwurg-dvcIjusv5WB6yl9dm60_78E,1582
|
|
359
|
+
endoreg_db/models/administration/product/reference_product.py,sha256=2y8BkWdLyh0wqbrsvQbOg5zKrAUj2fmmpWUZicKQDdM,4999
|
|
360
|
+
endoreg_db/models/administration/qualification/__init__.py,sha256=HQq1CKpgFLT_6MhkpuD4SinIw-pAD39VGVmA3PxXaiw,152
|
|
361
|
+
endoreg_db/models/administration/qualification/qualification.py,sha256=uoCRrx_OsrkTpgs8GxIT18FO_PrU7b882drbB2fWCEk,1055
|
|
362
|
+
endoreg_db/models/administration/qualification/qualification_type.py,sha256=9l4OUYIXyug43txRzNlebtTpbO6U9Qa5zMhMRB7qaXs,994
|
|
363
|
+
endoreg_db/models/administration/shift/__init__.py,sha256=-YDYCWFwpEJllbvQ18i2rIkf4KNRkSXlUfNiZ3EAeNM,167
|
|
364
|
+
endoreg_db/models/administration/shift/scheduled_days.py,sha256=FX_hlOoSnrriGs9fal7TAcA9Bv6K9SMcZbGT0A2CBQw,1596
|
|
365
|
+
endoreg_db/models/administration/shift/shift.py,sha256=ncNcB7JZWdP86u-9jNMI8CNZ69bQRIeenJ1JnJL6tQw,1301
|
|
366
|
+
endoreg_db/models/administration/shift/shift_type.py,sha256=NPVz9UDRRonu72AN2l79aUpzDhDT1PmyqU61x7xk4tA,3403
|
|
367
|
+
endoreg_db/models/label/__init__.py,sha256=mlSYUTBuYkdQtiRid0k3eVHBQm2sgHCqI2m9rTLSkLc,596
|
|
368
|
+
endoreg_db/models/label/label.py,sha256=LNsjbyX2hOfioPxzwdKyHL03YsVsxm50yxuBoRXau2s,2462
|
|
369
|
+
endoreg_db/models/label/label_set.py,sha256=JhizM8YSfqhIwcJ66sKZSYVVgjElmHB8dcIaQZ0rTa8,1408
|
|
370
|
+
endoreg_db/models/label/label_type.py,sha256=okk1U4riUShYdKt1lDXLpJkXgYcNZsWXsx1wCBO952Q,662
|
|
371
|
+
endoreg_db/models/label/video_segmentation_label.py,sha256=pdU19FbL5eNs_gZLTzw797A-X1-Uv0oz6_X7c-qthnM,1030
|
|
372
|
+
endoreg_db/models/label/video_segmentation_labelset.py,sha256=BzVusfZosrU665KT8fJRLogcPNcLRUrNO2uThEfo-sM,751
|
|
373
|
+
endoreg_db/models/label/annotation/__init__.py,sha256=6igZTy9Iqw-GRf8yB82zoFOsSHgqhbN0bFZ9se6Njgs,268
|
|
374
|
+
endoreg_db/models/label/annotation/image_classification.py,sha256=XubbIG9SFarW-bnzuP-W2ukqSRFRtsMjaGrNKT_H5Qc,3092
|
|
375
|
+
endoreg_db/models/label/annotation/video_segmentation_annotation.py,sha256=KccKVVztk7NRBYOIBPuz36moQpAmvhBx3kiFoX-LtHg,2348
|
|
376
|
+
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=Rp9OzIxuPhOye3efmP60yagz7bp5gIXizAu5PFbX8AY,1205
|
|
378
|
+
endoreg_db/models/label/label_video_segment/label_video_segment.py,sha256=chOgGhevzFWJWpuS879bdQ4hT1_nfnqlyEmMZAd2XD4,21807
|
|
379
|
+
endoreg_db/models/media/__init__.py,sha256=WuomOKk-3kNGDLKoLO_ltnXbo028JDVlCCScdJMMQI4,465
|
|
380
|
+
endoreg_db/models/media/frame/__init__.py,sha256=25WriZHocR82rbHr_IMIgBt5z-mkV2O0LVWUpJRnQ5E,45
|
|
381
|
+
endoreg_db/models/media/frame/frame.py,sha256=6BvNKTAGsC_Q0S27nrvZ2cySDy3LSu5HCxrNcZwIEsA,4408
|
|
382
|
+
endoreg_db/models/media/pdf/__init__.py,sha256=1fimtZK5LUuP_yqETN6pMj0hxKXuQqeLb1DP5wPmtT4,343
|
|
383
|
+
endoreg_db/models/media/pdf/raw_pdf.py,sha256=aUOGyqFAMcOdfPE_BDGM1_e9vk_YQvZgNcXoSxOR2sg,29963
|
|
384
|
+
endoreg_db/models/media/pdf/report_file.py,sha256=6Vt_TJSB3qaF26qXbyjRSn-s_zN5y4e-PPrN8ZbYS9s,4296
|
|
385
|
+
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=wYVDmPSmNIuCTpaaWqoLVgVZFYW-dqGpnAyVBqRLqXE,3445
|
|
387
|
+
endoreg_db/models/media/pdf/report_reader/report_reader_flag.py,sha256=j9tjbLRenxpWfeaseALl8rV2Dqem9YaM_duS1iJkARU,536
|
|
388
|
+
endoreg_db/models/media/video/__init__.py,sha256=ifW4SXXN2q6wAuFwSP7XlYskpX7UX6uy0py5mpCCOCM,211
|
|
389
|
+
endoreg_db/models/media/video/create_from_file.py,sha256=3n4bbzFteEOFDUuEikP0x-StCKI5R5IhyKC7o3kLZ6Y,15128
|
|
390
|
+
endoreg_db/models/media/video/pipe_1.py,sha256=ljO3vO2mqqTXLZsKjzMTC6-sW4JRWMVRfJcK0n5CjKg,9740
|
|
391
|
+
endoreg_db/models/media/video/pipe_2.py,sha256=DnMxW0uOqSsf7-0n9Rlvn7u89U4Jpkv7n6hFpQfUjkQ,4964
|
|
392
|
+
endoreg_db/models/media/video/refactor_plan.md,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
393
|
+
endoreg_db/models/media/video/video_file.py,sha256=VFRgP1QRtuxzE9l74tCW7Kz5leHdv5d5i3aqtH3Y1vA,30281
|
|
394
|
+
endoreg_db/models/media/video/video_file_ai.py,sha256=3ABea52FOF1qlrlxHdYhz_M3Kmqfzqtgq7M0prl-FAo,18819
|
|
395
|
+
endoreg_db/models/media/video/video_file_anonymize.py,sha256=pet1UfSsbSHJJZxq6gDPifAfBWpGyEpD1jEQuSQi0Gg,16027
|
|
396
|
+
endoreg_db/models/media/video/video_file_frames.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
397
|
+
endoreg_db/models/media/video/video_file_io.py,sha256=9y3jBiIHA3Rw5pWczGbf13u-EcKiZQIuDserq2vOwuk,7921
|
|
398
|
+
endoreg_db/models/media/video/video_file_segments.py,sha256=42oc2go3VWtNY1gsjp4kLbfQb5Qtl-aMbnAuKN3vum4,8647
|
|
399
|
+
endoreg_db/models/media/video/video_metadata.py,sha256=cM7COVZu7RMNr1uR_oDBpTU91YW-xToyyWJR50RlxjY,1994
|
|
400
|
+
endoreg_db/models/media/video/video_processing.py,sha256=_Hg_LMLj4JoJQUdVBcQj8yXEYs-rI1elaMVaAVrS93Y,4733
|
|
401
|
+
endoreg_db/models/media/video/video_file_frames/__init__.py,sha256=X1eX1o5X8PVaWwdejtQcSdkG_mvYGXXvlnzF8tE7Lck,2060
|
|
402
|
+
endoreg_db/models/media/video/video_file_frames/_bulk_create_frames.py,sha256=9kihorJQZQvoJK669mNBPGzdnNaiPG1cZMnPmox95kg,702
|
|
403
|
+
endoreg_db/models/media/video/video_file_frames/_create_frame_object.py,sha256=5nf69epDRRFZuTaGJxQS5co0tvNeb0dnTEfo1o5YV7M,539
|
|
404
|
+
endoreg_db/models/media/video/video_file_frames/_delete_frames.py,sha256=Sbnfdef40zUvw1v_dJJA4B4tLqZ2e7vZL__qd1RXdOs,4089
|
|
405
|
+
endoreg_db/models/media/video/video_file_frames/_extract_frames.py,sha256=4tBU8CpOR3WHoRewX8ev6IaAHlRu9UoZiFkl_FKxFIg,8770
|
|
406
|
+
endoreg_db/models/media/video/video_file_frames/_get_frame.py,sha256=bT-6W-5YMXZ8ImOQTDCS_-b7ZBvSZ4Z6lfxoD_wm074,1010
|
|
407
|
+
endoreg_db/models/media/video/video_file_frames/_get_frame_number.py,sha256=07zfjEVY6I20RP6aRQwP8dgO6PHvvQ9U3p-_6XyjR4w,809
|
|
408
|
+
endoreg_db/models/media/video/video_file_frames/_get_frame_path.py,sha256=2QOarQ1xSfVH74uRpovVSy_HjYPGnAzBflhq7SFLKXM,672
|
|
409
|
+
endoreg_db/models/media/video/video_file_frames/_get_frame_paths.py,sha256=tgdfN3kq6xzdhpNo4LnaU5p2rVgUmQnI5jqbNUEcm5o,1053
|
|
410
|
+
endoreg_db/models/media/video/video_file_frames/_get_frame_range.py,sha256=D9LDrRlNOVxguZ2Vdns4K1h6Iw9ggzEAAh8HUsz98B8,1258
|
|
411
|
+
endoreg_db/models/media/video/video_file_frames/_get_frames.py,sha256=_sLvBwz1uRDJYDMDfFqwRy60tbjs48leqTyZkksXpAk,919
|
|
412
|
+
endoreg_db/models/media/video/video_file_frames/_initialize_frames.py,sha256=mPkgI1V82aoFLcTf3TO8yq9fBYXKcxQ3Up14ktRzJjI,6638
|
|
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
|
|
415
|
+
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=du-okbn9KfLg4CB6HcqvIDmsHH-m5fjZSQXwkBMEBiM,1619
|
|
417
|
+
endoreg_db/models/media/video/video_file_meta/get_endo_roi.py,sha256=lPqy5Vw-Vd2SY89tPK2LB0C82nuv3fXi24yeP5HYMwI,1583
|
|
418
|
+
endoreg_db/models/media/video/video_file_meta/get_fps.py,sha256=uG_HBxwx9NLmMyonMIzNEZvhiuAekRvqBKqJgUaNl2E,6090
|
|
419
|
+
endoreg_db/models/media/video/video_file_meta/initialize_video_specs.py,sha256=WwbI0p7n6xU6rtnI1YJ71WPxAd0eztjQo62PQ_NiFqs,6882
|
|
420
|
+
endoreg_db/models/media/video/video_file_meta/text_meta.py,sha256=QjC8_Sy7fA0kerE0wGLeHAxhZMdATFkmKOTalU0eNzU,6595
|
|
421
|
+
endoreg_db/models/media/video/video_file_meta/video_meta.py,sha256=Cr1gjnB0JQTtCyVG3ZQ4zFpDLfaTI0AE2CoPNT-UAeQ,3691
|
|
422
|
+
endoreg_db/models/medical/__init__.py,sha256=2xsb7CQlUiMB7txt_7iP_ydfE-loVYU4pt9agcsVD8s,2932
|
|
423
|
+
endoreg_db/models/medical/disease.py,sha256=KVehTcjMD10ksrwwqo3u743KdY39Bh4RqVgk1FAG1JI,4904
|
|
424
|
+
endoreg_db/models/medical/event.py,sha256=jdt5_i954gLdtG-Aplog2ZN_XaghWFb5laLeykNYFPU,4149
|
|
425
|
+
endoreg_db/models/medical/contraindication/__init__.py,sha256=K-TZHSJEEkw7kIDanb2OLXXxCM2EFyWgPUtfA8Ab0qo,469
|
|
426
|
+
endoreg_db/models/medical/examination/__init__.py,sha256=8cQZxk3GibhzbAsmveiYGsLFLDTOSqGL9KSIklOMi4A,363
|
|
427
|
+
endoreg_db/models/medical/examination/examination.py,sha256=_ztO0nh69AskVljTrM5TneAHMB9JI1ierWoHbhvNxJY,4468
|
|
428
|
+
endoreg_db/models/medical/examination/examination_indication.py,sha256=a5HlORHlkV-VSbZnn-gbhyDPBYZwNq3O60HSqOAVstI,9531
|
|
429
|
+
endoreg_db/models/medical/examination/examination_time.py,sha256=jw-eDRj7fdwuwE8gIScmlFEDJvNPLxfgxkXAf1WiKFU,1560
|
|
430
|
+
endoreg_db/models/medical/examination/examination_time_type.py,sha256=wkIDSMMD1CxpsNlHmAHsQ2onHFaT2Uant5QaAsOedwY,1227
|
|
431
|
+
endoreg_db/models/medical/examination/examination_type.py,sha256=_TkHD21igN1JBT-eSa6NdkljaD-K7j6LHwJAPDBdL0Y,1273
|
|
432
|
+
endoreg_db/models/medical/finding/__init__.py,sha256=9DZuNgBqWhcKzEYo-wnCTmzflbirFgVaeNlkDdr_zeg,475
|
|
433
|
+
endoreg_db/models/medical/finding/finding.py,sha256=63vt_gX0DIiA5QGhK8YWWJeLaAoscRg1XaBc-TesovM,3503
|
|
434
|
+
endoreg_db/models/medical/finding/finding_classification.py,sha256=rvIzdmO8RpThBPXM8AgAYem-bn_cBPGBz0pFNSO6Am4,4610
|
|
435
|
+
endoreg_db/models/medical/finding/finding_intervention.py,sha256=FBwjI15yitMpTXkk4i45ovxXMwQJGoaLbwZB61p5Ur4,1411
|
|
436
|
+
endoreg_db/models/medical/finding/finding_type.py,sha256=ohDEmLcgEpYjG5q0uhCaq2xQS8jH_rj4qyKQ2DUumqQ,1117
|
|
437
|
+
endoreg_db/models/medical/hardware/__init__.py,sha256=uX2-UpBzX2chpZEeCyqbv2BSrv3OZNG9PrB8sHEWpHQ,178
|
|
438
|
+
endoreg_db/models/medical/hardware/endoscope.py,sha256=8T8R2Bo2T29psQ3C_HTrhBogN8hiysuZkJOxUefqGoI,1657
|
|
439
|
+
endoreg_db/models/medical/hardware/endoscopy_processor.py,sha256=9HMTgODfJo36gDg4N3QtcH3_NOriOanwYMtIPTlULVk,6626
|
|
440
|
+
endoreg_db/models/medical/laboratory/__init__.py,sha256=595XF1ikkwzQWbUsyasU23v1kDRugrgTp3eUfrMd0UQ,62
|
|
441
|
+
endoreg_db/models/medical/laboratory/lab_value.py,sha256=uw4mjguVrqvsxQ-NzGO0DoNlSCaydI8KaJgUhuM16wo,20258
|
|
442
|
+
endoreg_db/models/medical/medication/__init__.py,sha256=BHh6ARvm2uVNswN12EQAEMFPnoGBiVwl7RCjKrW6C2I,761
|
|
443
|
+
endoreg_db/models/medical/medication/medication.py,sha256=rz1dtjX3bXcBVvjxJAj1eLGZhfxojc0bKnnt1nbhBQQ,1053
|
|
444
|
+
endoreg_db/models/medical/medication/medication_indication.py,sha256=RTQBODK_YKS01gAGq9MRtqmH1HdhQKOTnA-WDPGHrGs,1609
|
|
445
|
+
endoreg_db/models/medical/medication/medication_indication_type.py,sha256=vWOVtO3z-7IiD5gxYkkzOLB3m--RjvIrerUGEVsi_cc,1464
|
|
446
|
+
endoreg_db/models/medical/medication/medication_intake_time.py,sha256=Y2ezT68Pm_SOGAkS4tagafAraRLk9axixqkG2zgdNSc,1459
|
|
447
|
+
endoreg_db/models/medical/medication/medication_schedule.py,sha256=WFEudGUFXC7-TMMRSzs0w-jKGigoS8Ynd7rMk4m6Iz4,1642
|
|
448
|
+
endoreg_db/models/medical/organ/__init__.py,sha256=vjhuxkudqAq8A5S3z65jGRkgKgqn8DzBsyP4AQSfNjU,1002
|
|
449
|
+
endoreg_db/models/medical/patient/__init__.py,sha256=4Jl2od4PimEtl28hZiRarFgd0tssP0_B8iR8LhXolpo,1159
|
|
450
|
+
endoreg_db/models/medical/patient/medication_examples.py,sha256=n_R7nWwGGL7b9ZsgWuCzmNgCIxItaqyGgGR4nNjyDzU,1084
|
|
451
|
+
endoreg_db/models/medical/patient/patient_disease.py,sha256=ZUaE8JnP0K1FwaX6KqIDASfVU1NfE0n6UDtaxK7AWU4,2364
|
|
452
|
+
endoreg_db/models/medical/patient/patient_event.py,sha256=ofnlA_Ar4HXylVam4PuEjDQAA6oAOOYmH3lk_o5eFgY,2721
|
|
453
|
+
endoreg_db/models/medical/patient/patient_examination.py,sha256=KMrOJR_cOgSy_FDPbkhunL25AQyhTfOuJ5keQgAt5sg,9698
|
|
454
|
+
endoreg_db/models/medical/patient/patient_examination_indication.py,sha256=pEuSMq97haixPQi483fq4uluh7QrptNs0ayNJN1IYDw,1569
|
|
455
|
+
endoreg_db/models/medical/patient/patient_finding.py,sha256=FEPheMhsMWlBtk_y_R6Jr693Dgh7gddo4clPz_wE6Lk,15325
|
|
456
|
+
endoreg_db/models/medical/patient/patient_finding_classification.py,sha256=ikKdXoL5_hVWJJXySYVkEX7MsEY1iqdyUPbs1_XYAFc,8405
|
|
457
|
+
endoreg_db/models/medical/patient/patient_finding_intervention.py,sha256=3DURlXd0KWjg9Q8U-C4giy1KCmjMjmtixhzPz7s_8YQ,1195
|
|
458
|
+
endoreg_db/models/medical/patient/patient_lab_sample.py,sha256=QMra5mCFnZE4vBKHSiRQhCCiUw4y7d7CZEzBGar_gW4,5421
|
|
459
|
+
endoreg_db/models/medical/patient/patient_lab_value.py,sha256=OsI1LVqil2dK6lE_korwcJ8prBw5xSglq6_jm3QdB5I,7456
|
|
460
|
+
endoreg_db/models/medical/patient/patient_medication.py,sha256=Hfgil_nGkKe2YsrJapWmU9NcAOUo4u3Pf9h_4sxojF0,3657
|
|
461
|
+
endoreg_db/models/medical/patient/patient_medication_schedule.py,sha256=l3OB4elR0gqQ96jnsG-84j-KG75t2mKKQDVE_6zQohc,5464
|
|
462
|
+
endoreg_db/models/medical/risk/__init__.py,sha256=KFU25R1fT7POBj6MINYgigYAWYC8NIM-6jx3e_A-bqo,98
|
|
463
|
+
endoreg_db/models/medical/risk/risk.py,sha256=g5pgAfCfsvH88nbmX3xsASF3OZgNA-G6NJi1u6d2w8w,1953
|
|
464
|
+
endoreg_db/models/medical/risk/risk_type.py,sha256=kEugcaWSTEWH_Vxq4dcF80Iv1L4_Kk1JKJGQMgz_s0o,1350
|
|
465
|
+
endoreg_db/models/metadata/__init__.py,sha256=8I6oLj3YTmeaPGJpL0AWG5gLwp38QzrEggxSkTisv7c,474
|
|
466
|
+
endoreg_db/models/metadata/frame_ocr_result.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
467
|
+
endoreg_db/models/metadata/model_meta.py,sha256=F_r-PTLeNi4J-4EaGCQkGIguhdl7Bwba7_i56ZAjc-4,7589
|
|
468
|
+
endoreg_db/models/metadata/model_meta_logic.py,sha256=vAbNDaoZygH8xOCulWlXoHoR1T0BSvr9kIloxjzhfjo,12533
|
|
469
|
+
endoreg_db/models/metadata/pdf_meta.py,sha256=BTmpSgqxmPKi0apcNjyrZAS4AFKCPXVdBd6VBeyyv6E,3174
|
|
470
|
+
endoreg_db/models/metadata/sensitive_meta.py,sha256=ekLHrW-b5uYcjfkRd0EW5ncx5ef8Bu-K6msDkpWCAbk,13034
|
|
471
|
+
endoreg_db/models/metadata/sensitive_meta_logic.py,sha256=FRkBX_EgR2cfXO2_7TzllyceJJgU2lfGPkGsPGiLF2E,43119
|
|
472
|
+
endoreg_db/models/metadata/video_meta.py,sha256=c6xWdLW3uNqJ5VPJXHCxXA3mbXw-b0uR54-TOS3qL2Q,14966
|
|
473
|
+
endoreg_db/models/metadata/video_prediction_logic.py,sha256=j5N82mHtiomeeIaf1HA65kT5d0htQfJmbI2bJb8mpxQ,7677
|
|
474
|
+
endoreg_db/models/metadata/video_prediction_meta.py,sha256=EyfctAAAVcW9L0gf76ZBc9-G8MLMcD-tc2kkjaaLH4w,10592
|
|
475
|
+
endoreg_db/models/other/__init__.py,sha256=CC2sksOcwa6jPzKN_EXXk6B1dni_H1LXV0b79w4mkVE,894
|
|
476
|
+
endoreg_db/models/other/gender.py,sha256=3HjiKL2WthqnpGSSpaK_wfemSVegTlvVK_MMdM1AD6A,686
|
|
477
|
+
endoreg_db/models/other/information_source.py,sha256=idhjA5sjf4WVNUP8MGzddERj9EyMruapsBmeddK0u_A,5121
|
|
478
|
+
endoreg_db/models/other/material.py,sha256=CAVLt1qPyXAl7X2GEuAIvKxMmu5mi2v724lQGS_Fe1Q,831
|
|
479
|
+
endoreg_db/models/other/resource.py,sha256=TPsd5wbNeQmSze5dC9dE8FGvqm0ZYSwHGmN0ufM6gBI,565
|
|
480
|
+
endoreg_db/models/other/tag.py,sha256=FteIybqIuK8Faev_JxgfaO_Lrh2tfMp0tla2OwhbMM0,636
|
|
481
|
+
endoreg_db/models/other/transport_route.py,sha256=FzC_I6v0la_mEfxZC10XJ_cZ75ex6K3bRtA8xhzKxvk,952
|
|
482
|
+
endoreg_db/models/other/unit.py,sha256=0bskVhhRst6m-CJrv4TbSN-wRZZJ3mulZb-hpV4Ua58,1073
|
|
483
|
+
endoreg_db/models/other/waste.py,sha256=hIwlG0epijxzLmXoxxZw4Q6ahk6kQKpXbpiXQ73f61A,783
|
|
484
|
+
endoreg_db/models/other/distribution/__init__.py,sha256=CBOt6i1ESZJqscCoKmijo2HWFPkXbeMEakl_v9V4NU8,1419
|
|
485
|
+
endoreg_db/models/other/distribution/base_value_distribution.py,sha256=Y9UOjaVIKU43ltZ6QjWN4Uk-tqATB11Ir63WwIy942Y,514
|
|
486
|
+
endoreg_db/models/other/distribution/date_value_distribution.py,sha256=82Y28-Dudqu1ccU7tqBgLGIhDGFWQs4FDfUIibeJWmk,3651
|
|
487
|
+
endoreg_db/models/other/distribution/multiple_categorical_value_distribution.py,sha256=NQgEKkScAXtVMxDZkaVHhIUSiNuD87RyNzado79L3qQ,1502
|
|
488
|
+
endoreg_db/models/other/distribution/numeric_value_distribution.py,sha256=Mml5s-cZ9x_AE_FrAViuzbqiA6sOxcOI6RhJ5mn2HeE,5215
|
|
489
|
+
endoreg_db/models/other/distribution/single_categorical_value_distribution.py,sha256=haUADjZ1zCvYGzMQIBOPjYQssSUURa_1y22z7huI7S0,737
|
|
490
|
+
endoreg_db/models/other/emission/__init__.py,sha256=rvIQ_cA1Vj--FzQRWOoSy-84iGcjTTAGX1MM6nUjn4w,81
|
|
491
|
+
endoreg_db/models/other/emission/emission_factor.py,sha256=vissdJm5IM_082fKXeIx7Rn6JcMJIn5_TypwMICl2Co,2986
|
|
492
|
+
endoreg_db/models/requirement/__init__.py,sha256=bGZ-G89vM7o7ofFsCsLiHqqEhtjTRnqZMgTyojXiKNU,304
|
|
493
|
+
endoreg_db/models/requirement/requirement.py,sha256=kMmB55wZblyBdQm6BXc2rpcLNGKSq-fMZ5zp4lzcT_Y,33321
|
|
494
|
+
endoreg_db/models/requirement/requirement_operator.py,sha256=zg3A7gOtPu5nGCaCYZECjb_igpHqGKKD5hGATC0zRu8,7989
|
|
495
|
+
endoreg_db/models/requirement/requirement_set.py,sha256=TDuA6qrzqeNeUcL15YfbsjS-354XNB6g2qgVWGlKsVc,10561
|
|
496
|
+
endoreg_db/models/requirement/requirement_evaluation/__init__.py,sha256=vKfJrCoTasRDp-obb8W_Xw723waxxCx_eifWsl76KtU,101
|
|
497
|
+
endoreg_db/models/requirement/requirement_evaluation/get_values.py,sha256=nTRzQzpsFs3PwfCkjvr51W24U9zYogUGSCF8WKNHVd4,1520
|
|
498
|
+
endoreg_db/models/requirement/requirement_evaluation/operator_evaluation_models.py,sha256=AfeP-fppqfTkEVLZe-V3u6YsbVTzbO1ZhpN4waVUsns,268
|
|
499
|
+
endoreg_db/models/requirement/requirement_evaluation/requirement_type_parser.py,sha256=I94PmkSeLMHE-oDQFstXpZ0dnhygLKvRjvQOudTP8EM,2965
|
|
500
|
+
endoreg_db/models/rule/__init__.py,sha256=wzSuCktTxC1sflH13sjNrlOfK0Rx-DA_ED7WPLxRY_c,286
|
|
501
|
+
endoreg_db/models/rule/rule.py,sha256=CIYqU6eOjpm7ZFBe3HapIdDst5lnWNxFdCEuIYSugs8,865
|
|
502
|
+
endoreg_db/models/rule/rule_applicator.py,sha256=m1doR6h_5CzLCDdHaJeo-2eO_uc_vbiDOWRUu_xTyXM,9376
|
|
503
|
+
endoreg_db/models/rule/rule_attribute_dtype.py,sha256=pxWwlvdnYcPvQeJJduBeqxNiv3ytup-z4rUUjqpTxBQ,400
|
|
504
|
+
endoreg_db/models/rule/rule_type.py,sha256=ASwXrXJzamkqlRqqI065S1s8ikv-RfBB10niRxXV-gg,464
|
|
505
|
+
endoreg_db/models/rule/ruleset.py,sha256=f2AqsO-qwUAFhAL7VL51kIl-_lhOP10pFnhPcySLk2E,410
|
|
506
|
+
endoreg_db/models/state/__init__.py,sha256=bVooryC1X1igY8DvoT4BJAlFtesyUPGTaPhAvwyS7L0,322
|
|
507
|
+
endoreg_db/models/state/abstract.py,sha256=wyYd4Ce52fnlSqx-ALOTmUeIEphidu8eHSTy4tQv9vA,263
|
|
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
|
|
513
|
+
endoreg_db/queries/__init__.py,sha256=3yhFtU_yY2L8rK2--8WkjcyI0q94QPpTtv5w_v8rZRY,83
|
|
514
|
+
endoreg_db/queries/annotations/__init__.py,sha256=76O3dAIzuSye09VNPGSNPnqPEtgXZcBAGXKdh89y0ts,95
|
|
515
|
+
endoreg_db/queries/annotations/legacy.py,sha256=KOHWLDf3CLvIT9GpQi3ps4bUi3JDJUhJXH4gvw9T47E,6418
|
|
516
|
+
endoreg_db/queries/sanity/__init_.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
517
|
+
endoreg_db/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
518
|
+
endoreg_db/schemas/examination_evaluation.py,sha256=G6uBSQf9ZclwnGvMI-xVPd4IzD6GORUHYYRRCr5Qp6k,844
|
|
519
|
+
endoreg_db/serializers/Frames_NICE_and_PARIS_classifications.py,sha256=q06UKC0Nt4sOJphwN9lEaY28ZAvtcMAlOwT5Zq_sblI,31384
|
|
520
|
+
endoreg_db/serializers/__init__.py,sha256=LryzaMvorz_qacOnaT8Uu10L8KHHQRtLVaWU-nlQ43g,3589
|
|
521
|
+
endoreg_db/serializers/anonymization.py,sha256=R5hlk6KiHpQ2JshKlFq5gY6Ed4TrarA74hlvll9w-4s,2576
|
|
522
|
+
endoreg_db/serializers/examination_serializer.py,sha256=JPI9diMup9e-nSCH6UwU9KulnSKreg6pOwjKCLHWJfs,281
|
|
523
|
+
endoreg_db/serializers/sensitive_meta_serializer.py,sha256=zF_0HOrdhi9714DExVD1DTsQqDbRIJevkjLU4vZEgYE,10748
|
|
524
|
+
endoreg_db/serializers/video_examination.py,sha256=jotR5PNTA_xEMpqsqdP3PFaie8TO7SGv2Vp18sj8TlY,6937
|
|
525
|
+
endoreg_db/serializers/_old/raw_pdf_meta_validation.py,sha256=hZaPTY4AA4wO7uAA0-DKLueHwtqnNsJqFR8Apdv6wTk,7608
|
|
526
|
+
endoreg_db/serializers/_old/raw_video_meta_validation.py,sha256=Owku2MmHjEZR_FpgKUdaG9In9IRwur53NmhJdser9Bs,7542
|
|
527
|
+
endoreg_db/serializers/_old/video.py,sha256=O7PIt7uJNP5Xy9R9tbWuptCcsrm1dV0382_ymyVgl5w,2634
|
|
528
|
+
endoreg_db/serializers/administration/__init__.py,sha256=ZwlX3-e3QE_6O96liL_JLRSmkqemQP1SycE0mDOQ660,316
|
|
529
|
+
endoreg_db/serializers/administration/center.py,sha256=poHuiBQwfZlSagBuaw4HeJKaYlzGAwEdQC8I_ESBBV4,276
|
|
530
|
+
endoreg_db/serializers/administration/gender.py,sha256=ZcJv4aWKPAkPO8ON0nWzFTB9Oj4B6YbMrMxqpOxQo_w,306
|
|
531
|
+
endoreg_db/serializers/administration/ai/__init__.py,sha256=6Ac2y_Pq7oYpS128Pr2QNpq8NclfDywb8lNvdGeUs2g,229
|
|
532
|
+
endoreg_db/serializers/administration/ai/active_model.py,sha256=Hs_mlTmDu7iVpgEhASvdBu00FFY5RHJOWdcrknPkdf8,269
|
|
533
|
+
endoreg_db/serializers/administration/ai/ai_model.py,sha256=hIL-gS5ll7qqeRQSl0XRysCXx7tFTi67EN9E4qFgHbs,565
|
|
534
|
+
endoreg_db/serializers/administration/ai/model_type.py,sha256=ZJ-rPMisaD1IGLbyzF5UbqfYwzaDMI8jfjRTD1nGyZg,261
|
|
535
|
+
endoreg_db/serializers/evaluation/examination_evaluation.py,sha256=olSa2wkzaNt1k1QlKaTgR0d6uxWfdu46zrE3Z-XUraA,51
|
|
536
|
+
endoreg_db/serializers/examination/__init__.py,sha256=V43-QHlzSzsMwwpZn3x4GV3zyD9LPR1pQeJPux_vBJ0,241
|
|
537
|
+
endoreg_db/serializers/examination/base.py,sha256=68_GDUXl8heeDWDlHDuu2wP0k7RujC7a1MqRvpsStVQ,1598
|
|
538
|
+
endoreg_db/serializers/examination/dropdown.py,sha256=ySVxV-J1eiaifU5uOCwINDqk-kOQ4xhx2Lngav4P3W8,663
|
|
539
|
+
endoreg_db/serializers/finding/__init__.py,sha256=CqavAazMHOuigOzEc7PMUrr4cAtWXw3bHoBB-2nfJks,79
|
|
540
|
+
endoreg_db/serializers/finding/finding.py,sha256=h-V14Ex7Yxdqs4u1FGx6sENeXuvEjrLYhqSNmClyyco,2092
|
|
541
|
+
endoreg_db/serializers/finding_classification/__init__.py,sha256=7JYAZzXc5sxHloqCf5GG2eElayY9YcP47cO0dAB69Zo,216
|
|
542
|
+
endoreg_db/serializers/finding_classification/choice.py,sha256=nBtMaF2Aamlzp9b9jRFgh_Ph17gLRnhlbCl3ST47sCQ,805
|
|
543
|
+
endoreg_db/serializers/finding_classification/classification.py,sha256=3HFAq12riS5isC0ty0UZTaJvemFSwnpzyFrVMAe4tbw,460
|
|
544
|
+
endoreg_db/serializers/label/__init__.py,sha256=-jCBAJpRPZpvDHP9h5WYn-4xFZID4qOcqahVrgAyUpY,204
|
|
545
|
+
endoreg_db/serializers/label/image_classification_annotation.py,sha256=_aE34lqwnGNaFOI0DVB0nP3umIjBOmOk-tk537pqooQ,2246
|
|
546
|
+
endoreg_db/serializers/label/label.py,sha256=dSfWTnvBVMmv865EaKUJZV-YcuzBMZN7lKqvtqhPll0,375
|
|
547
|
+
endoreg_db/serializers/label_video_segment/__init__.py,sha256=9_Q7GjKKT_x1MYm7YRGrTRHl7roNCpzlAgK3W61YY3I,236
|
|
548
|
+
endoreg_db/serializers/label_video_segment/_lvs_create.py,sha256=yUdVIw6yfCOVetuwgzviPL0iPQWqgGoJ7KVpXlMbkYA,5978
|
|
549
|
+
endoreg_db/serializers/label_video_segment/_lvs_update.py,sha256=ZynRbiz83cmBK1EW-AoBsx7ltdMHYRpr765592XpylE,5666
|
|
550
|
+
endoreg_db/serializers/label_video_segment/_lvs_validate.py,sha256=8I9y-ySrbeYu4a_9GuWWC0n7NzrJD4COitK0cKBbeo8,6826
|
|
551
|
+
endoreg_db/serializers/label_video_segment/label_video_segment.py,sha256=UT4OPcej778vD5_yikrX1PlFa_RfAbBoq4fqV3fXhn4,13654
|
|
552
|
+
endoreg_db/serializers/label_video_segment/label_video_segment_annotation.py,sha256=ZcQukf_gj55KKgbrotutZgqxpXnieJcfOcoIpVydVOo,3920
|
|
553
|
+
endoreg_db/serializers/label_video_segment/label_video_segment_update.py,sha256=wZVjzmC3C1vw4d943HRnreqRNJQ7GXZvRSgBr9uWPhI,7671
|
|
554
|
+
endoreg_db/serializers/meta/__init__.py,sha256=2EqCikXAn1pu3u7xr7eshMXkf2bn5s56qR1E3BSro9o,596
|
|
555
|
+
endoreg_db/serializers/meta/pdf_file_meta_extraction.py,sha256=cfcbIjxq1J6eKoeDUZ-mVSz56lO6K5mNgPOi78hVtYk,4441
|
|
556
|
+
endoreg_db/serializers/meta/report_meta.py,sha256=wnpQAasZhr3m3nvH5Q4iTqB7Te25UidQtdif04aVQF8,1966
|
|
557
|
+
endoreg_db/serializers/meta/sensitive_meta_detail.py,sha256=1i-9Osl9vBH7_KObdm8BlNHuKYOXeFeGfAsN6H_ELGM,5481
|
|
558
|
+
endoreg_db/serializers/meta/sensitive_meta_update.py,sha256=qy7cM2MhQUJST9YcEXuyYmL8oX4kkKCIcyiz2nXHo-g,5591
|
|
559
|
+
endoreg_db/serializers/meta/sensitive_meta_verification.py,sha256=gXH2RfJtVPSgnA3Z58FU6kxTZs6vBI14EEZT7lx2NFE,2289
|
|
560
|
+
endoreg_db/serializers/meta/video_meta.py,sha256=g96J4va5_oIg7rbbVqcyBsy8imgmbiHjysuEEtas0cA,1284
|
|
561
|
+
endoreg_db/serializers/misc/__init__.py,sha256=MfG55Bb9sNBajmt-QkTOg1qFNSOEFQ6RWHIA_DVtneE,489
|
|
562
|
+
endoreg_db/serializers/misc/file_overview.py,sha256=ImOTX4a_zjboVyQs2IHBFNqhEfZWDvgcrx1bf2XpL2w,7395
|
|
563
|
+
endoreg_db/serializers/misc/sensitive_patient_data.py,sha256=cewApBYKsk0s9T7CGY_FJmuXAYs3hJV3Ra7oYazKndk,5831
|
|
564
|
+
endoreg_db/serializers/misc/stats.py,sha256=iL8iZseOLeLaoaCDF3MtTQBH3b0yX5ZFkrZbq5MiMGM,1255
|
|
565
|
+
endoreg_db/serializers/misc/translatable_field_mix_in.py,sha256=ZH8ZUE1-No0DLCcIGk445c00jQcX7M6Yldxik-FaGfg,1724
|
|
566
|
+
endoreg_db/serializers/misc/upload_job.py,sha256=e8rXbgs7lkh-NAswLBV2pkEngWdfqHmJcIqS1fM0bJY,2306
|
|
567
|
+
endoreg_db/serializers/patient/__init__.py,sha256=ogQGq3jGnFP3L7gK9FbcJodhrzdR6_6xAM89sO9dZjM,185
|
|
568
|
+
endoreg_db/serializers/patient/patient.py,sha256=8GlQw9a6zxhrieuzw0qf2Xryiuj64-Pe-jgYFdGlRdk,3072
|
|
569
|
+
endoreg_db/serializers/patient/patient_dropdown.py,sha256=0hijgjMbgrUo78Em6hNqRMv5XdQJ42pTXmOZClSDtuQ,964
|
|
570
|
+
endoreg_db/serializers/patient_examination/__init__.py,sha256=7QMmC9XImY9S_suhGnj4SWeyOk1CkbKzbDRZ_thEWdA,121
|
|
571
|
+
endoreg_db/serializers/patient_examination/patient_examination.py,sha256=HfwVuef75ceqbIO9oTlZ5tTT_6QsSM-w8hO-SageUQo,5645
|
|
572
|
+
endoreg_db/serializers/patient_finding/__init__.py,sha256=t28Qc0223ykVWZEbk9XAsZRAZdQDohbTJEUlUvRnlO0,658
|
|
573
|
+
endoreg_db/serializers/patient_finding/patient_finding.py,sha256=o63QZSmcxKsnMKcVXwAf1oXv7D27lwSoHryS7DOCAmE,962
|
|
574
|
+
endoreg_db/serializers/patient_finding/patient_finding_classification.py,sha256=MnFAtmoXyhsw2-wFGzz9l14cQsCOYgS2Y8ds0hny9c4,1608
|
|
575
|
+
endoreg_db/serializers/patient_finding/patient_finding_detail.py,sha256=jcrf_3WP3bapvscNmLMxtWP8ZT7CU3SLL39V2UPuWaY,2086
|
|
576
|
+
endoreg_db/serializers/patient_finding/patient_finding_intervention.py,sha256=B-qxEk6TsjVuoFRFHBsRKiCMhnGBv7a0Kr5Z-o8SuTg,937
|
|
577
|
+
endoreg_db/serializers/patient_finding/patient_finding_list.py,sha256=GfIZ8MKCtW_8adrBdUndfqCeQ2LXVHp7I2scSTWDbUg,1265
|
|
578
|
+
endoreg_db/serializers/patient_finding/patient_finding_write.py,sha256=5F-CsESEvTYgxNYD1mdpwFlUBLH4OkI6MRzjXf0wBXg,5628
|
|
579
|
+
endoreg_db/serializers/pdf/__init__.py,sha256=edYetSYnJX7EJx5GyyBTMbx15maVXowgQWXYLt_JuDo,107
|
|
580
|
+
endoreg_db/serializers/pdf/anony_text_validation.py,sha256=lbTqOK1J6oNTTWK1L1pYKqYG-euGCjD_wcUPQFtl-w4,3282
|
|
581
|
+
endoreg_db/serializers/report/__init__.py,sha256=w7N72hQaeTTSskw2PTWupfhHDEs7y2KycdpXV6zREXU,240
|
|
582
|
+
endoreg_db/serializers/report/mixins.py,sha256=rDQ1v76JDI_UOxd0hOg3CFooWHvYlnT7OkrpPnXSmkc,1626
|
|
583
|
+
endoreg_db/serializers/report/report.py,sha256=x46KNi-mhkffaVvyFq5SriyDSzMU7QUWvOqC05RgdXU,3928
|
|
584
|
+
endoreg_db/serializers/report/report_list.py,sha256=ohcMA5cD0fDRdG0j9LcvhQewBB7RZTrsXIkVylMa7eY,730
|
|
585
|
+
endoreg_db/serializers/report/secure_file_url.py,sha256=zVUYHmosBdsRwqenfOQifnRug7MigHHMyIOgyS94Gpg,1075
|
|
586
|
+
endoreg_db/serializers/requirements/requirement_schema.py,sha256=ugA5H2bJo_RYAk9TyZO3I4L7QJZalpftts-KHO_o4G0,508
|
|
587
|
+
endoreg_db/serializers/requirements/requirement_sets.py,sha256=T0xTZDvYAonEStzNhGpSas8s6PPGHuamho6pwP4jr2E,979
|
|
588
|
+
endoreg_db/serializers/video/__init__.py,sha256=mSQqoZAf6mDDFZVmSQiz6uhJjwqjHw4NHqpZsWFQTNE,96
|
|
589
|
+
endoreg_db/serializers/video/segmentation.py,sha256=TrWNLGilp2prs7bD7G3S1Y0CVO9HtQKo_opzn2NEvEY,11997
|
|
590
|
+
endoreg_db/serializers/video/video_file_brief.py,sha256=9g5njY0rI64kLO-Kt8J220M_y5ObYUHaNw9bf3-8lK8,272
|
|
591
|
+
endoreg_db/serializers/video/video_file_detail.py,sha256=NqhziTHtoJM_gTEPEe086eAn5tvEMJknQAKa1zY6ENo,3639
|
|
592
|
+
endoreg_db/serializers/video/video_file_list.py,sha256=FGG33V-oKo86fqXYLMgrCPCD49IOngEHSTAud00wwsw,2255
|
|
593
|
+
endoreg_db/serializers/video/video_metadata.py,sha256=ghB2iLc1nZCACq4i1zGqv1S29HXhx35lKJRheIQyw7Q,3177
|
|
594
|
+
endoreg_db/serializers/video/video_processing_history.py,sha256=pJD4LltXCKlCQYsG119bhMHEhv7NslG6vlxJgS4Avg4,5281
|
|
595
|
+
endoreg_db/services/__init__.py,sha256=CMLgpzemgjXvKN5HGFD_UVtRAg9XeMIfXvoSu-aUaRE,136
|
|
596
|
+
endoreg_db/services/anonymization.py,sha256=iM-xW1aJm99G3PmkfZtMJmvoaj99c8OASP5-abBNcy0,8986
|
|
597
|
+
endoreg_db/services/examination_evaluation.py,sha256=jx9IL2PIoBzjiITzs00c1XucE7Ab2LAUydNbErRmtTM,5943
|
|
598
|
+
endoreg_db/services/finding_description_service.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
599
|
+
endoreg_db/services/lookup_service.py,sha256=425eHruJ1JbLxiSiv0bTeVXKLoS0tqK74t70epDKj9o,16176
|
|
600
|
+
endoreg_db/services/lookup_store.py,sha256=k-dxq_0oocXJLzLPENmsvfxxN2whCJyCFPo_2wwIsD8,8962
|
|
601
|
+
endoreg_db/services/pdf_import.py,sha256=a-JwePNsXGZEYyVKHSm77K_Q9xoz5gThAbk4fVfotHI,54693
|
|
602
|
+
endoreg_db/services/polling_coordinator.py,sha256=alnPB-kdMyxbYaxQN9fki9dKrwmAsY3s68bUHWDSNeI,10662
|
|
603
|
+
endoreg_db/services/pseudonym_service.py,sha256=CJhbtRa6K6SPbphgCZgEMi8AFQtB18CUoBDttFnxEoM,3126
|
|
604
|
+
endoreg_db/services/requirements_object.py,sha256=290zf8AEbVtCoHhW4Jr7_ud-RvrqYmb1Nz9UBHtTnc0,6164
|
|
605
|
+
endoreg_db/services/segment_sync.py,sha256=YgHvIHkbW4mqCu0ACf3zjRSZnNfxWwt4gh5syUVXuE0,6400
|
|
606
|
+
endoreg_db/services/storage_aware_video_processor.py,sha256=kKFK64vXLeBSVkp1YJonU3gFDTeXZ8C4qb9QZZB99SE,13420
|
|
607
|
+
endoreg_db/services/video_import.py,sha256=mtEQlHq-n5x-PE1w8CpeCNnkmKpLhbjWflqtK43nBlw,52237
|
|
608
|
+
endoreg_db/tasks/upload_tasks.py,sha256=OJq7DhNwcbWdXzHY8jz5c51BCVkPN5gSWOz-6Fx6W5M,7799
|
|
609
|
+
endoreg_db/tasks/video_ingest.py,sha256=kxFuYkHijINV0VabQKCFVpJRv6eCAw07tviONurDgg8,5265
|
|
610
|
+
endoreg_db/tasks/video_processing_tasks.py,sha256=rZ7Kr49bAR4Q-vALO2SURebrhcJ5hSFGwjF4aULrOao,14089
|
|
611
|
+
endoreg_db/templates/timeline.html,sha256=H9VXKOecCzqcWWkpNIZXFI29ztg-oxV5uvxMglgoClk,6167
|
|
612
|
+
endoreg_db/templates/admin/patient_finding_intervention.html,sha256=F3JUKm3HhWIf_xoZZ-SET5d5ZDlm2jMM8g909w1dnYc,10164
|
|
613
|
+
endoreg_db/templates/admin/start_examination.html,sha256=3K4wirul9KNyB5mN9cpfCSCAyAD6ro19GwxFOY5sZ3A,267
|
|
614
|
+
endoreg_db/urls/__init__.py,sha256=YpT06IceApAkWfQvNmqMku8F_vozWD4UDl6j3BamS_I,3303
|
|
615
|
+
endoreg_db/urls/anonymization.py,sha256=zLoOOpu4XSha002nOi0fiJUAT8Dff7u7RQFtdU4A6aw,1853
|
|
616
|
+
endoreg_db/urls/auth.py,sha256=t95D8n3fiOhkUiINVGygrW0jiQiJc_XNmfk2S8pcDxk,440
|
|
617
|
+
endoreg_db/urls/classification.py,sha256=2JdHsCSpLs5bZWiTsDpWvyLE_OJkf7LrCCOob7H8M-k,1802
|
|
618
|
+
endoreg_db/urls/examination.py,sha256=IWNIR-hsWKD3nfL27EzMMazcZnOa_imjgk8RL0mql2U,2344
|
|
619
|
+
endoreg_db/urls/files.py,sha256=qfa8mPDNF9SW4z66B26SCtX7WHyoAo1muS1DR2QwST8,192
|
|
620
|
+
endoreg_db/urls/label_video_segment_validate.py,sha256=bGWacxIG4pHnGRbnHL_L91ShKWfKCn5X-YXsHGs6i-I,1044
|
|
621
|
+
endoreg_db/urls/label_video_segments.py,sha256=Xj7Gf-JSq5iB3ubit5aCaLMJcgQXgDmqMSCb-n-CIl8,1144
|
|
622
|
+
endoreg_db/urls/media.py,sha256=VzPx-4XuLQTO73QRWUa3VSw7XzpPN7IXdMOTX3uvFp8,10832
|
|
623
|
+
endoreg_db/urls/patient.py,sha256=VLKFbEiNgpfYLWFisbHidyoUnoQuEzj1U0SgZDpdPDM,588
|
|
624
|
+
endoreg_db/urls/report.py,sha256=9i3sOSofB7_PHGByr3DMghZFtcbjKf_U5PVSlxu9d4I,1917
|
|
625
|
+
endoreg_db/urls/requirements.py,sha256=5d-SD_7nsTA9YXlBeWdZuh-mXh26BkgH29fFBaTLjU8,455
|
|
626
|
+
endoreg_db/urls/sensitive_meta.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
627
|
+
endoreg_db/urls/stats.py,sha256=2NQotfsHREF3gTOKQ5AT4XM1wvmEChSvDIrKMSFR2-Q,1796
|
|
628
|
+
endoreg_db/urls/upload.py,sha256=H6O8lqvGlyQhwdO1OY1RNInDgh3b_CPkDf6lIYMNApY,365
|
|
629
|
+
endoreg_db/urls/video.py,sha256=3yRDVGX5ZS5SuQTszoDsOqcUgboFNZj9BWCjd2pPcog,2874
|
|
630
|
+
endoreg_db/utils/__init__.py,sha256=i4yiPD65rURpbcAoOOoYgV1zT3dMslSjTlZ-GebiOd0,2005
|
|
631
|
+
endoreg_db/utils/calc_duration_seconds.py,sha256=AAAmIgVn5eaGpy6uVfWoDk8II7yxzQ0zHzvtusDtts0,693
|
|
632
|
+
endoreg_db/utils/check_video_files.py,sha256=cmiPgjWrFz4DgWjaYis8SNlk_rcnBzYHNs3uDEO3SYQ,6005
|
|
633
|
+
endoreg_db/utils/cropping.py,sha256=wMLo5sCFdZAEVBe3RbCH26eQjRe8q3th4K3ZKDd9fww,1143
|
|
634
|
+
endoreg_db/utils/dataloader.py,sha256=yE6-gJJiPeiOEf9a6mN9MoOUA9AgVnDyNDdQDpV387s,6947
|
|
635
|
+
endoreg_db/utils/dates.py,sha256=5eRzL1cyKJaLip2GTyDm5l9FtXdcYCSXLH46vJV5nEM,1768
|
|
636
|
+
endoreg_db/utils/env.py,sha256=OGqE5Ro8h-uJVmfsgf1u2SZvZgv555sqUCKmMNP4KxM,1278
|
|
637
|
+
endoreg_db/utils/extract_specific_frames.py,sha256=8n6VRtZS24dEwRlCVSe8eHimIwL5FpK7NhKFG0duSyQ,2296
|
|
638
|
+
endoreg_db/utils/file_operations.py,sha256=T3FNPhkntyYLHKHmxNdZleFFHDlxBhsjxQdjzTXs5gI,1742
|
|
639
|
+
endoreg_db/utils/fix_video_path_direct.py,sha256=KoV_OZZdhyExohqhIGeZlU5UgzVBVRwJrUED_nvfvPY,5760
|
|
640
|
+
endoreg_db/utils/frame_anonymization_utils.py,sha256=gEibJBIGdmCeIY75sgHhKIjXOukr6-HS3_9MA7iT1rU,13512
|
|
641
|
+
endoreg_db/utils/hashs.py,sha256=eNDdaoRnBFC39SbhpxLMwG0ltJunNQ54XEW2cuZzU50,4817
|
|
642
|
+
endoreg_db/utils/mime_types.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
643
|
+
endoreg_db/utils/names.py,sha256=6OKOSmXeAKv5XVs86_IjlQ7klyF3zLkvVQz9Bl7Lf0o,2745
|
|
644
|
+
endoreg_db/utils/ocr.py,sha256=LvyABxX5OZhIeXw2pI6af8_xTj7nHQQoKGh5kNsrv7o,7136
|
|
645
|
+
endoreg_db/utils/parse_and_generate_yaml.py,sha256=k7y0fl9Jbb_LNryeJYd6tebklRlu1-P70dJ-4sxvEZs,1626
|
|
646
|
+
endoreg_db/utils/paths.py,sha256=ncXtB_l6FBVXXdk59U7v4FhSvLO7Yb0DQ-GQMcOqiTw,3398
|
|
647
|
+
endoreg_db/utils/permissions.py,sha256=IqxG9IqJBSZuxvT1ItVgGS8fMzkA2OLdDV6y8mKHSuo,5096
|
|
648
|
+
endoreg_db/utils/requirement_helpers.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
649
|
+
endoreg_db/utils/setup_config.py,sha256=yeDPStTEJm8Xy6ah5AJTpXMoPUyouxuPIsRUpqdiXf4,6775
|
|
650
|
+
endoreg_db/utils/translation.py,sha256=77Xel12pAGo0rQ0NxB7nfejvMb0GBjEmhC3I7mcU91I,1256
|
|
651
|
+
endoreg_db/utils/uuid.py,sha256=T4HXqYtKwXFqE5kPyvlgWHyllBBF6LL6N48nl9TpwBk,53
|
|
652
|
+
endoreg_db/utils/validate_endo_roi.py,sha256=Ct2H0JJW9gxYZc7099NYee4kxdKL90a3LGYahqibwms,925
|
|
653
|
+
endoreg_db/utils/validate_subcategory_dict.py,sha256=zUR2sb5jgr0Ue--nCh-PYGrCTl4IP6j0WaIjkXIdScM,3443
|
|
654
|
+
endoreg_db/utils/validate_video_detailed.py,sha256=ahgNvyY6tewzFrNhyOTcQ3EP1EvMncbeTSMlW9Vq9kk,14069
|
|
655
|
+
endoreg_db/utils/ai/__init__.py,sha256=oIbW3C90gzD9GPSRNJqsgJzFBRx9yzKYXdO0xSiJ3ww,242
|
|
656
|
+
endoreg_db/utils/ai/get.py,sha256=M9_g8-UaymuE7PpvNnIRvySthNRGEuHeddqnP8kUfBA,204
|
|
657
|
+
endoreg_db/utils/ai/inference_dataset.py,sha256=jSE-124Du_w_9KY0DbEmza3faEx-K4E8LuWhkWmtETY,1798
|
|
658
|
+
endoreg_db/utils/ai/multilabel_classification_net.py,sha256=6metqJmwkWWYfMjGHeIwAHa8DamXNy6njXlXk5lOoDg,5676
|
|
659
|
+
endoreg_db/utils/ai/postprocess.py,sha256=RhHyICu0Z6oAjqbrmAN_G8Jaon_UDBAHI-3U1DuHM88,2317
|
|
660
|
+
endoreg_db/utils/ai/predict.py,sha256=L23RSiCIu2r9gGf2vhM0x1Bf23n40gsAE2H1NS7RD80,10371
|
|
661
|
+
endoreg_db/utils/ai/preprocess.py,sha256=EnIrOrwqKKwdUPM2Pn7d3H2eMrYcyR0Yky6KSq7ccb0,2303
|
|
662
|
+
endoreg_db/utils/case_generator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
663
|
+
endoreg_db/utils/case_generator/case_generator.py,sha256=klrytmkGg8zcQvKoY6JvyAN6iSd41i528I6PF-eHa3Y,5771
|
|
664
|
+
endoreg_db/utils/case_generator/lab_sample_factory.py,sha256=th4dDjLqRMNKw8jc7W2nICY4aMf4uDZ0T-sk2izqdus,905
|
|
665
|
+
endoreg_db/utils/case_generator/utils.py,sha256=qY9fc-bg-hvkhGI_eKTNcgZZw3jxBWxWK5AH3o8tghw,1045
|
|
666
|
+
endoreg_db/utils/links/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
667
|
+
endoreg_db/utils/links/requirement_link.py,sha256=UgA6KsRtZpoPrZboorrdVyFwnL-NnDIc9zfMW3Rwrb0,9606
|
|
668
|
+
endoreg_db/utils/pipelines/Readme.md,sha256=u3L8jXed_KsZRtOxlev8XuuoBBgZuZH-X7Vv6IOr7Kg,8248
|
|
669
|
+
endoreg_db/utils/pipelines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
670
|
+
endoreg_db/utils/pipelines/process_video_dir.py,sha256=hSbSQX-CA0MoczEyHP-5lc7ZCJcGybt9BitGjGTioqU,5428
|
|
671
|
+
endoreg_db/utils/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
672
|
+
endoreg_db/utils/product/sum_emissions.py,sha256=echFNhc4oyFjxtCcUYYMEV-OVv7NN-XzWNmiTWweNMY,702
|
|
673
|
+
endoreg_db/utils/product/sum_weights.py,sha256=SeNm6L2ZT3RPN6TS2U7h0tMpCYSCYHaANj5ye0dpAYo,559
|
|
674
|
+
endoreg_db/utils/pydantic_models/__init__.py,sha256=qK_92ECIuirWzILReMdz_tOkrQqvxQZzGB7joUOLL8o,96
|
|
675
|
+
endoreg_db/utils/pydantic_models/db_config.py,sha256=Hg0ZlSJt-a1lRawO_jV5viPqnA5B_4Stak0TEBD-L9s,1743
|
|
676
|
+
endoreg_db/utils/requirement_operator_logic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
677
|
+
endoreg_db/utils/requirement_operator_logic/lab_value_operators.py,sha256=tL3I0x3oZ46Ir12mKWolcswgoDT0CyBXay95fBMiAIo,24954
|
|
678
|
+
endoreg_db/utils/requirement_operator_logic/model_evaluators.py,sha256=eu1n2wLm_vH-ebEOqIS2y6sZ9tV7b5wIeMQt2SG9QEQ,16655
|
|
679
|
+
endoreg_db/utils/video/__init__.py,sha256=EOAcatQ8bI1f3LhkE2E3YOzmm0FHqulk0O-jjZBgZFg,823
|
|
680
|
+
endoreg_db/utils/video/extract_frames.py,sha256=Pj9_pyfiwy-CFWiT4qysXn6VLCC-dQ1HpXOyyGqq0zE,3180
|
|
681
|
+
endoreg_db/utils/video/ffmpeg_wrapper.py,sha256=7O4W9uFcO581N-4EFjkvLuQRC-mQlUEEy409agXL3Cw,33585
|
|
682
|
+
endoreg_db/utils/video/names.py,sha256=m268j2Ynt94OYH6dYxeL8gzU5ODtFJD4OmzS7l0nBPU,1449
|
|
683
|
+
endoreg_db/utils/video/streaming_processor.py,sha256=C-39DtxhSnL7B2cObFE5k829VLXl_Fl0KQFrFP368JA,13747
|
|
684
|
+
endoreg_db/utils/video/video_splitter.py,sha256=EZEnhNjaUva_9VxjcjScgRSrxsEuifhBjlwIMLX1qaA,3698
|
|
685
|
+
endoreg_db/views/Frames_NICE_and_PARIS_classifications_views.py,sha256=Lu1JuUD44B6yUAR9pcYLlQ-3g66VTktmzStuO0uGIj4,8752
|
|
686
|
+
endoreg_db/views/__init__.py,sha256=7XsOCeLP6x7WbNrmPXNpxh6EO2u3P8mw1v3p_EQEPQc,6607
|
|
687
|
+
endoreg_db/views/anonymization/__init__.py,sha256=s1_r9j0jPJsKHy1-isjFAlRF3Cw0o8EXxyUP7Xv1Kqo,698
|
|
688
|
+
endoreg_db/views/anonymization/media_management.py,sha256=ObiXjPa-KsSGs3IfmABE-TVzQZ2U6yJioFh64T7TtKY,16799
|
|
689
|
+
endoreg_db/views/anonymization/overview.py,sha256=fA4a4tZ4tbnWf3BUP6heAtqmHvinixUnDoI3dqPjTE0,8320
|
|
690
|
+
endoreg_db/views/anonymization/validate.py,sha256=KTHUgGL9uei_qYGkMPVm_Zdh1W5TNB2tpmnZ-YCzsA4,4743
|
|
691
|
+
endoreg_db/views/auth/__init__.py,sha256=i9KZEEKCb2sn2A1Gg0trTIbWzQ1cPiAIN-o7sBUaMtQ,214
|
|
692
|
+
endoreg_db/views/auth/keycloak.py,sha256=tgjQVfZwdyrbY437oXrOjs1j-2FYcTmUxG7obV_-GW8,4188
|
|
693
|
+
endoreg_db/views/examination/__init__.py,sha256=IBtbzExQB6VYy43AMCG6Fxq2uF5htyHXpYZxiI9C28Q,1206
|
|
694
|
+
endoreg_db/views/examination/examination.py,sha256=9ZVeJwxtuQRJuEsAHKJbItTa1BLtHb5P-IvJYxcKe0s,1389
|
|
695
|
+
endoreg_db/views/examination/examination_manifest_cache.py,sha256=eUKTaCBQ8CUoSHL167LefXfRRa_nF8JEM0N1UmsF0NA,957
|
|
696
|
+
endoreg_db/views/examination/get_finding_classification_choices.py,sha256=XejjA9IGxXmWmT124uky5iRt_odRXJ1WcD05QRXvOa8,2649
|
|
697
|
+
endoreg_db/views/examination/get_finding_classifications.py,sha256=EcBFKPByPA6RuzkMUIqPCeXJ2KDZxPwmUzhx6mhY--U,1537
|
|
698
|
+
endoreg_db/views/examination/get_findings.py,sha256=QHxbiQ6RJ6wY0j3UE_OYNxIGoX8Q_ZM7lD9U-N2gRT8,1538
|
|
699
|
+
endoreg_db/views/examination/get_instruments.py,sha256=MnmkOOTQMS9Clzyoc56OD6LwUqffxf8Fnfz_WcG7nB4,602
|
|
700
|
+
endoreg_db/views/examination/get_interventions.py,sha256=miGtJw-L9OG-AzoofDvpkhj7xur3Rvfl5KE1R9x3QOk,544
|
|
701
|
+
endoreg_db/views/finding/__init__.py,sha256=UIkpPhuX_DOnqpIxzXn4cxEf_aN-3zDScyfP0ZCmfvI,273
|
|
702
|
+
endoreg_db/views/finding/finding.py,sha256=TtwoxtDbSMRU66CdNFZ5qHA6kO8WKq60dYB5wB6mb5k,5022
|
|
703
|
+
endoreg_db/views/finding/get_classifications.py,sha256=69lpzgrhp5b_azwYAqomrt1qDgC7tWYWDX7IhWoc_DY,443
|
|
704
|
+
endoreg_db/views/finding/get_interventions.py,sha256=ZrULEYV3MKDUVxoP2EobV8faB--HpmziAgei5yF0kz8,694
|
|
705
|
+
endoreg_db/views/finding_classification/__init__.py,sha256=dxMyjCqXFyOs4p1MrkJrPGAL9Lekxtv6UIzCPsc6Fj0,389
|
|
706
|
+
endoreg_db/views/finding_classification/base.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
707
|
+
endoreg_db/views/finding_classification/finding_classification.py,sha256=p-kFbZJJPNcxaRKsJR83yIDJxAumEXrXIL7Ikje-WXg,1571
|
|
708
|
+
endoreg_db/views/finding_classification/get_classification_choices.py,sha256=P2KPCtrYMS768MVa-gDtBI3y1K7AsIua2vtTGfbGAMk,1883
|
|
709
|
+
endoreg_db/views/label/__init__.py,sha256=zUbWFVPC5PGgoEN6NAX4zz4JFGYdeNo3dlCyET_Ouvw,66
|
|
710
|
+
endoreg_db/views/label/label.py,sha256=RtNquexTgjsXidBFWSTk-F__Jie0PCNKM_A-HQidL-0,398
|
|
711
|
+
endoreg_db/views/label_video_segment/__init__.py,sha256=JM2v0l_woHNpkEaQIfVsnpRkqZznAFLXUshoM_WKVc0,698
|
|
712
|
+
endoreg_db/views/label_video_segment/create_lvs_from_annotation.py,sha256=Wmnppb5ZVncyAcb2fIjCCD3ywgA-nKTvf0KClEZl-kU,1926
|
|
713
|
+
endoreg_db/views/label_video_segment/get_lvs_by_name_and_video.py,sha256=NIuEo-3Bc3bf1KXRUSbJQNJVoTfq45cmiBqY1FZC5TQ,1921
|
|
714
|
+
endoreg_db/views/label_video_segment/label_video_segment.py,sha256=SERQXxrMN7gICBSzt7fbZyfLo-zuBD4GZYtmwlw_EFE,3348
|
|
715
|
+
endoreg_db/views/label_video_segment/label_video_segment_by_label.py,sha256=xxb9gWq_417Bzl2LIaCBYzQvtpf384drZF0kR5NTt5k,7116
|
|
716
|
+
endoreg_db/views/label_video_segment/label_video_segment_detail.py,sha256=gs1llCyrHqzUuH24zq8Db9Aj1xnP8tkBZ64sOKmO5s0,3174
|
|
717
|
+
endoreg_db/views/label_video_segment/update_lvs_from_annotation.py,sha256=an3Bf4Jxap_vZrHW2XZV72fKkQhP3S2fsB3ZjXRjED8,1599
|
|
718
|
+
endoreg_db/views/label_video_segment/validate.py,sha256=1R7Ml-XgzZmzooYbPEnIkjm-u6rlvH-Yu5XGulhZEpI,8951
|
|
719
|
+
endoreg_db/views/media/__init__.py,sha256=JRRICKlyxrVQqN3ORM8WoJzVo2iRq6Mr72d-1REsM0k,1282
|
|
720
|
+
endoreg_db/views/media/pdf_media.py,sha256=0xUszgT7wbMQ5iW4ak4p_Xg78l1CMntsKqtnCLYp-EE,14573
|
|
721
|
+
endoreg_db/views/media/segments.py,sha256=d995_pLD2W6zdrB3bL9bdHrwS22sZXeG19-SLNU38gU,2613
|
|
722
|
+
endoreg_db/views/media/sensitive_metadata.py,sha256=CuIHLVGkjnBtWJHHERQvRApLzjkFbuRu-HBJEPqnhhQ,10456
|
|
723
|
+
endoreg_db/views/media/video_media.py,sha256=rt3DmuxHSH52yWW_r1t5ilq4DJ3w571IpUvyz5ilxz8,9632
|
|
724
|
+
endoreg_db/views/media/video_segments.py,sha256=N1gHYRI4Mdn74Amiv_gcuPessPDtXo65RdLTT70ZOOs,20027
|
|
725
|
+
endoreg_db/views/meta/__init__.py,sha256=cMwPBx55ad5zRX9DILqFm-a_ATc5SRVSMEGyHTC5cOo,470
|
|
726
|
+
endoreg_db/views/meta/available_files_list.py,sha256=CBaYVkj2YKB5n_J0gop0vXHkpgTE9Aamqt4tdCjTN2I,6181
|
|
727
|
+
endoreg_db/views/meta/report_meta.py,sha256=oLFTQ5YCVoCKlcYfbiN89--_9drBhMLeW9Ck_tmq08E,1733
|
|
728
|
+
endoreg_db/views/meta/sensitive_meta_detail.py,sha256=H8RFxYEEA82hip_wBdIW6mLftuwMTeRCdf5vRrNP8gM,5746
|
|
729
|
+
endoreg_db/views/meta/sensitive_meta_list.py,sha256=tVh9sgqYvKWZ8qarLmwERh8a1ZcxZfYTB8vh70C-cRg,3664
|
|
730
|
+
endoreg_db/views/meta/sensitive_meta_verification.py,sha256=yT0N9MU3wye4tZMSKPu8Wy6HeFXSAD4AH5OlbblZqSM,2578
|
|
731
|
+
endoreg_db/views/misc/__init__.py,sha256=XOim5BQka5E6Kox7Y9SHzxTBeq_SsYE2c_89QfBE8z0,1579
|
|
732
|
+
endoreg_db/views/misc/center.py,sha256=ogDP0z_Q7FWdWmftkbSbl5ppw7GOPzmG44CinGI5RR0,430
|
|
733
|
+
endoreg_db/views/misc/csrf.py,sha256=Cm30VMzqe7eMzTp-NYO5ZLEEsgx1-fuo20WXhlrko2Y,241
|
|
734
|
+
endoreg_db/views/misc/gender.py,sha256=g2u5bLKDmEsS418wYIUHcE3834V9EzjUcfalZey1soE,491
|
|
735
|
+
endoreg_db/views/misc/secure_file_serving_view.py,sha256=OB3O0nBNmyMavjlMO1s6lmNxroZ2X_fHLgmSS1bc7W0,2797
|
|
736
|
+
endoreg_db/views/misc/secure_file_url_view.py,sha256=3S-VD2h5IZYp4ri-4UHfilfX0LyMd68q5Hk1GmOyS58,2773
|
|
737
|
+
endoreg_db/views/misc/secure_url_validate.py,sha256=IFbjHbqyldm2L4wAg_x5w8xfDu3QjmIOvtqFTH0bPdo,2536
|
|
738
|
+
endoreg_db/views/misc/stats.py,sha256=TS1G8im95BPO6QNmydL8uZvT0r8Pe0ZoZ153U_KCkAA,8598
|
|
739
|
+
endoreg_db/views/misc/translation.py,sha256=v5HtOck7sQ53hj3m-q6Wlyp1zfgF-OkqhxoixH9JCvA,6359
|
|
740
|
+
endoreg_db/views/misc/upload_views.py,sha256=RB15wN__yR8pTnZnV0LRQP1zmJ6_kPE85sWKUwGDj-I,8690
|
|
741
|
+
endoreg_db/views/patient/__init__.py,sha256=luMjwQCtFQcuGddt_dGjYPNaMspYVphH9jkk4O-q08c,72
|
|
742
|
+
endoreg_db/views/patient/patient.py,sha256=UCzlMqRrULmjk8K4sZPTpxq2JIhIbMSapqRdJhacbtc,8764
|
|
743
|
+
endoreg_db/views/patient_examination/DEPRECATED_video_backup.py,sha256=FA67kvKVNKCcgnX09I-B1MhVFs5DeJIQEUmE9k70vEE,9807
|
|
744
|
+
endoreg_db/views/patient_examination/__init__.py,sha256=BHnjIbaiUn-fXJEwnKgZ2vaR2Z_ve2qluCJwG1FmmCQ,400
|
|
745
|
+
endoreg_db/views/patient_examination/patient_examination.py,sha256=7BGu06OB0wiob4hAExX_xIwEteeiDNu7gZlmwZiR1s4,5791
|
|
746
|
+
endoreg_db/views/patient_examination/patient_examination_create.py,sha256=kpqA5STL4UbY1Eu1M3_mn8Ydw0Dtiv5DqKU_dQyzKt0,2241
|
|
747
|
+
endoreg_db/views/patient_examination/patient_examination_detail.py,sha256=M8u8WKIa4qJE_M38ebBwcbiST6DI9aIKwbki65DhjeQ,2417
|
|
748
|
+
endoreg_db/views/patient_examination/patient_examination_list.py,sha256=vAO4T_ecQnWjNJXxcSoO-kdGy5e7QKNGY1YcsUgM_Po,2313
|
|
749
|
+
endoreg_db/views/patient_examination/video.py,sha256=vQYcM_2OsAQzaLAS-5mNVYYe7a-982mH85kAMELs9bc,8518
|
|
750
|
+
endoreg_db/views/patient_finding/__init__.py,sha256=tcjrWHT4h1Wuqi3N9wHB7TCgKNC37hnI23GI7REA8-I,202
|
|
751
|
+
endoreg_db/views/patient_finding/base.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
752
|
+
endoreg_db/views/patient_finding/patient_finding.py,sha256=J26qMJIZor1_DM66fRffPzUhpU7waP5Rc3TqwPq6Guo,2517
|
|
753
|
+
endoreg_db/views/patient_finding/patient_finding_optimized.py,sha256=-hHyMWg8Q86xpCqabmqfuxzXtiHeWP-SmTWIMNsaQCQ,10560
|
|
754
|
+
endoreg_db/views/patient_finding_classification/__init__.py,sha256=hS3hSo5T8lRMcY-4IOsqqGU_VUM9bmZ8x-K7hGQ74Uw,121
|
|
755
|
+
endoreg_db/views/patient_finding_classification/pfc_create.py,sha256=SA7KPO-dVrqiVV823wRnWS5guYRhOoj3BVq6NgcZgic,2552
|
|
756
|
+
endoreg_db/views/patient_finding_location/__init__.py,sha256=RiUqJl22PkM2Iv6UcV8iXlXH5B4of3PMnBvlHSYDQsc,109
|
|
757
|
+
endoreg_db/views/patient_finding_location/pfl_create.py,sha256=eZEtj4ST_Ue3YURna_x04MUKAeAo3mv_wfcGGlVO07g,2971
|
|
758
|
+
endoreg_db/views/patient_finding_morphology/__init__.py,sha256=Gw4REKbb14tlKGGf__XlS2Pi2ygA0iCh85LYIHndUy0,113
|
|
759
|
+
endoreg_db/views/patient_finding_morphology/pfm_create.py,sha256=-OYTH7iHPuSrYxbUrF7fQ6aAC0ES6UhiQ_Qo7tZi7II,2998
|
|
760
|
+
endoreg_db/views/pdf/__init__.py,sha256=bmDbvDLRmhOYTuPHMMaJMJU67js9t_K6Df987wRs4wU,135
|
|
761
|
+
endoreg_db/views/pdf/pdf_stream.py,sha256=QkF7ggSNk-GZGKT_eOnflMv6Fls-piMmbx1FXrUPy04,7429
|
|
762
|
+
endoreg_db/views/pdf/reimport.py,sha256=9tMIsxZ5R83rC-GBcJt78QBLqmYaEBypFd6ToEeTsfk,6939
|
|
763
|
+
endoreg_db/views/report/__init__.py,sha256=mw1WncSWijE73mSzkZPWsQ66ii9icZMLmEEEx9iV4BA,241
|
|
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
|
|
767
|
+
endoreg_db/views/requirement/__init__.py,sha256=dJzmbtO5-fLyzY3hfV3XHi6BbwElv_cF6R0TpsIaRJw,159
|
|
768
|
+
endoreg_db/views/requirement/evaluate.py,sha256=_P5b6DoJBOnsGtIzL3usR2tTG1GXBRgsvG0LzQ9f9_A,10666
|
|
769
|
+
endoreg_db/views/requirement/lookup.py,sha256=BNR7Ai6QdPvdfSYZWMRTzwO8dLvVDuxoqD4YHi3LbaM,12544
|
|
770
|
+
endoreg_db/views/requirement/lookup_store.py,sha256=LyohEAfHtPy40zDuJUDyN4S02BB_AOAbPM_CZIcHHRQ,4922
|
|
771
|
+
endoreg_db/views/requirement_lookup/lookup.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
772
|
+
endoreg_db/views/requirement_lookup/lookup_store.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
773
|
+
endoreg_db/views/stats/__init__.py,sha256=VHxrW0-RAWYki_89jWWJ0TrD7Nb0D3m-VjYV6bvP2k4,259
|
|
774
|
+
endoreg_db/views/stats/stats_views.py,sha256=v9ue1BKXdcApOgyolgNiT3hazx1xSVVvo26r91IozWY,8656
|
|
775
|
+
endoreg_db/views/video/__init__.py,sha256=KXne9Hcg_rhWogmnmf_ZpbrpnNfJlhwbF0cqBXhYCEY,1196
|
|
776
|
+
endoreg_db/views/video/correction.py,sha256=VEzpnDPCAhsYatXVRZhGZA5FpFS_t9mENs89zFJsoYo,19750
|
|
777
|
+
endoreg_db/views/video/reimport.py,sha256=gSDBQ_Bam2xpJIj1SIMoLKnoBDBRgQ9V_TZdK9OICrI,8959
|
|
778
|
+
endoreg_db/views/video/segmentation.py,sha256=jzsLB95rYnHALSX2E_QNpAM9BpE1pbteOBxcAr_EjZo,11758
|
|
779
|
+
endoreg_db/views/video/task_status.py,sha256=PXaesTS4R7Uhu9WBaTL4lscpOschVqyR32zVDUuSbfw,1770
|
|
780
|
+
endoreg_db/views/video/timeline.py,sha256=6jxS2gZh3bYH0eZSc-uHQhJwRDwTL6Um3CvaVkTl_pY,1793
|
|
781
|
+
endoreg_db/views/video/video_analyze.py,sha256=vxQHnXRFH5Y6IaWEmEnE4Svkz6Vjw1O9NEJRafdfOe4,1907
|
|
782
|
+
endoreg_db/views/video/video_apply_mask.py,sha256=spGK4oXMAKhVotJuwZGndbKKws6klveKe35mbX7Rv6k,1630
|
|
783
|
+
endoreg_db/views/video/video_correction.py,sha256=9mFICVvRSxp0WhGv7ib4d4M1hJs1iIhYmTl2OUIXQAg,767
|
|
784
|
+
endoreg_db/views/video/video_download_processed.py,sha256=tp5llYJKyQD0WSr4Fvqi-YrgBw2EPPe23E8F8SZbR4w,2000
|
|
785
|
+
endoreg_db/views/video/video_examination_viewset.py,sha256=ej6CUK1JGFN7JmZOj25g1heaIIAwh6cf1HaYFmcR9EE,8331
|
|
786
|
+
endoreg_db/views/video/video_meta.py,sha256=C1wBMTtQb_yzEUrhFGAy2UHEWMk_CbU75WXX_5z00sE,1021
|
|
787
|
+
endoreg_db/views/video/video_processing_history.py,sha256=mhFuS8RG5GV8E-lTtuD0qrq-bIpnUFp8vy9aERfC-J8,770
|
|
788
|
+
endoreg_db/views/video/video_remove_frames.py,sha256=2FmvNrSPM0fUXiBxINN6vBUUDCqDlBkNcGR3WsLDgKo,1696
|
|
789
|
+
endoreg_db/views/video/video_stream.py,sha256=kLyuf0ORTmsLeYUQkTQ6iRYqlIQozWhMMR3Lhfe_trk,12148
|
|
790
|
+
endoreg_db-0.8.6.1.dist-info/METADATA,sha256=x0wow7qLlIoTyTfPlAhaEQCeJAlL2H_0uigFCE5A4rU,14719
|
|
791
|
+
endoreg_db-0.8.6.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
792
|
+
endoreg_db-0.8.6.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
793
|
+
endoreg_db-0.8.6.1.dist-info/RECORD,,
|