From bdea2937c578452ed143493a0f3cdb86e4905cd7 Mon Sep 17 00:00:00 2001 From: Francisco Maria Calisto Date: Sat, 25 May 2019 22:27:40 +0100 Subject: [PATCH] [CREATE] UTA7 Dataset Samples --- YYYYMMDDHHmmSS | 0 config/env.json | 2 +- config/uta7.json | 26 ++++++++++++++ src/common/studyList.json | 74 --------------------------------------- 4 files changed, 27 insertions(+), 75 deletions(-) delete mode 100644 YYYYMMDDHHmmSS create mode 100644 config/uta7.json diff --git a/YYYYMMDDHHmmSS b/YYYYMMDDHHmmSS deleted file mode 100644 index e69de29..0000000 diff --git a/config/env.json b/config/env.json index 603b19f..84fb5e0 100644 --- a/config/env.json +++ b/config/env.json @@ -1,3 +1,3 @@ { - "environment": "" + "environment": "uta7" } diff --git a/config/uta7.json b/config/uta7.json new file mode 100644 index 0000000..8b69f68 --- /dev/null +++ b/config/uta7.json @@ -0,0 +1,26 @@ +{ + "dicomServer": + [ + { + "prefix": "://", + "transferProtocol": "http", + "hostname": "breastscreening.isr.tecnico.ulisboa.pt", + "portEscape": ":", + "port": "8449", + "suffix": "/", + "serviceProtocol": "wadouri" + } + ], + "mainServer": + [ + { + "prefix": "://", + "transferProtocol": "http", + "hostname": "localhost", + "portEscape": ":", + "port": "8086", + "suffix": "/", + "hotjar": "850630" + } + ] +} diff --git a/src/common/studyList.json b/src/common/studyList.json index fd7f63d..e69de29 100644 --- a/src/common/studyList.json +++ b/src/common/studyList.json @@ -1,74 +0,0 @@ -{ - "studyList": [ - { - "patientName": "Anonymized2", - "patientId": "9AF6DD70-51D7-457E-AF53-30CCDC5D7126", - "internalId": "229dc6", - "studyDate": "20131101", - "modality": "Breast", - "studyDescription": "Breast", - "numImages": 2, - "studyId": "9AF6DD70-51D7-457E-AF53-30CCDC5D7126" - }, - { - "patientName": "Anonymized3", - "patientId": "1E60E211-42B6-4556-A1F6-223E85AD38A6", - "internalId": "6341a6", - "studyDate": "20161205", - "modality": "Breast", - "studyDescription": "Breast", - "numImages": 1, - "studyId": "1E60E211-42B6-4556-A1F6-223E85AD38A6" - }, - { - "patientName": "Anonymized6", - "patientId": "7FD9ADFC-B1AC-44AF-953A-E644003C7475", - "internalId": "840f03", - "studyDate": "20151113", - "modality": "Breast", - "studyDescription": "Breast", - "numImages": 1, - "studyId": "7FD9ADFC-B1AC-44AF-953A-E644003C7475" - }, - { - "patientName": "Anonymized1", - "patientId": "5A7A314A-B881-4BEF-91AA-73258CA96675", - "internalId": "870bf8", - "studyDate": "20160216", - "modality": "Breast", - "studyDescription": "Breast", - "numImages": 1, - "studyId": "5A7A314A-B881-4BEF-91AA-73258CA96675" - }, - { - "patientName": "Anonymized1", - "patientId": "d645214a-8cf8-4c01-a91e-38110b007e1d", - "internalId": "5949dc", - "studyDate": "", - "modality": "MAMA^ROTINA", - "studyDescription": "MAMA^ROTINA", - "numImages": 144, - "studyId": "d645214a-8cf8-4c01-a91e-38110b007e1d" - }, - { - "patientName": "Anonymized2", - "patientId": "b58e21a1-d393-4420-9785-e6509a7ed931", - "internalId": "42b455", - "studyDate": "", - "modality": "breast^library", - "studyDescription": "breast^library", - "numImages": 192, - "studyId": "b58e21a1-d393-4420-9785-e6509a7ed931" - }, - { - "patientName": "Anonymized1", - "patientId": "faaf75f0-0489-48bd-a8dc-6544fdc06d72", - "internalId": "15001e", - "studyDate": "", - "modality": "breast^library", - "studyDescription": "breast^library", - "numImages": 90, - "studyId": "faaf75f0-0489-48bd-a8dc-6544fdc06d72" - } - ] -} \ No newline at end of file