Actions
Feature #1477
closedFeature #1039: Feature - Visits screen
Feature #1046: Req. - Visits - add a new visit
Req. - Visits - add a new 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 Olga Bakhmat almost 6 years ago
- Status changed from New issue to Needs Testing
- % Done changed from 0 to 100
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
Updated by Artem Bakhmat almost 6 years ago
- Assignee changed from Artem Bakhmat to Alice Gor
Updated by Alice Gor almost 6 years ago
- Status changed from Needs Testing to In Progress
The API is tested and verified in DEV
Updated by Alice Gor over 5 years ago
- Status changed from In Progress to Closed
The API is tested and verified in DEV
Actions