nh_weight
develop

Modules:

  • Open-eObs Base
    • Open-eObs API Wrapper
    • Base Extension
    • Exceptions
    • Helpers
    • Import Validation
    • Extensions to nh_clinical module
    • Extensions to nh_observation module
    • Overdue Tasks
    • Patient Monitoring Exception
    • Patient Placement
    • Hospital Policy
    • Patient Report
    • Open-eObs Settings
    • SQL View Extensions
    • Ward Dashboard
    • Wardboard
    • Wizard
      • Notification Cancellation Wizard
      • Print Observation Wizard
    • Workload
  • Open-eObs ADT GUI
  • Open-eObs Analysis
  • Open-eObs REST API
  • Open-eObs Backup
  • Open-eObs Mobile
  • Open-eObs Mental Health

Observations:

  • Blood Glucose
  • Early Warning Score
  • Food and Fluid
  • Glasgow Coma Scale
  • Neurological Observations
  • Neurovascular Observations
  • Open-eObs Observation
  • Postural Blood Pressure Observations
  • Bristol Stool Scale Observation
  • Urinary Analysis Observation
  • Visual Infusion Phlebitis Score Observation
  • Open-eObs Weight Observation
nh_weight
  • Docs »
  • Open-eObs Base »
  • Wizard »
  • Print Observation Wizard
  • Edit on GitHub

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
print_report(*args, **kwargs)[source]¶
start_time¶
Next Previous

© Copyright 2017, NeovaHealth,BJSS. Revision 8e495601.

Built with Sphinx using a theme provided by Read the Docs.