endoreg-db 0.6.3__py3-none-any.whl → 0.8.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 +26 -26
- endoreg_db/api_urls.py +4 -0
- endoreg_db/apps.py +12 -0
- 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 +26 -0
- endoreg_db/data/ai_model/data.yaml +1 -1
- endoreg_db/data/ai_model_label/label/polyp_classification.yaml +52 -0
- endoreg_db/data/ai_model_label/label-set/data.yaml +20 -1
- endoreg_db/data/ai_model_label/label-set/polyp_classifications.yaml +25 -0
- endoreg_db/data/center/data.yaml +13 -12
- endoreg_db/data/center_shift/ukw.yaml +9 -0
- endoreg_db/data/db_summary.csv +58 -0
- endoreg_db/data/db_summary.xlsx +0 -0
- endoreg_db/data/disease/misc.yaml +1 -2
- endoreg_db/data/disease_classification/chronic_kidney_disease.yaml +2 -2
- endoreg_db/data/disease_classification_choice/chronic_kidney_disease.yaml +6 -6
- endoreg_db/data/endoscopy_processor/data.yaml +3 -0
- endoreg_db/data/event/cardiology.yaml +0 -13
- endoreg_db/data/examination/examinations/data.yaml +34 -28
- endoreg_db/data/examination/type/data.yaml +12 -0
- endoreg_db/data/examination_indication/endoscopy.yaml +418 -2
- endoreg_db/data/examination_indication_classification/endoscopy.yaml +157 -5
- 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 +8 -44
- 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_morphology_classification_choice → finding_classification_choice}/colon_lesion_circularity_default.yaml +0 -2
- 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_morphology_classification_choice → finding_classification_choice}/colon_lesion_nice.yaml +4 -7
- endoreg_db/data/{finding_morphology_classification_choice → finding_classification_choice}/colon_lesion_paris.yaml +0 -8
- endoreg_db/data/{finding_morphology_classification_choice → finding_classification_choice}/colon_lesion_planarity_default.yaml +6 -13
- endoreg_db/data/finding_classification_choice/colon_lesion_sano.yaml +14 -0
- endoreg_db/data/{finding_morphology_classification_choice → finding_classification_choice}/colon_lesion_surface_intact_default.yaml +3 -6
- endoreg_db/data/{finding_location_classification_choice/colonoscopy.yaml → finding_classification_choice/colonoscopy_location.yaml} +11 -22
- 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 +26 -121
- 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_morphology_classification_type/colonoscopy.yaml +6 -6
- endoreg_db/data/finding_type/data.yaml +23 -10
- endoreg_db/data/gender/data.yaml +8 -1
- endoreg_db/data/information_source/annotation.yaml +6 -0
- endoreg_db/data/information_source/endoscopy_guidelines.yaml +7 -0
- endoreg_db/data/information_source/prediction.yaml +7 -0
- endoreg_db/data/information_source_type/data.yaml +8 -0
- endoreg_db/data/lab_value/misc.yaml +43 -0
- endoreg_db/data/medication/anticoagulation.yaml +5 -5
- endoreg_db/data/medication/tah.yaml +5 -5
- endoreg_db/data/medication_indication/anticoagulation.yaml +4 -4
- endoreg_db/data/medication_intake_time/base.yaml +4 -4
- endoreg_db/data/names_first/first_names.yaml +3 -0
- endoreg_db/data/pdf_type/data.yaml +27 -10
- 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/report_reader_flag/rkh-histology-generic.yaml +10 -0
- endoreg_db/data/report_reader_flag/ukw-histology-generic.yaml +5 -0
- 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/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/shift/endoscopy.yaml +21 -0
- endoreg_db/data/shift_type/base.yaml +35 -0
- endoreg_db/data/tag/requirement_set_tags.yaml +11 -0
- endoreg_db/data/unit/concentration.yaml +23 -0
- endoreg_db/data/unit/time.yaml +36 -1
- endoreg_db/exceptions.py +19 -0
- endoreg_db/forms/patient_finding_intervention_form.py +4 -5
- endoreg_db/forms/patient_form.py +7 -6
- endoreg_db/forms/questionnaires/__init__.py +1 -1
- endoreg_db/forms/questionnaires/tto_questionnaire.py +19 -19
- endoreg_db/helpers/count_db.py +45 -0
- endoreg_db/helpers/data_loader.py +208 -0
- endoreg_db/helpers/default_objects.py +359 -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_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 +422 -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 +2 -7
- endoreg_db/management/commands/load_base_db_data.py +15 -1
- endoreg_db/management/commands/load_center_data.py +46 -21
- endoreg_db/management/commands/load_endoscope_data.py +2 -2
- endoreg_db/management/commands/load_examination_indication_data.py +49 -28
- endoreg_db/management/commands/load_finding_data.py +49 -92
- endoreg_db/management/commands/load_green_endoscopy_wuerzburg_data.py +0 -1
- endoreg_db/management/commands/load_information_source.py +13 -7
- endoreg_db/management/commands/load_qualification_data.py +59 -0
- 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/register_ai_model.py +1 -1
- 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/migrations/0001_initial.py +625 -813
- endoreg_db/migrations/0002_add_video_correction_models.py +52 -0
- endoreg_db/models/__init__.py +274 -291
- endoreg_db/models/administration/__init__.py +116 -0
- endoreg_db/models/{ai_model → administration/ai}/__init__.py +6 -1
- 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 +6 -1
- 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}/case_template.py +3 -3
- endoreg_db/models/{case_template → administration/case/case_template}/case_template_rule.py +3 -10
- endoreg_db/models/{case_template → administration/case/case_template}/case_template_rule_value.py +2 -4
- endoreg_db/models/{case_template → administration/case/case_template}/case_template_type.py +1 -3
- endoreg_db/models/{center → administration/center}/__init__.py +3 -1
- endoreg_db/models/administration/center/center.py +61 -0
- endoreg_db/models/administration/center/center_product.py +64 -0
- endoreg_db/models/{center → administration/center}/center_resource.py +19 -3
- 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 +1 -1
- endoreg_db/models/{persons → administration/person/names}/last_name.py +2 -3
- endoreg_db/models/administration/person/patient/__init__.py +5 -0
- endoreg_db/models/administration/person/patient/patient.py +460 -0
- 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/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 +9 -0
- endoreg_db/models/{product → administration/product}/reference_product.py +26 -11
- 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 +45 -74
- 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/{annotation → label}/video_segmentation_labelset.py +7 -0
- endoreg_db/models/media/__init__.py +14 -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 +608 -0
- endoreg_db/models/media/pdf/report_file.py +162 -0
- endoreg_db/models/media/pdf/report_reader/report_reader_config.py +77 -0
- endoreg_db/models/media/video/__init__.py +4 -0
- endoreg_db/models/media/video/create_from_file.py +336 -0
- endoreg_db/models/media/video/pipe_1.py +195 -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 +680 -0
- endoreg_db/models/media/video/video_file_ai.py +443 -0
- endoreg_db/models/media/video/video_file_anonymize.py +348 -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 +129 -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 +166 -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_meta.py +11 -0
- endoreg_db/models/media/video/video_file_segments.py +209 -0
- endoreg_db/models/medical/__init__.py +146 -0
- endoreg_db/models/{contraindication → medical/contraindication}/__init__.py +1 -5
- endoreg_db/models/medical/disease.py +156 -0
- endoreg_db/models/medical/event.py +137 -0
- endoreg_db/models/{examination → medical/examination}/__init__.py +1 -1
- endoreg_db/models/medical/examination/examination.py +148 -0
- endoreg_db/models/medical/examination/examination_indication.py +278 -0
- endoreg_db/models/{examination → medical/examination}/examination_time.py +0 -4
- endoreg_db/models/{examination → medical/examination}/examination_time_type.py +1 -8
- endoreg_db/models/{examination → medical/examination}/examination_type.py +18 -10
- 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/{finding → medical/finding}/finding_intervention.py +2 -10
- endoreg_db/models/medical/finding/finding_type.py +35 -0
- endoreg_db/models/medical/hardware/__init__.py +8 -0
- endoreg_db/models/{hardware → medical/hardware}/endoscope.py +28 -23
- endoreg_db/models/medical/laboratory/__init__.py +5 -0
- endoreg_db/models/medical/laboratory/lab_value.py +419 -0
- endoreg_db/models/{medication → medical/medication}/medication.py +1 -3
- endoreg_db/models/{medication → medical/medication}/medication_indication_type.py +8 -3
- endoreg_db/models/{medication → medical/medication}/medication_intake_time.py +21 -3
- endoreg_db/models/{medication → medical/medication}/medication_schedule.py +13 -5
- endoreg_db/models/{organ → medical/organ}/__init__.py +3 -6
- 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/{persons → medical}/patient/patient_examination_indication.py +21 -9
- endoreg_db/models/medical/patient/patient_finding.py +357 -0
- endoreg_db/models/medical/patient/patient_finding_classification.py +207 -0
- endoreg_db/models/{patient → medical/patient}/patient_finding_intervention.py +15 -1
- endoreg_db/models/medical/patient/patient_lab_sample.py +148 -0
- endoreg_db/models/{persons → medical}/patient/patient_lab_value.py +40 -15
- 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/{data_file/metadata → metadata}/__init__.py +6 -0
- endoreg_db/models/metadata/frame_ocr_result.py +0 -0
- endoreg_db/models/metadata/model_meta.py +193 -0
- endoreg_db/models/metadata/model_meta_logic.py +236 -0
- endoreg_db/models/{data_file/metadata → metadata}/pdf_meta.py +28 -13
- endoreg_db/models/metadata/sensitive_meta.py +288 -0
- endoreg_db/models/metadata/sensitive_meta_logic.py +643 -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 +17 -0
- endoreg_db/models/other/distribution/date_value_distribution.py +0 -2
- endoreg_db/models/other/distribution/numeric_value_distribution.py +30 -2
- endoreg_db/models/{emission → other/emission}/emission_factor.py +15 -6
- endoreg_db/models/{persons → other}/gender.py +8 -3
- endoreg_db/models/other/information_source.py +159 -0
- endoreg_db/models/other/material.py +10 -2
- endoreg_db/models/other/resource.py +6 -2
- endoreg_db/models/other/tag.py +27 -0
- endoreg_db/models/other/transport_route.py +13 -2
- endoreg_db/models/{unit.py → other/unit.py} +16 -6
- endoreg_db/models/other/waste.py +10 -3
- 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 +6 -3
- endoreg_db/models/{rules → rule}/rule_attribute_dtype.py +0 -2
- endoreg_db/models/{rules → rule}/rule_type.py +0 -2
- endoreg_db/models/{rules → rule}/ruleset.py +0 -2
- 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/models/video_metadata.py +66 -0
- endoreg_db/models/video_processing.py +153 -0
- 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 +147 -10
- endoreg_db/serializers/{raw_pdf_meta_validation.py → _old/raw_pdf_meta_validation.py} +3 -3
- endoreg_db/serializers/{raw_video_meta_validation.py → _old/raw_video_meta_validation.py} +18 -14
- 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 +66 -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 +152 -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/misc/vop_patient_data.py +120 -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/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 +241 -0
- endoreg_db/services/lookup_store.py +122 -0
- endoreg_db/services/ollama_api_docs.py +1528 -0
- endoreg_db/services/pdf_import.py +993 -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 +915 -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/urls/__init__.py +72 -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 +44 -0
- endoreg_db/urls/media.py +32 -0
- endoreg_db/urls/patient.py +19 -0
- endoreg_db/urls/pdf.py +0 -0
- endoreg_db/urls/report.py +78 -0
- endoreg_db/urls/requirements.py +13 -0
- endoreg_db/urls/sensitive_meta.py +36 -0
- endoreg_db/urls/stats.py +46 -0
- endoreg_db/urls/upload.py +20 -0
- endoreg_db/urls/video.py +119 -0
- endoreg_db/urls.py +6 -269
- endoreg_db/utils/__init__.py +68 -16
- endoreg_db/utils/ai/__init__.py +9 -0
- endoreg_db/{models/ai_model/utils.py → utils/ai/get.py} +1 -4
- endoreg_db/{models/ai_model/lightning → utils/ai}/inference_dataset.py +0 -1
- endoreg_db/{models/ai_model/lightning → utils/ai}/multilabel_classification_net.py +14 -10
- endoreg_db/{models/ai_model/lightning → utils/ai}/postprocess.py +15 -5
- endoreg_db/utils/ai/predict.py +291 -0
- endoreg_db/{models/ai_model/lightning → utils/ai}/preprocess.py +1 -1
- endoreg_db/utils/calc_duration_seconds.py +24 -0
- endoreg_db/utils/case_generator/__init__.py +0 -0
- endoreg_db/utils/check_video_files.py +148 -0
- endoreg_db/utils/dataloader.py +88 -31
- endoreg_db/utils/dates.py +21 -0
- endoreg_db/utils/env.py +33 -0
- endoreg_db/utils/extract_specific_frames.py +72 -0
- endoreg_db/utils/file_operations.py +29 -1
- endoreg_db/utils/fix_video_path_direct.py +141 -0
- endoreg_db/utils/frame_anonymization_utils.py +463 -0
- endoreg_db/utils/hashs.py +1 -0
- 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 +2 -0
- endoreg_db/utils/paths.py +104 -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/db_config.py +1 -1
- 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/translation.py +27 -0
- endoreg_db/utils/validate_video_detailed.py +357 -0
- endoreg_db/utils/video/__init__.py +19 -6
- endoreg_db/utils/video/extract_frames.py +37 -70
- endoreg_db/utils/video/ffmpeg_wrapper.py +772 -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 +282 -2
- 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 +63 -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 +9 -0
- endoreg_db/views/media/pdf_media.py +386 -0
- endoreg_db/views/media/video_media.py +272 -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/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 +11 -0
- endoreg_db/views/pdf/pdf_media.py +239 -0
- endoreg_db/views/pdf/pdf_stream_views.py +127 -0
- endoreg_db/views/pdf/reimport.py +151 -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 +483 -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 +72 -0
- endoreg_db/views/video/correction.py +672 -0
- endoreg_db/views/video/media/__init__.py +23 -0
- endoreg_db/views/video/media/task_status.py +49 -0
- endoreg_db/views/video/media/video_analyze.py +52 -0
- endoreg_db/views/video/media/video_apply_mask.py +48 -0
- endoreg_db/views/video/media/video_correction.py +21 -0
- endoreg_db/views/video/media/video_download_processed.py +58 -0
- endoreg_db/views/video/media/video_media.py +158 -0
- endoreg_db/views/video/media/video_meta.py +29 -0
- endoreg_db/views/video/media/video_processing_history.py +24 -0
- endoreg_db/views/video/media/video_remove_frames.py +48 -0
- endoreg_db/views/video/media/video_reprocess.py +40 -0
- endoreg_db/views/video/reimport.py +192 -0
- endoreg_db/views/video/segmentation.py +274 -0
- endoreg_db/views/{views_for_timeline.py → video/timeline.py} +3 -3
- endoreg_db/views/video/video_examination_viewset.py +329 -0
- endoreg_db/views/video/video_stream.py +188 -0
- endoreg_db-0.8.1.dist-info/METADATA +384 -0
- endoreg_db-0.8.1.dist-info/RECORD +789 -0
- endoreg_db/data/agl_service/data.yaml +0 -19
- endoreg_db/data/finding_location_classification/colonoscopy.yaml +0 -46
- endoreg_db/data/finding_morphology_classification/colonoscopy.yaml +0 -48
- endoreg_db/data/finding_morphology_classification_choice/colonoscopy_size.yaml +0 -57
- endoreg_db/management/commands/_load_model_template.py +0 -41
- endoreg_db/management/commands/delete_all.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/load_active_model_data.py +0 -45
- endoreg_db/management/commands/load_g_play_data.py +0 -113
- endoreg_db/management/commands/load_logging_data.py +0 -39
- endoreg_db/management/commands/load_lx_data.py +0 -64
- endoreg_db/management/commands/load_medication_indication_data.py +0 -63
- endoreg_db/management/commands/load_medication_indication_type_data.py +0 -41
- endoreg_db/management/commands/load_medication_intake_time_data.py +0 -41
- endoreg_db/management/commands/load_medication_schedule_data.py +0 -55
- endoreg_db/management/commands/load_network_data.py +0 -57
- endoreg_db/migrations/0002_alter_frame_image_alter_rawframe_image.py +0 -23
- endoreg_db/migrations/0003_alter_frame_image_alter_rawframe_image.py +0 -23
- endoreg_db/migrations/0004_alter_rawvideofile_file_alter_video_file.py +0 -25
- endoreg_db/migrations/0005_rawvideofile_frame_count_and_more.py +0 -33
- endoreg_db/migrations/0006_frame_extracted_rawframe_extracted.py +0 -23
- endoreg_db/migrations/0007_rename_pseudo_patient_video_patient_and_more.py +0 -24
- endoreg_db/migrations/0008_remove_reportfile_patient_examination_and_more.py +0 -48
- endoreg_db/models/ai_model/active_model.py +0 -9
- endoreg_db/models/ai_model/ai_model.py +0 -103
- endoreg_db/models/ai_model/lightning/__init__.py +0 -3
- endoreg_db/models/ai_model/lightning/predict.py +0 -172
- endoreg_db/models/ai_model/lightning/prediction_visualizer.py +0 -55
- endoreg_db/models/ai_model/lightning/run_visualizer.py +0 -21
- endoreg_db/models/ai_model/model_meta.py +0 -250
- endoreg_db/models/annotation/__init__.py +0 -32
- endoreg_db/models/annotation/anonymized_image_annotation.py +0 -115
- endoreg_db/models/annotation/binary_classification_annotation_task.py +0 -117
- endoreg_db/models/annotation/image_classification.py +0 -86
- endoreg_db/models/annotation/video_segmentation_annotation.py +0 -52
- endoreg_db/models/case/__init__.py +0 -1
- endoreg_db/models/case/case.py +0 -34
- endoreg_db/models/center/center.py +0 -51
- endoreg_db/models/center/center_product.py +0 -33
- endoreg_db/models/center/center_waste.py +0 -16
- endoreg_db/models/data_file/__init__.py +0 -39
- endoreg_db/models/data_file/base_classes/__init__.py +0 -7
- endoreg_db/models/data_file/base_classes/abstract_frame.py +0 -100
- endoreg_db/models/data_file/base_classes/abstract_pdf.py +0 -136
- endoreg_db/models/data_file/base_classes/abstract_video.py +0 -807
- endoreg_db/models/data_file/base_classes/frame_helpers.py +0 -17
- endoreg_db/models/data_file/base_classes/prepare_bulk_frames.py +0 -19
- endoreg_db/models/data_file/base_classes/utils.py +0 -80
- endoreg_db/models/data_file/frame.py +0 -29
- endoreg_db/models/data_file/import_classes/__init__.py +0 -18
- 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 -260
- endoreg_db/models/data_file/import_classes/raw_video.py +0 -288
- endoreg_db/models/data_file/metadata/sensitive_meta.py +0 -290
- endoreg_db/models/data_file/metadata/video_meta.py +0 -199
- endoreg_db/models/data_file/report_file.py +0 -56
- endoreg_db/models/data_file/video/__init__.py +0 -11
- endoreg_db/models/data_file/video/import_meta.py +0 -25
- endoreg_db/models/data_file/video/video.py +0 -196
- endoreg_db/models/data_file/video_segment.py +0 -214
- endoreg_db/models/disease.py +0 -79
- endoreg_db/models/event.py +0 -73
- endoreg_db/models/examination/examination.py +0 -67
- endoreg_db/models/examination/examination_indication.py +0 -170
- endoreg_db/models/finding/__init__.py +0 -11
- endoreg_db/models/finding/finding.py +0 -75
- endoreg_db/models/finding/finding_location_classification.py +0 -94
- endoreg_db/models/finding/finding_morphology_classification.py +0 -89
- endoreg_db/models/finding/finding_type.py +0 -22
- endoreg_db/models/hardware/__init__.py +0 -2
- endoreg_db/models/information_source.py +0 -29
- endoreg_db/models/laboratory/__init__.py +0 -1
- endoreg_db/models/laboratory/lab_value.py +0 -111
- endoreg_db/models/logging/__init__.py +0 -11
- endoreg_db/models/logging/agl_service.py +0 -19
- endoreg_db/models/logging/base.py +0 -22
- endoreg_db/models/logging/log_type.py +0 -23
- endoreg_db/models/logging/network_device.py +0 -27
- endoreg_db/models/lx/__init__.py +0 -4
- endoreg_db/models/lx/client.py +0 -57
- endoreg_db/models/lx/identity.py +0 -34
- endoreg_db/models/lx/permission.py +0 -18
- endoreg_db/models/lx/user.py +0 -16
- endoreg_db/models/network/__init__.py +0 -9
- endoreg_db/models/network/agl_service.py +0 -38
- endoreg_db/models/network/network_device.py +0 -58
- endoreg_db/models/network/network_device_type.py +0 -23
- endoreg_db/models/other/distribution.py +0 -5
- endoreg_db/models/patient/__init__.py +0 -24
- endoreg_db/models/patient/patient_examination.py +0 -182
- endoreg_db/models/patient/patient_finding.py +0 -143
- endoreg_db/models/patient/patient_finding_location.py +0 -120
- endoreg_db/models/patient/patient_finding_morphology.py +0 -166
- endoreg_db/models/permissions/__init__.py +0 -44
- endoreg_db/models/persons/__init__.py +0 -34
- endoreg_db/models/persons/examiner/__init__.py +0 -2
- endoreg_db/models/persons/examiner/examiner.py +0 -60
- endoreg_db/models/persons/examiner/examiner_type.py +0 -2
- endoreg_db/models/persons/patient/__init__.py +0 -8
- endoreg_db/models/persons/patient/patient.py +0 -389
- endoreg_db/models/persons/patient/patient_disease.py +0 -22
- endoreg_db/models/persons/patient/patient_event.py +0 -52
- endoreg_db/models/persons/patient/patient_lab_sample.py +0 -108
- endoreg_db/models/persons/patient/patient_medication.py +0 -59
- endoreg_db/models/persons/patient/patient_medication_schedule.py +0 -88
- endoreg_db/models/persons/portal_user_information.py +0 -27
- endoreg_db/models/prediction/__init__.py +0 -8
- endoreg_db/models/prediction/image_classification.py +0 -51
- endoreg_db/models/prediction/video_prediction_meta.py +0 -306
- endoreg_db/models/product/product.py +0 -110
- endoreg_db/models/product/product_group.py +0 -27
- endoreg_db/models/product/product_material.py +0 -28
- endoreg_db/models/questionnaires/__init__.py +0 -114
- endoreg_db/models/quiz/__init__.py +0 -9
- endoreg_db/models/quiz/quiz_answer.py +0 -41
- endoreg_db/models/quiz/quiz_question.py +0 -54
- 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 -14
- endoreg_db/serializers/center.py +0 -11
- endoreg_db/serializers/examination.py +0 -33
- endoreg_db/serializers/frame.py +0 -9
- endoreg_db/serializers/hardware.py +0 -21
- endoreg_db/serializers/label.py +0 -22
- endoreg_db/serializers/patient.py +0 -33
- endoreg_db/serializers/prediction.py +0 -10
- endoreg_db/serializers/raw_pdf_anony_text_validation.py +0 -137
- endoreg_db/serializers/report_file.py +0 -7
- endoreg_db/serializers/video.py +0 -20
- endoreg_db/serializers/video_segmentation.py +0 -587
- endoreg_db/tests.py +0 -3
- endoreg_db/utils/legacy_ocr.py +0 -201
- endoreg_db/utils/video/transcode_videofile.py +0 -111
- endoreg_db/views/patient_views.py +0 -90
- endoreg_db/views/raw_pdf_anony_text_validation_views.py +0 -95
- endoreg_db/views/raw_pdf_meta_validation_views.py +0 -111
- endoreg_db/views/raw_video_meta_validation_views.py +0 -148
- endoreg_db/views/report_views.py +0 -96
- endoreg_db/views/video_segmentation_views.py +0 -166
- endoreg_db-0.6.3.dist-info/METADATA +0 -161
- endoreg_db-0.6.3.dist-info/RECORD +0 -435
- /endoreg_db/{case_generator/__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 → data/shift/m2.yaml} +0 -0
- /endoreg_db/{queries/get/video_import_meta.py → factories/__init__.py} +0 -0
- /endoreg_db/{queries/get/video_prediction_meta.py → helpers/__init__.py} +0 -0
- /endoreg_db/models/{case_template → administration/case/case_template}/__init__.py +0 -0
- /endoreg_db/models/{persons → administration/person}/person.py +0 -0
- /endoreg_db/models/{product → administration/product}/__init__.py +0 -0
- /endoreg_db/models/{report_reader → media/pdf/report_reader}/__init__.py +0 -0
- /endoreg_db/models/{report_reader → media/pdf/report_reader}/report_reader_flag.py +0 -0
- /endoreg_db/models/{hardware → medical/hardware}/endoscopy_processor.py +0 -0
- /endoreg_db/models/{medication → medical/medication}/__init__.py +0 -0
- /endoreg_db/models/{medication → medical/medication}/medication_indication.py +0 -0
- /endoreg_db/models/{emission → other/emission}/__init__.py +0 -0
- /endoreg_db/models/{rules → rule}/rule_applicator.py +0 -0
- /endoreg_db/{case_generator → utils/case_generator}/case_generator.py +0 -0
- /endoreg_db/{case_generator → utils/case_generator}/lab_sample_factory.py +0 -0
- /endoreg_db/{case_generator → utils/case_generator}/utils.py +0 -0
- /endoreg_db/views/{csrf.py → misc/csrf.py} +0 -0
- {endoreg_db-0.6.3.dist-info → endoreg_db-0.8.1.dist-info}/WHEEL +0 -0
- {endoreg_db-0.6.3.dist-info → endoreg_db-0.8.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,435 +0,0 @@
|
|
|
1
|
-
endoreg_db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
endoreg_db/admin.py,sha256=lmRHt3UF6_AdkFTgCT5UiNHkvqNo2CzqGxlTa2nFjmA,3477
|
|
3
|
-
endoreg_db/apps.py,sha256=zYb2_RiEGIsLS6_OMWzCxcTHSNkF28CqF4xcd_6NHUg,151
|
|
4
|
-
endoreg_db/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
|
|
5
|
-
endoreg_db/urls.py,sha256=HYejUypcpaOOj78iuGsOJodApLFn0c7gEDPqHpV7qxU,13737
|
|
6
|
-
endoreg_db/views.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
endoreg_db/case_generator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
endoreg_db/case_generator/case_generator.py,sha256=klrytmkGg8zcQvKoY6JvyAN6iSd41i528I6PF-eHa3Y,5771
|
|
9
|
-
endoreg_db/case_generator/lab_sample_factory.py,sha256=th4dDjLqRMNKw8jc7W2nICY4aMf4uDZ0T-sk2izqdus,905
|
|
10
|
-
endoreg_db/case_generator/utils.py,sha256=qY9fc-bg-hvkhGI_eKTNcgZZw3jxBWxWK5AH3o8tghw,1045
|
|
11
|
-
endoreg_db/data/__init__.py,sha256=aycU8ybZgvgCottee8hqXunBk5FwYu_vQ5VQ1uNcydA,4968
|
|
12
|
-
endoreg_db/data/agl_service/data.yaml,sha256=4lk3VYsrPM2KJgTsPzj0J0LsAu4YazZXAzyxsQM_YAI,433
|
|
13
|
-
endoreg_db/data/ai_model/data.yaml,sha256=8U8g5kaxXviKeVUTz0BWqZpmyY-sTrOoPUXZzPchCUU,286
|
|
14
|
-
endoreg_db/data/ai_model_label/label/data.yaml,sha256=qkt0FfrLvPrcW_N0GUzu3q9TpiXrvZU047xAIOk_33A,1737
|
|
15
|
-
endoreg_db/data/ai_model_label/label-set/data.yaml,sha256=QwWMyMxa9L4_yF7LLyUpE3tesO-NTE_9OB6rv6NT8Us,410
|
|
16
|
-
endoreg_db/data/ai_model_label/label-type/data.yaml,sha256=vffKYpTae_gu63_wza6LONs5ys4pna1EbrUUO6CafQs,136
|
|
17
|
-
endoreg_db/data/ai_model_meta/default_multilabel_classification.yaml,sha256=JhrFP6WXSFRa4kKujKAtgNVmnFYMiz8-J_oN-JQsSi0,182
|
|
18
|
-
endoreg_db/data/ai_model_type/data.yaml,sha256=vCMMo8wiI5uL2zrQROmgsHq1GrC8IdagGIgNdQunUeQ,149
|
|
19
|
-
endoreg_db/data/ai_model_video_segmentation_label/base_segmentation.yaml,sha256=EZ83vq02Cf2KfflWQ4HEe1NHmuzSCsmKtWW5Bv8jet0,4060
|
|
20
|
-
endoreg_db/data/ai_model_video_segmentation_labelset/data.yaml,sha256=07uB1ousJVNpp8B9enJ_YIdZf3y4sBPlME4bZwDv6ho,404
|
|
21
|
-
endoreg_db/data/case_template/rule/00_patient_lab_sample_add_default_value.yaml,sha256=H3kTALJ_6GJrY-4EYemeTCaa81NkyI-8LcNJFuEp5zs,4100
|
|
22
|
-
endoreg_db/data/case_template/rule/01_patient-set-age.yaml,sha256=lXfgKtirkQMHfAQtp9y9mojNnYx2KskGvdK-C1GEmtc,281
|
|
23
|
-
endoreg_db/data/case_template/rule/01_patient-set-gender.yaml,sha256=mZqygZ7lhjfSOO9M2m-ax1hmH2ztSXLsJwMEqJnj7e4,300
|
|
24
|
-
endoreg_db/data/case_template/rule/11_create_patient_lab_sample.yaml,sha256=AWSRRith2u-0zDKvf87OCK_KoG8pmlR8jNmFVsrK7S8,775
|
|
25
|
-
endoreg_db/data/case_template/rule/12_create-patient_medication-anticoagulation.yaml,sha256=Ep4BAa19E8MvXrEvmVoKpXZoaopmqxiJh7ijMMaTpd0,482
|
|
26
|
-
endoreg_db/data/case_template/rule/13_create-patient_medication_schedule-anticoagulation.yaml,sha256=QJ3fVapFhwf2N6InL7KFeANvZglf-NN3ozPOCZe2Oac,490
|
|
27
|
-
endoreg_db/data/case_template/rule/19_create_patient.yaml,sha256=xo563JMa-S59v3DrMuLW9EbVlTbu4dZdBGFMLAYzeaY,436
|
|
28
|
-
endoreg_db/data/case_template/rule_type/base_types.yaml,sha256=SOxV4SslNAx0DZoknWlKKLb3R1Ng2nlMDK2gfiVS_1M,1253
|
|
29
|
-
endoreg_db/data/case_template/rule_value/.init,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
|
-
endoreg_db/data/case_template/rule_value_type/base_types.yaml,sha256=0flEVxBKOegNxJnc2EOhaf950BNxC7WujrLV2aPncYM,1414
|
|
31
|
-
endoreg_db/data/case_template/template/base.yaml,sha256=lRrvLma0jW57qZEAuWWFQAtTWL8TaRpYiXFenlbTQJE,251
|
|
32
|
-
endoreg_db/data/case_template/template_type/pre_endoscopy.yaml,sha256=pJdvcaxpZsciK3Ok4Z3yCVPBG465v4bISmq1Gmgn2mI,74
|
|
33
|
-
endoreg_db/data/case_template/tmp/_rule_value,sha256=IJ3mdifZdfaWXI4sfYGYX0be_SvLdJSBKDnDx-gCLcI,464
|
|
34
|
-
endoreg_db/data/case_template/tmp/rule/01_atrial_fibrillation.yaml,sha256=zZsgZhfY4sgaA23q3EKDM9XTbtjUCG16H6waheIssRs,663
|
|
35
|
-
endoreg_db/data/case_template/tmp/rule/02_create_object.yaml,sha256=ZsKtkLTOp_9ThcITico-v2Ggw6Pwi_6mqCzqf-hf4Ro,263
|
|
36
|
-
endoreg_db/data/case_template/tmp/template/atrial_fibrillation_low_risk.yaml,sha256=zHa-SZLjJTcRgZuxuBiuAeb7OXk9VhWVgInUWBrXbLU,201
|
|
37
|
-
endoreg_db/data/center/data.yaml,sha256=3muMBEfuHK9w4yskwCD5FvMNOTmdiY2wZGrkM8YDIvg,1927
|
|
38
|
-
endoreg_db/data/center_resource/green_endoscopy_dashboard_CenterResource.yaml,sha256=VUv4hjOqA4ubWlga5h_e5Kp3oA_HfSuPBoh2HMP6zVQ,4513
|
|
39
|
-
endoreg_db/data/center_waste/green_endoscopy_dashboard_CenterWaste.yaml,sha256=OWusRQgfT1oGIPalbL-82GUKezESZYdr8aFl-bbVTUg,1242
|
|
40
|
-
endoreg_db/data/contraindication/bleeding.yaml,sha256=4dsXI8j5lVwU3_Io9KLZ2Jzhy5mysAuvmGtpGFX1m5s,270
|
|
41
|
-
endoreg_db/data/disease/cardiovascular.yaml,sha256=MVePTrd0ia2Aeo9kdIIYdz5MF6qtlub2Dw2JYHTwIrY,963
|
|
42
|
-
endoreg_db/data/disease/hepatology.yaml,sha256=oDYKRPZXQD_NKB7ruHFrpWDaoqnXqQblPyKwme1l97o,125
|
|
43
|
-
endoreg_db/data/disease/misc.yaml,sha256=YB8xqemnO9Xn56KSjQxz6wXjdqTECIMMsRw7A1_TSTc,163
|
|
44
|
-
endoreg_db/data/disease/renal.yaml,sha256=hUFjn8KiEZ7oYW2uY-JfufR6N9Fk_0otKbwfZPWyFJQ,153
|
|
45
|
-
endoreg_db/data/disease_classification/chronic_kidney_disease.yaml,sha256=1iae5lxPsH0AKfyUFSlXaF1WUz4LdfZdPyWEGp-foJ0,228
|
|
46
|
-
endoreg_db/data/disease_classification/coronary_vessel_disease.yaml,sha256=olKtHAmSqDrBAvpuBcH5JwSD3scd_KliGLpT_cEFkTs,270
|
|
47
|
-
endoreg_db/data/disease_classification_choice/chronic_kidney_disease.yaml,sha256=jgZVuHUp_ZGhvnl552-XgBZlFl2Uv_s1YNTgcGtW5do,1582
|
|
48
|
-
endoreg_db/data/disease_classification_choice/coronary_vessel_disease.yaml,sha256=Z_MG6bbx_zI4C8qV-U_Yqvn1K3KYbvG-ElFaXbYAMNQ,835
|
|
49
|
-
endoreg_db/data/distribution/date/patient.yaml,sha256=I3fr98VNCja6a4qtf9YnjoFPlqH67LPbDlssQKY_cPE,210
|
|
50
|
-
endoreg_db/data/distribution/multiple_categorical/.init,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
|
-
endoreg_db/data/distribution/numeric/data.yaml,sha256=rivLhfDepy-LKdxMG-mXHIJiegD4cDo5DWZB7IkjBM8,362
|
|
52
|
-
endoreg_db/data/distribution/single_categorical/patient.yaml,sha256=R7beZDRqdOWNaFu-8Bd88E6j3eBc9mqhOW_265EA0e0,156
|
|
53
|
-
endoreg_db/data/emission_factor/green_endoscopy_dashboard_EmissionFactor.yaml,sha256=bBLmr3_uSLXdsbtRa9707WK1Z7Xy8TpBGKOfzWcfC_M,2968
|
|
54
|
-
endoreg_db/data/endoscope/data.yaml,sha256=ZaXTKP3C6oBh5mha03_ioE77XZKQB3aneOLWHpA8UnI,2341
|
|
55
|
-
endoreg_db/data/endoscope_type/data.yaml,sha256=k8uF94svJsU02O-ceaLnQBoozJ6cT3iY_s_aKrvJZqg,242
|
|
56
|
-
endoreg_db/data/endoscopy_processor/data.yaml,sha256=Q72v9DhWjt9zsa0fC-Xty8nWzRcqeyHJpYq-w5UmwXQ,1049
|
|
57
|
-
endoreg_db/data/event/cardiology.yaml,sha256=c2SfXXU8_hOBibNqidxxkZoEaKGGh0UWUTYudjG-Sqo,804
|
|
58
|
-
endoreg_db/data/event/neurology.yaml,sha256=AdpGHQxfBAOuUbKQ234T1MtE3bfHdgKA47HUoyFB5KE,282
|
|
59
|
-
endoreg_db/data/event/surgery.yaml,sha256=hyZWxg8LUNOwf3iybVj0Muta7pUdWhZXmLuuOh7hjek,428
|
|
60
|
-
endoreg_db/data/event/thrombembolism.yaml,sha256=TvpllrcpTV-kOxsttcPIxeRAZ1JKdoN_Nu0LSPatOZc,556
|
|
61
|
-
endoreg_db/data/examination/examinations/data.yaml,sha256=ZEs-bUdEtaz2aC0eu5vUbE970yVEDF3vUJyWX4MZVB0,1362
|
|
62
|
-
endoreg_db/data/examination/time/data.yaml,sha256=YQ2VFpmNoUwDf4cCSx35hj46YG2_JeRm_t86RTodVsI,1010
|
|
63
|
-
endoreg_db/data/examination/time-type/data.yaml,sha256=-RUaF7zUtuIFttLpu_Cb-cVZMN8_Y9bSHTozI6a69LA,156
|
|
64
|
-
endoreg_db/data/examination/type/data.yaml,sha256=Iimo4B2oIAkYTiTsFtrGr6RjLoegYV-ijP8mN2SHKH8,115
|
|
65
|
-
endoreg_db/data/examination_indication/endoscopy.yaml,sha256=hVCXAVf46z9_Hhx9LRg1K3V0MGn4rsoK6WnpVJiwYog,206
|
|
66
|
-
endoreg_db/data/examination_indication_classification/endoscopy.yaml,sha256=1swPcxx6WIkCL3cK2wGIpwjuRnAZ9gjJEI3tEqcOu9c,163
|
|
67
|
-
endoreg_db/data/examination_indication_classification_choice/endoscopy.yaml,sha256=etlhAkLr8HXXx7VG5wBOrXzwh13mJBQxiqptJSiOmnw,3051
|
|
68
|
-
endoreg_db/data/finding/data.yaml,sha256=R40eecLFFqJgtXe9FJzue5cEs8qTnSoWXHKJf_JHU6c,3276
|
|
69
|
-
endoreg_db/data/finding_intervention/endoscopy.yaml,sha256=6B7NrenYtWBvO6EiRHhHwrOLCTmrnHDbP_azs7ZAWzo,5674
|
|
70
|
-
endoreg_db/data/finding_intervention_type/endoscopy.yaml,sha256=EnxIpRys8noMik2rUGQQG2zO0juZn75-k-4rVhD18ZY,319
|
|
71
|
-
endoreg_db/data/finding_location_classification/colonoscopy.yaml,sha256=yZT6YCXWK2vIpSZ0PBBWHnpsy0LVcf8oWiPKyIebt3w,909
|
|
72
|
-
endoreg_db/data/finding_location_classification_choice/colonoscopy.yaml,sha256=hlp5CvRVgQsrm-Fzx7__iYmjZRHThLEPYJVSJdklpcM,6618
|
|
73
|
-
endoreg_db/data/finding_morphology_classification/colonoscopy.yaml,sha256=NjcnFQzSXZ5F1etT5OE8Hz9jBwloj3SoBEaUVnMGebs,1799
|
|
74
|
-
endoreg_db/data/finding_morphology_classification_choice/colon_lesion_circularity_default.yaml,sha256=tlXplbydCj_R7smLxi3E-H4FE-j1XQVtgUw9SWXv9IM,1080
|
|
75
|
-
endoreg_db/data/finding_morphology_classification_choice/colon_lesion_nice.yaml,sha256=4s1cOfuU6noW7zwUfVFBZCt196EV_8Umq_2BPf6Ghow,694
|
|
76
|
-
endoreg_db/data/finding_morphology_classification_choice/colon_lesion_paris.yaml,sha256=49O23KtgRGlL1IU8MNSivyuzlH-IQB8rlHv4ceL_Uwg,2699
|
|
77
|
-
endoreg_db/data/finding_morphology_classification_choice/colon_lesion_planarity_default.yaml,sha256=edxbtky17RAXBGZZI_iNvOq7XowUf8TajtNYmXwOIjk,2181
|
|
78
|
-
endoreg_db/data/finding_morphology_classification_choice/colon_lesion_surface_intact_default.yaml,sha256=H4l93YMpq1c3Ul81dLHMrBEDMJO6bGQ4bkZsMrLkamo,1357
|
|
79
|
-
endoreg_db/data/finding_morphology_classification_choice/colonoscopy_size.yaml,sha256=8BCA1CRwErAjaWrZWc_2AerQx-PohcxOZAV6vXWUw3c,2093
|
|
80
|
-
endoreg_db/data/finding_morphology_classification_type/colonoscopy.yaml,sha256=FmWlqedNCPzIofrpOIewQIf22a8juJHpSMN04r9WmM0,1879
|
|
81
|
-
endoreg_db/data/finding_type/data.yaml,sha256=Z99m8c9X3aCdAIdqgpSWhgsQIZBb7UEq7oWNuTIf7-A,700
|
|
82
|
-
endoreg_db/data/gender/data.yaml,sha256=ku0vvaBP3vcflfNn5aeE8ynxlUHg5DwfyigRAZjA8A0,762
|
|
83
|
-
endoreg_db/data/information_source/data.yaml,sha256=ZJULuYMz7FzkKaC76hor6sCW_P43KoZ_ncEN0grjegk,765
|
|
84
|
-
endoreg_db/data/information_source/medication.yaml,sha256=S4MJ1w87IX0TSCCW5gpcXcMs-hIlhWss6wo4rvSMI5g,285
|
|
85
|
-
endoreg_db/data/lab_value/cardiac_enzymes.yaml,sha256=uhXoXDknkdWW5hGFozllGVSW3pEO-m1i3GC2yL_pirw,910
|
|
86
|
-
endoreg_db/data/lab_value/coagulation.yaml,sha256=At6yBZGPVGvroVgO43yOrVAcAglYq0XUlumqOHacUlo,1792
|
|
87
|
-
endoreg_db/data/lab_value/electrolytes.yaml,sha256=8S6jvd5MkUz44QR3uW_YvR6uZgeCnR6zOzBe6xLAWYI,6591
|
|
88
|
-
endoreg_db/data/lab_value/gastrointestinal_function.yaml,sha256=9mkqs8lyE-yjb8GZvLZGJabedmnuVFw04s7LZHmdyc8,4049
|
|
89
|
-
endoreg_db/data/lab_value/hematology.yaml,sha256=dv3oNXVG1977iQz2nGKeCiMet4GL6KAxrKTx_hVC-Ok,5531
|
|
90
|
-
endoreg_db/data/lab_value/hormones.yaml,sha256=ZYN8dwm8QYnulWtS7mrxqRpF0mKln1pzcBoTDQw9DIM,1971
|
|
91
|
-
endoreg_db/data/lab_value/lipids.yaml,sha256=K3Nk80ug9FT0ZwnxcacFhmNiD8vbJS0TIPZtTnYZinI,1529
|
|
92
|
-
endoreg_db/data/lab_value/misc.yaml,sha256=ZOZI5OqElAh-GR-yeehT0ynRkq8PS9t5DuaZ1YBCux8,1037
|
|
93
|
-
endoreg_db/data/lab_value/renal_function.yaml,sha256=EecTOl-TiUcfs03tnOVqwNG1vm8840EJBWdYzYlayME,402
|
|
94
|
-
endoreg_db/data/log_type/data.yaml,sha256=nZeua8KwnrVGupl-B74PjsUenANSmUwCVkEzdtrTGAQ,1126
|
|
95
|
-
endoreg_db/data/lx_client_tag/base.yaml,sha256=-nQpO64m3oPGSEo93iRgE7BeSKtg_0xP9_ZrGQrkdvI,1128
|
|
96
|
-
endoreg_db/data/lx_client_type/base.yaml,sha256=GVLjTm4C2ZsZuhaN4lef9DAKkFNFthM0cwmfeE0hkis,568
|
|
97
|
-
endoreg_db/data/lx_permission/base.yaml,sha256=FikkGRvrEBwdXV4r5SFRwHdPjUJ-SVbnKAN-w7rWTJU,426
|
|
98
|
-
endoreg_db/data/lx_permission/endoreg.yaml,sha256=P9dbv14ibF5SqlNQ3TTJYUnPVFYVy6qBNFEoVS8pSis,1007
|
|
99
|
-
endoreg_db/data/material/material.yaml,sha256=GUY0l4DSm1OQtgExNbTMqAuUMPvUBlTvNWvrtJKhXiY,2035
|
|
100
|
-
endoreg_db/data/medication/anticoagulation.yaml,sha256=NfAXuD9hQqHE2knWl51JGJnyjJvh_I1xRxaF8VS5-Us,1635
|
|
101
|
-
endoreg_db/data/medication/tah.yaml,sha256=UDuY9tn9e8806KdZ3AL1LooGPdxqoPHNz6IX38yk-6g,1701
|
|
102
|
-
endoreg_db/data/medication_indication/anticoagulation.yaml,sha256=idOp2A2jHTo8SJh_QVt2r9dKxExkBh7dVC38dFEIJ0M,4270
|
|
103
|
-
endoreg_db/data/medication_indication_type/data.yaml,sha256=5A3JuEO6INqv-eeLuqbRi30klC_qD13riApzLUHVlLo,245
|
|
104
|
-
endoreg_db/data/medication_indication_type/thrombembolism.yaml,sha256=9zPWk-1pnb4fFCHueVlXX90x6z7V_dJlN3pz2kMl6BE,1691
|
|
105
|
-
endoreg_db/data/medication_intake_time/base.yaml,sha256=wkN4UKt_KY2bLnfwyPbar5-CSHTbsNRmoMOg4dtDZik,682
|
|
106
|
-
endoreg_db/data/medication_schedule/apixaban.yaml,sha256=TjmoBu4ian9ZwiSN5qBKtivzesJC0cdWkE1JP5DRmwE,2366
|
|
107
|
-
endoreg_db/data/medication_schedule/ass.yaml,sha256=ECiHbQcahbZP9B8IDOYRB6vHKj3yl7cBY9QasIHJ7sM,295
|
|
108
|
-
endoreg_db/data/medication_schedule/enoxaparin.yaml,sha256=lI8WfFBspEXhTxnTEfyq1a_VBKbdNAcj34PIF2_X3cQ,653
|
|
109
|
-
endoreg_db/data/names_first/first_names.yaml,sha256=WD2R354HXolNOSB2jzryIlHBsKOc2D1JnnmWpL2rKAE,985
|
|
110
|
-
endoreg_db/data/names_last/last_names.yaml,sha256=MEvlTohYPEOf0jbI3k74lcpmM9P_vtCq2hOo-f2uPeg,976
|
|
111
|
-
endoreg_db/data/network_device/data.yaml,sha256=VM7rewtnEB_BdJZc6hegfIZNQFA2Xe2MTIDMmqFUoVI,1289
|
|
112
|
-
endoreg_db/data/network_device_type/data.yaml,sha256=xkbfoHjqM9uHv68W_LNsVDbZSy4FZrhKauzJJkzM-h4,230
|
|
113
|
-
endoreg_db/data/organ/data.yaml,sha256=xMrCPGyCB6QIhHwL1tnf61ZenmIGP7JBMsVoFeMlX1I,518
|
|
114
|
-
endoreg_db/data/patient_lab_sample_type/generic.yaml,sha256=nbtummOrGUeBkM7sVpqq48txkC-bmxn4_h40oS4VloY,162
|
|
115
|
-
endoreg_db/data/pdf_type/data.yaml,sha256=flXT51aaju1ya4I-8zc0Go9zTYrrmx9CSJ6s-QOQZQI,1043
|
|
116
|
-
endoreg_db/data/product/green_endoscopy_dashboard_Product.yaml,sha256=PzQGTSXJ-UwtXkOGdI0nsGGDo0HO1KwZKpCfiEqmdt0,1898
|
|
117
|
-
endoreg_db/data/product_group/green_endoscopy_dashboard_ProductGroup.yaml,sha256=RMkNyM0eDJ9yqUIflirWT5V108p3o8Yp6MoDr6eQg-c,685
|
|
118
|
-
endoreg_db/data/product_material/green_endoscopy_dashboard_ProductMaterial.yaml,sha256=jFGcc9Z0fqPHc9rHbju9PpwPNuacUsZMDZB-j2cfmBE,7225
|
|
119
|
-
endoreg_db/data/product_weight/green_endoscopy_dashboard_ProductWeight.yaml,sha256=O1eQJ5iKAu29hewIXAp-gRKUzvILQviR10FDrfn5x7c,2200
|
|
120
|
-
endoreg_db/data/profession/data.yaml,sha256=3lRQ-SEiJHjmuQWXVLBoL7tpfO2t82NgGc3PpKIayQg,2151
|
|
121
|
-
endoreg_db/data/reference_product/green_endoscopy_dashboard_ReferenceProduct.yaml,sha256=sSvySBfb6RgEwp2Gcq-HuS8_34HFbcQt1rg34DZdNnA,1643
|
|
122
|
-
endoreg_db/data/report_reader_flag/ukw-examination-generic.yaml,sha256=1a_pvnDg-LztEyT5o13J6ukPCxx4wAQDaP0qowaRTJE,870
|
|
123
|
-
endoreg_db/data/report_reader_flag/ukw-histology-generic.yaml,sha256=1iaUFiVt_ldCPGqud_znD2-AFgSfrZr_oncAONM9Ic0,493
|
|
124
|
-
endoreg_db/data/resource/green_endoscopy_dashboard_Resource.yaml,sha256=hjmrFJn_-SbVkX9Nsa3Vo9YItUmje5aVLraKGI8BiZM,288
|
|
125
|
-
endoreg_db/data/tmp/chronic_kidney_disease.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
126
|
-
endoreg_db/data/tmp/congestive_heart_failure.yaml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
127
|
-
endoreg_db/data/transport_route/green_endoscopy_dashboard_TransportRoute.yaml,sha256=Q7JeSHHYEOtlYsIs44XQEjWd19eZIOdUHkaTLq115ik,349
|
|
128
|
-
endoreg_db/data/unit/concentration.yaml,sha256=7V2_Xoellhtalv38RpuRyEOjJWpSkEcBlfOlJG94eA4,2578
|
|
129
|
-
endoreg_db/data/unit/data.yaml,sha256=t9D7xepTm_7g6q6MUacCigoCLI3_6R6WS3BaowI6tok,393
|
|
130
|
-
endoreg_db/data/unit/length.yaml,sha256=sNbyr1bFd5JzQxSjuDU2HbcCvM4WepxZRxrquENpAAQ,629
|
|
131
|
-
endoreg_db/data/unit/misc.yaml,sha256=_zNA_5AmGaaYpTqFloRob3abPdjiT_GSC-apyhptw1Q,365
|
|
132
|
-
endoreg_db/data/unit/rate.yaml,sha256=PcJiFwPtZVBDwhcfNE_hYjG9cUh6LvHt0ObrX8F7tSM,174
|
|
133
|
-
endoreg_db/data/unit/time.yaml,sha256=uXSFVDoVbhm60_182qVU2uDLdy0WGHugbbJwYGEIv4M,250
|
|
134
|
-
endoreg_db/data/unit/volume.yaml,sha256=mkrWixjRJJ0Ob2s9jwU69wW6u4QqdOcw12BWqhf6X3g,685
|
|
135
|
-
endoreg_db/data/unit/weight.yaml,sha256=o1PvHk-4GhKxstCozhDYQNMMYcTXvwmqx4hlQXO2U8o,747
|
|
136
|
-
endoreg_db/data/waste/data.yaml,sha256=A8dUOdzsxhICHViXmbcLtOmtqkBX_CkZaRNo-ePAyEA,245
|
|
137
|
-
endoreg_db/forms/__init__.py,sha256=H2bgLGusm3FLbSTN8cjYcJPaABJL1L5ee9dOTTGRrwU,130
|
|
138
|
-
endoreg_db/forms/examination_form.py,sha256=1AEGCzjJhJt80t8VWbro61hBUJxbCOkPIUsTFoxwhqc,405
|
|
139
|
-
endoreg_db/forms/patient_finding_intervention_form.py,sha256=rvt6BJXwED-1lvyeymCAtSNaUvQGS3Yhj3JwyYxZGIw,1208
|
|
140
|
-
endoreg_db/forms/patient_form.py,sha256=ROfolPdXawk7oHzr45B2Kj0tR8EpHDcpNXBgRekohxQ,929
|
|
141
|
-
endoreg_db/forms/unit.py,sha256=rywaSXT6E18RwPdGXhDr94Q9_lP-fauY1XAPhj0D7Dc,116
|
|
142
|
-
endoreg_db/forms/questionnaires/__init__.py,sha256=q7V33XpmOJj5brhcaNbuXMZYsAj2r4HYchJebRIhiNc,75
|
|
143
|
-
endoreg_db/forms/questionnaires/tto_questionnaire.py,sha256=_7PqqyUlffBkTGqZj_ZaKCwYWJ9kdfh_fO9jwRqt8Nw,890
|
|
144
|
-
endoreg_db/forms/settings/__init__.py,sha256=xKCYyRS1tEAWsm5C9OrG0Btqgitzuh_s31Oa_W6Os0I,259
|
|
145
|
-
endoreg_db/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
146
|
-
endoreg_db/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
147
|
-
endoreg_db/management/commands/_load_model_template.py,sha256=2ELH07EbvcXs4Wdpj9rixm6rggNFJp3P0gb_zDQwNLQ,1379
|
|
148
|
-
endoreg_db/management/commands/delete_all.py,sha256=AA5f5GRAyMdzOdOT7qj-Ox7nbioKMJfjAZCgqd839NI,974
|
|
149
|
-
endoreg_db/management/commands/fetch_legacy_image_dataset.py,sha256=8QJyw25AOdCVLtbBvn7bTiIlZctEuxRmvRuNVqP7_iw,1153
|
|
150
|
-
endoreg_db/management/commands/fix_auth_permission.py,sha256=f7RFMH4ET4ee5ODZtvTP0RmgJcT3JclPW1OGHLfMMoc,947
|
|
151
|
-
endoreg_db/management/commands/load_active_model_data.py,sha256=NpWIksrVQIyrd-ZhI_B_34NFbLJI1_vhwuN6gXc8hgQ,1337
|
|
152
|
-
endoreg_db/management/commands/load_ai_model_data.py,sha256=50qur5C-cRxf_fnPPMt3AGCdhsCLYmAn8DqSgv31npU,2822
|
|
153
|
-
endoreg_db/management/commands/load_ai_model_label_data.py,sha256=jnm2720TsnRTBKF6guwnjLo7sropW_YoRjgyjo1TUr8,2143
|
|
154
|
-
endoreg_db/management/commands/load_base_db_data.py,sha256=Mq011YuMMDEtVSwoKYhz_jrLpemagVKkAFwxFDybaSI,8627
|
|
155
|
-
endoreg_db/management/commands/load_center_data.py,sha256=Ra7BikibHJF4Ks72WNGwJqtbIw-9MieCxKlZG_RUA-s,1339
|
|
156
|
-
endoreg_db/management/commands/load_contraindication_data.py,sha256=5cEIBX42Exc6m3li-HQCEK3NHO6lbvACV4eJoaa-zG0,1256
|
|
157
|
-
endoreg_db/management/commands/load_disease_classification_choices_data.py,sha256=zSwNVmI56myFtOBUxV9kD_-4NKh0Z4nWuvFN3RSSulU,1361
|
|
158
|
-
endoreg_db/management/commands/load_disease_classification_data.py,sha256=B0sIgDq35e8Js3cqBCpRBoDuKRoDy7YvPbaZ4jjJS2I,1305
|
|
159
|
-
endoreg_db/management/commands/load_disease_data.py,sha256=8P4piw44IxuZc2350_hMUGfB6-zmJgqC69PQ8ohTWkg,2109
|
|
160
|
-
endoreg_db/management/commands/load_distribution_data.py,sha256=d0KpJF9E519PsJvGJk6Lcxr4ZGMLCtw0WuvTaiJhO7E,2059
|
|
161
|
-
endoreg_db/management/commands/load_endoscope_data.py,sha256=mZSprtXKH43_6uSiE-h6a81hSSK8xTI0zisDXUJhG3s,1949
|
|
162
|
-
endoreg_db/management/commands/load_event_data.py,sha256=WYT8GRzrJ3JgGaSi7l-8sF1rrL-7NnvlDj262Fux47g,1223
|
|
163
|
-
endoreg_db/management/commands/load_examination_data.py,sha256=kGGSRpHxvhugpKXpUMrttWYe9y81XOzyjgiBqV492KU,2748
|
|
164
|
-
endoreg_db/management/commands/load_examination_indication_data.py,sha256=e6ohpNN766nBhyyKXCMww4gBnD2xICwAwIAMFSSpagc,2538
|
|
165
|
-
endoreg_db/management/commands/load_finding_data.py,sha256=9lTGojQ0C0S7ifyVV4CqEdRS-38eZFPB2UNV5fDVYBo,5693
|
|
166
|
-
endoreg_db/management/commands/load_g_play_data.py,sha256=uPfTx8aGqU7U8bsQz7rR9fsLQZEVEQ7kJk_nGW6ScAA,3399
|
|
167
|
-
endoreg_db/management/commands/load_gender_data.py,sha256=skg1EcE5EIYAVDO-jNx8qjmJNaFXaOaqILgmJ6j6CLY,1137
|
|
168
|
-
endoreg_db/management/commands/load_green_endoscopy_wuerzburg_data.py,sha256=rjWFTB9nWN1cohsN7n7ZEb2E2_W2FDuauoBNiaGAT3g,3968
|
|
169
|
-
endoreg_db/management/commands/load_information_source.py,sha256=3sL906AMa7FGO3bgrNbfJlptrEwv925n-X_XB4PDZ_Q,1347
|
|
170
|
-
endoreg_db/management/commands/load_lab_value_data.py,sha256=ueui82FAJL4djGpy1B2nikjD1QP7iA3r4tcBarunJ_Q,1700
|
|
171
|
-
endoreg_db/management/commands/load_logging_data.py,sha256=1GWVQFh-tVWGZjSlvqcqkG2ByClJjOqU-GLwgh3TEnE,1222
|
|
172
|
-
endoreg_db/management/commands/load_lx_data.py,sha256=RSJSEmAUj5cgUmtMepeymPlMgWXhLQzx_zjfi4J9qxo,1696
|
|
173
|
-
endoreg_db/management/commands/load_medication_data.py,sha256=E4zn7cTBxk3nPEoMiw8A5CsYKarGkroGq1O9RC8_VCc,3412
|
|
174
|
-
endoreg_db/management/commands/load_medication_indication_data.py,sha256=lR3zJdTjtKeVmXUrb3AyAcTwyutUteppfD-GbkgXRG0,1783
|
|
175
|
-
endoreg_db/management/commands/load_medication_indication_type_data.py,sha256=CJ3zyFv7DnTuhBfG6TAdU9uZ0c2aHd31Y33g3X-SYVA,1282
|
|
176
|
-
endoreg_db/management/commands/load_medication_intake_time_data.py,sha256=Qln3plozYsADcS0gKLdnLzAjbVLxC6N9h3ja-pS5CiI,1270
|
|
177
|
-
endoreg_db/management/commands/load_medication_schedule_data.py,sha256=UTnCGF2gFUsdDb76cYrntaHGFazz4tUWg9ulF8bOVKY,1514
|
|
178
|
-
endoreg_db/management/commands/load_name_data.py,sha256=OxPYEC4uAiyv7iP8KTtTBwUO4qPHn9oq68pE7hs6ppo,1320
|
|
179
|
-
endoreg_db/management/commands/load_network_data.py,sha256=zg8Kt0Qv1ocgRG3pUlweJhNIF2JCMtAFEh-kZb0SiX8,1991
|
|
180
|
-
endoreg_db/management/commands/load_organ_data.py,sha256=gPknJ8Zk-jRN7ASZLLgA-Fd8KedLmu74SRblpgyVk1E,1222
|
|
181
|
-
endoreg_db/management/commands/load_pdf_type_data.py,sha256=sJeGI1M4Xwkagi7rModwUJH3MuQckZXdOkHekoAvRAw,1650
|
|
182
|
-
endoreg_db/management/commands/load_profession_data.py,sha256=oF3OF7zRqxA-SVpMW6e7LJ3MSfEc5Hoz1XlcvcFACRg,1321
|
|
183
|
-
endoreg_db/management/commands/load_report_reader_flag_data.py,sha256=pvqRgtcjaYTgx2Ce7HYnNzsUB48yJe9lXTk-lzfJUPI,1371
|
|
184
|
-
endoreg_db/management/commands/load_unit_data.py,sha256=tcux-iL-ByT2ApgmHEkLllZSEA3AGMK5l-ze2Mtty1Y,1319
|
|
185
|
-
endoreg_db/management/commands/load_user_groups.py,sha256=D7SK2FvZEHoE4TIXNGCjDw5_12MH9bpGZvoS7eEv0Os,1031
|
|
186
|
-
endoreg_db/management/commands/register_ai_model.py,sha256=ni_YBlEuCuhMymRE1376e64x6S1CcQkNH7XaJ_DhP4A,2520
|
|
187
|
-
endoreg_db/management/commands/reset_celery_schedule.py,sha256=U-m_FNRTw6LAwJoT9RUE4qrhmQXm7AyFToPcHYyJpIE,386
|
|
188
|
-
endoreg_db/mermaid/Overall_flow_patient_finding_intervention.md,sha256=qNOXAn04flFW1m3a4hN3Bb1Vd7121Wo-sZ6MeaR0Lqo,399
|
|
189
|
-
endoreg_db/mermaid/anonymized_image_annotation.md,sha256=F0MIJB2Jsj38M1bu8-0d8wWPpb53rrp28RCGTsH3VJ4,744
|
|
190
|
-
endoreg_db/mermaid/binary_classification_annotation.md,sha256=lpM_VwcUqD37qcwGJfWwkHPkF9lWAEhpOurlrsSM97Q,988
|
|
191
|
-
endoreg_db/mermaid/classification.md,sha256=4YknYSEuZV7Pbx7wGaOgn980jbY-YNq7NKCFW1vDZ_o,372
|
|
192
|
-
endoreg_db/mermaid/examination.md,sha256=EP5CVacQfPsItUuDhLL08nrgbf9oemKuQyjreBZv9hw,310
|
|
193
|
-
endoreg_db/mermaid/findings.md,sha256=ThqXTDBR3ehyiz73AaNNLscgq5p-vx5AwLelovMR68A,307
|
|
194
|
-
endoreg_db/mermaid/image_classification.md,sha256=quli9OUKwo9y_NbdPmPlID7qmS8R0ZeiAGTfhNMiahU,1096
|
|
195
|
-
endoreg_db/mermaid/interventions.md,sha256=jWFB5fHr-bbOplk91VdPrSrS24EUZQKl8gQi_-II6hw,329
|
|
196
|
-
endoreg_db/mermaid/morphology.md,sha256=9_--hWVwXW1UB1E9od9yddyUFJonm3eCGr986nwpQpY,360
|
|
197
|
-
endoreg_db/mermaid/patient_creation.md,sha256=P0U50Pejxn_AATzHTJ3U9iydoEVSnpRjGEUOTRNJrGs,384
|
|
198
|
-
endoreg_db/mermaid/video_segmentation_annotation.md,sha256=oouo5htDabP8m-W86C6aWXyIxi1A7zAoPqa3o5xr354,536
|
|
199
|
-
endoreg_db/migrations/0001_initial.py,sha256=YdVpKxYKPcBgvm8Bl5zW6dIFdTGbZsItu8pJGjNYmQ4,130061
|
|
200
|
-
endoreg_db/migrations/0002_alter_frame_image_alter_rawframe_image.py,sha256=xMHomo0mM0vLb1VzVZCG4TXEoxv9ZEAmORB0bmwXUcU,576
|
|
201
|
-
endoreg_db/migrations/0003_alter_frame_image_alter_rawframe_image.py,sha256=sKXpiwourxOrZP8EiQH0w4FrkFvaC1C1KeeYYBGDVUk,629
|
|
202
|
-
endoreg_db/migrations/0004_alter_rawvideofile_file_alter_video_file.py,sha256=-Mp8JZhLCmx4qKEOXtB721UPuHWCHWnvb3gAyXH5sfI,996
|
|
203
|
-
endoreg_db/migrations/0005_rawvideofile_frame_count_and_more.py,sha256=2hPcm4aLsT1GYkOrv6Er0ZDni-75BRRiwflCqHGmaVk,946
|
|
204
|
-
endoreg_db/migrations/0006_frame_extracted_rawframe_extracted.py,sha256=MPxk4-OjU2sR7JDUHvSKE2VRgJql7GIhKvLnkzjA4yU,566
|
|
205
|
-
endoreg_db/migrations/0007_rename_pseudo_patient_video_patient_and_more.py,sha256=md_r9FODDzI2A0naw5l0RS7IpQBbdUN7N6xY7Km53Mo,697
|
|
206
|
-
endoreg_db/migrations/0008_remove_reportfile_patient_examination_and_more.py,sha256=E9-RrrexL1A1fDlLOYw4HrO0Cv1hWz4HWowqiiUYm7g,1886
|
|
207
|
-
endoreg_db/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
208
|
-
endoreg_db/models/__init__.py,sha256=gBIZ6l1f67D6StLcXZ7vsKcRNhWpwkctZZaIo5Xs4UM,7462
|
|
209
|
-
endoreg_db/models/disease.py,sha256=oCxkECjDfzNachQr4gNa5Al8ekw95LaIDkYg4aQnJ7o,2428
|
|
210
|
-
endoreg_db/models/event.py,sha256=W6GdvJdZjoXMncV12Ql4336cnfXVdIXkTIyyvbAfgO4,2429
|
|
211
|
-
endoreg_db/models/information_source.py,sha256=xgSeqCR4Ya3PFExPCtfzFuoj5bT7TR_pc7u-X1dGrio,911
|
|
212
|
-
endoreg_db/models/unit.py,sha256=5-LrmM3vVTElsNqztVDDBE9e9xpYIfz5-AD30H630oU,836
|
|
213
|
-
endoreg_db/models/ai_model/__init__.py,sha256=sugy0DWdAImMudsNybyyx3w3z2YGasC2HA0MoCjZNm4,136
|
|
214
|
-
endoreg_db/models/ai_model/active_model.py,sha256=r7SE3yg54kbjfOkk0Ei0rgs_Wo3ikx88rcEELqvRzGc,343
|
|
215
|
-
endoreg_db/models/ai_model/ai_model.py,sha256=AuiklWgmyMIeF2s9TpVx-So0GhbOigpoEZHuhxiAHxY,3089
|
|
216
|
-
endoreg_db/models/ai_model/model_meta.py,sha256=3LhBl9skjLrpJKG6BILo829JU57dW4E4T54VArXpVZM,8683
|
|
217
|
-
endoreg_db/models/ai_model/model_type.py,sha256=tx6bHUDuFh8HbotD778mRvFLmFM19n8flIOwS20FYQI,901
|
|
218
|
-
endoreg_db/models/ai_model/utils.py,sha256=Vh6_3lbDuFhSVCaaZKKm0CjoGA5Man6gWYe46HUXmbA,270
|
|
219
|
-
endoreg_db/models/ai_model/lightning/__init__.py,sha256=l7au6x_zY_QFSftTbpm5EgPxqT3bHtObiZvRaclHMp0,150
|
|
220
|
-
endoreg_db/models/ai_model/lightning/inference_dataset.py,sha256=8WgburaXBv6Jvtbt0QYKI-bywu7o0NHl4Az1BMJNoRA,1811
|
|
221
|
-
endoreg_db/models/ai_model/lightning/multilabel_classification_net.py,sha256=hTjc_221ipfPycfaBwpDu8ycLI0ODiAwemasNr2_Hvc,5387
|
|
222
|
-
endoreg_db/models/ai_model/lightning/postprocess.py,sha256=UEGxBJ154n-9nP87K2qXYYF_W32-lJInPHXuuWQ-tJ8,2148
|
|
223
|
-
endoreg_db/models/ai_model/lightning/predict.py,sha256=GnAxh31ovPIUSDviW6MbtdPsj5Pwa6z4Dt_czsF-jKQ,6019
|
|
224
|
-
endoreg_db/models/ai_model/lightning/prediction_visualizer.py,sha256=fiZtJel_7j3Kd_loUryinwQPsfGPmRvZJ7CZBa06phk,1654
|
|
225
|
-
endoreg_db/models/ai_model/lightning/preprocess.py,sha256=2RSdvllcO6g57KtffqpK2QV1Ro7UZmqGrKz7dGH9XkE,2302
|
|
226
|
-
endoreg_db/models/ai_model/lightning/run_visualizer.py,sha256=ruBjfO8RKasHRIV2K_H2OYbUfBHuFe2sTt9YQbE02V4,873
|
|
227
|
-
endoreg_db/models/annotation/__init__.py,sha256=oywnnbqLRw-VqojaY5sPNYZ3mCJ1D5lTRAGRL4_FSxc,840
|
|
228
|
-
endoreg_db/models/annotation/anonymized_image_annotation.py,sha256=5QML75IUpbDnZuri86WqrrvawdOHrzz3l8nAYU4Y9zk,4471
|
|
229
|
-
endoreg_db/models/annotation/binary_classification_annotation_task.py,sha256=uCpDEk6ipckvQMRKJBy1RhVMy98xDQzeuYSsC7D_5No,4390
|
|
230
|
-
endoreg_db/models/annotation/image_classification.py,sha256=-UvAGxMVu_Tvgzvgy_EPghBxUBXsWchR6rFiusVnq70,2665
|
|
231
|
-
endoreg_db/models/annotation/video_segmentation_annotation.py,sha256=_9qsv8-KRFdIGLWZ8FPNWqekzAfU0YqkLTNaWgP3QQM,2001
|
|
232
|
-
endoreg_db/models/annotation/video_segmentation_labelset.py,sha256=pcDFV1n580XjiqQEFTP5mK7trE0d98l56JGZ1IgYRbI,561
|
|
233
|
-
endoreg_db/models/case/__init__.py,sha256=7QO5lmKW8GRcffm4cC-OhKL0ujE1ljoqb-W-CBGzAd4,22
|
|
234
|
-
endoreg_db/models/case/case.py,sha256=VYSZNLpkN51eQeuQRUGjkAknn24_-RhA5JmnicljT-g,1451
|
|
235
|
-
endoreg_db/models/case_template/__init__.py,sha256=GwGBRl1YdpndeD0N5r4pTXK7T6Xcavq3dru3jd3huvo,542
|
|
236
|
-
endoreg_db/models/case_template/case_template.py,sha256=MBya9E8hH5MpdueLxDzj5_K-HKxUsyupZXUqjwysLck,4866
|
|
237
|
-
endoreg_db/models/case_template/case_template_rule.py,sha256=nNDD5aKKhxin_Fqdoet4OcHROr2UVvovYOg_bO8j71k,11408
|
|
238
|
-
endoreg_db/models/case_template/case_template_rule_value.py,sha256=grEXBShItvvbug2hRpy0DjSNBk1zuDRJjXUBoiGRHr4,2795
|
|
239
|
-
endoreg_db/models/case_template/case_template_type.py,sha256=5FkaHRbLHag103u3OXPDoZGKp4VSYO-yGhJ2YSiah8Q,764
|
|
240
|
-
endoreg_db/models/center/__init__.py,sha256=wf7Dm9NRAADNPojlm7YiKYmmBIlxWzEm3LJQ9jpV4AA,241
|
|
241
|
-
endoreg_db/models/center/center.py,sha256=NMFMVcSPAsAoqaxpHfz1aUn8ZkjZBFBtDEKE_ZnA-sc,1330
|
|
242
|
-
endoreg_db/models/center/center_product.py,sha256=3dzo4LO4i6oIY0CKwyL6Elbiagpe7kGcP1yWGS3jNRI,874
|
|
243
|
-
endoreg_db/models/center/center_resource.py,sha256=uTqYbYYzsM94i7UI-d9pCrI2yrR7KlNqINMLe0GpOfg,1659
|
|
244
|
-
endoreg_db/models/center/center_waste.py,sha256=60cdK3jA1EDyVgL_7y_7BEJkswDaDdu1ODQXphLJREo,649
|
|
245
|
-
endoreg_db/models/contraindication/__init__.py,sha256=29xixed-Ouwdv4eenYDvx0SZGiFlMyO21vEjFUcrHyw,726
|
|
246
|
-
endoreg_db/models/data_file/__init__.py,sha256=-VmjakA8r8OM-xFqqI560u8IVub4iRe8mDn9kHSYyPM,718
|
|
247
|
-
endoreg_db/models/data_file/frame.py,sha256=eZpVAyxOb6CM_WkLVlldJsIXhWTfgiNBlws1yD14pmw,836
|
|
248
|
-
endoreg_db/models/data_file/report_file.py,sha256=o-FZ-0UAoT8kheezdG2zP0rUmRT0FavZ7TDc6AkG1i8,1992
|
|
249
|
-
endoreg_db/models/data_file/video_segment.py,sha256=dd1IuEpadj8BSxoOyQwSXpcW3oS6aXUMhyjzzmDDq7Q,6717
|
|
250
|
-
endoreg_db/models/data_file/base_classes/__init__.py,sha256=LFfq1NMdMb_e4VvP6p3JQBeAqFohf4gQbY5SI6K_PhY,149
|
|
251
|
-
endoreg_db/models/data_file/base_classes/abstract_frame.py,sha256=0B5yUaXydEAR-lIk4eLUFSh73F_FRprSYE97AUjkgAg,3574
|
|
252
|
-
endoreg_db/models/data_file/base_classes/abstract_pdf.py,sha256=lR9Vq6TaGosKcI1w3SzgXtL3-3_-NoYdKFkHhI-kOHk,3784
|
|
253
|
-
endoreg_db/models/data_file/base_classes/abstract_video.py,sha256=XPbUlXNO9NuY7GVnDkxSh8vYJTLkNZFYSlls2ZGMxnw,27613
|
|
254
|
-
endoreg_db/models/data_file/base_classes/frame_helpers.py,sha256=Njfa5ktrI9R03FnsgWvqTB5aYlFUD1TZVxPkMoSZi0E,548
|
|
255
|
-
endoreg_db/models/data_file/base_classes/prepare_bulk_frames.py,sha256=hoCz0FuFx5mSg7U-OveHgg6JS8nJaTxW7zJIZO89aI4,550
|
|
256
|
-
endoreg_db/models/data_file/base_classes/utils.py,sha256=bHP4dbUi6mMEyxcqqp9dPGEzoQZ3XTABWwZmtexRFec,2593
|
|
257
|
-
endoreg_db/models/data_file/import_classes/__init__.py,sha256=KCIilSmpwKLClmkcVmUlBMGXpPPCCdrECTKU04ZFATw,629
|
|
258
|
-
endoreg_db/models/data_file/import_classes/raw_pdf.py,sha256=vTiLguHuOtZrQ-lJeYHk1lcuQJVhJQtO_dTHyzYdZTo,8804
|
|
259
|
-
endoreg_db/models/data_file/import_classes/raw_video.py,sha256=YRAwSNL_yntELqzkALiMykzA8lKlkRddRmIJrYy1VLs,9921
|
|
260
|
-
endoreg_db/models/data_file/import_classes/processing_functions/__init__.py,sha256=uathXg8ckLb_XBTRipdHrBXFpZpvKzuouk7lwRN0aqE,932
|
|
261
|
-
endoreg_db/models/data_file/import_classes/processing_functions/pdf.py,sha256=lEd1V_kS8758XuRZ0gj7bVhY5DgTfpEyeDgX3zWHuzE,716
|
|
262
|
-
endoreg_db/models/data_file/import_classes/processing_functions/video.py,sha256=ij3fMdqnZnX1FrS-hscy_pfaYIkxDFKVL7SVjCqCUxs,8530
|
|
263
|
-
endoreg_db/models/data_file/metadata/__init__.py,sha256=A2ZePl-Z00OE4Q3Fh6_9Teu07M_w2YFvNe6pXvpGgNU,269
|
|
264
|
-
endoreg_db/models/data_file/metadata/pdf_meta.py,sha256=w2-4FNtHw62-s9TspHQFi_quLzC1UU_KzxXNyTOD0jg,2316
|
|
265
|
-
endoreg_db/models/data_file/metadata/sensitive_meta.py,sha256=FRXusbgiYYtxBVgavUBYiJAH33x-jhfEfQamXeueFH8,10187
|
|
266
|
-
endoreg_db/models/data_file/metadata/video_meta.py,sha256=FyXCMdP4-uPnL1OAYqvMyVCqnGfInABOaElnCalIUCY,6914
|
|
267
|
-
endoreg_db/models/data_file/video/__init__.py,sha256=bfuxgfl1YOYY2QYk__0alxR3k-xmrRQoHtiHLL8yirs,133
|
|
268
|
-
endoreg_db/models/data_file/video/import_meta.py,sha256=NTRYIZI8TeNoPmJhE0ZFljGIOf5CS9LbFcdYO0p4-mA,1311
|
|
269
|
-
endoreg_db/models/data_file/video/video.py,sha256=GnZ1nlr-MDWZSDdMNOXPRqNjOkzkMRMIsX1Ue7WAIgU,6694
|
|
270
|
-
endoreg_db/models/emission/__init__.py,sha256=rvIQ_cA1Vj--FzQRWOoSy-84iGcjTTAGX1MM6nUjn4w,81
|
|
271
|
-
endoreg_db/models/emission/emission_factor.py,sha256=9XnoHZJy_FxcIy05VnPd9r0jIyG9p4lSDkcI479o7sQ,2847
|
|
272
|
-
endoreg_db/models/examination/__init__.py,sha256=uZleJq2-LUC9AD2x_UUbm0BraxAOF2cBDsZXTo9W7mE,336
|
|
273
|
-
endoreg_db/models/examination/examination.py,sha256=SEwsALZnC1yg4UhTwF1zTxTn-_zUce7jXSClkNqRvmo,1981
|
|
274
|
-
endoreg_db/models/examination/examination_indication.py,sha256=a5odq5uoJ-bes7wa1qgb1iOFyXE7iKFuBPvDJw3vgzE,5720
|
|
275
|
-
endoreg_db/models/examination/examination_time.py,sha256=f0xXLYDXsqWW048MGaHPxMe7NMwmtZ2IRu83GQVQXxU,1829
|
|
276
|
-
endoreg_db/models/examination/examination_time_type.py,sha256=xta9s9bHVjotxIR6aa-72GodoTU4j_TIusZUeDC3hco,1557
|
|
277
|
-
endoreg_db/models/examination/examination_type.py,sha256=kn2S8wSb4gENxy2lhk_FL65YXusNemwpGfErz5vXrIE,1235
|
|
278
|
-
endoreg_db/models/finding/__init__.py,sha256=aDOVIQwzHnfpwp9bZndyywy_CIXAi9vMRyZ2roLalo8,433
|
|
279
|
-
endoreg_db/models/finding/finding.py,sha256=8XP96HVloZ6nM_e-pK7A5ozzDVvCXCIE99TCgfBZK9Q,2666
|
|
280
|
-
endoreg_db/models/finding/finding_intervention.py,sha256=PmpmTTp_SrqgJghguCVrUSOPWP8_tuk2qeZ_8oxPVf0,1925
|
|
281
|
-
endoreg_db/models/finding/finding_location_classification.py,sha256=rDjp5fHzm-LIsL-FQLYC7KveCxX6bLZHnh5A0JSwa_U,3646
|
|
282
|
-
endoreg_db/models/finding/finding_morphology_classification.py,sha256=bfaNodekSYnK7egXp7Y-7sj3-HlJuw4GYdRfquvtENo,2964
|
|
283
|
-
endoreg_db/models/finding/finding_type.py,sha256=ngnl-wlgfFjdnAM0oTZoeBrlWB7_UP3fZ2PyMg7xDjA,708
|
|
284
|
-
endoreg_db/models/hardware/__init__.py,sha256=uFvXFjbIJnJ0-c9f_wA9cSNZ7IcPPZtUmYnJ0z2hfXw,99
|
|
285
|
-
endoreg_db/models/hardware/endoscope.py,sha256=gtNdAbNYD8mUTExzqwA3UpgopEouwrYCrdzWVV0VMdM,1686
|
|
286
|
-
endoreg_db/models/hardware/endoscopy_processor.py,sha256=tHpuDGRHqQROiUEhirZ15tkgj5PatIzLemQMW8CgCrY,5307
|
|
287
|
-
endoreg_db/models/label/__init__.py,sha256=_WpYq-PlmPDvKRSNaGMLxlxJk-N3oRsbr_QwlF11dr4,45
|
|
288
|
-
endoreg_db/models/label/label.py,sha256=rB_xEevo6pn2IpvUziVNh-PFSSkrxmXdn04ktqIyywg,2783
|
|
289
|
-
endoreg_db/models/laboratory/__init__.py,sha256=UQb4RDHqgMfSvO7UBGi_TzI1wUV3QMtLQU7g2-mFAFQ,31
|
|
290
|
-
endoreg_db/models/laboratory/lab_value.py,sha256=cbnL3lXKtGBdzj3Nrss76wM2i34no58Ctb7UJuccItQ,4360
|
|
291
|
-
endoreg_db/models/logging/__init__.py,sha256=O0T9NES9Gmbg4J3NXEc6CQpu5rmBswJD-YoVuFE_d0Y,267
|
|
292
|
-
endoreg_db/models/logging/agl_service.py,sha256=WA5_I1clwTJWtXXDOdFt2opGJiEmp5ebEiHIx2CWkx8,699
|
|
293
|
-
endoreg_db/models/logging/base.py,sha256=39pKcV65Gru4ssZ3xb8T2IJ-ou8cjCGqn1efGuHzoRM,773
|
|
294
|
-
endoreg_db/models/logging/log_type.py,sha256=o_52ZzBBDE9CDgSeBmZJcNBoFyCDxo9HzeSANnOHrj0,636
|
|
295
|
-
endoreg_db/models/logging/network_device.py,sha256=-0DXFf4A74L0jFHybVZXNumzQlL4flUgtbcER2k0eTM,1205
|
|
296
|
-
endoreg_db/models/lx/__init__.py,sha256=drimPEhdj8FA4o1OxVsBHcyBRZ0ApwCOmoMIvZU-pko,166
|
|
297
|
-
endoreg_db/models/lx/client.py,sha256=QrSSJVrh56hypGgqNDwevHheG689HQ9BZ-Bb3d0gWgU,1765
|
|
298
|
-
endoreg_db/models/lx/identity.py,sha256=E0RWtZI3ZRtO6JnVSnL32HpQ95-AY_Pbx3Y1yxyOwdQ,1016
|
|
299
|
-
endoreg_db/models/lx/permission.py,sha256=5blNxqfthqG8O75R99NIDdCB8Reqs1C8vh2gX_lXqwM,488
|
|
300
|
-
endoreg_db/models/lx/user.py,sha256=7ZJQqeGx3ymd-Pr9VB_AZjukDRzxqSRNoeb6lhfODAQ,310
|
|
301
|
-
endoreg_db/models/medication/__init__.py,sha256=BHh6ARvm2uVNswN12EQAEMFPnoGBiVwl7RCjKrW6C2I,761
|
|
302
|
-
endoreg_db/models/medication/medication.py,sha256=rgv8t8aVukkw1ocT3-4VeHtv8Te-QTQgT2pSxuE-mfY,1192
|
|
303
|
-
endoreg_db/models/medication/medication_indication.py,sha256=RTQBODK_YKS01gAGq9MRtqmH1HdhQKOTnA-WDPGHrGs,1609
|
|
304
|
-
endoreg_db/models/medication/medication_indication_type.py,sha256=Al4J_rnImLku9K0dQpNXs2_bqWAW3m7tkVhICGJG1cc,1401
|
|
305
|
-
endoreg_db/models/medication/medication_intake_time.py,sha256=PJ9KJj_hvahcUlMi25BSgvQhcOpGJQm-XMp1AEyrEY4,978
|
|
306
|
-
endoreg_db/models/medication/medication_schedule.py,sha256=Kja--TDE5F75l7fN-10lUB8zQY2-kRAn5Ifdle5v7Ew,1458
|
|
307
|
-
endoreg_db/models/network/__init__.py,sha256=KvxzR5WC70sVrh42jUXH6F8x-FJngksP03kmTc60iJM,207
|
|
308
|
-
endoreg_db/models/network/agl_service.py,sha256=mS_0jDm4ovww9O-Nz0U8kVOoBK-MGrLnmv4NnFTUtrA,1275
|
|
309
|
-
endoreg_db/models/network/network_device.py,sha256=4eaXNJUMancBOMQ3mZRwPjL2kxOPLrizaEtbY0XDYV8,1975
|
|
310
|
-
endoreg_db/models/network/network_device_type.py,sha256=LHGVGkF0LRH8VmAJHE0If5H3c8HC5wtP0-GZY7r02TU,728
|
|
311
|
-
endoreg_db/models/organ/__init__.py,sha256=tsuO7zsJ4GIiQKTufUexgK9WkPdRQHnQpz5Glup_gf8,1254
|
|
312
|
-
endoreg_db/models/other/__init__.py,sha256=_1yiX414_bb9zwj3O1VFs7-HA2OhKGBwjX9ct1GgFls,584
|
|
313
|
-
endoreg_db/models/other/distribution.py,sha256=v--3kf4vZ9yzUNvQEkjepkMt5fivdqVtpnx5jxYyVl0,7
|
|
314
|
-
endoreg_db/models/other/material.py,sha256=uR8EMk-34-fqnT2yYp1PADEia6TvbW1S5i6yLPjgHUw,643
|
|
315
|
-
endoreg_db/models/other/resource.py,sha256=x3EtvQNBad9lofhm4V7A5hW_C269zIHGraUbNjPwUxs,480
|
|
316
|
-
endoreg_db/models/other/transport_route.py,sha256=MoDapPnMF_-UQGHKszojNKhbBrE8t9Xet53x_w3Dj3c,788
|
|
317
|
-
endoreg_db/models/other/waste.py,sha256=COSo2OXsBylywqwCdKWFoDK3RW8m7Qp9yQr3sWKR8d8,579
|
|
318
|
-
endoreg_db/models/other/distribution/__init__.py,sha256=CBOt6i1ESZJqscCoKmijo2HWFPkXbeMEakl_v9V4NU8,1419
|
|
319
|
-
endoreg_db/models/other/distribution/base_value_distribution.py,sha256=Y9UOjaVIKU43ltZ6QjWN4Uk-tqATB11Ir63WwIy942Y,514
|
|
320
|
-
endoreg_db/models/other/distribution/date_value_distribution.py,sha256=_gyi9RyDUCwMngS2uX1aRWEnZzSRHwZmeyuYH5PCtG4,3791
|
|
321
|
-
endoreg_db/models/other/distribution/multiple_categorical_value_distribution.py,sha256=NQgEKkScAXtVMxDZkaVHhIUSiNuD87RyNzado79L3qQ,1502
|
|
322
|
-
endoreg_db/models/other/distribution/numeric_value_distribution.py,sha256=TEePOxf4nyaxns_CeTkEAKoz1NCet3bLsM3IrckfXyU,3490
|
|
323
|
-
endoreg_db/models/other/distribution/single_categorical_value_distribution.py,sha256=haUADjZ1zCvYGzMQIBOPjYQssSUURa_1y22z7huI7S0,737
|
|
324
|
-
endoreg_db/models/patient/__init__.py,sha256=mOpppdXt2-M_298h7fzRNf5BoRyM96b4qaZZfWfPO3k,516
|
|
325
|
-
endoreg_db/models/patient/patient_examination.py,sha256=TBU7kinvlLj9rV9Rl22oqbdJtoZfk9LOhK1Y5S5H0pQ,5875
|
|
326
|
-
endoreg_db/models/patient/patient_finding.py,sha256=_NM18wMxUda0EhEdBMyOrZNkqFH8rAzeJ2u1002vu-E,5156
|
|
327
|
-
endoreg_db/models/patient/patient_finding_intervention.py,sha256=7KYSwBn2qPoqBr7c-vIOvluvN35HIr8ZFjyM0EC8zaw,794
|
|
328
|
-
endoreg_db/models/patient/patient_finding_location.py,sha256=vDmbV0XEcNYXCwQ4Tw9fD6CItoEXhoeLjLPHB75Bl-w,5052
|
|
329
|
-
endoreg_db/models/patient/patient_finding_morphology.py,sha256=d6r7zgX-3U3N3yQ4O7zyc3l17mO4-XwF07HBcPdpPQU,6688
|
|
330
|
-
endoreg_db/models/permissions/__init__.py,sha256=p4C61oKuwKwYcN0EZ6SqBZDW0GCRO2VS-12whhOZBuY,1766
|
|
331
|
-
endoreg_db/models/persons/__init__.py,sha256=Cskk9XXVKrmYlza7-1hnzsZgcyoY6gikjEvlBunTJ0M,862
|
|
332
|
-
endoreg_db/models/persons/first_name.py,sha256=L5K-f9B0mDuJdCPgyo8iDHCxEPEY8q4gj9aK1unP78U,456
|
|
333
|
-
endoreg_db/models/persons/gender.py,sha256=imGiIpaLgiwc9j006QWIvtiT0L8RTxgkaAPaFv5hQ-0,636
|
|
334
|
-
endoreg_db/models/persons/last_name.py,sha256=wzBvqHtJRrSkaFnBR65DtB9xWjizFADjhKPFxDbT5pY,501
|
|
335
|
-
endoreg_db/models/persons/person.py,sha256=qZq-pXgRV-OuZ_9S-TAnT2bf085JOU3RiThyH2nQUAw,1015
|
|
336
|
-
endoreg_db/models/persons/portal_user_information.py,sha256=HE-vgYiEXlAByN3esSCmbMiCPDuL1zSgrwNfFeSCgxk,939
|
|
337
|
-
endoreg_db/models/persons/examiner/__init__.py,sha256=-e0mxzCacT04tOAg2NA2aKg6EbKvzuZPQR4E2MqMEfI,92
|
|
338
|
-
endoreg_db/models/persons/examiner/examiner.py,sha256=GWMQ0Vbg28kyfa_ZqOUaKtEuqzd2RV-CaPdsCdRTdMs,1724
|
|
339
|
-
endoreg_db/models/persons/examiner/examiner_type.py,sha256=wz9afexQBLl8oNJE40LYlKKgBux_Kv-lvviRxGqbwH4,72
|
|
340
|
-
endoreg_db/models/persons/patient/__init__.py,sha256=yAoPhzmV010HHjxbvrn0r8x2KG2odR3uUOgCZ-nKf2k,434
|
|
341
|
-
endoreg_db/models/persons/patient/patient.py,sha256=oYhoo-h4_7wypKYktRDPOxXskQRclJHla4RhkHj0pDo,12945
|
|
342
|
-
endoreg_db/models/persons/patient/patient_disease.py,sha256=jWx9PqjGu4TmxK2smFAWHLD54SGW3UJ_hxw01FTNiSk,816
|
|
343
|
-
endoreg_db/models/persons/patient/patient_event.py,sha256=WQoAZoRobK1ydW9UYcBzxuyfLAvXVQYijZsXnM9SXB4,2016
|
|
344
|
-
endoreg_db/models/persons/patient/patient_examination_indication.py,sha256=iSj6OmMN2kVfaIArObgO9zd0LxU57r4N1ezrTdNrnRE,1314
|
|
345
|
-
endoreg_db/models/persons/patient/patient_lab_sample.py,sha256=FbBiG_czbm0xXelk1ZCsqSnq4ZOkv7hX7Sa_CSwmMV4,3319
|
|
346
|
-
endoreg_db/models/persons/patient/patient_lab_value.py,sha256=eoG-DZF6gihRpGgTbIiN4yyUDTqCQJzt6u-cPnRfljU,6634
|
|
347
|
-
endoreg_db/models/persons/patient/patient_medication.py,sha256=C5mX-qDWJgtj8Nrci_n5VxEbuv_aE8S9aAUf1PdOMxg,1741
|
|
348
|
-
endoreg_db/models/persons/patient/patient_medication_schedule.py,sha256=wQFaxuVdEafYGBdDwd4I3Hv1bSbnU0nbVTfjKC94_T8,3071
|
|
349
|
-
endoreg_db/models/prediction/__init__.py,sha256=3REgrWSSfYZwmcludm-eoSOE73vY-2kK2BORM-75-Lk,252
|
|
350
|
-
endoreg_db/models/prediction/image_classification.py,sha256=mv1p03tj_4KhHrxd_1lCu3mfRkGlps6MAdptyK6BIfQ,1430
|
|
351
|
-
endoreg_db/models/prediction/video_prediction_meta.py,sha256=xKBXSuwJn4_sFS2n_QJyLe5Cr3G2Xi9n9Lzi2Niud4Y,11049
|
|
352
|
-
endoreg_db/models/product/__init__.py,sha256=3D1mlTuB0PkcvAqIC8dzq0jefoLeggLy9ewKhRFBQhc,355
|
|
353
|
-
endoreg_db/models/product/product.py,sha256=Ld8w3SVo5aVK2NPb77qlfwp4FkUcarqrQ1FJi2NitRw,3962
|
|
354
|
-
endoreg_db/models/product/product_group.py,sha256=fld84oXnh5kPwLjJVNOQoVj1s8KeUIJdNPgDZs4fzKg,800
|
|
355
|
-
endoreg_db/models/product/product_material.py,sha256=EMmoCrIgEVRy__puUbBOIeidbF4vqWwR5t1y628LsHo,1202
|
|
356
|
-
endoreg_db/models/product/product_weight.py,sha256=ydFWZjG_iUw-zV0I76u8BiXEEOwaan7YYZZT6_EYnVI,1391
|
|
357
|
-
endoreg_db/models/product/reference_product.py,sha256=0UZDnPj9123ctVdBW155j5kSym1Dooa2mw6lQ9BqApw,4587
|
|
358
|
-
endoreg_db/models/questionnaires/__init__.py,sha256=ie6TUg-PKFQOlUBPzlIKoStU4-EdIUT-hBZRTRdilhk,6029
|
|
359
|
-
endoreg_db/models/quiz/__init__.py,sha256=eGUu4p0L4-8R9LcffdQQzByeLEGB8TXoHEPaT_UbRL0,210
|
|
360
|
-
endoreg_db/models/quiz/quiz_answer.py,sha256=ACWP57onxRdQ0CjcycsdRcXf7dO1RHsnnF1Q_V9R8AE,1116
|
|
361
|
-
endoreg_db/models/quiz/quiz_question.py,sha256=nntckPi0xdHQhAY2ScfvV19XoDjkuo2Gabu3TTPYSzQ,1468
|
|
362
|
-
endoreg_db/models/report_reader/__init__.py,sha256=LiMooVstXRay5qcB-uZW0wxbcdUvPrfAs_xBwWiuuWc,166
|
|
363
|
-
endoreg_db/models/report_reader/report_reader_config.py,sha256=ONlqtb4kBxWGHkX_eW6d_Jiwh0EtRPOH7jQT7759nuI,2353
|
|
364
|
-
endoreg_db/models/report_reader/report_reader_flag.py,sha256=j9tjbLRenxpWfeaseALl8rV2Dqem9YaM_duS1iJkARU,536
|
|
365
|
-
endoreg_db/models/rules/__init__.py,sha256=wJGGh7o-4L85T_6JcAIaPVsg9w1BTMOf3-3ePcNtG-g,180
|
|
366
|
-
endoreg_db/models/rules/rule.py,sha256=LqsL6hep3Lce97AvIThiII7PX9JckRdauIQxpdooAmU,809
|
|
367
|
-
endoreg_db/models/rules/rule_applicator.py,sha256=m1doR6h_5CzLCDdHaJeo-2eO_uc_vbiDOWRUu_xTyXM,9376
|
|
368
|
-
endoreg_db/models/rules/rule_attribute_dtype.py,sha256=PH5YwHV2K3TY3-pjLIDJCMq1GSYuFbTtY3JKvDk_hWc,540
|
|
369
|
-
endoreg_db/models/rules/rule_type.py,sha256=BQVuedM0KmEJsbpe6Cb6gecn4LDMqfK94xQxLXS3FJA,604
|
|
370
|
-
endoreg_db/models/rules/ruleset.py,sha256=XaY30qfXuXaUhaDmgfyUhPBnQ4EE1owixZ3mDW63lcY,550
|
|
371
|
-
endoreg_db/queries/__init__.py,sha256=3yhFtU_yY2L8rK2--8WkjcyI0q94QPpTtv5w_v8rZRY,83
|
|
372
|
-
endoreg_db/queries/annotations/__init__.py,sha256=76O3dAIzuSye09VNPGSNPnqPEtgXZcBAGXKdh89y0ts,95
|
|
373
|
-
endoreg_db/queries/annotations/legacy.py,sha256=KOHWLDf3CLvIT9GpQi3ps4bUi3JDJUhJXH4gvw9T47E,6418
|
|
374
|
-
endoreg_db/queries/get/__init__.py,sha256=id0oVNTEjzzUpkvTp0E4tClFN91EeKOyEuSAYsIlIQo,147
|
|
375
|
-
endoreg_db/queries/get/annotation.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
376
|
-
endoreg_db/queries/get/center.py,sha256=SeVxpzZUErk_jjv0RaurDar2i_28FWQ6RarxFHblnGw,1155
|
|
377
|
-
endoreg_db/queries/get/model.py,sha256=k4s5zDIv3s0SleG4lMBhrMYQuSlnECIHoORVQnAIerA,371
|
|
378
|
-
endoreg_db/queries/get/patient.py,sha256=5hN2tOPgeSrV0WtkWOkOjnWT4y7rf1HIHBDKGgX3-NQ,358
|
|
379
|
-
endoreg_db/queries/get/patient_examination.py,sha256=ImFzLT9cMAuVuK3oVPXZ75APv0FPO_ny1dGwWpbfPgM,728
|
|
380
|
-
endoreg_db/queries/get/prediction.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
381
|
-
endoreg_db/queries/get/report_file.py,sha256=dBQdCB-nujd-Q5_ecknGYF7C_uzJ8Zna__oclCo0o6M,976
|
|
382
|
-
endoreg_db/queries/get/video.py,sha256=-QsFaUr8CJCSLUn0BJ5AXYg9rTrJ8KGB67hTnudB3T4,887
|
|
383
|
-
endoreg_db/queries/get/video_import_meta.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
384
|
-
endoreg_db/queries/get/video_prediction_meta.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
385
|
-
endoreg_db/queries/sanity/__init_.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
386
|
-
endoreg_db/serializers/__init__.py,sha256=b7oUJKX5anHwP5YWh3sz-Riq-UsB5a8IB_2h5sgTCX4,236
|
|
387
|
-
endoreg_db/serializers/ai_model.py,sha256=ArQOLN3qnb0H6_TfgySbndErEYqgO0rDAFsF_pdwDVs,579
|
|
388
|
-
endoreg_db/serializers/annotation.py,sha256=ZBf4-OwgWD8EaYeK8Lz-YzdkuB-UgjvOCh40EH4JNnw,480
|
|
389
|
-
endoreg_db/serializers/center.py,sha256=CAR0OETP_Ho8IEsmN08QrI-UmZ3i2tVnt6Gd2QTt_Pc,207
|
|
390
|
-
endoreg_db/serializers/examination.py,sha256=Tbe89zn-_a-3urNvdcsZ6MUAeRgDjsP7jNrgxIJ4E98,876
|
|
391
|
-
endoreg_db/serializers/frame.py,sha256=EHaPVbHg5uCMAPE6Mmv46_Xy6oCiumHL7pE5p_nO5_4,195
|
|
392
|
-
endoreg_db/serializers/hardware.py,sha256=nSxRgMZUVGYYX5a0ZB90q1EnCZahs-WvegtBxODrq4c,534
|
|
393
|
-
endoreg_db/serializers/label.py,sha256=IzUK2t5FPy40LGq-yRS_KTakM0BqBsnCKGzxtTZ8W9g,490
|
|
394
|
-
endoreg_db/serializers/patient.py,sha256=yMCj8VCa7piu7k_FcLIBPGN2W3EQw-zz6901dkBnsXg,1174
|
|
395
|
-
endoreg_db/serializers/prediction.py,sha256=I75ywgoky9ZhgLFQ4c6tfBK_KxiCFF6Mgj5cZ_tzdwg,275
|
|
396
|
-
endoreg_db/serializers/raw_pdf_anony_text_validation.py,sha256=n0l4qEc9mxg3EvXtKf68Pb8A_6-KNxyQ-Jid0rOP4Is,4550
|
|
397
|
-
endoreg_db/serializers/raw_pdf_meta_validation.py,sha256=6g6qzS9lv_zewF2Ki5_oOKD-A_GLjIC4e4bEdUSgnqc,7550
|
|
398
|
-
endoreg_db/serializers/raw_video_meta_validation.py,sha256=jTdC5Acpv65LnYnnt1ErTW33UUUTLe_zwB-OBGTuqkA,7210
|
|
399
|
-
endoreg_db/serializers/report_file.py,sha256=dsO_-zwybdhq4BWGzD2rp6u1nloZgTMa3Ll8qiq_et4,208
|
|
400
|
-
endoreg_db/serializers/video.py,sha256=Hku_C5QtLMxvZuSVyMyENn_yxxRQVvEux6zfbhm-44Y,512
|
|
401
|
-
endoreg_db/serializers/video_segmentation.py,sha256=N_wDrJm1TUEr7yd5NLAIyCIqcJmsPcKGYhUVGXxyLvE,23165
|
|
402
|
-
endoreg_db/templates/timeline.html,sha256=H9VXKOecCzqcWWkpNIZXFI29ztg-oxV5uvxMglgoClk,6167
|
|
403
|
-
endoreg_db/templates/admin/patient_finding_intervention.html,sha256=F3JUKm3HhWIf_xoZZ-SET5d5ZDlm2jMM8g909w1dnYc,10164
|
|
404
|
-
endoreg_db/templates/admin/start_examination.html,sha256=3K4wirul9KNyB5mN9cpfCSCAyAD6ro19GwxFOY5sZ3A,267
|
|
405
|
-
endoreg_db/utils/__init__.py,sha256=XpA7by63PZ3iBC1Pf0GjUCh9hNCPywxKdHm2RIzkejI,945
|
|
406
|
-
endoreg_db/utils/cropping.py,sha256=wMLo5sCFdZAEVBe3RbCH26eQjRe8q3th4K3ZKDd9fww,1143
|
|
407
|
-
endoreg_db/utils/dataloader.py,sha256=xGwmtI_C52xe4t9BVLEs3_hM4d2hHxFI1chL52uJAzk,4506
|
|
408
|
-
endoreg_db/utils/dates.py,sha256=lcmnSvBSRpo8XyJKFHoSpPVahn8yO-OAeoq32lxeIJU,1239
|
|
409
|
-
endoreg_db/utils/file_operations.py,sha256=3mUY6jARIm927XK0nJoDO7fRp5quoSqPr95jDJERmr0,884
|
|
410
|
-
endoreg_db/utils/hashs.py,sha256=8eKXYdc6b-uYUvQYfByZgY9HeiEC-6MaTZrQ6k6BUNs,4752
|
|
411
|
-
endoreg_db/utils/legacy_ocr.py,sha256=lzZb8om4pfEJ5i7fuamW1XaVjO1Fybne7QCdVUxz8O8,7640
|
|
412
|
-
endoreg_db/utils/names.py,sha256=ZO_Untq46ugikBQr8T586NiEcazlQVAN_xDZVXLNylM,2674
|
|
413
|
-
endoreg_db/utils/ocr.py,sha256=LvyABxX5OZhIeXw2pI6af8_xTj7nHQQoKGh5kNsrv7o,7136
|
|
414
|
-
endoreg_db/utils/parse_and_generate_yaml.py,sha256=k7y0fl9Jbb_LNryeJYd6tebklRlu1-P70dJ-4sxvEZs,1626
|
|
415
|
-
endoreg_db/utils/uuid.py,sha256=T4HXqYtKwXFqE5kPyvlgWHyllBBF6LL6N48nl9TpwBk,53
|
|
416
|
-
endoreg_db/utils/validate_endo_roi.py,sha256=Ct2H0JJW9gxYZc7099NYee4kxdKL90a3LGYahqibwms,925
|
|
417
|
-
endoreg_db/utils/validate_subcategory_dict.py,sha256=zUR2sb5jgr0Ue--nCh-PYGrCTl4IP6j0WaIjkXIdScM,3443
|
|
418
|
-
endoreg_db/utils/pydantic_models/__init__.py,sha256=qK_92ECIuirWzILReMdz_tOkrQqvxQZzGB7joUOLL8o,96
|
|
419
|
-
endoreg_db/utils/pydantic_models/db_config.py,sha256=TRaG8EFh9BKZpjQJdewq3jZK3xuj9XY7UiFRJGyivzU,1736
|
|
420
|
-
endoreg_db/utils/video/__init__.py,sha256=beSdWQ8u0mA1U6evgB-oFD_J_GdxIb3xED24qcyjEr8,304
|
|
421
|
-
endoreg_db/utils/video/extract_frames.py,sha256=2HgobqZsVP5pQs8c99AyaAQ9O36taQeeoGDxooRHJSM,3682
|
|
422
|
-
endoreg_db/utils/video/transcode_videofile.py,sha256=GcqMsy-dWpdK77yC5_P-Hz86W4_8cVEp5p5XNtXVQ2Y,3787
|
|
423
|
-
endoreg_db/views/__init__.py,sha256=re1YnHSmKzpQhfqpwNpOZBKSzWmrL9m08_x9R_IqD2Q,97
|
|
424
|
-
endoreg_db/views/csrf.py,sha256=Cm30VMzqe7eMzTp-NYO5ZLEEsgx1-fuo20WXhlrko2Y,241
|
|
425
|
-
endoreg_db/views/patient_views.py,sha256=k16qoGaY6yGZz2gDkQ5Ktqtd1j3ePWsW2RH_2B6KseY,4061
|
|
426
|
-
endoreg_db/views/raw_pdf_anony_text_validation_views.py,sha256=U9xu8RCaa0mLp_PjqVw4I-g6co3V6rZAAn5H9JfG2sY,3578
|
|
427
|
-
endoreg_db/views/raw_pdf_meta_validation_views.py,sha256=OfeXGEb2A1UXlciUdGuM03S8lZfD3nMQcbfnviPvxhU,4502
|
|
428
|
-
endoreg_db/views/raw_video_meta_validation_views.py,sha256=_52IDqdlpsRoDc3zQIQ9P5McYB_oX7gXLHElaluAaWY,5950
|
|
429
|
-
endoreg_db/views/report_views.py,sha256=ZfjwdmP4f6JYq7bST1l55r03zqT9w_7w6W0_RXr7Bik,4075
|
|
430
|
-
endoreg_db/views/video_segmentation_views.py,sha256=RDR3f25aQAcB9cWxbUofBH6NWIXjHD0dRVisI38PMl0,6585
|
|
431
|
-
endoreg_db/views/views_for_timeline.py,sha256=GgbP6YzALKAwCn06PJQcCQHR7p0fvthL0NFzqE21mSw,1810
|
|
432
|
-
endoreg_db-0.6.3.dist-info/METADATA,sha256=rc5BydRoRuFHFQCHCdjo_GQ94vrS0S71H2k-E22X-eg,5454
|
|
433
|
-
endoreg_db-0.6.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
434
|
-
endoreg_db-0.6.3.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
435
|
-
endoreg_db-0.6.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|