5.2 How to Create a New Examination Type
To add a new exam (e.g., breast_us
):
- Create a new
FindingsTemplate
entry. - Add the corresponding
request_group
,request_item
, andrequest_type
. - Write a new template for the report output and include all variables.
- Define
vars
for all relevant anatomical measurements or features. - Define
vars_path
for all diagnosis-specific findings (cross-link withcase_data
).