-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from NHSDigital/AMB-2290_upgrade_test_suite_re…
…cordforwarder Amb 2290 upgrade test suite recordforwarder
- Loading branch information
Showing
14 changed files
with
801 additions
and
1,023 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,12 @@ | ||
"""Constants for recordforwarder""" | ||
|
||
IMMS_BATCH_APP_NAME = "Imms-Batch-App" | ||
|
||
class Constants: | ||
"""Constants for recordforwarder""" | ||
|
||
ack_headers = [ | ||
"MESSAGE_HEADER_ID", | ||
"HEADER_RESPONSE_CODE", | ||
"ISSUE_SEVERITY", | ||
"ISSUE_CODE", | ||
"ISSUE_DETAILS_CODE", | ||
"RESPONSE_TYPE", | ||
"RESPONSE_CODE", | ||
"RESPONSE_DISPLAY", | ||
"RECEIVED_TIME", | ||
"MAILBOX_FROM", | ||
"LOCAL_ID", | ||
"IMMS_ID", | ||
"OPERATION_OUTCOME", | ||
"MESSAGE_DELIVERY", | ||
] | ||
class Operations: | ||
"""Class containing the CRUD operation lambdas which can be invoked by the batch process""" | ||
|
||
IMMS_BATCH_APP_NAME = "Imms-Batch-App" | ||
CREATE = "CREATE" | ||
UPDATE = "UPDATE" | ||
DELETE = "DELETE" | ||
SEARCH = "SEARCH" |
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
Oops, something went wrong.