Feature #1479
closed
- Assignee changed from Artem Bakhmat to Alice Gor
Summary
New api was added to get data about visits
GET /api/Patient/GetPatientVisitData/{visitId}
Response data:
{
"id": 0,
"dateCreated": "2020-01-31T16:24:16.712Z",
"dateModified": "2020-01-31T16:24:16.712Z",
"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
- Status changed from Needs Testing to Closed
The API Is tested and verified in DEV
- Status changed from Closed to In Progress
- Status changed from In Progress to Closed
The Api is verified and tested in DWV
Also available in: Atom
PDF