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
Post a Comment