docs: Fixed incorrect documentation and variables names (#5080)
Co-authored-by: Dan Elkis <dan.elkis@signalpet.com>
This commit is contained in:
parent
31e19ffe8c
commit
8b2f80b82e
@ -48,8 +48,6 @@ export type DicomWebConfig = {
|
|||||||
*/
|
*/
|
||||||
/** Whether the server supports reject calls (i.e. DCM4CHEE) */
|
/** Whether the server supports reject calls (i.e. DCM4CHEE) */
|
||||||
supportsReject?: boolean;
|
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 */
|
/** indicates if the retrieves can fetch singlepart. Options are bulkdata, video, image, or true */
|
||||||
singlepart?: boolean | string;
|
singlepart?: boolean | string;
|
||||||
/** Transfer syntax to request from the server */
|
/** Transfer syntax to request from the server */
|
||||||
|
|||||||
@ -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) */
|
/* Enable/disable study prefetching service (default: false) */
|
||||||
enabled: true,
|
enabled: true,
|
||||||
/* Number of displaysets to be prefetched (default: 2)*/
|
/* Number of displaysets to be prefetched (default: 2)*/
|
||||||
displaySetCount: 2,
|
displaySetsCount: 2,
|
||||||
/**
|
/**
|
||||||
* Max number of concurrent prefetch requests (default: 10)
|
* Max number of concurrent prefetch requests (default: 10)
|
||||||
* High numbers may impact on the time to load a new dropped series because
|
* High numbers may impact on the time to load a new dropped series because
|
||||||
|
|||||||
@ -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) */
|
/* Enable/disable study prefetching service (default: false) */
|
||||||
enabled: true,
|
enabled: true,
|
||||||
/* Number of displaysets to be prefetched (default: 2)*/
|
/* Number of displaysets to be prefetched (default: 2)*/
|
||||||
displaySetCount: 2,
|
displaySetsCount: 2,
|
||||||
/**
|
/**
|
||||||
* Max number of concurrent prefetch requests (default: 10)
|
* Max number of concurrent prefetch requests (default: 10)
|
||||||
* High numbers may impact on the time to load a new dropped series because
|
* High numbers may impact on the time to load a new dropped series because
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user