nci-cidc-api-modules 1.2.40__tar.gz → 1.2.42__tar.gz
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.
- {nci_cidc_api_modules-1.2.40/nci_cidc_api_modules.egg-info → nci_cidc_api_modules-1.2.42}/PKG-INFO +1 -1
- nci_cidc_api_modules-1.2.42/cidc_api/__init__.py +1 -0
- nci_cidc_api_modules-1.2.42/cidc_api/models/data.py +28 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/additional_treatment_orm.py +1 -1
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/prior_treatment_orm.py +3 -4
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/specimen_orm.py +1 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/stem_cell_transplant_orm.py +1 -1
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/additional_treatment_orm.py +1 -1
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/prior_treatment_orm.py +2 -3
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/publication_orm.py +1 -1
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/stem_cell_transplant_orm.py +1 -1
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/base.py +1 -1
- {nci_cidc_api_modules-1.2.40/cidc_api/models/pydantic/stage2 → nci_cidc_api_modules-1.2.42/cidc_api/models/pydantic/stage1}/participant.py +1 -1
- {nci_cidc_api_modules-1.2.40/cidc_api/models/pydantic/stage2 → nci_cidc_api_modules-1.2.42/cidc_api/models/pydantic/stage1}/prior_treatment.py +2 -9
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/specimen.py +2 -23
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/trial.py +2 -2
- {nci_cidc_api_modules-1.2.40/cidc_api/models/pydantic/stage1 → nci_cidc_api_modules-1.2.42/cidc_api/models/pydantic/stage2}/prior_treatment.py +2 -11
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/types.py +0 -15
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42/nci_cidc_api_modules.egg-info}/PKG-INFO +1 -1
- nci_cidc_api_modules-1.2.40/cidc_api/__init__.py +0 -1
- nci_cidc_api_modules-1.2.40/cidc_api/models/data.py +0 -19
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/LICENSE +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/MANIFEST.in +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/README.md +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/config/__init__.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/config/db.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/config/logging.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/config/secrets.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/config/settings.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/__init__.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/__init__.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/adverse_event_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/base_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/baseline_clinical_assessment_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/comorbidity_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/consent_group_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/demographic_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/disease_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/exposure_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/gvhd_diagnosis_acute_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/gvhd_diagnosis_chronic_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/gvhd_organ_acute_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/gvhd_organ_chronic_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/medical_history_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/other_malignancy_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/participant_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/radiotherapy_dose_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/response_by_system_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/response_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/surgery_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/therapy_agent_dose_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/treatment_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/trial_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/__init__.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/administrative_person_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/administrative_role_assignment_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/adverse_event_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/arm_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/base_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/baseline_clinical_assessment_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/cohort_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/comorbidity_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/consent_group_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/contact_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/demographic_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/disease_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/exposure_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/file_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/gvhd_diagnosis_acute_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/gvhd_diagnosis_chronic_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/gvhd_organ_acute_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/gvhd_organ_chronic_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/institution_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/medical_history_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/other_clinical_endpoint_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/other_malignancy_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/participant_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/radiotherapy_dose_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/response_by_system_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/response_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/shipment_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/shipment_specimen_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/specimen_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/surgery_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/therapy_agent_dose_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/treatment_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/trial_orm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/files/__init__.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/files/details.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/files/facets.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/migrations.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/models.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/__init__.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/additional_treatment.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/adverse_event.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/baseline_clinical_assessment.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/comorbidity.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/consent_group.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/demographic.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/disease.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/exposure.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/gvhd_diagnosis_acute.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/gvhd_diagnosis_chronic.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/gvhd_organ_acute.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/gvhd_organ_chronic.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/medical_history.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/other_malignancy.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/radiotherapy_dose.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/response.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/response_by_system.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/stem_cell_transplant.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/surgery.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/therapy_agent_dose.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/treatment.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/__init__.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/additional_treatment.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/administrative_person.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/administrative_role_assignment.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/adverse_event.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/arm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/baseline_clinical_assessment.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/cohort.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/comorbidity.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/consent_group.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/contact.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/demographic.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/disease.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/exposure.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/file.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/gvhd_diagnosis_acute.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/gvhd_diagnosis_chronic.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/gvhd_organ_acute.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/gvhd_organ_chronic.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/institution.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/medical_history.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/other_clinical_endpoint.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/other_malignancy.py +0 -0
- {nci_cidc_api_modules-1.2.40/cidc_api/models/pydantic/stage1 → nci_cidc_api_modules-1.2.42/cidc_api/models/pydantic/stage2}/participant.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/publication.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/radiotherapy_dose.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/response.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/response_by_system.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/shipment.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/shipment_specimen.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/specimen.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/stem_cell_transplant.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/surgery.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/therapy_agent_dose.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/treatment.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/trial.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/schemas.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/reference/ctcae.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/reference/gvhd.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/reference/icd10cm.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/reference/icdo3.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/reference/uberon.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/__init__.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/assay_handling.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/auth.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/email_layout.html +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/emails.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/file_handling.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/gcloud_client.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/jose.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/rest_utils.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/utils.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/telemetry.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/nci_cidc_api_modules.egg-info/SOURCES.txt +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/nci_cidc_api_modules.egg-info/dependency_links.txt +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/nci_cidc_api_modules.egg-info/not-zip-safe +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/nci_cidc_api_modules.egg-info/requires.txt +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/nci_cidc_api_modules.egg-info/top_level.txt +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/pyproject.toml +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/requirements.modules.txt +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/setup.cfg +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/setup.py +0 -0
- {nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/tests/test_api.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.2.42"
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
from cidc_api.models.pydantic.stage1 import all_models as stage1_all_models
|
|
2
|
+
from cidc_api.models.pydantic.stage2 import all_models as stage2_all_models
|
|
3
|
+
from cidc_api.models.db.stage1 import all_models as stage1_all_db_models
|
|
4
|
+
from cidc_api.models.db.stage2 import all_models as stage2_all_db_models
|
|
5
|
+
|
|
6
|
+
standard_data_categories = [
|
|
7
|
+
model.__data_category__ for model in stage1_all_models if hasattr(model, "__data_category__")
|
|
8
|
+
]
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
# A class to hold the representation of a trial's dataset all at once
|
|
12
|
+
class Dataset(dict):
|
|
13
|
+
def __init__(self, *args, **kwargs):
|
|
14
|
+
super().__init__(*args, **kwargs)
|
|
15
|
+
for data_category in standard_data_categories:
|
|
16
|
+
self[data_category] = []
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# Maps data categories like "treatment" to their associated pydantic model
|
|
20
|
+
data_category_to_model = {
|
|
21
|
+
"stage1": {model.__data_category__: model for model in stage1_all_models if hasattr(model, "__data_category__")},
|
|
22
|
+
"stage2": {model.__data_category__: model for model in stage2_all_models if hasattr(model, "__data_category__")},
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
data_category_to_db_model = {
|
|
26
|
+
"stage1": {model.__data_category__: model for model in stage1_all_db_models if hasattr(model, "__data_category__")},
|
|
27
|
+
"stage2": {model.__data_category__: model for model in stage2_all_db_models if hasattr(model, "__data_category__")},
|
|
28
|
+
}
|
|
@@ -9,7 +9,7 @@ from cidc_api.models.db.stage1.base_orm import BaseORM
|
|
|
9
9
|
|
|
10
10
|
class AdditionalTreatmentORM(BaseORM):
|
|
11
11
|
__tablename__ = "additional_treatment"
|
|
12
|
-
__repr_attrs__ = ["additional_treatment_id", "participant_id"
|
|
12
|
+
__repr_attrs__ = ["additional_treatment_id", "participant_id"]
|
|
13
13
|
__table_args__ = {"schema": "stage1"}
|
|
14
14
|
__data_category__ = "additional_treatment"
|
|
15
15
|
|
|
@@ -7,7 +7,7 @@ from sqlalchemy.orm import Mapped, mapped_column, relationship
|
|
|
7
7
|
from sqlalchemy.types import JSON
|
|
8
8
|
|
|
9
9
|
from cidc_api.models.db.stage1.base_orm import BaseORM
|
|
10
|
-
from cidc_api.models.types import
|
|
10
|
+
from cidc_api.models.types import ConditioningRegimenType, StemCellDonorType
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class PriorTreatmentORM(BaseORM):
|
|
@@ -21,11 +21,10 @@ class PriorTreatmentORM(BaseORM):
|
|
|
21
21
|
|
|
22
22
|
prior_treatment_days_to_start: Mapped[NonPositiveInt | None]
|
|
23
23
|
prior_treatment_days_to_end: Mapped[NonPositiveInt | None]
|
|
24
|
-
|
|
25
|
-
prior_treatment_description: Mapped[str | None]
|
|
24
|
+
prior_treatment_description: Mapped[str]
|
|
26
25
|
prior_treatment_best_response: Mapped[str | None]
|
|
27
26
|
prior_treatment_conditioning_regimen_type: Mapped[ConditioningRegimenType | None]
|
|
28
27
|
prior_treatment_stem_cell_donor_type: Mapped[StemCellDonorType | None]
|
|
29
|
-
|
|
28
|
+
prior_treatment_days_from_transplant_to_treatment_initiation: Mapped[NegativeInt | None]
|
|
30
29
|
|
|
31
30
|
participant: Mapped[ParticipantORM] = relationship(back_populates="prior_treatments", cascade="all, delete")
|
|
@@ -34,6 +34,7 @@ class SpecimenORM(BaseORM):
|
|
|
34
34
|
__tablename__ = "specimen"
|
|
35
35
|
__repr_attrs__ = ["specimen_id", "participant_id", "cimac_id"]
|
|
36
36
|
__table_args__ = {"schema": "stage1"}
|
|
37
|
+
__data_category__ = "specimen"
|
|
37
38
|
|
|
38
39
|
specimen_id: Mapped[int] = mapped_column(primary_key=True)
|
|
39
40
|
participant_id: Mapped[int] = mapped_column(ForeignKey("stage1.participant.participant_id", ondelete="CASCADE"))
|
|
@@ -18,7 +18,7 @@ class StemCellTransplantORM(BaseORM):
|
|
|
18
18
|
treatment_id: Mapped[int] = mapped_column(ForeignKey("stage1.treatment.treatment_id", ondelete="CASCADE"))
|
|
19
19
|
|
|
20
20
|
stem_cell_donor_type: Mapped[StemCellDonorType]
|
|
21
|
-
allogeneic_donor_type: Mapped[AllogeneicDonorType]
|
|
21
|
+
allogeneic_donor_type: Mapped[AllogeneicDonorType | None]
|
|
22
22
|
stem_cell_source: Mapped[StemCellSource]
|
|
23
23
|
days_to_transplant: Mapped[NonNegativeInt]
|
|
24
24
|
conditioning_regimen_type: Mapped[ConditioningRegimenType | None]
|
|
@@ -9,7 +9,7 @@ from cidc_api.models.db.stage2.base_orm import BaseORM
|
|
|
9
9
|
|
|
10
10
|
class AdditionalTreatmentORM(BaseORM):
|
|
11
11
|
__tablename__ = "additional_treatment"
|
|
12
|
-
__repr_attrs__ = ["additional_treatment_id", "participant_id"
|
|
12
|
+
__repr_attrs__ = ["additional_treatment_id", "participant_id"]
|
|
13
13
|
__table_args__ = {"schema": "stage2"}
|
|
14
14
|
__data_category__ = "additional_treatment"
|
|
15
15
|
|
|
@@ -7,7 +7,7 @@ from sqlalchemy.orm import Mapped, mapped_column, relationship
|
|
|
7
7
|
from sqlalchemy.types import JSON
|
|
8
8
|
|
|
9
9
|
from cidc_api.models.db.stage2.base_orm import BaseORM
|
|
10
|
-
from cidc_api.models.types import
|
|
10
|
+
from cidc_api.models.types import ConditioningRegimenType, StemCellDonorType
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class PriorTreatmentORM(BaseORM):
|
|
@@ -21,8 +21,7 @@ class PriorTreatmentORM(BaseORM):
|
|
|
21
21
|
|
|
22
22
|
prior_treatment_days_to_start: Mapped[NonPositiveInt | None]
|
|
23
23
|
prior_treatment_days_to_end: Mapped[NonPositiveInt | None]
|
|
24
|
-
|
|
25
|
-
prior_treatment_description: Mapped[str | None]
|
|
24
|
+
prior_treatment_description: Mapped[str]
|
|
26
25
|
prior_treatment_best_response: Mapped[str | None]
|
|
27
26
|
prior_treatment_conditioning_regimen_type: Mapped[ConditioningRegimenType | None]
|
|
28
27
|
prior_treatment_stem_cell_donor_type: Mapped[StemCellDonorType | None]
|
|
@@ -3,7 +3,7 @@ from sqlalchemy import ForeignKeyConstraint, ForeignKey
|
|
|
3
3
|
from sqlalchemy.orm import Mapped, mapped_column, relationship
|
|
4
4
|
|
|
5
5
|
from cidc_api.models.db.stage2.base_orm import BaseORM
|
|
6
|
-
from cidc_api.models.types import
|
|
6
|
+
from cidc_api.models.types import ConditioningRegimenType, StemCellDonorType
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
class PublicationORM(BaseORM):
|
|
@@ -18,7 +18,7 @@ class StemCellTransplantORM(BaseORM):
|
|
|
18
18
|
treatment_id: Mapped[int] = mapped_column(ForeignKey("stage2.treatment.treatment_id", ondelete="CASCADE"))
|
|
19
19
|
|
|
20
20
|
stem_cell_donor_type: Mapped[StemCellDonorType]
|
|
21
|
-
allogeneic_donor_type: Mapped[AllogeneicDonorType]
|
|
21
|
+
allogeneic_donor_type: Mapped[AllogeneicDonorType | None]
|
|
22
22
|
stem_cell_source: Mapped[StemCellSource]
|
|
23
23
|
days_to_transplant: Mapped[NonNegativeInt]
|
|
24
24
|
conditioning_regimen_type: Mapped[ConditioningRegimenType | None]
|
|
@@ -16,7 +16,7 @@ class Participant(Base):
|
|
|
16
16
|
participant_id: str | None = None
|
|
17
17
|
|
|
18
18
|
# The participant identifier assigned by the clinical trial team overseeing the study
|
|
19
|
-
native_participant_id: str
|
|
19
|
+
native_participant_id: str | None = None
|
|
20
20
|
|
|
21
21
|
# The globally unique participant identifier assigned by the CIMAC network. e.g. C8P29A7
|
|
22
22
|
cimac_participant_id: str | None = None
|
|
@@ -3,7 +3,7 @@ from typing import Self, Annotated, List
|
|
|
3
3
|
from pydantic import NonPositiveInt, NegativeInt, model_validator, BeforeValidator
|
|
4
4
|
|
|
5
5
|
from cidc_api.models.pydantic.base import Base
|
|
6
|
-
from cidc_api.models.types import
|
|
6
|
+
from cidc_api.models.types import ConditioningRegimenType, StemCellDonorType
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
class PriorTreatment(Base):
|
|
@@ -25,11 +25,10 @@ class PriorTreatment(Base):
|
|
|
25
25
|
prior_treatment_days_to_end: NonPositiveInt | None = None
|
|
26
26
|
|
|
27
27
|
# Specifies the category or kind of prior treatment modality a participant received.
|
|
28
|
-
prior_treatment_type: Annotated[List[PriorTreatmentType], BeforeValidator(Base.split_list)]
|
|
29
28
|
|
|
30
29
|
# Description of the prior treatment such as its full generic name if it is a type of therapy agent,
|
|
31
30
|
# radiotherapy procedure name and location, or surgical procedure name and location.
|
|
32
|
-
prior_treatment_description: str
|
|
31
|
+
prior_treatment_description: str
|
|
33
32
|
|
|
34
33
|
# Best response from any response assessment system to the prior treatment if available or applicable.
|
|
35
34
|
prior_treatment_best_response: str | None = None
|
|
@@ -44,9 +43,3 @@ class PriorTreatment(Base):
|
|
|
44
43
|
# If prior treatment is "Stem cell transplant", indicates the number of days from enrollment
|
|
45
44
|
# to the prior transplant. This must be a negative number.
|
|
46
45
|
prior_treatment_days_from_transplant_to_treatment_initiation: NegativeInt | None = None
|
|
47
|
-
|
|
48
|
-
@model_validator(mode="after")
|
|
49
|
-
def validate_description_cr(self) -> Self:
|
|
50
|
-
if "Other therapy" in self.prior_treatment_type and not self.prior_treatment_description:
|
|
51
|
-
raise ValueError('If type is "Other therapy", please provide description.')
|
|
52
|
-
return self
|
|
@@ -1,32 +1,11 @@
|
|
|
1
1
|
from datetime import datetime
|
|
2
2
|
|
|
3
3
|
from cidc_api.models.pydantic.base import Base
|
|
4
|
-
from cidc_api.models.types import
|
|
5
|
-
UberonAnatomicalTerm,
|
|
6
|
-
ICDO3MorphologicalCode,
|
|
7
|
-
SpecimenType,
|
|
8
|
-
SpecimenDescription,
|
|
9
|
-
TumorType,
|
|
10
|
-
CollectionProcedure,
|
|
11
|
-
FixationStabilizationType,
|
|
12
|
-
PrimaryContainerType,
|
|
13
|
-
VolumeUnits,
|
|
14
|
-
ProcessedType,
|
|
15
|
-
ConcentrationUnits,
|
|
16
|
-
DerivativeType,
|
|
17
|
-
PBMCRestingPeriodUsed,
|
|
18
|
-
MaterialUnits,
|
|
19
|
-
MaterialStorageCondition,
|
|
20
|
-
QCCondition,
|
|
21
|
-
ReplacementRequested,
|
|
22
|
-
ResidualUse,
|
|
23
|
-
DiagnosisVerification,
|
|
24
|
-
AssayType,
|
|
25
|
-
)
|
|
4
|
+
from cidc_api.models.types import UberonAnatomicalTerm
|
|
26
5
|
|
|
27
6
|
|
|
28
7
|
class Specimen(Base):
|
|
29
|
-
|
|
8
|
+
__data_category__ = "specimen"
|
|
30
9
|
__cardinality__ = "many"
|
|
31
10
|
|
|
32
11
|
# The unique internal identifier for the specimen record
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage1/trial.py
RENAMED
|
@@ -12,10 +12,10 @@ class Trial(Base):
|
|
|
12
12
|
|
|
13
13
|
# The unique identifier for the clinical trial. e.g. "GU16-287","BACCI"
|
|
14
14
|
# CDE: https://cadsr.cancer.gov/onedata/dmdirect/NIH/NCI/CO/CDEDD?filter=CDEDD.ITEM_ID=5054234%20and%20ver_nr=1
|
|
15
|
-
trial_id: str
|
|
15
|
+
trial_id: str | None = None
|
|
16
16
|
|
|
17
17
|
# The version number of the trial dataset. e.g. "1.0"
|
|
18
|
-
version: str
|
|
18
|
+
version: str | None = None
|
|
19
19
|
|
|
20
20
|
# A broad textual description of the primary endpoint(s) of the trial.
|
|
21
21
|
primary_endpoint: str | None = None
|
|
@@ -3,7 +3,7 @@ from typing import Self, Annotated, List
|
|
|
3
3
|
from pydantic import NonPositiveInt, NegativeInt, model_validator, BeforeValidator
|
|
4
4
|
|
|
5
5
|
from cidc_api.models.pydantic.base import Base
|
|
6
|
-
from cidc_api.models.types import
|
|
6
|
+
from cidc_api.models.types import ConditioningRegimenType, StemCellDonorType
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
class PriorTreatment(Base):
|
|
@@ -24,12 +24,9 @@ class PriorTreatment(Base):
|
|
|
24
24
|
# the treatment modality.
|
|
25
25
|
prior_treatment_days_to_end: NonPositiveInt | None = None
|
|
26
26
|
|
|
27
|
-
# Specifies the category or kind of prior treatment modality a participant received.
|
|
28
|
-
prior_treatment_type: Annotated[List[PriorTreatmentType], BeforeValidator(Base.split_list)]
|
|
29
|
-
|
|
30
27
|
# Description of the prior treatment such as its full generic name if it is a type of therapy agent,
|
|
31
28
|
# radiotherapy procedure name and location, or surgical procedure name and location.
|
|
32
|
-
prior_treatment_description: str
|
|
29
|
+
prior_treatment_description: str
|
|
33
30
|
|
|
34
31
|
# Best response from any response assessment system to the prior treatment if available or applicable.
|
|
35
32
|
prior_treatment_best_response: str | None = None
|
|
@@ -44,9 +41,3 @@ class PriorTreatment(Base):
|
|
|
44
41
|
# If prior treatment is "Stem cell transplant", indicates the number of days from enrollment
|
|
45
42
|
# to the prior transplant. This must be a negative number.
|
|
46
43
|
prior_treatment_days_from_transplant_to_treatment_initiation: NegativeInt | None = None
|
|
47
|
-
|
|
48
|
-
@model_validator(mode="after")
|
|
49
|
-
def validate_description_cr(self) -> Self:
|
|
50
|
-
if "Other therapy" in self.prior_treatment_type and not self.prior_treatment_description:
|
|
51
|
-
raise ValueError('If type is "Other therapy", please provide description.')
|
|
52
|
-
return self
|
|
@@ -1044,21 +1044,6 @@ GVHDDiagnosisChronicGlobalSeverity = Literal["Mild", "Moderate", "Severe"]
|
|
|
1044
1044
|
GVHDOrganChronicScore = Literal["0", "1", "2", "3"]
|
|
1045
1045
|
|
|
1046
1046
|
|
|
1047
|
-
PriorTreatmentType = Literal[
|
|
1048
|
-
"Surgery",
|
|
1049
|
-
"Radiotherapy",
|
|
1050
|
-
"Immunotherapy",
|
|
1051
|
-
"Chemotherapy",
|
|
1052
|
-
"Targeted therapy",
|
|
1053
|
-
"Other therapy",
|
|
1054
|
-
"Radiopharmaceutical",
|
|
1055
|
-
"Stem cell transplant",
|
|
1056
|
-
"Immunosuppressive therapy/GVHD prophylaxis for transplant",
|
|
1057
|
-
"Conditioning therapy",
|
|
1058
|
-
"Post-transplant salvage therapy",
|
|
1059
|
-
]
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
1047
|
ConditioningRegimenType = Literal["Myeloablative", "Reduced-intensity", "Non-myeloablative", "Other"]
|
|
1063
1048
|
|
|
1064
1049
|
StemCellDonorType = Literal["Autologous", "Allogeneic"]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.2.40"
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
from cidc_api.models.pydantic.stage2 import all_models
|
|
2
|
-
from cidc_api.models.db.stage2 import all_models as all_db_models
|
|
3
|
-
|
|
4
|
-
standard_data_categories = [model.__data_category__ for model in all_models if hasattr(model, "__data_category__")]
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
# A class to hold the representation of a trial's dataset all at once
|
|
8
|
-
class Dataset(dict):
|
|
9
|
-
def __init__(self, *args, **kwargs):
|
|
10
|
-
super().__init__(*args, **kwargs)
|
|
11
|
-
for data_category in standard_data_categories:
|
|
12
|
-
self[data_category] = []
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
# Maps data categories like "treatment" to their associated pydantic model
|
|
16
|
-
data_category_to_model = {model.__data_category__: model for model in all_models if hasattr(model, "__data_category__")}
|
|
17
|
-
data_category_to_db_model = {
|
|
18
|
-
model.__data_category__: model for model in all_db_models if hasattr(model, "__data_category__")
|
|
19
|
-
}
|
|
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
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/base_orm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/disease_orm.py
RENAMED
|
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
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/surgery_orm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage1/trial_orm.py
RENAMED
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/arm_orm.py
RENAMED
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/base_orm.py
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/cohort_orm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/contact_orm.py
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/disease_orm.py
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/file_orm.py
RENAMED
|
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
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/surgery_orm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/db/stage2/trial_orm.py
RENAMED
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/files/__init__.py
RENAMED
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/files/details.py
RENAMED
|
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
|
|
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
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/arm.py
RENAMED
|
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
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/file.py
RENAMED
|
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
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/models/pydantic/stage2/trial.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/assay_handling.py
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/email_layout.html
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/file_handling.py
RENAMED
|
File without changes
|
{nci_cidc_api_modules-1.2.40 → nci_cidc_api_modules-1.2.42}/cidc_api/shared/gcloud_client.py
RENAMED
|
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
|