Skip to content

Commit d849143

Browse files
Update repeat-reasons.js (#261)
1 parent c81d3a8 commit d849143

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

app/data/repeat-reasons.js

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
// app/data/repeat-reasons.js
22

33
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',
4+
'Participant movement',
5+
'Compression issues',
6+
'Positioning error',
7+
'Poor exposure (image too light or dark)',
8+
'Artefacts obscuring image',
9+
'Technical fault',
1410
'Other'
1511
]

0 commit comments

Comments
 (0)