Project

General

Profile

Actions

Feature #1479

closed

Feature #1039: Feature - Visits screen

Feature #1045: Req. - Visits - show a visit

Req. - Visits - show a visit - back-end part

Added by Olga Bakhmat almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Alice Gor
Category:
-
Target version:
-
Start date:
01/30/2020
Due date:
% Done:

100%

Actions #1

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

Actions #2

Updated by Alice Gor almost 6 years ago

  • Status changed from Needs Testing to Closed

The API Is tested and verified in DEV

Actions #3

Updated by Alice Gor almost 6 years ago

  • Status changed from Closed to In Progress
Actions #4

Updated by Alice Gor over 5 years ago

  • Status changed from In Progress to Closed

The Api is verified and tested in DWV

Actions

Also available in: Atom PDF