All Questions
2 questions
0
votes
2
answers
308
views
Use DCMTK to read a JSON-formatted DICOM dataset
OFFIS DICOM Toolkit (DCMTK) offers functionality to convert a DICOM dataset to JSON (see below) but can the toolkit be used to read a JSON-formatted dataset somehow?
The C++ implementation can write ...
0
votes
2
answers
1k
views
Multiframe Ultrasound DICOM file creation
I am new at DICOM and DCMTK. I have a set of BITMAP Ultrasound data that I would like to save as a lossless DICOM file.
After loadding the data in a queue frame_queue and setting all the mandatory ...