独孤九剑

Results 14 comments of 独孤九剑

@nutzlastfan Have you solved the problem? I want Saving Measurements via SR from OHIF. And i am research start. Can you help me provide some information?

@Zaid-Safadi can you give me some help, some suggest?

Yes, I want the studies to be compressed by the DICOMcloud once they are stored to save on disk space. Disk space is expensive. I have very large dicom files...

@Zaid-Safadi I think your ZIP/Unzip use System.IO.Compression idea is good. And now : I found code: StorageSettings.MediaTypes When change mediaTyle use below code: MediaTypes.Add ( new DicomMediaProperties ( MimeMediaTypes.DICOM, DicomTransferSyntax.JPEGLSLossless.UID.UID...

@Zaid-Safadi Hi,can you help me?

Yes, I use DICOMcloud project's STOW-RS to post dicom file . How to store dicom files from multiple hospitals? I think i can change WebObjectStoreService.cs class, I add one new...

@DANIELMWAMBI I have one Question: Is Dicom File's StudyInstanceUid the only one in the world? I'm afraid it will repeat in multiple hospitals.

I think if you data is big. use DICOMcloud's default upload function is Not a good idea. You know the iis web site application has limit for one http post...

I use DICOM.Native64 project's Dicom.Imaging.Codec.JpegLS. In Single thread it is well, But in multithreading use Parallel.ForEach function it will throw error.