LT-67: Removing wadoUriRootNOTE field

This commit is contained in:
Bruno Alves de Faria 2016-09-12 11:59:14 -03:00
parent a6cee30270
commit af4bff94e1
9 changed files with 4 additions and 15 deletions

View File

@ -6,6 +6,9 @@ html body
html hr html hr
theme('border-top', '1px solid $uiBorderColor') theme('border-top', '1px solid $uiBorderColor')
body .table > thead > tr > th
theme('border-color', '$uiBorderColor')
label.form-group label.form-group
width: 100% width: 100%

View File

@ -3,9 +3,6 @@
<div class="col-lg-6"> <div class="col-lg-6">
{{>inputText labelClass='form-group' key='wadoUriRoot'}} {{>inputText labelClass='form-group' key='wadoUriRoot'}}
</div> </div>
<div class="col-lg-6">
{{>inputText labelClass='form-group' key='wadoUriRootNOTE'}}
</div>
<div class="col-lg-6"> <div class="col-lg-6">
{{>inputText labelClass='form-group' key='wadoRoot'}} {{>inputText labelClass='form-group' key='wadoRoot'}}
</div> </div>

View File

@ -22,7 +22,7 @@
<i class="fa fa-square-o"></i> <i class="fa fa-square-o"></i>
{{/if}} {{/if}}
{{/button}} {{/button}}
{{#button class='btn-sm btn-default' action='edit' params=server title='Edit'}} {{#button class='btn-sm btn-default' action='edit' params=server title='Edit' disabled=(eq server.origin 'json')}}
<i class="fa fa-pencil"></i> <i class="fa fa-pencil"></i>
{{/button}} {{/button}}
{{#button class='btn-sm btn-danger' action='delete' params=server title='Remove' disabled=(eq server.origin 'json')}} {{#button class='btn-sm btn-danger' action='delete' params=server title='Remove' disabled=(eq server.origin 'json')}}

View File

@ -45,12 +45,6 @@ export const DICOMWebServer = new SimpleSchema({
label: 'WADO URI root', label: 'WADO URI root',
max: 1000 max: 1000
}, },
// TODO: Remove this
wadoUriRootNOTE: {
type: String,
label: 'WADO URI root note',
optional: true
},
wadoRoot: { wadoRoot: {
type: String, type: String,
label: 'WADO root', label: 'WADO root',

View File

@ -3,7 +3,6 @@
"dicomWeb": [ "dicomWeb": [
{ {
"name": "DCM4CHEE", "name": "DCM4CHEE",
"wadoUriRootNOTE": "either this uri is not correct for wado-uri or wado-uri is not configured on orthanc currently",
"wadoUriRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/wado", "wadoUriRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/wado",
"qidoRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs", "qidoRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs",
"wadoRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs", "wadoRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs",

View File

@ -3,7 +3,6 @@
"dicomWeb": [ "dicomWeb": [
{ {
"name": "Orthanc", "name": "Orthanc",
"wadoUriRootNOTE" : "either this uri is not correct for wado-uri or wado-uri is not configured on orthanc currently",
"wadoUriRoot" : "http://52.87.58.190:8043/wado", "wadoUriRoot" : "http://52.87.58.190:8043/wado",
"qidoRoot": "http://localhost:8042/dicom-web", "qidoRoot": "http://localhost:8042/dicom-web",
"wadoRoot": "http://localhost:8042/dicom-web", "wadoRoot": "http://localhost:8042/dicom-web",

View File

@ -3,7 +3,6 @@
"dicomWeb": [ "dicomWeb": [
{ {
"name": "Medken Orthanc", "name": "Medken Orthanc",
"wadoUriRootNOTE": "either this uri is not correct for wado-uri or wado-uri is not configured on orthanc currently",
"wadoUriRoot": "http://dicom-orthanc.medken.com/wado", "wadoUriRoot": "http://dicom-orthanc.medken.com/wado",
"qidoRoot": "http://dicom-orthanc.medken.com/dicom-web", "qidoRoot": "http://dicom-orthanc.medken.com/dicom-web",
"wadoRoot": "http://dicom-orthanc.medken.com/dicom-web", "wadoRoot": "http://dicom-orthanc.medken.com/dicom-web",

View File

@ -3,7 +3,6 @@
"dicomWeb": [ "dicomWeb": [
{ {
"name": "Orthanc", "name": "Orthanc",
"wadoUriRootNOTE": "either this uri is not correct for wado-uri or wado-uri is not configured on orthanc currently",
"wadoUriRoot": "http://localhost:8042/wado", "wadoUriRoot": "http://localhost:8042/wado",
"qidoRoot": "http://localhost:8042/dicom-web", "qidoRoot": "http://localhost:8042/dicom-web",
"wadoRoot": "http://localhost:8042/dicom-web", "wadoRoot": "http://localhost:8042/dicom-web",

View File

@ -3,7 +3,6 @@
"dicomWeb": [ "dicomWeb": [
{ {
"name": "Orthanc", "name": "Orthanc",
"wadoUriRootNOTE": "either this uri is not correct for wado-uri or wado-uri is not configured on orthanc currently",
"wadoUriRoot": "http://localhost:8042/wado", "wadoUriRoot": "http://localhost:8042/wado",
"qidoRoot": "http://localhost:8042/dicom-web", "qidoRoot": "http://localhost:8042/dicom-web",
"wadoRoot": "http://localhost:8042/dicom-web", "wadoRoot": "http://localhost:8042/dicom-web",