compliance_check_html¶
Functions
|
Generate an HTML report of DICOM header comparison, highlighting mismatches. |
|
Load an HTML template from the template.html file |
- compliance_check_html.generate_html_report(check_result, template_path)[source]¶
Generate an HTML report of DICOM header comparison, highlighting mismatches.
- Parameters:
check_result (CheckResult) – Output from the check_header function, containing the comparison results.
template_path (str)
- Returns:
HTML string with results formatted using a Jinja2 template.
- Return type:
str