I have it working. The important thing with flask are the routes which establish a connection between the client and the server. Config on both C and CS contain the same route names.
- Log in to post comments
I have it working. The important thing with flask are the routes which establish a connection between the client and the server. Config on both C and CS contain the same route names.
This is kinda related. Is there another term for
I set
Set httpRequest.Server = "127.0.0.1"
Set httpRequest.Port = "8080"
Request from OS
from the server side log
Response 127.0.0.1 - - [25/Feb/2024 10:44:58] "POST /collect_patient_information HTTP/1.1" 200 -
Status on ObjectScript on Response.
Something is getting lost between Server Python and client OS
It looks like I will have to dig into the CV code and find the method that handles the response from the patient query. If response is no results then trigger a form to collect info to send via a BPL to a destination for manual lookup from documents.
1. User searches for patient on clinical viewer
2. Patient Not Found
3. Form pops up to fill in patient demographic information
4. Submit button is pushed
5. Data sent to backend for processing
6. Backend authenticates user through IRIS authentication or delegated authentication (AD/LDAP/local)
7. After authentication, HL7 message is built
8. A request is constructed to be sent to Health Connect Service API
9. The constructed request containing HL7 message is sent to the API
10 The API endpoint handles the request, triggering Health Connect workflow