We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81d3a8 commit d849143Copy full SHA for d849143
1 file changed
app/data/repeat-reasons.js
@@ -1,15 +1,11 @@
1
// app/data/repeat-reasons.js
2
3
module.exports = [
4
- 'Patient moved during exposure',
5
- 'Unable to maintain compression',
6
- 'Inadequate compression achieved',
7
- 'Incorrect positioning identified',
8
- 'Image too light - exposure needs adjustment',
9
- 'Image too dark - exposure needs adjustment',
10
- 'Motion blur affecting image quality',
11
- 'Equipment technical fault',
12
- 'Folded skin needs smoothing',
13
- 'Pectoral muscle not visualised correctly',
+ 'Participant movement',
+ 'Compression issues',
+ 'Positioning error',
+ 'Poor exposure (image too light or dark)',
+ 'Artefacts obscuring image',
+ 'Technical fault',
14
'Other'
15
]
0 commit comments