...
Next steps is similar to determine authorization method and check OTP/check Documents process on approve patient requestюrequest.
Generate printout form
Invoke MAN to render print form.
Request mapping:
Parameter | Source |
---|---|
id | PREPERSON MERGE REQUEST |
2. Set il.person_request.printout_content
Update object in DB
il.preperson_merge_requests table
Parameter | Source | Description |
---|---|---|
status | Request: status | Status of the request, required. Set APPROVED |
printout_content | text | Generated printout form (PREPERSON MERGE REQUEST) |
updated_by | uuid | Extract user from token |
updated_at | timestamp | Get current date-time |
...