Chen Wu

Results 8 comments of Chen Wu

It seems the "dataset.Add" function cannot accept CJK string. If you are using some CJK characters in the string, it may not be encoded correctly. ```C# var raw = new...

It seems whether we need to use another encoder depends on whether the current encoder throws exception or not. However, the encoding in dotnet may be different with the DICOM...

@mrbean-bremen [This](https://dicom.nema.org/medical/dicom/current/output/html/part05.html#sect_H.3.2) example should work. And you can use following code ```csharp Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); var raw = new byte[] { 0xD4, 0xCF, 0xC0, 0xDE, 0x5E, 0xC0, 0xDB, 0xB3, 0x3D, 0x1B, 0x24,...

I also invetigated it a little more. Our problem here is the difference between the code page of dotnet and the DICOM standard. So, I tried to use the ICU...

I think we can just give up here, we have too many problems to solve. 😂 The DICOM standard defines some character sets. These character sets are just "standard". Different...

It seems that your image is too large to encode. The JPEG 2000 codec is maintained in another repo: https://github.com/Efferent-Health/fo-dicom.Codecs The exception is raised there.

You need to put some random strings in the API Token block when you add the Ollama model, otherwise it will not be shown in the system model setting list.

@a48475715 I think it is a bug. Maybe they already fix that in the latest version. @argajeng Just put something here. Your locally deployed Ollama does not need that. But...