Graphic pain map-like form. How to make it?

avantsys wrote on Monday, July 02, 2012:

Hello everyone,

We’d like some help on making a form that has the same functionality as the graphic pain map. It has to do pretty much the same kind of things as the graphic pain map, i.e. the doctor must be able to click on various parts of the image and then the system will open up pop-ups in which he’ll enter certain values. However, it will need to differ from the original in the following manner: it must not ask the doctor to put the label, but each area of the image will need to have its own label that will be automatically added as the label for the data in the form.

For instance, if we have a section of a human heart with its arteries etc, when the user clicks on an artery, the label in the pop-up must be “Artery X” or whatever (instead of “1”, “2” etc that is the case in the graphic pain map).

Any ideas here?

Konstantinos
AvantSys Informatics

mcaloon wrote on Monday, July 02, 2012:

Konstantinos,
    I am adding a “tooltip” capability to the external dataloads code where user mouseover events display the desired message. You may need to partition your images to get desired "rollover"areas to match up with your messages.

Mac