rexcardan / Evil-DICOM

A C# DICOM Library
171 stars 98 forks source link

filter private elements and set read string encoder and etc. #36

Closed DMIAOCHEN closed 7 years ago

DMIAOCHEN commented 8 years ago

Hi,

i want a function that when read one tag that can filter private sequences and it's element, for example, file has two 00280011(COLUMNS tag), one is under the private sequence, an one is i need, when i use findfirst, it always get the private one.

second the DICOMData 's tostring , i think is not everyone like use '|' split, so i add a parameter.

another the default DICOMString's encoder is utf8 and can not change , but i want GB2312, so add a set interface