The document attached is a Compliance GAP Analysis of SENAITE v1.3.2. The purpose of this document is to guide SENAITE LIMS developers and implementers through the FDA’s 21 CFR Part 11 for lab systems.
191001_21CFRPart11_SENAITE_v1.3.2.pdf (94.0 KB)
The document attached is a Compliance GAP Analysis of SENAITE v1.3.2. The purpose of this document is to guide SENAITE LIMS developers and implementers through the FDA’s 21 CFR Part 11 for lab systems.
191001_21CFRPart11_SENAITE_v1.3.2.pdf (94.0 KB)
Thanks for the update on this topic.
What would be really needed from my point of view would be the following:
Is this something, that can be easily done via customization, or is re-coding of deeply buried code required here?
Thanks,
Andreas
To give further input on this, I could imagine something like the following that can be activated on a separate page in “Setup” per function/action/analysis step:
“Modal” with signing step:
improved Audit Log entry:
List to make ticks in checkboxes for required signatures or comments:
What do you think?
See also Signature Policies and regulated environments (including validation)
Cheers.
Thanks @der.einstein for your suggestins. Are really valuable, indeed.
modal window for electronic signature: I would just “force” the re-authentication of current user by only prompting for password, without the need of username.
User rights for each different role: There is no specific “configurable” view for this in SENAITE, but a rolemap file (see available permissions). With enough skills, one could configure the system with new roles and with desired permissions. New permissions might be required.
Ability to link LDAP users: Already supported. Look to plone.app.ldap and/or pas.plugin.ldap. Also a post here: Implementing LDAP
Is this something, that can be easily done via customization, or is re-coding of deeply buried code required here?
The meaning of the word “easy” strongly depends on the perceived complexity of a given problem or solution. Thus, it can drive to false expectations. These modifications are doable, but not something that can be done by adding some snippets here and there. Rather, require a skilled developer with experience in SENAITE, plus time and effort.