Skip to content

Commit 0dd8bac

Browse files
committed
make seed 5 a little more realistic to test duplicates in the UI
1 parent da4b05d commit 0dd8bac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/create-data.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,9 @@ const seededMmrPatients = [
858858
// originating system and once as an echo from another feed.
859859
// Dose 1 recorded by GP
860860
{ uuid: 'mmr00005-v001-4000-8000-000000000001', ageMonths: 13, ageDays: 0, given: true },
861-
// Dose 1 echo — same event via a different external feed (e.g. CHIS)
862-
{ uuid: 'mmr00005-v002-4000-8000-000000000002', ageMonths: 13, ageDays: 0, given: true },
861+
// Dose 1 echo — same event via a different external feed (e.g. CHIS),
862+
// recorded a few days later
863+
{ uuid: 'mmr00005-v002-4000-8000-000000000002', ageMonths: 13, ageDays: 3, given: true },
863864
// Dose 2 given in a Mavis session by SAIS
864865
{ uuid: 'mmr00005-v003-4000-8000-000000000003', ageMonths: 50, ageDays: 0, given: true, service: true, sessionKey: 'session_50m' },
865866
// Dose 2 near-duplicate — GP echo two days later

0 commit comments

Comments
 (0)