Bug #1613
closedFeature #1039: Feature - Visits screen
Feature #1044: Req. - Delete a visit
Feature #1514: Req. - Delete a visit - back-end part
After Performing Delete Visit > In Get Patient Visit Id API should return " NULL " Value instead of 0 Object
100%
Description
Steps:
Using Delete Patient Visit API > Delete Visit id : 7
Then
/api/Patient/GetPatientVisitData/{visitId}
Search for the Same Visit id : 7
Response :
AR:
{
"id": 0,
"dateCreated": "2020-02-10T18:53:49.554Z",
"dateModified": "2020-02-10T18:53:49.554Z",
"visitActionStatus": 0,
"visitImages": [
{
"imageId": 0,
"data": "string"
}
],
"physicianId": 0,
"transitionPatientId": 0,
"clientId": 0,
"notes": "string"
}
ER:
It should return a NULL Value
Updated by Artem Bakhmat almost 6 years ago
- Status changed from New issue to Needs Testing
- Assignee changed from Artem Bakhmat to Alice Gor
- % Done changed from 0 to 100
Summary - now it is working as expected, please see screens below
1) when visits exists - https://prnt.sc/r44ir4
2) when visits does NOT exists - https://prnt.sc/r44jro
Please test
Updated by Alice Gor almost 6 years ago
- Status changed from Needs Testing to In Progress
Updated by Alice Gor over 5 years ago
- Status changed from In Progress to Closed
The API is tested and verified in DEV