-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINT 3040]/additional details patient protection (#1286)
* feat: add additional info for plan payments on the backend, db, and gql. Create and export translation * fix: correct field ordering error * Added new fields for funding source, FE * fix: unit test verifies string value instead of pointer address * fix: update snapshots for js --------- Co-authored-by: Patrick Segura <[email protected]>
- Loading branch information
1 parent
13c53ae
commit 84bc61e
Showing
29 changed files
with
2,511 additions
and
89 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ALTER TABLE plan_payments | ||
ADD COLUMN funding_source_patient_protection_info ZERO_STRING, | ||
ADD COLUMN funding_source_r_patient_protection_info ZERO_STRING; | ||
|
||
|
||
COMMENT ON COLUMN plan_payments.funding_source_patient_protection_info IS 'additional information to be provided about the funding source if patient protection info is selected'; | ||
COMMENT ON COLUMN plan_payments.funding_source_r_patient_protection_info IS 'additional information to be provided about the funding source for reconciliation if patient protection info is selected'; |
Oops, something went wrong.