Questions tagged [dicom]

Digital Imaging and Communications in Medicine (DICOM) standard defines formats for storing and communicating medical images. Non-programming specific questions about DICOM are off-topic for Stack Overflow. For questions related to a specific tool-kit, use a more specific tag in addition to, or instead of, this tag.

Digital Imaging and Communications in Medicine (DICOM) standard defines formats for storing and communicating medical images. It's used to enable interoperability between applications from multiple manufacturers which store or communicate medical images.

Further details can be found at the DICOM Wikipedia page or DICOM Homepage.

1158 questions
-1
votes
0 answers

what is the difference between dicom transfer syntax 1.2.840.10008.1.2.4.57 and 1.2.840.10008.1.2.4.70?

what is the difference between dicom transfer syntax 1.2.840.10008.1.2.4.57 and 1.2.840.10008.1.2.4.70? i am new to compressed dicom data, i have only a basic understanding of jpeg format. i have gone through the dicom…
Sarath S
  • 29
  • 6
-1
votes
1 answer

Using Pseudo Color Softcopy Presentation State with Weasis dicom viewer

I plan to use Pseudo Color Softcopy presentation state(PCSPS) to map pixel values from grayscale space to rgb space. I don't want set the photometric interpretation in the original dicom file to 'Palette color'(it's MONOCHROME2) and add color lut to…
bharys
  • 182
  • 2
  • 10
-1
votes
1 answer

Python DICOM--pixel dimension

I beginner in DICOM file, how to find pixel dimension or dim in these files? As we find these elements in the nifti files!
leila mm
  • 17
  • 3
-1
votes
1 answer

Reading DICOM file formats

I have used Evil DICOM library to read a DICOM file.It is displaying the Raw DICOM file correctly but it is not displaying the other formats.Plz suggest me solution or suggest me any other C# library which reads all the formats correctly.
Mahtab
  • 265
  • 2
  • 5
  • 14
-1
votes
2 answers

Retrieving dicom files in wireless Network from server

I am trying to retrieve Dicom from Server. I have a Conquest server. I am trying to retrieve images from this server to our own application. But its showing the error. The AE title which i entered in ACRAENAMA list is not Authenticated. I am able to…
pendem
  • 29
  • 1
  • 1
  • 5
-1
votes
1 answer

I tried to send dicom file using dcmsend getting "Association Request Failed: 0006:0321 Unrecognized PDU type: 53"

I tried to send dicom file using dcmsend getting "Association Request Failed: 0006:0321 Unrecognized PDU type: 53" Getting response as follow D: $dcmtk: dcmsend v3.6.3+ DEV $ D: I: checking input files ... D: adding DICOM file…
-1
votes
2 answers

How can i CSTORE pixel data of dicom from CMOVE properly?

I have 1 running server for handle C-Move, 2 running server for handle C-Store and remote pacs server(GEPACS) When i tried to C-Move command from remote pacs to C-Store handler, 1 server(py-netdicom) is build and save the file properly and 1…
Moon
  • 11
  • 5
-1
votes
1 answer

How to load DICOM pixel data in browser preserving HU values?

I need to display the DICOM images in a browser. This requires, the DICOM to be converted to PNG (or any other compatible) format. I also need to calculate some overlay pixels based on dynamic input from the user. On conversion to PNG, I am getting…
Neeba
  • 1
  • 2
-1
votes
2 answers

Trouble getting `storescu` working by accessing from external IP aws/nvidia clara

Set up Nvidia Clara on a AWS instance in through Kubernetes. I run my dicom adapter through clara and it is running on POD. I activate the listener by running storescp -v --fork -aet DCM4CHEE 104 which shows as listening If i locally run storescu…
The BrownBatman
  • 2,593
  • 1
  • 13
  • 29
-1
votes
1 answer

How to set window center and window width for Saggital and Coronal views?

I have a stack of axial dicom images, and I'm interested in displaying the saggital and coronal views. Because each dicom has a 'WindowCenter' and 'WindowWidth' tag, I want to know if there is any standard practice when it comes to using these…
c3y
  • 39
  • 5
-1
votes
1 answer

issue for special chacractor in parse dicom have Korean patient name

I am using daikonjs(https://github.com/rii-mango/Daikon) to parse dicom file. But I am having trouble with korean, and patient name after parse return include some special symbols. But when I used radiAnt application or dicom4che, result have not…
Mi Phạm
  • 11
  • 2
-1
votes
1 answer

Is it a valid approach to copy paste unequal dataset to make em all equal?

I am working with Medical Images (DICOM Images) to classify them into three different class diseases, but I don't have equal distribution of training images for each class. Is it a valid approach to just copy and paste the unequal ones until they…
Mike
  • 21
  • 1
  • 4
-1
votes
1 answer

How to calculate Window width and center of DICOM image from VOILut tag

in a dicom image file WW and WC/WL are not included but VOI Lut tag is present and i want to calculate WW and WL from it
-1
votes
1 answer

How can I add metadata to a dicom file?

This is in continuation with other question. I am trying to obtained a dicom file from a jpg image and some metadata I writte myself in the java program. I have this code for adding metadata but it seems to be incomplete, so I don´t know what else I…
celia
  • 67
  • 9
-1
votes
3 answers

how to add metadata to an image (with java code) and then convert it to dicom

I found a java code that converts a jpg and a Dicom(it takes the metadata fri¡om that one) files to a final Dicom one. What I want to do is convert the jpg image into a Dicom one, generating the metadata with java code. BufferedImage jpg =…
celia
  • 67
  • 9