Search DermAtlas from your pages

The DermAtlas was designed to be completely based on a database of information on our images. All pages are generated "on-the-fly" from the most accurate information in our database. Subsequently there are a number of ways to search the DermAtlas directly from your website.

 

1. Get Method
We prepared a page with links to all diagnosis, categories and body sites in the DermAtlas.
On this page, you may select a diagnosis, category or body site (for example: HEMANGIOMA).
A right click on the item will allow you copy the GET command for this item (Use "Copy Shortcut" in Explorer or "Copy Link Location" in Netscape). In this case it would be http://www.DermAtlas.org/result.cfm?Diagnosis=14 .
Paste this the link into your web page.

 

2. Post Method
You might want to offer a direct keyword search to the DermAtlas on your site. In order to add the following search form to your site, just add the code below the line to your web page.
DermAtlas Search:  

<form method="post" action="http://dermatlas.med.jhmi.edu/derm/resultNoCache.cfm" name="DermSearch">
    <table  border="0">      
      <tr> 
        <td><b><i><font face="Arial, Helvetica, sans-serif">DermAtlas Search:</font></i></b>
		<input type="hidden" name="Diagnosis" value="0">
		<input type="hidden" name="Category" value="0">
		<input type="hidden" name="BodySite" value="0">
		<input type="hidden" name="AgeSelect" value="default">
		<input type="hidden" name="Author" value="0">
		<input type="hidden" name="Pigmentation" value="0">
		<input type="hidden" name="ImageName" value="Enter Image Name">
		<input type="hidden" name="BO" value="OR">
		
	 </td>
     	<td>&nbsp;</td>
        <td>	    
          	<input type="text" name="keywords" size="30" >
		<input type="Image" border="0" src="http://dermimages.med.jhmi.edu/menu/submit.gif" alt="Search" value="Submit" name="Submit">
        </td>		
      </tr>      
    </table> 
</form>