Project

General

Profile

Actions

Feature #1477

closed

Feature #1039: Feature - Visits screen

Feature #1046: Req. - Visits - add a new visit

Req. - Visits - add a new 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 Olga Bakhmat almost 6 years ago

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

Updated by Artem Bakhmat almost 6 years ago

Summary:
New api was implemented to created visit
POST /api/Patient/CreatePatientVisit
As the result of the api new record should be created in the table tblpatientvisits

{
"physicianId": 0,
"transitionPatientId": 0, // patient id (table tbltransitionpatients)
"clientId": 0, // id of the client (table tblclients)
"notes": "string"
}

Please test.
Swagger: https://develop_feature_ironjab-api.gbglis.xyz/swagger/index.html

Actions #3

Updated by Artem Bakhmat almost 6 years ago

  • Assignee changed from Artem Bakhmat to Alice Gor
Actions #4

Updated by Alice Gor almost 6 years ago

  • Status changed from Needs Testing to In Progress

The API is tested and verified in DEV

Actions #5

Updated by Alice Gor over 5 years ago

  • Status changed from In Progress to Closed

The API is tested and verified in DEV

Actions

Also available in: Atom PDF