Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Maarten Bamelis's user avatar
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 ...
firehelm's user avatar