504edaa9e9515ad43e5fbcdbf6024bdab572c7c5,app/grandchallenge/annotations/models.py,ImageQualityAnnotation,ImageQualityAnnotation_1,#,254
Before Change
After Change
choices=QUALITY_CHOICES,
help_text="How do you rate the quality of the image?",
)
quality_reason = models.CharField(
max_length=2,
choices=QUALITY_REASON_CHOICES,
null=True,
blank=True,
help_text="If the quality is not good, why not?",
)
class ImagePathologyAnnotation(AbstractImageAnnotationModel):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: comic/grand-challenge.org
Commit Name: 504edaa9e9515ad43e5fbcdbf6024bdab572c7c5
Time: 2019-06-07
Author: harm.van.zeeland@gmail.com
File Name: app/grandchallenge/annotations/models.py
Class Name: ImageQualityAnnotation
Method Name: ImageQualityAnnotation_1
Project Name: comic/grand-challenge.org
Commit Name: 0b19a706e8bbff0e6ba1cfc23c9febc7ff65ff75
Time: 2019-07-23
Author: code@jmsmkn.com
File Name: app/grandchallenge/reader_studies/models.py
Class Name: Question
Method Name: Question_1
Project Name: comic/grand-challenge.org
Commit Name: 0b19a706e8bbff0e6ba1cfc23c9febc7ff65ff75
Time: 2019-07-23
Author: code@jmsmkn.com
File Name: app/grandchallenge/reader_studies/migrations/0001_initial.py
Class Name: Migration
Method Name: Migration_1