Project

General

Profile

Actions

Feature #1245

closed

Feature #1021: Feature - Add visit from Menu

Feature #1028: Req. - New visit - Image Gallery section

Feature #1031: Req. - Image Gallery section - Get a pictures

Image Gallery section - Get a pictures - back-end part

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

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

100%

Actions #2

Updated by Olga Bakhmat almost 6 years ago

  • Status changed from New issue to Needs Testing
  • % Done changed from 0 to 100
Actions #3

Updated by Artem Bakhmat almost 6 years ago

  • Assignee changed from Artem Bakhmat to Alice Gor

Summary: pictures should be retrieved using below api:
GET /api/Patient/GetPatientVisitData/{visitId}

Response data example model (visitImages property):

{
"id": 0,
"dateCreated": "2020-01-31T15:40:16.985Z",
"dateModified": "2020-01-31T15:40:16.985Z",
"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 #4

Updated by Alice Gor almost 6 years ago

  • Category set to GUI Backend
Actions #5

Updated by Alice Gor over 5 years ago

  • Status changed from Needs Testing to Closed

The feature is implemented in DEV

Actions

Also available in: Atom PDF