11 lines
130 B
TypeScript
11 lines
130 B
TypeScript
|
|
export const thumbnailNoImageModalities = [
|
||
|
|
'SR',
|
||
|
|
'SEG',
|
||
|
|
'RTSTRUCT',
|
||
|
|
'RTPLAN',
|
||
|
|
'RTDOSE',
|
||
|
|
'DOC',
|
||
|
|
'PMAP',
|
||
|
|
'RWV',
|
||
|
|
];
|