Review Frequency Escalation Task

class nh_observations.notifications.nh_clinical_notification_frequency(pool, cr)[source]

This notification addresses the specific need of an observation frequency that needs to be reviewed by the medical staff.

complete(*args, **kwargs)[source]
frequency
Parameters:
  • selection – specifies the possible values for this field. It is given as either a list of pairs (value, string), or a model method, or a method name.
  • selection_add – provides an extension of the selection in the case of an overridden field. It is a list of pairs (value, string).

The attribute selection is mandatory except in the case of related fields or field extensions.

observation

Very similar to Char but used for longer contents, does not have a size and usually displayed as a multiline text box.

Parameters:translate – whether the value of this field can be translated
set_form_description_frequencies(available_frequencies)[source]

Sets frequencies that appear in the tasks dropdown in the GUI.

Parameters:available_frequencies (list) – a list of integers
Returns: