# {py:mod}`itkwasm_dicom.structured_report_to_html`

```{py:module} itkwasm_dicom.structured_report_to_html
```

```{autodoc2-docstring} itkwasm_dicom.structured_report_to_html
:allowtitles:
```

## Module Contents

### Functions

````{list-table}
:class: autosummary longtable
:align: left

* - {py:obj}`structured_report_to_html <itkwasm_dicom.structured_report_to_html.structured_report_to_html>`
  - ```{autodoc2-docstring} itkwasm_dicom.structured_report_to_html.structured_report_to_html
    :summary:
    ```
````

### API

````{py:function} structured_report_to_html(dicom_file: os.PathLike, read_file_only: bool = False, read_dataset: bool = False, read_xfer_auto: bool = False, read_xfer_detect: bool = False, read_xfer_little: bool = False, read_xfer_big: bool = False, read_xfer_implicit: bool = False, processing_details: bool = False, unknown_relationship: bool = False, invalid_item_value: bool = False, ignore_constraints: bool = False, ignore_item_errors: bool = False, skip_invalid_items: bool = False, disable_vr_checker: bool = False, charset_require: bool = False, charset_assume: str = '', charset_check_all: bool = False, convert_to_utf8: bool = False, url_prefix: str = '', html_32: bool = False, html_40: bool = False, xhtml_11: bool = False, add_document_type: bool = False, css_reference: typing.Optional[str] = None, css_file: typing.Optional[os.PathLike] = None, expand_inline: bool = False, never_expand_inline: bool = False, always_expand_inline: bool = False, render_full_data: bool = False, section_title_inline: bool = False, document_type_title: bool = False, patient_info_title: bool = False, no_document_header: bool = False, render_inline_codes: bool = False, concept_name_codes: bool = False, numeric_unit_codes: bool = False, code_value_unit: bool = False, code_meaning_unit: bool = False, render_all_codes: bool = False, code_details_tooltip: bool = False) -> str
:canonical: itkwasm_dicom.structured_report_to_html.structured_report_to_html

```{autodoc2-docstring} itkwasm_dicom.structured_report_to_html.structured_report_to_html
```
````
