-
Notifications
You must be signed in to change notification settings - Fork 1
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
Data Dictionary V1.23 #434
Conversation
…ubmitted if radiation_boost is 'yes'
…d not apply here)
remove retriction to accept negative numbers as well
375 radiation boost
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.
Looks good, left a couple suggestions and a question, that all can be ignored.
loadObjects(radiation, | ||
{ | ||
"radiation_boost": "yes", | ||
"reference_radiation_treatment_id": "tr2" |
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.
Will there ever be a case when treatment ID is "unknown" or other generic values? if so, is that valid?
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.
@justincorrigible you pointed out a valid use case. However based on the current validation rule, if indicating radiation_boost
as yes
while treatment ID is "Unknown", the program will need to apply exception on field reference_radiation_treatment_id
.
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.
Sounds like something to be addressed in a different PR.
This one is good to go 👍
If you are DCC admin, you can use the following test files to test the dictionary updates:
|
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.
Ship it!
Update:
Both dictionary changes have been tested successfully in QA.