-
Notifications
You must be signed in to change notification settings - Fork 14
Fix #611: Update library to be compatible with updates to rawplus data standard in clindata. #700
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
Conversation
cc: @gwu05 |
…ion documentation
We likely need Vinh to update the rawplus_lb data set - currently the subjectid vs subjid is causing issues since I can't re-create the identifier, for rawplus_ie and rawplus_consent as well to update the column names (right now it's "SubjectID") |
Also not sure how the strStudyCompletionFlagVal is working with default setting of "TRUE" when the values are "Y" and "N"? |
Was able to get AE, SAE, etc., PD, IPD, etc. working , but was not able to get IE, LB, Consent, Disp working completely (some worked but have questions) |
There's also something funky going on with the subjectID derivations (we'll probably need to follow-up with Vinh) Basically, there's usually INVID vs SITENUMBER vs SITEID and how you put them all together to turn into subjectid |
@gwu05 @samussiah Just an FYI - I just merged in some of Matt's recent updates that are in |
@gwu05 generally we want to use @jwildfire's thought is to rely on the workflows to filter the input data prior to mapping. I like this idea but if we just want to run a mapping function I'm not sure what the best approach is. |
Will this cover #681 when it's approved? |
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.
This all looks great!
Going to merge with some notes about next steps:
- Unit tests will be failing. Looking to future development, we will be doing some moderate refactoring, so only going to clean up
*_Map
unit tests. - Experimental workflows need to be fixed
- Report does not run (which is fine, we'll be updating this at the end of, or after
v1.3.0
)
Overview
Updates to data model to sync with recent updates in {clindata}
Test Notes/Sample Code
My verbose test code is below.
Notes: