- It is now possible to add AuditTrail information to tokens
- MainzellisteClient will now use Version 3.2 of Mainzelliste Api
MainzellisteNetworkException
now provide the mainzelliste error response, that caused the exception
This release uses Mainzelliste API 3.0. Because the semantics of the editPatient token have changed, this release is not
generally backwards compatible. Specifically, this affects cases where the editPatient token is used without specifying
the fields that should be editable: In API 2.x and below, this means that all fields are editable. Starting with API
3.0, it means that no field at all is editable, i.e. all editable fields have to be explicitely defined in data item
fields
.
- AddPatientToken and EditPatientToken can handle externally generated IDs in accordance with Mainzelliste API 3.0.
EditPatientToken#setFieldsToEdit()
andEditPatientToken#redirect()
failed when being called with null argument.
- Added JavaScript code for loading identifying data into the user's web browser.
####Bug fix
- Fields added by AddPatientToken#addField did not appear in output of AddPatientToken#toJSON.
####Other changes
- Removed debug messages.
- Removed obsolete test class.
Bug fix: Header for API version was spelled incorrectly.
Initial release.