Can someone tell me how to add a bitmap image to a form. I need to add a cognitive assessment form with images to a form that can be filled out and cannot figure out how to get it into a form. I tried to save the form as a bitmap image and put it in the form but it could not be filled in. Any help would be appreciated. Thanks
you must import the bmp into the form and make sure is the size you need it before importing into the form.. You cant edit the image in any way after importing into the form, which mean that all size and position editing will have to be done to the BMP files before importing it. After this make sure you copy the bmp file into your ?:/program files/Centricity EMR 9.x/bmps
this is because Image files are not carried in the Encounter form file, its only carry a link to the actual image file which it assume is already located in the previous mentioned folder.
Rafael Barranco
How do then make the image so you can edit it. Let say if the provider wants to make notations regarding a lump on a shoulder that needs to be removed?
no editing in the image itself. Also the image will only display on the Content form not the Text Translation.
you can manage to locate your listbox and edit box around the image with some little difficulties but you wont see any image in the text translation or printout.
OK thanks alot