narbek-abd

Results 4 comments of narbek-abd

[Screencast from 11.10.2024 15:11:57.webm](https://github.com/user-attachments/assets/422a988b-daf3-43e4-a96e-b07d272c4889) Removing MG from isSingleImageModality function resolved the issue. But i guess it will broke somewhere else? pls help

Here is complete code. Worked for all different kind of mammo studies. But i'm not sure ```javascript function getDisplaySetsFromSeries(instances) { // If the series has no instances, stop here if...

```typescript import * as v from 'valibot'; function nullableInput(schema: TSchema) { return v.pipe(v.nullable(schema), schema); } const Schema = nullableInput(v.object({ key: v.string() })); type Input = v.InferInput; // { key: string...

> is this only happening on this dataset? > > Maybe it is for local mode? did you try the dicomweb setup? I use orthanc dicomweb. This error shows up...