GNU Health - Bugs: bug #44076, Need patient evaluation document...
You are not allowed to post comments on this tracker with your current authentication level.
bug #44076: Need patient evaluation document digest
| Submitter: | Luis Falcon <meanmicio> | ||
| Submitted: | Sat 24 Jan 2015 11:25:56 AM UTC | ||
| Category: | Functionality | Severity: | 4 - Important |
| Item Group: | None | Status: | Fixed |
| Privacy: | Public | Assigned to: | meanmicio |
| Open/Closed: | Closed | Release: | 2.7.0 |
| Module: | health_crypto | Component: | None |
|
Mon 26 Jan 2015 07:50:17 PM UTC, comment #1: |
Luis Falcon <meanmicio> |
|
Sat 24 Jan 2015 11:25:56 AM UTC, original submission:
The crypto functionality should be available in for the patient evaluation model. |
Luis Falcon <meanmicio> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 5 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-01-26 | meanmicio | Status | In Progress | Fixed | |
| Open/Closed | Open | Closed | |||
| Release | None | 2.7.0 | |||
| 2015-01-25 | meanmicio | Category | None | Functionality | |
| Status | None | In Progress |
Powered by Savane 3.12.
Corresponding source code

Updated several things related to the crypto module
- JSON encoding support for UNICODE
- Digital signature includes now both the plain text (JSON) and the sha512 digest.
- Patient evaluation and history report now includes the digital signature.
- Models that support crypto go in "read-only" state after signing / closing the document. (instead of the old write method overide ). This gives much more flexibility.