-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(study): complete person name query
- Modify the compose way of person name queries - Have a query and field (may be used later to distinguish fields) attrs - The outer structure should be Field: Query Method - Modify the content returned by querybuilder to sequelize's query Option - Patient Name needs to join with Patient and Person name for querying - Add ReferringPhysicianName foreign key to Study - ReferringPhysicianName query by joining only with Person Name
- Loading branch information
1 parent
73d8e97
commit 7ac8ace
Showing
3 changed files
with
91 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters