Actions
Feature #1248
closedFeature #1021: Feature - Add visit from Menu
Feature #1023: Req. - Open “New visit” screen by the link
Implement Save Visit api (back-end)
Status:
Closed
Priority:
Normal
Assignee:
Alice Gor
Category:
-
Target version:
-
Start date:
01/09/2020
Due date:
% Done:
100%
Updated by Olga Bakhmat almost 6 years ago
- Status changed from New issue to In Progress
Updated by Olga Bakhmat almost 6 years ago
- Status changed from In Progress to Needs Testing
Updated by Artem Bakhmat almost 6 years ago
Summary:
New api POST /api/Patient/CreatePatientVisit was implemented to save visits.
Example request body:
{
"physicianId": 0,
"transitionPatientId": 0,
"clientId": 0,
"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