This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rawData": { | |
"studyId": "<study_id>", | |
"modality": "<modality_type>", | |
"stacks": [ | |
{ | |
"seriesDescription": "<series_description>", | |
"stackId": "<stack_number>", | |
"imageIds": [ | |
"wadouri://<server_url>/instances/<instance_id>/file", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rawData": { | |
"studyId": "eeaed6f4-e5ea-46f4-8a93-c237a636c2cf", | |
"modality": "Breast", | |
"stacks": [ | |
{ | |
"seriesDescription": "US", | |
"stackId": "1", | |
"imageIds": [ | |
"wadouri://localhost:8042/instances/e8f1f8d7-cb66febc-ae105069-60c2763c-169b44d0/file" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"patient": [ | |
{ | |
"biradsAssis": "5", | |
"biradsPhys": "", | |
"cancerChance": "0.9967" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"patientData": { | |
"patientList": [ | |
{ | |
"studyId": "123456", | |
"biradsAssis": "4", | |
"biradsPhys": "4", | |
"cancerChance": "82" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"assisMessage": { | |
"message_001": "Hello!", | |
"message_002": "I am your Assistant", | |
"message_003": "This Patient has", | |
"message_004": "chance of having Cancer!", | |
"message_005": "The estimeted BI-RADS is" | |
}, | |
"assisWarning": { | |
"warning_001": "Do you need help?", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"patientdata": { | |
"patientnmdata": "14037AA3-EA86-4E80-A0FF-14A2AA70B648", | |
"agedata": "67", | |
"pbdata": "1", | |
"fbdata": "0", | |
"obesitydata": "1", | |
"densitydata": "0", | |
"pathologydata": "0" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 8048 default_server; | |
location / { | |
proxy_pass http://localhost:8148; | |
proxy_set_header HOST $host; | |
proxy_set_header X-Real-IP $remote_addr; | |
rewrite /orthanc(.*) $1 break; | |
add_header 'Access-Control-Allow-Credentials' 'true'; | |
add_header 'Access-Control-Allow-Headers' 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type'; | |
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"patientName" : "EXAMPLE", | |
"patientId" : "EXAMPLE", | |
"studyDate" : "EXAMPLE", | |
"modality" : "EXAMPLE", | |
"studyDescription" :"EXAMPLE", | |
"numImages" : 1, | |
"studyId" : "example", | |
"seriesList" : [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"patientName" : "Anonymized5", | |
"patientId" : "ef05fc61-700f-4f2c-a00e-48cea2443063", | |
"studyDate" : "20160210", | |
"modality" : "US^MG", | |
"studyDescription" :"Breast^Mamografia", | |
"numImages" : 10, | |
"studyId" : "anonymized5", | |
"seriesList" : [ | |
{ |
NewerOlder