forms.py

This module contains the forms for profile editing by a secretary and als for the manager to search for a secretary.

Class definitions:

class apps.healthperson.secretariat.forms.SecretarySearchForm(*args, **kwargs)[source]

Bases: core.forms.BaseForm

Search for a secretary by last_name or specialism, used by a manager.

class apps.healthperson.secretariat.forms.SecretaryEditForm(*args, **kwargs)[source]

Bases: apps.account.forms.BasePasswordProfileEditForm

Edit secretary profile/personalia form

class apps.healthperson.secretariat.forms.SecretaryAddForm(*args, **kwargs)[source]

Bases: apps.account.forms.BaseProfileEditForm

Add new secretary form