Print Observation Wizard¶
-
class
nh_eobs.wizard.print_observation_report.print_observation_report_wizard(pool, cr)[source]¶ The model is used to capture options selected by the user for a report and then to delegate to ‘nh.clinical.observation_report’ to actually generate it.
The user can select a datetime range that they are interested in using the ‘Start Time’ and ‘End Time’ fields, only patient data created within that time frame will be shown on the generated report.
-
end_time¶
-
get_filename(patient_identifier)[source]¶ Get the date the report was printed and combine that with the supplied patient identifier to create the filename for the report
Parameters: patient_identifier – string representing the Patient’s identifier - Most likely to be the NHS Number Returns: filename for the report Return type: str
-
start_time¶
-