#edc
this is the PY2 / Django 1.6 Edc set of modules.
Edc is a clinical research data management system
Project microbiome is the most current Edc project.
In the develop branch, ALL of the functionality has been moved to separate packages. So far:
edc.apps.app_configuration:edc_configurationedc.audit:edc_audit(Note: import throughedc_base.auditinstead of directly directly)edc.core.bhp_birt_reports:edc_birt_reportsbut not usededc.core.bhp_content_type_map:edc_content_type_map`edc.core.bhp_poll_mysql: droppededc.core.bhp_using: droppededc.core.bhp_static: droppededc.core.bhp_string: droppededc.core.bhp_templates: merged withedc_templatesedc.core.bhp_user_profile: droppededc.core.bhp_variables: droppededc.core.crypto_fields:edc_crypto_fields(Note: import throughedc_base.encrypted_fieldsinstead of directly)edc.core.identifier:edc_identifieredc.core.bhp_statistics:edc-describeedc.core.model_selector:edc-describeedc.core.model_data_describer:edc-describeedc.dashboard:edc_dashboardedc.data_dictionary:edc_data_dictionaryedc.data_manager:edc_data_managerbut timpoint_status classes moved toedc_appointmentedc.device.sync:edc_syncedc.export:edc_exportedc.import:edc_importand some merged intoedc_exportedc.lab:edc_labedc.map:edc_mapedc.notification:edc_notificationedc.subject.adverse_event:edc_death_reportedc.subject.appointment_helper: merged intoedc_appointmentedc.subject.appointment:edc_appointmentedc.subject.actg: droppededc.subject.haart:edc_code_listsedc.subject.code_lists:edc_code_listsedc.subject.lab_tracking:edc_lab_tracking(but this is not currently used)edc.subject.locator:edc_locatoredc.subject.off_study:edc_offstudyedc.subject.registration:edc_registrationedc.subject.rule_groups:edc_rule_groupsedc.subject.subject_config: merged intoedc_appointmentedc.subject.visit_schedule:edc_visit_scheduleedc.subject.visit_tracking:edc_visit_trackingedc.testing:edc_testing
- full audit trail
- master patient record
- allocation of unique study identifiers
- informed consent
- visit schedule
- visit tracking (timepoint tracking)
- customizable rules for required and optional forms for each visit / timepoint
- allocation of unique specimen identifiers
- specimen requisitioning, reception, processing and labelling
- data synchronization to central server for offline data collection clients
- ... and much more