Hi
Now that GD has come into the picture, what are the chances for forms with anatomical images in them? Or even the ability for a provider to click on a location on that image and input a note about the injury?
You might be thinking of HTML image maps. If you google that, you will find tutorials on them. Years ago, I was playing with GIMP and it had a feature for creating image maps easily. I have been meaning to play around with this. Even if it is not useful to me, it is an impressive way to sell the program. People love seeing pictures they can click on. I had the idea of making a dental form with an image of the teeth where individual teeth can be selected and then making it look good on an iPhone so I can show off a demo to my dentist next time I go in.
Yeah your probably very very right. If its HTML Image maps then its HTML Image maps.
But you are very right Images do alot more for selling than text forms.
Dentists? I thought we only had 837p not 837d or 837i? Or am I wrong?
I’ve never tried to create a dynamic image-map but I’m sure it’s possible. If somebody here has an immediate need and would like to be a beta-tester for some new form, speak up.
Also, the form would not necessarily require the use of GD.
Me too, please… I work with diabetic foot infections and a foot diagram on which I could draw in ulcers etc would make me immensely happy! So a big please…!
Typically, if you’ve purchased the medical images then there could be some copyright and/or royalty issues. However, if you were the author of them and are willing to give them to the open source community or share them through a license such as Creative Commons (http://creativecommons.org/), then there wouldn’t be an issue.
Perhaps I’m being too conservative about the legal issues around this single aspect but I feel it’s important that we stay true to the Open Source ideals.
So here is my suggestion; Draw some sketches of your own and submit them to the OpenEMR community. Then we have no question as to the source of the images or their copyrighted use.
Just a thought, I am working on some illustrations (I have them from earlier Forensic Jobs, but keep forgetting to make a scan) to be used for different body parts. When I try to grasp the complete OpenEMR picture, I don’t see where and how this can be implemented with wanted results without need for more and more different illustrations. Copies of all the Netter Anatomic Atlases might do the work, but those are definitely Copy righted. May be it’s more realistic if we use import of digital pictures direct from the camera screen (Like the Patient Documents categories)? To show the client where we are going? It could be great to have some optional additional features to make remarks on measurement and appearance etc…
Try taking a picture of yourself and use a photo editing program to make it look like a drawing. There are tons of these photo filters for the iPhone. I assume that the output of editing our own photos with a commercial filter still belongs to us. Don’t use illegal versions of Photoshop, it is wrong and could leave secret watermarks in your images.
Just added a new feature:
8d3b804 Clickmap Graphical API and Pain Form
It’s image based API with a sample form for Body Map / Pain tracking, I provided two image backgrounds:
painmap/templates/bodymap-female.png
painmap/templates/bodymap-male-n-female.png
Before use, you should copy the one you want to - > painmap.png. It defaults to a copy of the Male+Female image
This is Jquery UI and requires browser with HTML5 support
The API will be easy to extend to add other kinds of graphical forms and popup dialogs
This one simply allows you to mark and X/Y coordinate on the image and add annotations. It does NOT store the image separately with each encounter, just the coordinates, so don’t change the image after it’s in productions, better to spawn a new version of the form.
Thanks go to** Hammerman & Gainer** for sponsoring this form for the community
Details of post
A interface/clickmap/AbstractClickmapModel.php
A interface/clickmap/C_AbstractClickmap.php
A interface/clickmap/template/css/clickmap.css
A interface/clickmap/template/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
A interface/clickmap/template/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
A interface/clickmap/template/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
A interface/clickmap/template/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
A interface/clickmap/template/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
A interface/clickmap/template/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
A interface/clickmap/template/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
A interface/clickmap/template/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
A interface/clickmap/template/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
A interface/clickmap/template/css/ui-lightness/images/ui-icons_222222_256x240.png
A interface/clickmap/template/css/ui-lightness/images/ui-icons_228ef1_256x240.png
A interface/clickmap/template/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
A interface/clickmap/template/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
A interface/clickmap/template/css/ui-lightness/images/ui-icons_ffffff_256x240.png
A interface/clickmap/template/css/ui-lightness/jquery-ui-1.8.6.custom.css
A interface/clickmap/template/general_new.html
A interface/forms/painmap/C_FormPainMap.class.php
A interface/forms/painmap/FormPainMap.php
A interface/forms/painmap/info.txt
A interface/forms/painmap/new.php
A interface/forms/painmap/report.php
A interface/forms/painmap/save.php
A interface/forms/painmap/table.sql
A interface/forms/painmap/templates/README.TXT
A interface/forms/painmap/templates/bodymap-female.png
A interface/forms/painmap/templates/bodymap-male-n-female.png
A interface/forms/painmap/templates/painmap.png
A interface/forms/painmap/view.php
A library/js/clickmap.js
A library/js/jquery-1.4.2.min.js
A library/js/jquery-ui-1.8.6.custom.min.js
A library/js/jquery.cookie.js