Bowels Open Observation

class nh_observations.observations.nh_clinical_patient_observation_bowels_open(pool, cr)[source]

Represents the action of observing if a patient has the bowels open or not.

bowels_open
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.