Feature #1252
closed
- Assignee changed from Artem Bakhmat to Vladimir Krisyuk
- Assignee changed from Vladimir Krisyuk to Olga Bakhmat
- Assignee changed from Olga Bakhmat to Artem Bakhmat
Summary:
New api POST /api/Patient/UpdatePatientVisit for editing patient visits.
Related table in the database - tblpatientvisits
Example request partameters:
{
"id": 7,
"dateCreated": "2020-01-31T15:07:56.231Z",
"dateModified": "2020-01-31T15:07:56.231Z",
"imageIdsToDelete": [1],
"physicianId": 60876,
"transitionPatientId": 5,
"clientId": 10560,
"notes": "string"
}
Please test.
Swagger: https://develop_feature_ironjab-api.gbglis.xyz/swagger/index.html
- Status changed from New issue to Needs Testing
- Assignee changed from Artem Bakhmat to Alice Gor
- % Done changed from 0 to 100
- Status changed from Needs Testing to In Progress
- Assignee changed from Alice Gor to Artem Bakhmat
While executing the Update Patient visit
Please note : The below mentioned fileds need not be enabled for the user to modify .
- "dateCreated": "2020-01-31T15:07:56.231Z",
"dateModified": "2020-01-31T15:07:56.231Z",
- Status changed from In Progress to Needs Testing
- Assignee changed from Artem Bakhmat to Alice Gor
- Status changed from Needs Testing to In Progress
- Status changed from In Progress to Closed
The Api is verified and tested in DWV
Also available in: Atom
PDF