<!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| Research Bibliography</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| Research Bibliography" />
  <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-07-08" />
  <meta name="NLMDC.Date.Expiration" content="2014-07-08" />
  <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" />
	<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>
     <!-- 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">
	<!--

	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("../", "reading");

	}
	//-->
	</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.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_on.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="tertiaryPadding3">
			<div class="tertiary"><a href="/resources/reading.html">Books</a><br /></div>
			<div class="tertiary"><a href="/resources/videos.html">Videos &amp; Oral Histories</a><br /></div>
			<div class="tertiary"><span class="indicator">*</span> <span class="on">Research</span><br /></div>
		</div>
		<div class="brownBoxCareers4">
			<img src="/static/img/desc_asterix.gif" alt="Asterix" class="floatLeft" />
			<h1><img src="/static/img/desc_title_reading.gif" alt="Suggested Reading" title="Suggested Reading" class="floatLeft" /></h1>
			<img src="/static/img/desc_divider.gif" alt="Description divider" height="4" width="504" />
			<div class="descText">
				<p>These bibliographies provide materials for the woman physicians featured in the Changing the Face of Medicine exhibition. A list of books provides suggested K-12 reading materials and videos that explore the possibilities for women in the world of medicine. The research bibliography provides additional resources on the history of women in medicine and a selection of autobiographies by women physicians.</p>
			</div>
		</div>
		<h2 class="lesson"><img src="/static/img/reading_research.gif" width="655" height="23" alt="Research Bibliography" title="Research Bibliography" border="0" /></h2>
		<ul class="career">
		<li>Abram, Ruth, ed. <em>Send Us a Lady
				Physician: Women Doctors in America, 1835-1920.</em> New York: Norton, 1985.</li>
		  <li>Apple, Rima,
			  ed. <em>Women, Health, and Medicine in America: A Historical Handbook.</em> New York: Garland, 1990.</li>
		  <li>Bickel, Janet. <em>Women
				  in Medicine</em>. Thousand Oaks, CA: Sage Publications, 2000.</li>
		  <li>Bickel, Janet, and Delese Wear,
			  eds. <em>Educating for Professionalism: Creating a Culture of Humanism in
			  Medical Education</em>. Iowa City: University of Iowa Press, 2000.</li>
		  <li>Bleier,
			  Ruth, ed. <em>Feminist Approaches to Science</em>. New York: Pergamon Press,
			  1986.</li>
		  <li>Bleier, Ruth. <em>Gender and Science: A
				Critique of Biology and its Theories on Women</em>. New York: Pergamon Press,
				1984.</li>
		  <li>Bonner, Thomas Neville. <em>To the Ends of the Earth: Women's Search for Education
				in Medicine.</em> Cambridge, MA: Harvard University Press, 1992.</li>
		  <li>Borst, Charlotte. <em>Catching
				  Babies: The Professionalization of Childbirth
				  1870-1920</em>. Cambridge, MA: Harvard University Press, 1995.</li>
		  <li>Bowman, Marjorie
				and Deborah I. Allen. <em>Stress and Women Physicians</em>. New York: Springer-Verlag,
				1985.</li>
		  <li>Bowman, Marjorie, Erica Frank, and Deborah Allen. <em>Women in Medicine: Career and
				Life Management.</em> rev. ed. of <em>Stress and Women
				Physicians</em>. New York: Springer-Verlag,
				2002.</li>
		  <li>Campbell, Margaret A. [Mary Howell]. <em>Why
				Would a Girl Go Into Medicine? Medical Education in the United States: A Guide for Women</em>. Old Westbury, NY: The Feminist Press, 1973.</li>
		  <li>Candib,
			  Lucy. <em>Medicine and the Family.</em> New York: Basic Books, 1995. </li>
		  <li>Cassell,
			  Joan. <em>The Woman in the Surgeon's Body</em>. Cambridge, MA: Harvard University Press, 1997.</li>
		  <li>Chaff, Sandra, Ruth Haimbach,
			  Carol Fenichel, and Nina Woodside, eds. <em>Women
			  in Medicine: a Bibliography of the Literature on Women Physicians.</em> Metuchen, NJ: Scarecrow Press, 1977.</li>
		  <li>Chen, Eliza Lo, ed. <em>This
				Side of Doctoring: Reflections from Women in Medicine</em>. Thousand Oaks, CA: Sage Publications, 2002.</li>
		  <li>Conley, Frances K. <em>Walking
				Out On the Boys</em>. New York: Farrar, Straus and Giroux, 1998.</li>
		  <li>Dawson, Patricia L. <em>Forged
				by the Knife: The Experience of Surgical Residency from the Perspective
				of a Woman of Color</em>. Seattle: Open Hand Publications, 1999.</li>
		  <li>Dickstein, Leah
				J. and Carol C. Nadelson, ed. <em>Women Physicians
				in Leadership Roles.</em> Washington, DC: American Psychiatric Press, 1986.</li>
		  <li>Drachman, Virginia. <em>Hospital with a Heart: Women
				Doctors and the Paradox of Separatism at the New England Hospital 1862-1969</em>. Ithaca: Cornell UniversityPress,
				1984.</li>
		  <li>Furst, Lilian R.,
			  ed. <em>Women Physicians and Healers: Climbing a Long Hill</em>. Lexington, KY: University Press of Kentucky, 1998.</li>
		  <li>Glazer, Penina M. and Miriam Slater<em>.Unequal Colleagues: The Entry
				of Women into the Professions 1890-1940</em>. New Brunswick, NJ: Rutgers University Press, 1987.</li>
		  <li>Hine, Darlene Clark, Elsa Barkley Brown,
			  and Rosalyn Terborg-Penn, eds. <em>Black women
			  in America: An Historical
			  Encyclopedia</em>. 2 Vols. Bloomington: Indiana University Press, 1994.</li>
		  <li>Hurd-Mead, Kate Campbell. <em>A History of Women in Medicine:
				From the Earliest Times to the Beginning of the Nineteenth Century</em>. Boston: Milford House, 1973.</li>
		  <li>Hornstein,
			  Gail A. <em>To Redeem One Person is to Redeem the World: The Life
			  of Frieda Fromm-Reichman</em>. New York: Free Press, 2000.</li>
		  <li>Klass, Perri. <em>A
				Not Entirely Benign Procedure: Four Years as a Medical Student</em>. New York: Putnam, 1987.</li>
		  <li>Klass, Perri. <em>Baby
				Doctor: A Pediatrician's Training</em>. New
				York: Random House, 1992.</li>
		  <li>Klass, Perri. <em>Taking
				  Care of Your Own: Parenthood and the Medical Mind</em>. Knoxville, TN: Whittle Direct Books, 1992.</li>
		  <li>Klass, Perri. <em>Love
				and Modern Medicine: Stories</em>. Boston: Houghton Mifflin Company, 2001.</li>
		  <li>Klass, Perri. <em>Other
				Women's Children</em>. New York: Random House, 1990.</li>
		  <li>Ko, Kathryn. <em>The
				  Survival Bible for Women in Medicine</em>. New York: Parthenon Publishing Group, 1998.</li>
		  <li>Leavitt, Judith Walzer. <em>Women
				  and Health in America.</em> Madison, WI: University of Wisconsin Press, 1999.</li>
		  <li>Lightfoot, Sarah Lawrence. <em>Balm in Gilead: Journey of a Healer</em>. Reading, MA: Addison-Wesley Publishing Co.,
			  1988.</li>
		  <li>Lopate,
			  Carol. <em>Women in Medicine</em>. Baltimore: Johns Hopkins Press, 1968.</li>
		  <li>Lorber,
			  Judith. <em>Women Physicians: Career, Status and Power</em>. New York: Tavistock Publications,
			  1984.</li>
		  <li>Lovejoy, Esther Pohl. <em>Certain
				  Samaritans.</em> New York: The Macmillan Company, 1927. </li>
		  <li>Lovejoy, Esther Pohl. <em>Women
				  Physicians and Surgeons</em>. Livington, NY: Livingston Press, 1939.</li>
		  <li>Lovejoy, Esther Pohl. <em>Women
				  Physicians of the World</em>. New York: Macmillan, 1957.</li>
		  <li>Moldow,
			  Gloria M. <em>Women Doctors in Gilded-Age Washington: Race, Gender, and Professionalism</em>. Urbana, IL: University of Illinois Press, 1987.</li>
		  <li>Morantz-Sanchez, Regina Markell, <em>Sympathy
				and Science: Women Physicians in American Medicine</em>. New York: Oxford University Press, 1985.</li>
		  <li>Morantz-Sanchez, Regina Markell. <em>Conduct Unbecoming a Woman: Medicine on Trial in Turn-of-the-Century Brooklyn</em>. New York: Oxford University Press, 2000.</li>
		  <li>Morantz-Sanchez, Regina Markell,
			  Cynthia Stodola Pomerleau and
			  Carol Hanson Finichel, eds. <em>In
			  Her Own Words: Oral Histories of Women Physicians</em>. Westport, CT: Greenwood Press, 1982.</li>
		  <li>More, Ellen S. <em>Restoring the Balance: Women Physicians and the Profession of Medicine, 1850-1995</em>. Cambridge, MA: Harvard University Press, 1999.</li>
		  <li>More, Ellen S., Elizabeth Fee, and Manon Parry. <em>Women Physicians and the Cultures of Medicine</em>. Baltimore, MD: Johns Hopkins University Press: 2008.</li>
		  <li>More, Ellen S., Maureen A. Milligan, ed., <em>The Empathic Practitioner:
			  Empathy, Gender, and Medicine</em>. New Brunswick, NJ: Rutgers University Press, 1994.</li>
		  <li><em>Notable American Women 1607-1950. </em>Cambridge, MA: Belknap Press of Harvard University Press, 1971.</li>
		  <li><em>Notable American Women: The Modern
				Period</em>.Cambridge: Belknap Press of Harvard University Press, 1980.</li>
		  <li>Peitzman, Stephen J. <em>A New and Untried Course: Women's Medical College and Medical College of Pennsylvania 1850-1998</em>. New Brunswick, NJ: Rutgers University Press, 2000.</li>
		  <li>Perrone, Bobette, and H. Henrietta Stockel and
				Victoria Krueger. <em>Medicine, Curanderas,
				and Women Doctors</em>. Norman: University of Oklahoma Press, 1989.</li>
		  <li>Remen, Rachel Naomi. <em>Kitchen Table Wisdom: Stories That Heal</em>. New
			  York: Riverhead Books, 1996.</li>
		  <li>Remen, Rachel Naomi. <em>My Grandfather's Blessings: Stories of Strenth, Refuge and Belonging</em>. New York: Riverhead Books, 2000.</li>
		  <li>Sicherman, Barbara. <em>Alice Hamilton, A Life
				in Letters</em>. Cambridge, MA: Harvard University Press, 1984.</li>
		  <li>Smith, Susan L. <em>Sick
				  and Tired of Being Sick and Tired.</em> Philadelphia: University of Pennsylvania Press, 1995.</li>
		  <li>Stepansky, Paul E. compiler &amp;amp; ed. <em>The Memoirs of Margaret S. Mahler</em>. New York: Free Press, 1988; London: Collier Macmillan, 1988.</li>
		  <li>Tong, Benson. <em>Susan LaFlesche Picotte: Omaha Indian Leader and Reformer</em>. Norman: University of Oklahoma Press, 1999. </li>
		  <li>Truax, Rhoda. <em>The Doctors Jacobi</em>. Boston: Little, Brown, 1952.</li>
		  <li>Vietor, Agnes C, ed. <em>A
				Woman's Quest: The Life of Marie E. Zakrzewska,
				M.D</em>. New York: Arno Press, 1972.</li>
		  <li>Walsh, Mary Roth. &quot;<em>Doctors
				Wanted: No Women Need Apply&quot;: Sexual Barriers in the Medical Profession,
				1835-1975</em>. New Haven: Yale University Press, 1977.</li>
		  <li>Wear, Delese,
			  ed. <em>Women in Medical Education: An Anthology of Experience</em>. New York: State University of New York Press, 1996.</li>
		  <li>Wells, Susan. <em>Out of
				the Dead House: Nineteenth-Century Women Physicians and the Writing of
				Medicine</em>. Madison, WI: University of Wisconsin, 2001.</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-07-08" -->
<!-- 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> 08 July 2013<br /><strong>Last updated:</strong> 08 July 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>