hello
with enable built-in web server, http://127.0.0.1:8086/app/ohif/
works correctly and finds the 17 studies present on the test pc.
Code
[CONQUESTSRV1] 09/09/24 20:30:34: Ladle web server v0.1.3 (c) 2008 S Saint-Pettersen (c) 2015 D Rempel
[CONQUESTSRV1] 09/09/24 20:30:34: Serving on *:8086
[CONQUESTSRV1] redirect /app/ohif/index.html
[CONQUESTSRV1] redirect /app/ohif/index.html
[CONQUESTSRV1] redirect /app/ohif/ohif1.03_min.js
[CONQUESTSRV1]
[CONQUESTSRV1] UPACS THREAD 723: STARTED AT: Mon Sep 09 20:31:12 2024
[CONQUESTSRV1] Calling Application Title : "CONQUESTSRV1 "
[CONQUESTSRV1] Called Application Title : "CONQUESTSRV1 "
[CONQUESTSRV1] Application Context : "1.2.840.10008.3.1.1.1", PDU length: 32768
[CONQUESTSRV1] Presentation Context 0 "1.2.840.10008.5.1.4.1.2.2.1" 1
[CONQUESTSRV1] (StudyRootQuery) search level: STUDY
[CONQUESTSRV1] C-Find (StudyRoot) located 17 records
Display More
To communicate with the server, I use wamps64 but in this case I have the message:
Code
[CONQUESTSRV1] 09/09/24 20:29:01: Ladle web server v0.1.3 (c) 2008 S Saint-Pettersen (c) 2015 D Rempel
[CONQUESTSRV1] 09/09/24 20:29:01: Failed to listen on given hostname:port, Ladle already running?
I wanted to use the ohiftop version in the hope of being able to do a jpg export of older series but no return:
http://localhost:8080/app/ohiftop/
app-config.js :
Code
window.config = {
// default: '/'
routerBasename: '/app/ohiftop/',
extensions: [],
showStudyList: true,
filterQueryParam: false,
disableServersCache: false,
studyPrefetcher: {
enabled: true,
order: 'closest',
displaySetCount: 3,
preventCache: false,
prefetchDisplaySetsTimeout: 300,
maxNumPrefetchRequests: 100,
displayProgress: true,
includeActiveDisplaySet: true,
},
servers: {
dicomWeb: [
{
name: 'dgate',
wadoUriRoot: '/api/dicom/wadouri',
qidoRoot: '/api/dicom/rs',
wadoRoot: '/api/dicom/rs',
qidoSupportsIncludeField: true,
imageRendering: 'wadouri',
thumbnailRendering: 'wadouri',
enableStudyLazyLoad: true,
supportsFuzzyMatching: true,
},
],
},
.......................
Display More
Sorry, my explanations are probably not very clear.
thanks for your help.