Vanessasaurus

Results 2208 comments of Vanessasaurus

My suspicion is that we aren't including the private tags in the higher level [item that we parse from](), and private tags are handled holistically - e.g., [removed all at...

> Do you have any guess on what could be causing this or how to fix it? To get these insights you need to interactively look at what the code...

This is looking good! Some final points I think: - Let's bump the version and add a note to the changelog - Can you confirm you've tested / like the...

Yes, those are two different functions. You are just running the function to clean the identifiers (headers).

I don't think we ever exposed a command line client to do the cleaning, just replace identifiers. I'd be happy to accept a PR to add one if you think...

I'm not sure I'm following - so let's say you have a dicom with some set of Rows/Columns: ``` parser.dicom.Columns # 2048 parser.dicom.Rows # 1536 ``` What do you want...

I'd be happy to review a PR that makes these changes.