Parameterised Document creation
R
Richard Bosworth
Allowing Form (input) based parameterised Document templating would enable more flexible templates. For example, creating a template for Imaging Request, which would then accept a Form with a parameter of "Modality". Or equally, a Referral template that accepts "Speciality" and "Attachments" fields.
Currently, the workaround is instructing the template to "repeat for each imaging modality" mentioned in the notes.
I imagine specifying a single modality would guide the LLM better. When making changes using Ask Heidi, instead of regenerating all of the imaging modalities, changes would be quicker.
Some form fields could be optional, and if left blank, could be implied from the noting.
Canny AI
Merged in a post:
Variables in templates
R
Richard Bosworth
Hi,
Please could we get custom variables when generating templates. So, set these in the template creator. Then show a form when generating documents with the required variables (could be just text, could be numbers/sliders etc), then just include these values in the template dynamically before creating the document.
So template could be:
Referral to {specialty}
Then vars would be:
Specialty
Input on form:
Specialty = Diabetes Team
Then template would be adjusted so:
Referral to Diabetes Team
---
Could then be clever and have e.g. vars of "Style"/"Formatting":
Style = Concise/One-Line/Verbose
Then in the template:
[letter] (Using a {style} style, generate this letter)