Skip to content
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

Add row duplication during transformation #4

Open
MNic opened this issue Jun 14, 2019 · 0 comments
Open

Add row duplication during transformation #4

MNic opened this issue Jun 14, 2019 · 0 comments

Comments

@MNic
Copy link

MNic commented Jun 14, 2019

This would be nice functionality to fix our classic Blood Pressure issue. We'd like to be able to use transformers to split the value of a row and create a row copy in all other positions.

There are some real complexities with this though regarding order of transformations and any additional transformations that occur on the mostly duplicated row. I could imagine a scenario where we prioritize these 'duplication' type transformers first then run any other transformers on the resulting row set. We'd be limited to doing this once per row unless we bake in row de-duplication.

I haven't started working on this one yet, but would definitely dig into it if it's something that could be added cleanly.

Example

Input

patient vital value
A BP 120/80

Output

patient vital value
A SBP 120
A DBP 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant