MS Word Templates

M

MAR

I’m a physician (radiologist) and also involved with a company in the medical
information systems arena, DR Systems. Inc, based on San Diego. I’m not a
software engineer and something less than a beginner when it comes to VBA. I
wonder if you can help me with the following problem or direct me to a
resource that can.



I’ve been creating templates for radiologists who read MRI, CT’s and other
imaging exams, and have been experimenting with form automation. In the
world of health care information systems, we have some limitations. Often
reports must be handed to other information systems using only HL-7 text
strings. So diagrams, buttons, tables, etc are usually not acceptible.
Also, locking forms can be tricky, since physicians usually want to be able
to both use an automated form, but also change or delete just about anything.
Finally, the reporting doctor doesn’t really want it obvious to the reader
that he used a form.



I’ve learned to still automate report forms using macrobutton fields, hidden
text, toolbar button-activated macros.



With this background, here’s my issue. I’d like to be able to create the
equivalent of a drop-down menu or listbox such that when you select an item,
the selected item appears as text, meaning that you don’t continue to see
evidence of the dropdown. In some cases, I’d like to create the drop down as
part of a macro.



For example, I’d like to show text like: “The left ventricle is normal.â€
If the doctor clicks this text, it should change to:



“The <<?>> segment of the left ventricular myocardium shows <<?>>.â€



Where the <<?>> includes a list of available choices. I’m getting close,
but haven’t figured out how to add the drop down choices without running into
issues related to form locking. For example, I can’t seem to lock just the
drop down. If I had continuous section breaks befor and after the drop-down,
MSWord creates a new line. Also, I’m struggling to create a macro that
itself writes and drop down menu (again, the issue isn’t so much inserting
the menu, but dealing with the locking/unlocking). I’ve tried dealing with
the control toolbox as an alternative, but not successfully.



Also, I use hanging indents in my templates, but run into an issue when the
text is sent to other information systems. A hanging indent doesn’t result
in any sort of HL-7 message, so the formatting is incorrect when displayed on
other systems. I’d love to figure out a way to add a VB instruction in my
templates that automatically adds a tab whenever there is a soft line break.



Can you help or point me to a resource that can? I’m using MSWord2003, but
would jump to 2007 if it’s easier.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top