docs: Fixed incorrect documentation and variables names (#5080)

Co-authored-by: Dan Elkis <dan.elkis@signalpet.com>
This commit is contained in:
Dan 2025-05-30 17:11:16 +03:00 committed by GitHub
parent 31e19ffe8c
commit 8b2f80b82e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View File

@ -48,8 +48,6 @@ export type DicomWebConfig = {
*/
/** Whether the server supports reject calls (i.e. DCM4CHEE) */
supportsReject?: boolean;
/** Request series meta async instead of blocking */
lazyLoadStudy?: boolean;
/** indicates if the retrieves can fetch singlepart. Options are bulkdata, video, image, or true */
singlepart?: boolean | string;
/** Transfer syntax to request from the server */

View File

@ -270,7 +270,7 @@ based on the proximity to the current series/display set. This can be useful to
/* Enable/disable study prefetching service (default: false) */
enabled: true,
/* Number of displaysets to be prefetched (default: 2)*/
displaySetCount: 2,
displaySetsCount: 2,
/**
* Max number of concurrent prefetch requests (default: 10)
* High numbers may impact on the time to load a new dropped series because

View File

@ -268,7 +268,7 @@ based on the proximity to the current series/display set. This can be useful to
/* Enable/disable study prefetching service (default: false) */
enabled: true,
/* Number of displaysets to be prefetched (default: 2)*/
displaySetCount: 2,
displaySetsCount: 2,
/**
* Max number of concurrent prefetch requests (default: 10)
* High numbers may impact on the time to load a new dropped series because