From e6f4bc9803153755806227a0ff46f043f2e14d98 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 4 Sep 2024 13:28:24 -0700 Subject: [PATCH 01/13] added instructions to success page Signed-off-by: Natalia Luzuriaga --- frontend/css/style.css | 3 ++- frontend/pages/success.html | 11 ++++++++++- frontend/renderer/renderer-success.js | 5 +++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index 9c648fc..c7c9fe3 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -27,7 +27,8 @@ h2, width: 100%; } -.usa-alert { +.usa-alert, +#results-spreadsheet-instructions { display: none; } diff --git a/frontend/pages/success.html b/frontend/pages/success.html index 44c6413..6882dc1 100644 --- a/frontend/pages/success.html +++ b/frontend/pages/success.html @@ -38,6 +38,15 @@

Results

--> +
+

+ The results spreadsheet adds two new columns to each row in your patient records data: +

    +
  • unique_id: identifies a specific patient record
  • +
  • cluster_id: identifies a cluster of duplicates
  • +
+

+
+
+ Learn about DedupliFHIR