How to create a BMI calculator in Text Blaze

Don’t you hate taking out your calculator every time you need to perform a medical calculation? :slightly_frowning_face:

Well, let Text Blaze do it for you!

bmi-new

With Text Blaze, you can create snippets that automatically perform medical calculations, streamline your note-taking, and a lot more :fire:

Instead of doing it manually, all you have to do is type a shortcut and Text Blaze will do it for you!

For example, the snippet below can help you calculate BMI for a patient in < 5 seconds.

Weight: {formtext: name=weight} (lbs)
Height: {formtext: name=height} (ins)
BMI: {BMI=(weight/height^2)*703}{=bmi; format=,.2f}

Check out our video guide and written guides for more information!

As always, feel free to reach out if you have questions or need any help!

We're more than happy to build any snippets/calculators you can think of :wink:

2 Likes