Validating DICOM File -


i have pick valid dicom files folder. can recursively pick files folder have *.dcm extension. file *.dcm picked , such file not valid dicom file.

what best way.

i thought of reading few byte of file , validating.

or

any other method or other exes have validates.

thank you, harsha

edit: solution problem: used dcmftest.exe verification. hope on right track. -harsha

validating dicom file not easy task considering different mandatory , optional tags present in different iods. think better use existing solution this. can take @ dcmcheck dcmtk this.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -