Open-eObs NEWS OLAP Report¶
-
class
news.nh_eobs_news_report(pool, cr)[source]¶ -
clinical_risk¶ Basic string field, can be length-limited, usually displayed as a single-line string in clients
Parameters:
-
date_scheduled¶
-
date_terminated¶
-
delay¶ The precision digits are given by the attribute
Parameters: digits – a pair (total, decimal), or a function taking a database cursor and returning a pair (total, decimal)
-
location_str¶ Basic string field, can be length-limited, usually displayed as a single-line string in clients
Parameters:
-
minutes_early¶ The precision digits are given by the attribute
Parameters: digits – a pair (total, decimal), or a function taking a database cursor and returning a pair (total, decimal)
-
not_on_time¶
-
on_time¶
-
previous_risk¶ Basic string field, can be length-limited, usually displayed as a single-line string in clients
Parameters:
-
previous_score¶ Basic string field, can be length-limited, usually displayed as a single-line string in clients
Parameters:
-
score¶ Basic string field, can be length-limited, usually displayed as a single-line string in clients
Parameters:
-
staff_type¶ Basic string field, can be length-limited, usually displayed as a single-line string in clients
Parameters:
-
trend_down¶
-
trend_same¶
-
trend_up¶
-
user_id¶ The value of such a field is a recordset of size 0 (no record) or 1 (a single record).
Parameters: - comodel_name – name of the target model (string)
- domain – an optional domain to set on candidate values on the client side (domain or string)
- context – an optional context to use on the client side when handling that field (dictionary)
- ondelete – what to do when the referred record is deleted;
possible values are:
'set null','restrict','cascade' - auto_join – whether JOINs are generated upon search through that
field (boolean, by default
False) - delegate – set it to
Trueto make fields of the target model accessible from the current model (corresponds to_inherits)
The attribute comodel_name is mandatory except in the case of related fields or field extensions.
-
ward_id¶ The value of such a field is a recordset of size 0 (no record) or 1 (a single record).
Parameters: - comodel_name – name of the target model (string)
- domain – an optional domain to set on candidate values on the client side (domain or string)
- context – an optional context to use on the client side when handling that field (dictionary)
- ondelete – what to do when the referred record is deleted;
possible values are:
'set null','restrict','cascade' - auto_join – whether JOINs are generated upon search through that
field (boolean, by default
False) - delegate – set it to
Trueto make fields of the target model accessible from the current model (corresponds to_inherits)
The attribute comodel_name is mandatory except in the case of related fields or field extensions.
-