-
Notifications
You must be signed in to change notification settings - Fork 0
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 DASHBOARD_COLUMNS
to config, with defaults to match current COSRI
#156
Conversation
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!
Let me know if the linter ever becomes too much. Looks like we can configure it auto-fix, if that's of interest
i really like having the linters enabled. good to know auto-fix is an option, not ready for that, yet :) |
patientsearch/config.py
Outdated
}, | ||
{ | ||
"label": "Birth Date", | ||
"expr": "$.birthdate", |
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.
@pbugni I think this should be $.birthDate
(FHIR patient reference)
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 found HAPI is inconsistent with the case of birthDate
, anyhow, thanks for the request, I'm guessing it didn't work as was...
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!
* display custom columns * remove un-intended changes * re-code queries * remove un-needed code * remove extra line * Update PatientListTable.js * add count param Co-authored-by: Amy Chen <clone@cesium.cirg.washington.edu>
First step in implementing #143.