You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orthanc and OE2 are today's mainline versions (2024-12-23)
If select one or more modalities in studies, but not all and push Search... No result found!
For example:
URL: /ui/app/#/filtered-studies?StudyDate=20241223&ModalitiesInStudy=XA&order-by=Metadata,LastUpdate,DESC
request to tools/find: {
"Level":"Study",
"Limit":500,
"Query":{"StudyDate":"20241223","ModalitiesInStudy":"XA"},
"RequestedTags":["ModalitiesInStudy","NumberOfStudyRelatedInstances","NumberOfStudyRelatedSeries","SOPClassesInStudy"],
"Expand":true
}
answer: {
"Details" : "Unable to use Limit or Since in tools/find when querying tags that are not stored as MainDicomTags in the Database",
"HttpError" : "Bad Request",
"HttpStatus" : 400,
"Message" : "Bad request",
"Method" : "POST",
"OrthancError" : "Bad request",
"OrthancStatus" : 8,
"Uri" : "/tools/find"
}
If remove Limit from request, answer will be the correct data.
Orthanc and OE2 are today's mainline versions (2024-12-23)
If select one or more modalities in studies, but not all and push Search... No result found!
For example:
URL: /ui/app/#/filtered-studies?StudyDate=20241223&ModalitiesInStudy=XA&order-by=Metadata,LastUpdate,DESC
request to tools/find: {
"Level":"Study",
"Limit":500,
"Query":{"StudyDate":"20241223","ModalitiesInStudy":"XA"},
"RequestedTags":["ModalitiesInStudy","NumberOfStudyRelatedInstances","NumberOfStudyRelatedSeries","SOPClassesInStudy"],
"Expand":true
}
answer: {
"Details" : "Unable to use Limit or Since in tools/find when querying tags that are not stored as MainDicomTags in the Database",
"HttpError" : "Bad Request",
"HttpStatus" : 400,
"Message" : "Bad request",
"Method" : "POST",
"OrthancError" : "Bad request",
"OrthancStatus" : 8,
"Uri" : "/tools/find"
}
If remove Limit from request, answer will be the correct data.
Configuration:
"MaxStudiesDisplayed": 500,
"PageLoadSize": 50,
// "StudyListSearchMode": "search-as-you-type",
// "StudyListSearchAsYouTypeMinChars": 3,
// "StudyListSearchAsYouTypeDelay": 400,
// "StudyListContentIfNoSearch": "most-recents",
"StudyListSearchMode": "search-button",
"StudyListContentIfNoSearch": "empty",
The text was updated successfully, but these errors were encountered: