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
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