Feature #1247
closed
- Status changed from New issue to Needs Testing
- % Done changed from 0 to 100
- Assignee changed from Artem Bakhmat to Alice Gor
Summary:
New api wad added to create transition patient (in the DB it is table "tbltransitionpatients")
POST /api/Patient/CreatePatient
Request data model:
{
"clientId": 0,
"firstName": "string",
"lastName": "string",
"middleInitial": "string",
"dateOfBirth": "2020-01-31T15:07:48.158Z",
"gender": 0, (0 - "Unknown", 1- "Female", 2 - "Male")
"pid": 0
}
Please test.
Swagger: https://develop_feature_ironjab-api.gbglis.xyz/swagger/index.html
- Status changed from Needs Testing to In Progress
The APi is verified in DEV
- Status changed from In Progress to Closed
The APi is tested and verified in DEV
Also available in: Atom
PDF