-
Notifications
You must be signed in to change notification settings - Fork 1
[GPCAPIM-255] Controller module #49
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
base: main
Are you sure you want to change the base?
Conversation
1ab29e7 to
fc5b194
Compare
|
ALB Target: |
|
ALB Target: |
| self, | ||
| trace_id: str, # NOSONAR S1172 (ignore in stub) | ||
| body: json_str, # NOSONAR S1172 (ignore in stub) | ||
| nhsnumber: str, # NOSONAR S1172 (ignore in stub) |
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.
nhsnumber won't be needed for this method
| nhsnumber: str, # NOSONAR S1172 (ignore in stub) |
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.
We can get the patient's records without the NHS number? How does the provider know which patient's records to send us?
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.
It's contained as a parameter in the request body, which we just forward on.
|
ALB Target: |
|
ALB Target: |
|
ALB Target: |
|


Description
Creates the controller class that orchestrates calls to the other gateway components and to the GP provider
Context
This module is needed so that we have something that actually calls all the components that we need to call and manages their responses.
Type of changes
Checklist
Sensitive Information Declaration
To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.