This is one of the first lesson I've learned by myself from the first day
I've started my career on the IT world... when you have a doubt, a problem that
you can't solve, you want to have an input for a good idea or a good way to
solve a problem, the community is the better way to do this.
So guys, I'm here to ask you something this time... are you prepared?
In summary, I've to build a Windows Form application (that have to interact
with some MBS products) where users can open a medical image for a patient, sign
the image to put patient's problem in evidence and store this data into a
database. The graphical way to act I think should be something like the standard
Paint application on Windows, where this time your dashboard must be the loaded
image. Users can sign different parts of this image and clear previous
signs.
How is the better way to do so? I need ideas on how to implement an
application like this, expecially on how is the better way to store the
informations about the user's signs on the image and their deletion. Maybe place
every pixel status on the db? I'm not so sure about this...
Ideas? 