Skip to content

Commit

Permalink
[CREATE] UTA7 Dataset Samples
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCalisto committed May 25, 2019
1 parent bead0c3 commit bdea293
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 75 deletions.
Empty file removed YYYYMMDDHHmmSS
Empty file.
2 changes: 1 addition & 1 deletion config/env.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"environment": ""
"environment": "uta7"
}
26 changes: 26 additions & 0 deletions config/uta7.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
74 changes: 0 additions & 74 deletions src/common/studyList.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit bdea293

Please sign in to comment.