Add thumbnailRendering to DICOMWeb Server Information modal
This commit is contained in:
parent
5bf1459561
commit
8cc22da173
@ -58,8 +58,16 @@ export const DICOMWebServer = new SimpleSchema({
|
|||||||
imageRendering: {
|
imageRendering: {
|
||||||
type: String,
|
type: String,
|
||||||
label: 'Image rendering',
|
label: 'Image rendering',
|
||||||
allowedValues: ['wadouri', 'orthanc'],
|
allowedValues: ['wadouri', 'wadors', 'orthanc'],
|
||||||
valuesLabels: ['WADO URI', 'ORTHANC']
|
valuesLabels: ['WADO URI', 'WADO RS', 'ORTHANC'],
|
||||||
|
defaultValue: 'wadouri'
|
||||||
|
},
|
||||||
|
thumbnailRendering: {
|
||||||
|
type: String,
|
||||||
|
label: 'Thumbnail rendering',
|
||||||
|
allowedValues: ['wadouri', 'wadors', 'orthanc'],
|
||||||
|
valuesLabels: ['WADO URI', 'WADO RS', 'ORTHANC'],
|
||||||
|
defaultValue: 'wadouri'
|
||||||
},
|
},
|
||||||
qidoRoot: {
|
qidoRoot: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|||||||
@ -10,6 +10,10 @@
|
|||||||
{{>inputSelect labelClass='form-group' key='imageRendering' hideSearch=true
|
{{>inputSelect labelClass='form-group' key='imageRendering' hideSearch=true
|
||||||
options=(clone placeholder='Select an option')}}
|
options=(clone placeholder='Select an option')}}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-lg-6">
|
||||||
|
{{>inputSelect labelClass='form-group' key='thumbnailRendering' hideSearch=true
|
||||||
|
options=(clone placeholder='Select an option')}}
|
||||||
|
</div>
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
{{>inputText labelClass='form-group' key='qidoRoot'}}
|
{{>inputText labelClass='form-group' key='qidoRoot'}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user