docs(url): fix incorrect url param in the doc (#3667)
This commit is contained in:
parent
2132f0777e
commit
d609ae1edb
@ -39,14 +39,8 @@ window.config = {
|
|||||||
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
|
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
|
||||||
sourceName: 'dicomweb',
|
sourceName: 'dicomweb',
|
||||||
configuration: {
|
configuration: {
|
||||||
friendlyName: 'dcmjs DICOMWeb Server',
|
friendlyName: 'AWS S3 Static wado server',
|
||||||
name: 'aws',
|
name: 'aws',
|
||||||
// old server
|
|
||||||
// wadoUriRoot: 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/wado',
|
|
||||||
// qidoRoot: 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs',
|
|
||||||
// wadoRoot: 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs',
|
|
||||||
|
|
||||||
// new server
|
|
||||||
wadoUriRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
wadoUriRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
||||||
qidoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
qidoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
||||||
wadoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
wadoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
||||||
@ -69,6 +63,34 @@ window.config = {
|
|||||||
omitQuotationForMultipartRequest: true,
|
omitQuotationForMultipartRequest: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
|
||||||
|
sourceName: 'dicomweb2',
|
||||||
|
configuration: {
|
||||||
|
friendlyName: 'AWS S3 Static wado secondary server',
|
||||||
|
name: 'aws',
|
||||||
|
wadoUriRoot: 'https://d28o5kq0jsoob5.cloudfront.net/dicomweb',
|
||||||
|
qidoRoot: 'https://d28o5kq0jsoob5.cloudfront.net/dicomweb',
|
||||||
|
wadoRoot: 'https://d28o5kq0jsoob5.cloudfront.net/dicomweb',
|
||||||
|
qidoSupportsIncludeField: false,
|
||||||
|
supportsReject: false,
|
||||||
|
imageRendering: 'wadors',
|
||||||
|
thumbnailRendering: 'wadors',
|
||||||
|
enableStudyLazyLoad: true,
|
||||||
|
supportsFuzzyMatching: false,
|
||||||
|
supportsWildcard: true,
|
||||||
|
staticWado: true,
|
||||||
|
singlepart: 'bulkdata,video',
|
||||||
|
// whether the data source should use retrieveBulkData to grab metadata,
|
||||||
|
// and in case of relative path, what would it be relative to, options
|
||||||
|
// are in the series level or study level (some servers like series some study)
|
||||||
|
bulkDataURI: {
|
||||||
|
enabled: true,
|
||||||
|
relativeResolution: 'studies',
|
||||||
|
},
|
||||||
|
omitQuotationForMultipartRequest: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
namespace: '@ohif/extension-default.dataSourcesModule.dicomwebproxy',
|
namespace: '@ohif/extension-default.dataSourcesModule.dicomwebproxy',
|
||||||
sourceName: 'dicomwebproxy',
|
sourceName: 'dicomwebproxy',
|
||||||
|
|||||||
@ -57,13 +57,8 @@ window.config = {
|
|||||||
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
|
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
|
||||||
sourceName: 'ohif',
|
sourceName: 'ohif',
|
||||||
configuration: {
|
configuration: {
|
||||||
friendlyName: 'dcmjs DICOMWeb Server',
|
friendlyName: 'AWS S3 Static wado server',
|
||||||
name: 'aws',
|
name: 'aws',
|
||||||
// old server
|
|
||||||
// wadoUriRoot: 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/wado',
|
|
||||||
// qidoRoot: 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs',
|
|
||||||
// wadoRoot: 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs',
|
|
||||||
// new server
|
|
||||||
wadoUriRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
wadoUriRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
||||||
qidoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
qidoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
||||||
wadoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
wadoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
||||||
|
|||||||
@ -19,7 +19,7 @@ window.config = {
|
|||||||
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
|
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
|
||||||
sourceName: 'dicomweb',
|
sourceName: 'dicomweb',
|
||||||
configuration: {
|
configuration: {
|
||||||
friendlyName: 'dcmjs DICOMWeb Server',
|
friendlyName: 'local Orthanc DICOMWeb Server',
|
||||||
name: 'DCM4CHEE',
|
name: 'DCM4CHEE',
|
||||||
wadoUriRoot: 'http://localhost/dicom-web',
|
wadoUriRoot: 'http://localhost/dicom-web',
|
||||||
qidoRoot: 'http://localhost/dicom-web',
|
qidoRoot: 'http://localhost/dicom-web',
|
||||||
|
|||||||
@ -15,7 +15,7 @@ window.config = {
|
|||||||
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
|
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
|
||||||
sourceName: 'dicomweb',
|
sourceName: 'dicomweb',
|
||||||
configuration: {
|
configuration: {
|
||||||
friendlyName: 'dcmjs DICOMWeb Server',
|
friendlyName: 'AWS S3 Static wado server',
|
||||||
name: 'aws',
|
name: 'aws',
|
||||||
wadoUriRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
wadoUriRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
||||||
qidoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
qidoRoot: 'https://d33do7qe4w26qo.cloudfront.net/dicomweb',
|
||||||
@ -40,6 +40,34 @@ window.config = {
|
|||||||
omitQuotationForMultipartRequest: true,
|
omitQuotationForMultipartRequest: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
|
||||||
|
sourceName: 'dicomweb2',
|
||||||
|
configuration: {
|
||||||
|
friendlyName: 'AWS S3 Static wado secondary server',
|
||||||
|
name: 'aws',
|
||||||
|
wadoUriRoot: 'https://d28o5kq0jsoob5.cloudfront.net/dicomweb',
|
||||||
|
qidoRoot: 'https://d28o5kq0jsoob5.cloudfront.net/dicomweb',
|
||||||
|
wadoRoot: 'https://d28o5kq0jsoob5.cloudfront.net/dicomweb',
|
||||||
|
qidoSupportsIncludeField: false,
|
||||||
|
supportsReject: false,
|
||||||
|
imageRendering: 'wadors',
|
||||||
|
thumbnailRendering: 'wadors',
|
||||||
|
enableStudyLazyLoad: true,
|
||||||
|
supportsFuzzyMatching: false,
|
||||||
|
supportsWildcard: true,
|
||||||
|
staticWado: true,
|
||||||
|
singlepart: 'bulkdata,video',
|
||||||
|
// whether the data source should use retrieveBulkData to grab metadata,
|
||||||
|
// and in case of relative path, what would it be relative to, options
|
||||||
|
// are in the series level or study level (some servers like series some study)
|
||||||
|
bulkDataURI: {
|
||||||
|
enabled: true,
|
||||||
|
relativeResolution: 'studies',
|
||||||
|
},
|
||||||
|
omitQuotationForMultipartRequest: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
namespace: '@ohif/extension-default.dataSourcesModule.dicomjson',
|
namespace: '@ohif/extension-default.dataSourcesModule.dicomjson',
|
||||||
sourceName: 'dicomjson',
|
sourceName: 'dicomjson',
|
||||||
|
|||||||
@ -59,9 +59,11 @@ If you happen to have multiple data sources configured, you can filter the
|
|||||||
WorkList by adding the `dataSources` query parameter.
|
WorkList by adding the `dataSources` query parameter.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
/?dataSourcename=orthanc
|
/?dataSources=orthanc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: you should pass the `sourceName` of the data source in the configuration file (not the friendly name nor the name)
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
You can add `sortBy` and `sortDirection` query parameters to sort the WorkList
|
You can add `sortBy` and `sortDirection` query parameters to sort the WorkList
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user