drivendataorg / concept-to-clinic

ALCF Concept to Clinic Challenge
https://concepttoclinic.drivendata.org/
MIT License
367 stars 146 forks source link

Add fields to `Case` and `Nodule` models based on RadReport template #181

Closed isms closed 7 years ago

isms commented 7 years ago

RadReport defines industry best practices for what information should be recorded on a lung cancer screen. Some are specific to the overall image series (the Case model) and some are specific to each nodule (the Nodule model).

Expected Behavior

Appropriate new fields on appropriate models with the migrations that implement them.

References

[1] Design doc - http://concept-to-clinic.readthedocs.io/en/latest/design-doc.html#results [1] Rad Report template for CT Lung Cancer Screening - http://www.radreport.org/template/0000268

lamby commented 7 years ago

Merged in #185.. thanks!