-
Notifications
You must be signed in to change notification settings - Fork 10
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
A value level validation use case, where admiral
is used to validate a small chunk of the data:
#12
Comments
kaz462
pushed a commit
that referenced
this issue
Apr 24, 2023
bms63
added a commit
that referenced
this issue
Jun 12, 2023
Merge remote-tracking branch 'origin/main' into 12_admiral_derive_param_computed # Conflicts: # _freeze/posts/2023-01-09_CICD-spelling/index/execute-results/html.json # _freeze/posts/2023-01-09_welcome/index/execute-results/html.json # inst/WORDLIST.txt # inst/WORDLIST_EXAMPLE.txt # posts/2023-01-09_CICD-spelling/WORDLIST.txt
bms63
added a commit
that referenced
this issue
Jun 16, 2023
bms63
added a commit
that referenced
this issue
Jun 16, 2023
Merge remote-tracking branch 'origin/12_admiral_derive_param_computed' into 9_scope_of_blog_site # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
admiral::derive_param_computed
.ADEX.PARAMCD = ADPCYMG
(Actual Dose per Cycle) based on existing parameters - Actual Dose per Cycle (ADPCYMG) = Total Amount of Dose (TOTDOSE) / Number of Cycles (NUMCYC);admiral::derive_param_computed
can add a parameter computed from the analysis value of other parameters.In this example,
ADEX.AVAL (where ADEX.PARAPMCD = ADPCYMG)
= ADEX.AVAL (where ADEX.PARAPMCD = TOTDOSE) / ADEX.AVAL (where ADEX.PARAPMCD = NUMCYC)
Originally posted by @kaz462 in #2 (comment)
The text was updated successfully, but these errors were encountered: