https://github.com/digital-clinical-safety-alliance/dcb0129-mkdocs-template
---
title: Hazard Log
---
# {{ project_name }} Hazard Log
In keeping with our commitment to transparency and openness, our Hazard Log is publicly visible and managed in GitHub using the Issues feature.
Pros
Cons
A framework for aiding security and compliance in modern healthcare software development
For the last two points, this is short term pain for long term gain, as we would ultimately be building better and safer systems.
exception KeyError
exception ValueError
exception MemoryError
exception RuntimeError
def BMI(self, weight: float, height: float) -> float:
"""Work out BMI from weight
Calculate the weight of the patient. Uses metric units
Args:
weight (float): weight of the patient in kilograms
height (float): height of the patient in meters
Returns:
float: BMI of the patient
Raises:
ValueError: wrong weight range
ValueError: wrong height range
Hazards:
WrongPatient (1): The wrong patient
WrongDemograhics (2): The wrong patient gender
"""
dcsp.information@gmail.com