c++ - How to read DICOM file from buffer using MERGECOM tools? -


for reading simple dicom file, use following line.

mc_open_file( applid, msgid, &cbinfo, mediatofileobj ); 

in case if have buffer cbinfo structure filled values, how use function???

i tried adding own function in mediatofileobj, became loop inside that.. how on come issue ?

never work on library if need regarding gdcm library can tell you.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -