Actions
Feature #1479
closedFeature #1039: Feature - Visits screen
Feature #1045: Req. - Visits - show a visit
Req. - Visits - show a visit - back-end part
Status:
Closed
Priority:
Normal
Assignee:
Alice Gor
Category:
-
Target version:
-
Start date:
01/30/2020
Due date:
% Done:
100%
Updated by Artem Bakhmat almost 6 years ago
- Assignee changed from Artem Bakhmat to Alice Gor
Summary
New api was added to get data about visits
GET /api/Patient/GetPatientVisitData/{visitId}
Response data:
{
"id": 0,
"dateCreated": "2020-01-31T16:24:16.712Z",
"dateModified": "2020-01-31T16:24:16.712Z",
"status": 0,
"visitImages": [
{
"imageId": 0,
"data": "string"
}
],
"physicianId": 0,
"transitionPatientId": 0,
"clientId": 0,
"notes": "string"
}
Please test.
Swagger: https://develop_feature_ironjab-api.gbglis.xyz/swagger/index.html
Updated by Alice Gor almost 6 years ago
- Status changed from Needs Testing to Closed
The API Is tested and verified in DEV
Updated by Alice Gor almost 6 years ago
- Status changed from Closed to In Progress
Updated by Alice Gor over 5 years ago
- Status changed from In Progress to Closed
The Api is verified and tested in DWV
Actions