From 49458f0ded55b5deee3ae02a7129c3fcda4ba3b9 Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Thu, 13 Jun 2024 11:51:07 +0100 Subject: [PATCH 1/3] Update config --- dca-template-config.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/dca-template-config.json b/dca-template-config.json index f75a8d8a..efaf4674 100644 --- a/dca-template-config.json +++ b/dca-template-config.json @@ -416,8 +416,18 @@ "type": "record" }, { - "display_name": "Prostate Cancer Tier 3", - "schema_name": "ProstateCancerTier3", + "display_name": "Pancreatic Cancer Tier 3", + "schema_name": "PancreaticCancerTier3", + "type": "record" + }, + { + "display_name": "Participant Vital Status Update", + "schema_name": "ParticipantVitalStatusUpdate", + "type": "record" + }, + { + "display_name": "Precancer Diagnosis", + "schema_name": "PPrecancerDiagnosis", "type": "record" }, { From 169f1e76728f5813f69021e1a5fdb634026111fa Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Thu, 13 Jun 2024 15:12:30 +0100 Subject: [PATCH 2/3] Fix missing component --- dca-template-config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dca-template-config.json b/dca-template-config.json index efaf4674..6705455e 100644 --- a/dca-template-config.json +++ b/dca-template-config.json @@ -415,11 +415,6 @@ "schema_name": "PancreaticCancerTier3", "type": "record" }, - { - "display_name": "Pancreatic Cancer Tier 3", - "schema_name": "PancreaticCancerTier3", - "type": "record" - }, { "display_name": "Participant Vital Status Update", "schema_name": "ParticipantVitalStatusUpdate", @@ -430,6 +425,11 @@ "schema_name": "PPrecancerDiagnosis", "type": "record" }, + { + "display_name": "Prostate Cancer Tier 3", + "schema_name": "ProstateCancerTier3", + "type": "record" + }, { "display_name": "Publication Manifest", "schema_name": "PublicationManifest", From 9aa6c0648f4e5db69ea342cf01b9dc5c602061df Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Thu, 13 Jun 2024 15:13:00 +0100 Subject: [PATCH 3/3] PrecancerDiagnosis typo fix --- dca-template-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dca-template-config.json b/dca-template-config.json index 6705455e..1234c463 100644 --- a/dca-template-config.json +++ b/dca-template-config.json @@ -422,7 +422,7 @@ }, { "display_name": "Precancer Diagnosis", - "schema_name": "PPrecancerDiagnosis", + "schema_name": "PrecancerDiagnosis", "type": "record" }, {