-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding tag groups for values and fields #120
Conversation
Signed-off-by: vsoch <vsochat@stanford.edu>
Signed-off-by: vsoch <vsochat@stanford.edu>
This is in a good state and ready for review. @wetzelj I've finished adding the functionality that we discussed, along with some basic documentation. The best examples of interacting with get and replace identifiers are likely found in the test files. I wrote documentation for the sections, but didn't write a verbose user tutorial because I'm thinking that #119 will be hugely easier to use (and teach) as a wrapper around get and set, and where you can add functions, define the recipe, etc. So my suggestions for moving forward:
Please take whatever time you need to discuss and review, I'm going to work on other things for the rest of the afternoon. |
@wetzelj let me know when you've been able to test and review, I have a lot of projects at once so I'm working on one feature at a time for deid (and the other projects too!). I think (based on the issues with setting/ getting values, and your comments with JITTER) we should work on that after this. |
And please no rush! I have a crapton of things to work on, as I suspect that you do too, and the current state of the world doesn't make that easier :P |
Too many meetings today! :( I've started to look, but haven't been able to dig in yet. I'll have more dedicated time tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've taken a look at the code and performed some testing. My comments are below.
On the topic of #121... confession time... This is my first project using python, so I have no real experience with or opinions about either of these unit testing frameworks. From a very cursory view, pytest appears clean and less verbose.
94160bb
to
5fe8cbd
Compare
FYI... There's another print() statement in deid\dicom\actions.py - line 54. |
Signed-off-by: vsoch <vsochat@stanford.edu>
okay, removed. I'm probably trying to do too many things at once :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay in reviewing the additional changes. I've been doing some additional testing and these changes have been working well.
Regarding the plan forward... #118 is really one of the higher priority issues from our standpoint, but if you think that #119 should be done first, that's okay too. One other item that I experienced when testing - but I'm not too sure where it should go... In testing, I found that this functionality isn't present yet... with this rule included in the recipe, we fall into the else - "re is invalid variable type for REMOVE." Would you prefer that this be opened as a new issue or incorporated into one of the others? |
That's correct - it's not implemented but instead the
This PR is already quite large - would you be okay with merging this, releasing, and then I'll follow up with adding the REMOVE tags? Note that |
That's perfectly fine with me. |
Awesome! I'll get this in asap, and I am going into 2 hours of calls but I'll try to be sneaking and really be programming at the same time :) I know these fixes are important to you, and I want to support that with maintaining a good sense of urgency to keep things moving! |
https://pypi.org/project/deid/0.1.4/ And conda usually shows up within a few hours. Starting on the additions to remove now (I'm so sneaky!!) |
Description
Related issues: #115
This is the start of work to add the definition of values and fields list to the deid recipe. So far I've:
I haven't tested the second bullet above, and likely will tweak the work based on that.
I still need to:
I will try to work on this a little bit at a time - I'm opening a work in progress PR for now to indicate that this still needs work.