-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Becker
committed
Feb 9, 2022
1 parent
ee1e183
commit 54467c6
Showing
2 changed files
with
86 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
interactions: | ||
- request: | ||
body: '{}' | ||
headers: | ||
Accept: | ||
- '*/*' | ||
Accept-Encoding: | ||
- gzip, deflate | ||
Connection: | ||
- keep-alive | ||
Content-Length: | ||
- '2' | ||
User-Agent: | ||
- python-requests/2.27.1 | ||
authorization: | ||
- EPIC_AUTHORIZATION | ||
content-type: | ||
- application/json | ||
cookie: | ||
- EPIC_COOKIE | ||
epic-client-id: | ||
- EPIC_CLIENT_ID | ||
epic-user-id: | ||
- PENNSIGNALS | ||
epic-user-idtype: | ||
- external | ||
method: POST | ||
uri: https://interconnectbgprod.uphs.upenn.edu/interconnect-prd-web/api/epic/2011/clinical/patient/addflowsheetvalue/flowsheetvalue?Comment=0&ContactID=133713371&ContactIDType=CSN&FlowsheetID=0000000000&FlowsheetIDType=external&FlowsheetTemplateID=0000000000&FlowsheetTemplateIDType=external&InstantValueTaken=2019-09-18T17%3A19%3A23Z&PatientID=1337133713&PatientIDType=UID&UserID=PENNSIGNALS&UserIDType=external&Value=0.5 | ||
response: | ||
body: | ||
string: '{"Message":"An error has occurred.","ExceptionMessage":"An error occurred while executing the command: DATA_NOT_SAVED details: There was an error filing data. Data was not saved.."}}' | ||
headers: | ||
Cache-Control: | ||
- no-cache,no-store | ||
Content-Length: | ||
- '183' | ||
Content-Type: | ||
- application/json; charset=utf-8 | ||
Date: | ||
- Wed, 19 Jan 2022 20:14:44 GMT | ||
Expires: | ||
- '-1' | ||
Pragma: | ||
- no-cache | ||
Server: | ||
- Microsoft-IIS/8.5 | ||
X-AspNet-Version: | ||
- 4.0.30319 | ||
X-Powered-By: | ||
- ASP.NET | ||
status: | ||
code: 400 | ||
message: 'An error occurred while executing the command: DATA_NOT_SAVED details | ||
: There was an error filing data. Data was not saved..' | ||
version: 1 |
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