Questions tagged [fo-dicom]

The Fellow Oak DICOM library provides extensive coverage of the DICOM standard to applications using the .NET Framework and .Net Core.

Fellow Oak DICOM (fo-dicom) is a .NET library that provides extensive coverage of the DICOM standard used for the storage and transfer of medical images.

96 questions
0
votes
1 answer

How to determine which transfer syntax to use for each DICOM image?

I'm very new to DICOM protocol, and I'm having a questions related to "Transfer Syntax" that needs to be chosen, before sending the images. I have a list of images that I want to send to a remote server. Images in that list can be in one of the…
delux
  • 1,694
  • 10
  • 33
  • 64
0
votes
1 answer

How to list DICOM studies from local server (local AETitle)?

I'm using DicomObjects Library for manipulations with DICOM files. I'm using just the base commands and so far this is my working code: var queryFind = new DicomObjects.DicomQuery { Node = "remoteIPaddress", Port =…
delux
  • 1,694
  • 10
  • 33
  • 64
0
votes
1 answer

fo-dicom DicomTag.ModalitiesInStudy

How can I get all String Values DicomTag.ModalitiesInStudy Current command that i use returns only one Modality from 3 : response.Dataset.[Get](Of String)(DicomTag.ModalitiesInStudy) Screen Shot Thank
-1
votes
1 answer

Fo-Dicom addupdate,delete and search Header Tages

Is there anyone who can help me to add update,delete and search functionality in Dicom header with fo-dicom. i want to save image pixel data in dicom header. im working in https://github.com/fo-dicom/fo-dicom In desktop c#
-1
votes
1 answer

FO-DICOM C-MOVE response: "Cannot understand"

var cmove = new DicomCMoveRequest(AEServer, studyUID); // AEServer is my server name which listening for a C-STORE request. var client = new DicomClient(); client.AddRequest(cmove); client.Send(ip, port, false, AEClient, serverName); // AEClient…
dremerDT
  • 96
  • 3
  • 11
-2
votes
1 answer

Why these dicom files exported by GDCM cannot be recongnized correctly by 3D Slicer?

I exported multiple slices of the same series (and the same study) using GDCM in C++. The data is attached here. But it seems that 3D Slicer cannot recognize these files correctly: Each dcm file was recognized as a volume After import, nothing…
Shannon
  • 323
  • 1
  • 11
1 2 3 4 5 6
7