nih-gov/cfmedicine.nlm.nih.gov/resources/associations.html
2025-02-26 13:17:41 -05:00

393 lines
33 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="/static/styles/reset.css" rel="stylesheet" type="text/css" media="all" />
<link href="/static/styles/master.css" rel="stylesheet" type="text/css" media="screen" />
<link href="/static/styles/footeronly.css" rel="stylesheet" type="text/css" media="screen" />
<!--Call jQuery-->
<script type="text/javascript" src="/static/scripts/jquery-min.js"></script>
<!--[if lte IE 8]>
<script type="text/javascript" src="/static/scripts/PIE.js"></script>
<![endif]-->
<script type="text/javascript" src="/static/scripts/master.js"></script>
<!--[if lte IE 8]>
<link href="/static/styles/ie.css" rel="stylesheet" media="screen">
<![endif]-->
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<link rel="stylesheet" href="/static/styles/print.css" type="text/css" media="print" />
<title>Changing the Face of Medicine| List of Associations</title>
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" title="The Dublin Core metadata Element Set" />
<meta name="DC.Title" content="Changing the Face of Medicine| List of Associations" />
<meta name="DC.Publisher" content="U.S. National Library of Medicine" />
<meta name="DC.Date.Issued" content="2003-10-14" />
<meta name="DC.Date.Modified" content="2013-06-24" />
<meta name="NLMDC.Date.Expiration" content="2014-06-24" />
<meta name="NLM.Contact.Email" content="hmdweb@nlm.nih.gov" />
<meta name="DC.Type" content="Exhibitions" />
<meta name="NLM.Permanence.Level" content="Permanent: Stable Content" />
<meta name="NLM.Permanence.Guarantor" content="U.S. National Library of Medicine" />
<meta name="DC.Rights" content="Public Domain" />
<meta name="DC.Language" content="eng" />
<link href="/static/css/nlm.css" rel="stylesheet" type="text/css" />
<link href="/static/changingtheface.css" rel="stylesheet" type="text/css" />
<!-- STYLING ADDED -->
<style>
.home, .physicians, .resources, .activities {
width: 232px !important;
height: 27px !important;
border: 1px solid #d8e8ea;
text-align: center;
text-transform: uppercase;
font-size: 12px;
line-height: 2.3;
color: #316068 !important;
background-color: #f9fbfc;
}
.home a, .physicians a, .resources a, .activities a
{text-decoration: none !important;
color: #316068 !important;
}
.home:hover, .physicians:hover, .resources:hover, .activities:hover {
background-color: #FFFFFF;
}
.physicians, .activities {float: right;}
#changingTheFace #changingTheFaceNav div.physicians {
margin: -29px 0px 0px 370px !important;
}
#changingTheFace #changingTheFaceNav div.resources {
margin: -1px 0px 0px 189px !important;
}
</style>
<!--STYLING ENDED -->
<script language="JavaScript" type="text/javascript">
<!--
browser=navigator.appName;
version=navigator.appVersion;
Vmajor=parseInt(navigator.appVersion);
Vminor=parseFloat(navigator.appVersion);
isNav = false;
isMac = false;
isExp = false;
if (version.indexOf('Mac') != -1) isMac=true;
if (browser=="Microsoft Internet Explorer") {
if ( version.indexOf('MSIE 5.0; Macintosh;') != -1 ) {
isExp=true;
}
// IE 4 to 5.5 return 4 as the version
else if ( (Vmajor==4) ) {
isExp=true;
}
}
if (browser=="Netscape" && Vmajor==4 && !isMac) {
document.write('<link href="/static/css/ns4.css" rel="stylesheet" type="text/css" />');
} else if (browser=="Netscape" && Vmajor==4 && isMac) {
document.write('<link href="/static/css/ns4mac.css" rel="stylesheet" type="text/css" />');
}
//-->
</script>
<script language="JavaScript" src="/static/js/nlm.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
var metaNavItems = new Array();
var metaNavOn = new Array();
var metaNavOff = new Array();
var subNavItems = new Array();
var subNavOn = new Array();
var subNavOff = new Array();
var subNavAdj = new Array();
function initializeMetaNav(root, current) {
if (document.images) {
/* MAIN NAV */
metaNavItems = new Array("exhibition", "home", "visit", "physicians", "resources", "activities", "share");
for (var i = 0; i <= metaNavItems.length; i++) {
metaNavOn[i] = new Image();
metaNavOn[i].src = root + "img/meta_" + metaNavItems[i] + "_on.gif";
metaNavOff[i] = new Image();
if (metaNavItems[i] == current && i != 0) {
metaNavOff[i].src = root + "img/meta_" + metaNavItems[i] + "_on.gif";
} else {
metaNavOff[i].src = root + "img/meta_" + metaNavItems[i] + ".gif";
}
}
}
}
function initializeSubNav(root, current) {
if (document.images) {
/* MAIN NAV */
subNavItems = new Array("careers", "lessons", "higheredu", "reading");
for (var i = 0; i <= subNavItems.length; i++) {
subNavOn[i] = new Image();
subNavOn[i].src = root + "img/sub_resources_" + subNavItems[i] + "_on.gif";
subNavOff[i] = new Image();
if (subNavItems[i] == current) {
subNavOff[i].src = root + "img/sub_resources_" + subNavItems[i] + "_on.gif";
} else if (subNavItems[i+1] == current) {
subNavOff[i].src = root + "img/sub_resources_" + subNavItems[i] + "_adj.gif";
} else {
subNavOff[i].src = root + "img/sub_resources_" + subNavItems[i] + ".gif";
}
/* If the item is the current one, make sure we use the selected state always */
subNavAdj[i] = new Image();
if (subNavItems[i] == current) {
subNavAdj[i].src = root + "img/sub_resources_" + subNavItems[i] + "_on.gif";
} else {
subNavAdj[i].src = root + "img/sub_resources_" + subNavItems[i] + "_adj.gif";
}
}
}
}
function initialize() {
initializeMetaNav("../", "resources");
initializeSubNav("../", "careers");
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
{'gtm.start': new Date().getTime(),event:'gtm.js'}
);var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MT6MLL');</script>
</head>
<body>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MT6MLL" height="0" width="0" style="display:none;visibility:hidden" title="googletagmanager"></iframe></noscript>
<div id="skip"><a href="#skip">Skip to Main Content</a></div>
<div id="page"><a name="top" id="top"></a>
<a name="skip" id="skipnav"></a>
<div id="body">
<div id="changingTheFace">
<a name="top"></a>
<div class="center">
<div class="faceHeader">
<img src="/static/img/hdr_celebrating.gif" alt="Celebrating America's Women Physicians" class="imgRight" />
<br class="clearboth" />
<script language="JavaScript" type="text/javascript">
<!--
writePhysicianStrip("/static/");
//-->
</script><noscript><a href="/physicians/biography_167.html"><img src="/static/img/icons/167.jpg" width="44" height="44" alt="Dr. Nancy E. Jasso" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_253.html"><img src="/static/img/icons/253.jpg" width="44" height="44" alt="Dr. Susan La Flesche Picotte" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_82.html"><img src="/static/img/icons/82.jpg" width="44" height="44" alt="Dr. Helen Octavia Dickens" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_248.html"><img src="/static/img/icons/248.jpg" width="44" height="44" alt="Dr. Louise Pearce" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_273.html"><img src="/static/img/icons/273.jpg" width="44" height="44" alt="Dr. Helen Rodriguez-Trias" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_49.html"><img src="/static/img/icons/49.jpg" width="44" height="44" alt="Dr. Mary Steichen Calderone" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_250.html"><img src="/static/img/icons/250.jpg" width="44" height="44" alt="Dr. Fernande Marie Pelletier" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_12.html"><img src="/static/img/icons/12.jpg" width="44" height="44" alt="Dr. Virginia Apgar" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_316.html"><img src="/static/img/icons/316.jpg" width="44" height="44" alt="Dr. Helen Brooke Taussig" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_81.html"><img src="/static/img/icons/81.jpg" width="44" height="44" alt="Dr. Katherine M. Detre" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_293.html"><img src="/static/img/icons/293.jpg" width="44" height="44" alt="Dr. Linda M. Dairiki Shortliffe" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_279.html"><img src="/static/img/icons/279.jpg" width="44" height="44" alt="Dr. Barbara Ross-Lee" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_7.html"><img src="/static/img/icons/7.jpg" width="44" height="44" alt="Dr. Lori Arviso Alvord" border="0" /></a><img src="/static/img/spacer.gif" width="3" height="1" alt="Transparent spacer" border="0" /><a href="/physicians/biography_212.html"><img src="/static/img/icons/212.jpg" width="44" height="44" alt="Dr. Joann Elisabeth Manson" border="0" /></a></noscript>
<br class="clearboth" />
<div id="changingTheFaceNav">
<div class="exhibition" style="display: inline-block;">
<a href="/exhibition/" id="anch_18"><img src="/static/img/meta_exhibition.gif" alt="Changing the face of Medicine" title="Changing the face of Medicine"></a>
</div>
<div class="menu_container">
<div class="home" style="background-image: none">
<a href="/">Home</a>
</div>
<div class="physicians" style="background-image: none">
<a href="/physicians/">Physicians</a>
</div>
<div class="resources" style="background-image: none">
<a href="/resources/">Resources</a>
</div>
<div class="activities" style="background-image: none">
<a href="/activities/">Activities</a>
</div>
</div>
</div>
<div class="divider"><img src="/static/img/divider.gif" alt="Transparent spacer" height="1" width="655" class="divider" /></div>
<div id="resources">
<div class="careers">
<a href="/resources/careers.html"><img src="/static/img/sub_resources_careers_on.gif" alt="Careers" title="Careers" /></a>
</div>
<div class="lessons">
<a href="/resources/lesson_k_2.html"><img src="/static/img/sub_resources_lessons.gif" alt="Lessons" title="Lessons" /></a>
</div>
<div class="higherEdu">
<a href="/resources/highereducation.html"><img src="/static/img/sub_resources_higheredu.gif" alt="Higher Education" title="Higher Education" /></a>
</div>
<div class="reading">
<a href="/resources/reading.html"><img src="/static/img/sub_resources_reading.gif" alt="Suggested Reading" title="Suggested Reading" /></a>
</div>
<img src="/static/img/sub_bg.gif" alt="Transparent spacer" height="32" width="88" class="floatRight" style="margin: -32px 0 0 0"/>
</div>
<div class="tertiaryPadding">
<div class="tertiary"><a href="/resources/beginnings.html">Is a Medical Career for you?</a><br /></div>
<div class="tertiary"><a href="/resources/college.html">Undergraduate Education</a><br /></div>
<div class="tertiary"><a href="/resources/medschool.html">Medical School</a><br /></div>
<div class="tertiary"><a href="/resources/graduates.html">Residency &amp; Fellowships</a><br /></div>
<div class="tertiary"><a href="/resources/postgraduates.html">Practicing Medicine</a><br /></div>
</div>
<div class="brownBoxCareers">
<img src="/static/img/desc_asterix.gif" alt="Asterix" class="floatLeft" />
<h1><img src="/static/img/desc_title_careers.gif" alt="Careers" title="Careers" class="floatLeft" /></h1>
<img src="/static/img/desc_divider.gif" alt="Description divider" height="4" width="423" />
<br />
<div class="descText">
<p>Think you might be interested in becoming a part of the medical world? Explore the resources below. </p>
</div>
</div>
<ul class="career">
<!-- <li>Aerospace Medical Association <br /><a href="http://www.asma.org/" target="_blank">http://www.asma.org/</a></li> -->
<li>Aerospace Medical Association <br />
<a href="http://www.asma.org/" target="_blank">http://www.asma.org/</a></li>
<li>American Academy of Allergy Asthma &amp; Immunology <br /><a href="http://www.aaaai.org/home.aspx" target="_blank">http://www.aaaai.org/home.aspx</a></li>
<li>American Academy of Child &amp; Adolescent Psychiatry <br /><a href="http://www.aacap.org/" target="_blank">http://www.aacap.org/</a></li>
<li>American Academy of Child &amp; Adolescent Psychiatry <br /><a href="http://www.aacap.org/" target="_blank">http://www.aacap.org/</a></li>
<li>American Academy of Cosmetic Surgery <br /><a href="http://www.cosmeticsurgery.org/" target="_blank">http://www.cosmeticsurgery.org/</a></li>
<li>American Academy of Dermatology <br /><a href="http://www.aad.org/" target="_blank">http://www.aad.org/</a></li>
<li>American Academy of Facial Plastic and Reconstructive Surgery <br /><a href="http://www.facial-plastic-surgery.org/" target="_blank">http://www.facial-plastic-surgery.org/</a></li>
<li>American Academy of Family Physicians <br /><a href="http://www.aafp.org/online/en/home.html" target="_blank">http://www.aafp.org/online/en/home.html</a></li>
<li>American Academy of Insurance Medicine <br /><a href="http://www.aaimedicine.org/" target="_blank">http://www.aaimedicine.org/</a></li>
<li>American Academy of Neurology <br /><a href="http://www.aan.com/" target="_blank">http://www.aan.com/</a></li>
<li>American Academy of Ophthalmology <br /><a href="http://www.aao.org/" target="_blank">http://www.aao.org/</a></li>
<li>American Academy of Orthopaedic Surgeons <br /><a href="http://www.aaos.org/" target="_blank">http://www.aaos.org/</a></li>
<li>American Academy of Otolaryngic Allergy <br /><a href="http://www.aaoaf.org/" target="_blank">http://www.aaoaf.org/</a></li>
<li>American Academy of Pain Medicine <br /><a href="http://www.painmed.org/" target="_blank">http://www.painmed.org/</a></li>
<li>American Academy of Pediatrics <br /><a href="http://www.aap.org/en-us/Pages/Default.aspx" target="_blank">http://www.aap.org/en-us/Pages/Default.aspx</a></li>
<li>American Academy of Pharmaceutical Physicians <br /><a href="http://www.aapp.org/" target="_blank">http://www.aapp.org/</a></li>
<li>American Academy of Physical Medicine &amp; Rehabilitation <br /><a href="http://www.aapmr.org/Pages/default.aspx" target="_blank">http://www.aapmr.org/Pages/default.aspx</a></li>
<li>American Academy of Sleep Medicine <br /><a href="http://www.aasmnet.org/" target="_blank">http://www.aasmnet.org/</a></li>
<li>American Association for Thoracic Surgery <br /><a href="http://www.aats.org/" target="_blank">http://www.aats.org/</a></li>
<li>American Association for Vascular Surgery <br /><a href="http://aavs.vascularweb.org/" target="_blank">http://aavs.vascularweb.org/</a></li>
<li>American Association of Anatomists <br /><a href="http://www.anatomy.org/" target="_blank">http://www.anatomy.org/</a></li>
<li>American Association of Clinical Endocrinologists <br /><a href="https://www.aace.com/" target="_blank">https://www.aace.com/</a></li>
<li>American Association of Clinical Urologists <br /><a href="http://aacuweb.org/default.aspx" target="_blank">http://aacuweb.org/default.aspx</a></li>
<li>American Association of Electrodiagnostic Medicine <br /><a href="http://www.aaem.net/" target="_blank">http://www.aaem.net</a></li>
<li>American Association of Gynecologic Laparoscopists <br /><a href="http://www.aagl.com/aagl.asp" target="_blank">http://www.aagl.com/</a></li>
<li>American Association of Hip &amp; Knee Surgeons <br /><a href="http://www.aahks.org/" target="_blank">http://www.aahks.org/</a></li>
<li>American Association of Neurological Surgeons <br /><a href="http://www.neurosurgeon.org/" target="_blank">http://www.neurosurgeon.org/</a></li>
<li>American Association of Plastic Surgeons <br /><a href="http://www.aaps1921.org/" target="_blank">http://www.aaps1921.org/</a></li>
<li>American Association of Public Health Physicians <br /><a href="http://www.aaphp.org/" target="_blank">http://www.aaphp.org/</a></li>
<li>American Association for Women Radiologists <br /><a href="http://www.aawr.org/" target="_blank">http://www.aawr.org/</a></li>
<li>American Board of Medical Specialties <br /><a href="http://www.abms.org/" target="_blank">http://www.abms.org/</a></li>
<li>American Clinical Neurophysiology Society <br /><a href="http://www.acns.org/" target="_blank">http://www.acns.org/</a></li>
<li>American College of Allergy, Asthma, &amp; Immunology <br /><a href="http://allergy.mcg.edu/home.html" target="_blank">http://www.acns.org/</a></li>
<li>American College of Cardiology <br /><a href="http://www.cardiosource.org/acc" target="_blank">http://www.cardiosource.org/acc</a></li>
<li>American College of Chest Physicians <br /><a href="http://www.chestnet.org/accp/" target="_blank">http://www.chestnet.org/accp/</a></li>
<li>American College of Emergency Physicians <br /><a href="http://www.acep.org/" target="_blank">http:// www.acep.org/</a></li>
<li>American College of Gastroenterology <br /><a href="http://gi.org/" target="_blank">http://gi.org/</a></li>
<li>American College of Medical Genetics <br /><a href="http://www.acmg.net//AM/Template.cfm?Section=Home3" target="_blank">http://www.acmg.net//AM/Template.cfm?Section=Home3</a></li>
<li>American College of Medical Quality <br /><a href="http://www.acmq.org/" target="_blank">http://www.acmq.org/</a></li>
<li>American College of Nuclear Medicine <br /><a href="http://www.acnmonline.org/" target="_blank">http://www.acnmonline.org/</a></li>
<li>American College of Nuclear Physicians <br /><a href="http://www.acnponline.org/" target="_blank">http://www.acnponline.org/</a></li>
<li>American College of Obstetricians and Gynecologists <br /><a href="http://www.acog.org/" target="_blank">http://www.acog.org/</a></li>
<li>American College of Occupational and Environmental Medicine <br /><a href="http://www.acoem.org/" target="_blank">http://www.acoem.org/</a></li>
<li>American College of Physician Executives <br /><a href="http://www.acpe.org/" target="_blank">http://www.acpe.org/</a></li>
<li>American College of Physicians-Internal Medicine <br /><a href="http://www.acponline.org/" target="_blank">http://www.acponline.org/</a></li>
<li>American College of Preventive Medicine <br /><a href="http://www.acpm.org/" target="_blank">http://www.acpm.org/</a></li>
<li>American College of Radiation Oncology <br /><a href="http://www.acro.org/" target="_blank">http://www.acro.org/</a></li>
<li>American College of Radiology <br /><a href="http://www.acr.org/" target="_blank">http://www.acr.org/</a></li>
<li>American College of Rheumatology <br /><a href="http://www.rheumatology.org/" target="_blank">http://www.rheumatology.org/</a></li>
<li>American College of Surgeons <br /><a href="http://www.facs.org/" target="_blank">http://www.facs.org/</a></li>
<li>American Gastroenterological Association <br /><a href="http://www.gastro.org/" target="_blank">http://www.gastro.org/</a></li>
<li>American Geriatrics Society <br /><a href="http://www.americangeriatrics.org/" target="_blank">http://www.americangeriatrics.org/</a></li>
<li>American Institute of Ultrasound in Medicine <br /><a href="http://www.aium.org/" target="_blank">http://www.aium.org/</a></li>
<li>American Medical Association <br /><a href="http://www.ama-assn.org/" target="_blank">http://www.ama-assn.org/</a></li>
<li>American Medical Directors Association <br /><a href="http://www.amda.com/" target="_blank">http://www.amda.com/</a></li>
<li>American Medical Group Association <br /><a href="http://www.amga.org/" target="_blank">http://www.amga.org/</a></li>
<li>American Medical Informatics Association <br /><a href="http://www.amia.org/" target="_blank">http://www.amia.org/</a></li>
<li>American Medical Women's Association <br /><a href="http://www.amwa-doc.org/" target="_blank">http://www.amwa-doc.org/</a></li>
<li>American Orthopaedic Association <br /><a href="http://www.aoassn.org/" target="_blank">http://www.aoassn.org/</a></li>
<li>American Orthopaedic Foot and Ankle Society <br /><a href="http://www.aofas.org/Pages/Home.aspx" target="_blank">http://www.aofas.org/Pages/Home.aspx</a></li>
<li>American Osteopathic Association <br /><a href="http://www.osteopathic.org/Pages/default.aspx" target="_blank">http://www.osteopathic.org/Pages/default.aspx</a></li>
<li>American Osteopathic College of Dermatology <br /><a href="http://www.aocd.org/" target="_blank">http://www.aocd.org/</a></li>
<li>American Psychiatric Association <br /><a href="http://www.psych.org/" target="_blank">http://www.psych.org/</a></li>
<li>American Roentgen Ray Society <br /><a href="http://www.arrs.org/" target="_blank">http://www.arrs.org/</a></li>
<li>American Society for Aesthetic Plastic Surgery <br /><a href="http://www.surgery.org/" target="_blank">http://www.surgery.org/</a></li>
<li>American Society for Clinical Investigation <br /><a href="http://www.the-asci.org/index.shtml" target="_blank">http://www.the-asci.org/index.shtml</a></li>
<li>American Society for Clinical Pathology <br /><a href="http://www.ascp.org/" target="_blank">http://www.ascp.org/</a></li>
<li>American Society for Dermatologic Surgery <br /><a href="http://www.asds-net.org/" target="_blank">http://www.asds-net.org/</a></li>
<li>American Society for Gastrointestinal Endoscopy <br /><a href="http://www.asge.org/" target="_blank">http://www.asge.org/</a></li>
<li>American Society for Reproductive Medicine <br /><a href="http://www.asrm.org/" target="_blank">http://www.asrm.org/</a></li>
<li>American Society for Surgery of the Hand <br /><a href="http://www.assh.org/Pages/Default.aspx" target="_blank">http://www.assh.org/Pages/Default.aspx</a></li>
<li>American Society for Therapeutic Radiology and Oncology <br /><a href="https://www.astro.org/" target="_blank">https://www.astro.org/</a></li>
<li>American Society of Abdominal Surgeons <br /><a href="http://www.gis.net/~absurg" target="_blank">http://www.gis.net/~absurg</a></li>
<li>American Society of Addiction Medicine <br /><a href="http://www.asam.org/" target="_blank">http://www.asam.org/</a></li>
<li>American Society of Anesthesiologists <br /><a href="http://www.asahq.org/" target="_blank">http://www.asahq.org/</a></li>
<li>American Society of Bariatric Physicians <br /><a href="http://www.asbp.org/" target="_blank">http://www.asbp.org/</a></li>
<li>American Society of Cataract and Refractive Surgery <br /><a href="http://www.ascrs.org/" target="_blank">http://www.ascrs.org/</a></li>
<li>American Society of Clinical Oncology <br /><a href="http://www.asco.org/" target="_blank">http://www.asco.org/</a></li>
<li>American Society of Colon and Rectal Surgeons <br /><a href="http://www.fascrs.org/ascrs-who.html" target="_blank">http://www.fascrs.org/ascrs-who.html</a></li>
<li>American Society of Cytopathology <br /><a href="http://www.cytopathology.org/website/article.asp?id=2531" target="_blank">http://www.cytopathology.org/</a></li>
<li>American Society of General Surgeons <br /><a href="http://www.theasgs.org/" target="_blank">http://www.theasgs.org/</a></li>
<li>American Society of Hematology <br /><a href="http://www.hematology.org/" target="_blank">http://www.hematology.org/</a></li>
<li>American Society of Maxillofacial Surgeons <br /><a href="http://www.maxface.org/left.html" target="_blank">http://www.maxface.org/left.html</a></li>
<li>American Society of Neuroimaging <br /><a href="http://www.asnweb.org/i4a/pages/index.cfm?pageid=1" target="_blank">http://www.asnweb.org/i4a/pages/index.cfm?pageid=1</a></li>
<li>American Society of Neuroradiology <br /><a href="http://www.asnr.org/" target="_blank">http://www.asnr.org/</a></li>
<li>American Society of Nuclear Cardiology <br /><a href="http://www.asnc.org/" target="_blank">http://www.asnc.org/</a></li>
<li>American Society of Ophthalmic Plastic and Reconstructive Surgery <br /><a href="http://www.asoprs.org/i4a/pages/index.cfm?pageid=3504" target="_blank">http://www.asoprs.org/</a></li>
<li>American Society of Plastic Surgeons <br /><a href="http://www.plasticsurgery.org/" target="_blank">http://www.plasticsurgery.org/</a></li>
<li>American Society of Retina Specialists <br /><a href="http://www.asrs.org/" target="_blank">http://www.asrs.org/</a></li>
<li>American Thoracic Society <br /><a href="http://www.thoracic.org/" target="_blank">http://www.thoracic.org/</a></li>
<li>Association of American Medical Colleges <br /><a href="https://www.aamc.org/" target="_blank">https://www.aamc.org/</a></li>
<li>Association of Military Surgeons of the United States <br /><a href="http://www.amsus.org/" target="_blank">http://www.amsus.org/</a></li>
<li>Association of Professors of Gynecology and Obstetrics <br /><a href="http://www.apgo.org/" target="_blank">http://www.apgo.org/</a></li>
<li>Association of University Radiologists <br /><a href="http://www.aur.org/" target="_blank">http://www.aur.org/</a></li>
<li>Association of Women Surgeons <br /><a href="http://www.womensurgeons.org/home/index.asp" target="_blank">http://www.womensurgeons.org/home/index.asp</a></li>
<li>College of American Pathologists <br /><a href="http://www.cap.org/apps/cap.portal" target="_blank">http://www.cap.org/apps/cap.portal</a></li>
<li>Congress of Neurological Surgeons <br /><a href="http://www.cns.org/" target="_blank">http://www.cns.org/</a></li>
<li>Contact Lens Association of Ophthalmologists <br /><a href="http://www.clao.org/" target="_blank">http://www.clao.org/</a></li>
<li>The Endocrine Society <br /><a href="http://www.endo-society.org/" target="_blank">http://www.endo-society.org/</a></li>
<li>The Federation of American Societies for Experimental Biology (FASEB) provides links to biology and experimental biology societies <a href="http://www.faseb.org/societies.html" target="_blank"> http://www.faseb.org/societies.html</a>; as well as to genetics societies <a href="http://www.faseb.org/" target="_blank">http://www.faseb.org/</a> genetics; and related organizations <a href="http://www.faseb.org/related.html" target="_blank">http://www.faseb.org/related.html</a></li>
<li>Flying Physicians Association <br /><a href="http://www.fpadrs.org/" target="_blank">http://www.fpadrs.org/</a></li>
<li>International College of Surgeons United States Section <br /><a href="http://www.ficsonline.org/i4a/pages/index.cfm?pageid=1" target="_blank">http://www.ficsonline.org/</a></li>
<li>International Society for Heart and Lung Transplantation <br /><a href="http://www.ishlt.org/" target="_blank">http://www.ishlt.org/</a></li>
<li>National Association of Medical Examiners <br /><a href="http://thename.org/" target="_blank">http://thename.org/</a></li>
<li>National Medical Association <br /><a href="http://www.natmed.org/" target="_blank">http://www.natmed.org/</a></li>
<li>North American Spine Society <br /><a href="http://www.spine.org/Pages/Default.aspx" target="_blank">http://www.spine.org/Pages/Default.aspx</a></li>
<li>Northwest Podiatric Foundation <br /><a href="http://www.internationalfootankle.org/" target="_blank">http://www.internationalfootankle.org/</a></li>
<li>Physicians for National Health Program <br /><a href="http://www.pnhp.org/" target="_blank">http://www.pnhp.org/</a></li>
<li>Radiological Society of North America <br /><a href="http://www.rsna.org/" target="_blank">http://www.rsna.org/</a></li>
<li>Renal Physicians Association <br /><a href="http://www.renalmd.org/" target="_blank">http://www.renalmd.org/</a></li>
<li>Society for Investigative Dermatology <br /><a href="http://www.sidnet.org/" target="_blank">http://www.sidnet.org/</a></li>
<li>Society of American Gastrointestinal Endoscopic Surgeons <br /><a href="http://www.sages.org/" target="_blank">http://www.sages.org/</a></li>
<li>Society of Critical Care Medicine <br /><a href="http://www.sccm.org/Pages/default.aspx" target="_blank">http://www.sccm.org/Pages/default.aspx</a></li>
<li>Society of Gynecologic Oncologists <br /><a href="http://www.sgo.org" target="_blank">http://www.sgo.org/</a></li>
<li>Society of Hospital Medicine <br /><a href="http://www.hospitalmedicine.org/" target="_blank">http://www.hospitalmedicine.org/</a></li>
<li>Society of Interventional Radiology <br /><a href="http://www.sirweb.org/" target="_blank">http://www.sirweb.org/</a></li>
<li>Society of Medical Consultants to the Armed Forces <br /><a href="http://www.smcaf.org/" target="_blank">http://www.smcaf.org/</a></li>
<li>Society of Nuclear Medicine <br /><a href="http://www.snm.org/" target="_blank">http://www.snm.org/</a></li>
<li>Society of Radiologists in Ultrasound <br /><a href="http://www.sru.org/" target="_blank">http://www.sru.org/</a></li>
<li>Society of Thoracic Surgeons <br /><a href="http://www.sts.org/" target="_blank">http://www.sts.org/</a></li>
<li>State medical society Web sites based on American Medical Association's membership <br /><a href="http://www.ama-assn.org/ama/pub/about-ama/our-people/the-federation-medicine/state-medical-society-websites.page" target="_blank">http://www.ama-assn.org/ama/pub/about-ama/our-people/the-federation-medicine/state-medical-society-websites.page</a></li>
<li>The Triological Society <br /><a href="http://www.triological.com/" target="_blank">http://www.triological.com/</a></li>
<li>United States &amp; Canadian Academy of Pathology <br /><a href="http://www.uscap.org/" target="_blank">http://www.uscap.org/</a></li>
<li>Women in Endocrinology <br /><a href="http://www.women-in-endo.org" target="_blank">http://www.women-in-endo.org</a></li>
<li>Women in Medicine <br /><a href="http://www.wimretreat.org/index.htm" target="_blank">http://www.wimretreat.org/index.htm</a></li>
<li>Women's health related Web sites provided by the American Medical Association <br /><a href="http://www.ama-assn.org/ama/pub/about-ama/our-people/member-groups-sections/women-physicians-congress.page" target="_blank">hhttp://www.ama-assn.org/ama/pub/about-ama/our-people/member-groups-sections/women-physicians-congress.page</a></li>
</ul>
</div>
</div>
<div id="foot">
<div class="footer">
<a href="http://www.nlm.nih.gov/hmd/about/exhibition/index.html"><img src="/static/img/logo-exhibitionprogram.png" height="38" alt="Exhibition Program" title="Exhibition Program logo" class="floatLeft" /></a>
<ul>
<li><a href="http://www.nlm.nih.gov/hmd/about/exhibition/exhibitions.html">More Exhibitions</a></li>
<li><a href="http://www.nlm.nih.gov/hmd/about/exhibition/education-resources-all.html">More Educational Resources</a></li>
</ul>
<form method="get" action="//vsearch.nlm.nih.gov/vivisimo/cgi-bin/query-meta" target="_self" name="searchForm" id="exhibitionsearch">
<label for="searchexhibition">Search</label>
<input name="query" id="searchexhibition" value="" type="text" />
<input name="v:project" value="hmdExhibition" type="hidden" />
</form>
</div>
</div>
</div> <!--body-->
<!-- ************************* Content end ************************* -->
<!-- BEGIN NLM FOOTER -->
<!-- EXPDATE="2014-06-24" -->
<!-- EMAIL="hmdweb@nlm.nih.gov" -->
<!-- Start Footer-->
<div id="footer-sub">
<p id="footer-info"><a href="http://www.nlm.nih.gov/copyright.html">Copyright</a>, <a href="http://www.nlm.nih.gov/privacy.html">Privacy</a>, <a href="http://www.nlm.nih.gov/accessibility.html">Accessibility</a>, <a href="http://www.nlm.nih.gov/sitemap.html">Site Map</a>, <a href="http://www.nlm.nih.gov/plugins.html">Viewers and Players</a> <br />
U.S. National Library of Medicine, 8600 Rockville Pike, Bethesda, MD 20894 <br />
<a href="http://www.nih.gov/">National Institutes of Health</a>, <a href="http://www.hhs.gov/">Health &amp; Human Services</a> <br />
<a href="http://www.nih.gov/icd/od/foia/index.htm">Freedom of Information Act</a>, <a href="http://apps.nlm.nih.gov/mainweb/siebel/nlm/index.cfm">Contact Us</a></p>
<div id="footer-usa"> <a href="http://www.usa.gov/"><img src="/static/images/usagov_logo.gif" alt="USA.gov logo" width="109" height="30" /></a> </div>
<p id="footer-review">
<strong>Last reviewed:</strong> 24 June 2013<br /><strong>Last updated:</strong> 24 June 2013<br /><strong>First published:</strong> 14 October 2003<br />
</p>
</div>
</div> <!--page-->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#username=nationallibraryofmedicine"></script>
</body>
</html>