Actions
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
Status:
Closed
Priority:
Normal
Assignee:
Alice Gor
Category:
-
Target version:
-
Start date:
02/10/2020
Due date:
% Done:
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
Actions