Form Controller¶
- class genomcore.controllers.forms.FormController(*args, **kwargs)¶
Bases:
BaseController- __annotations__ = {}¶
- __firstlineno__ = 14¶
- __static_attributes__ = ('_requester',)¶
- assing(patientIds: List, templateIds: List)¶
Assign Form Records v2.
- Parameters:
patientIds (List) – List of patients Ids
templateIds (List) – List of Template slug or template ID.
- Returns:
A JSON response with the created record parameters.