*{display: flex;flex-basis: 240px;flex-direction: column;flex-grow: 1;flex-shrink: 1;margin: 0.5px; } .sprcom-buybox-articleSidebar > *{box-shadow: 0 0 0 1px rgba(204,204,204,0.494); } .sprcom-buybox-articleSidebar .c-box__body{display: flex;flex-direction: column-reverse;flex-grow: 1;justify-content: space-between;padding: 6%; } .sprcom-buybox-articleSidebar .c-box__body .buybox__buy{display: flex;flex-direction: column-reverse; } .sprcom-buybox-articleSidebar p{color: #333;font-size: 15px; } .sprcom-buybox-articleSidebar .buybox__price{font-size: 24px;font-weight: 500;line-height: calc(100% + 8px);margin: 20px 0;order: 1; } .sprcom-buybox-articleSidebar form{order: 1; } .sprcom-buybox-articleSidebar .buybox__price-info{margin-bottom: 20px; } .sprcom-buybox-articleSidebar .c-box__heading{background-color: #f0f0f0;color: #333;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;font-size: 16px;margin: 0px;padding: 10px 12px;text-align: center; } .sprcom-buybox-articleSidebar .c-box__button{background-color: #3365A4;border: 1px solid transparent;border-radius: 2px;color: #fff;cursor: pointer;display: inline-block;font-family: inherit;font-size: 16px;max-width: 222px;padding: 10px 12px;text-decoration: none;width: 100%; } .sprcom-buybox-articleSidebar h3{clip: rect(1px, 1px, 1px, 1px);height: 1px;overflow: hidden;position: absolute;width: 1px; } .sprcom-buybox-articleSidebar h2{flex-basis: 100%;margin-bottom: 16px;text-align: left; } .sprcom-buybox-articleSidebar .buybox__institutional-sub, .buybox__rent-article .c-box__body{flex-direction: row; } .sprcom-buybox-articleSidebar .buybox__institutional-sub, .buybox__rent-article .buybox__info{text-align: left; } .sprcom-buybox-articleSidebar .buybox__institutional-sub{background-color: #f0f0f0; } .sprcom-buybox-articleSidebar .visually-hidden{clip: rect(1px, 1px, 1px, 1px);height: 1px;overflow: hidden;position: absolute;width: 1px; } .sprcom-buybox-articleSidebar style{display: none; } ;(function () { var timestamp = Date.now() document.write('') var head = document.getElementsByTagName("head")[0] var script = document.createElement("script") script.type = "text/javascript" script.src = "https://buy.springer.com/assets/js/buybox-bundle-abe5f44a67.js" script.id = "ecommerce-scripts-" + timestamp head.appendChild(script) var buybox = document.querySelector("[data-id=id_"+ timestamp +"]").parentNode ;[].slice.call(buybox.querySelectorAll(".buying-option")).forEach(init) function init(buyingOption, index) { var form = buyingOption.querySelector("form") if (form) { var formAction = form.getAttribute("action") document.querySelector("#ecommerce-scripts-" + timestamp).addEventListener("load", bindModal(form, formAction, timestamp, index), false) } } function bindModal(form, formAction, timestamp, index) { var weHasBrowserSupport = window.fetch && Array.from return function() { console.log("ecommerce-scripts loaded, attempting to init modal …") var Buybox = EcommScripts ? EcommScripts.Buybox : null var Modal = EcommScripts ? EcommScripts.Modal : null if (weHasBrowserSupport && Buybox && Modal) { var modalID = "ecomm-modal_" + timestamp + "_" + index var modal = new Modal(modalID) modal.domEl.addEventListener("close", close) function close() { form.querySelector("button[type=submit]").focus() } var cartURL = "/cart" var cartModalURL = "/cart?messageOnly=1" form.setAttribute( "action", formAction.replace(cartURL, cartModalURL) ) var formSubmit = Buybox.interceptFormSubmit( Buybox.fetchFormAction(window.fetch), Buybox.triggerModalAfterAddToCartSuccess(modal), function() { form.removeEventListener("submit", formSubmit, false) form.setAttribute( "action", formAction.replace(cartModalURL, cartURL) ) form.submit() } ) form.addEventListener("submit", formSubmit, false) document.body.appendChild(modal.domEl) } else { console.log("binding failed:", weHasBrowserSupport, EcommScripts) } } } })() Author informationAuthors and AffiliationsDepartment of Radiology, Ankara University, School of Medicine, Cebeci, 06100, Ankara, Turkey A. Erden, E. Ustuner & I. ErdenDepartment of Surgery, Ankara University, School of Medicine, Sihhiye, 06100, Ankara, Turkey M. A. KuzuDepartment of Pathology, Ankara University, School of Medicine, Sihhiye, 06100, Ankara, Turkey A. O. HeperAuthors A. ErdenView author publicationsYou can also search for this author in PubMed Google Scholar E. UstunerView author publicationsYou can also search for this author in PubMed Google Scholar I. ErdenView author publicationsYou can also search for this author in PubMed Google Scholar M. A. KuzuView author publicationsYou can also search for this author in PubMed Google Scholar A. O. HeperView author publicationsYou can also search for this author in PubMed Google ScholarRights and permissionsReprints and PermissionsAbout this articleCite this articleErden, ., Ustuner, ., Erden, . et al. Retrorectal dermoid cyst in a male adult: case report. Abdom Imaging 28, 725–727 (2003). https://doi.org/10.1007/s00261-002-0093-4Download citationIssue Date: October 2003DOI: https://doi.org/10.1007/s00261-002-0093-4">
Author(s): ErdenA, Ustuner E, Erden I, Kuzu MA, Heper AO
We describe a 48-year-old male patient who presented with rectal fullness and pain. Magnetic resonance imaging (MRI) and computed tomographic studies revealed a noncalcified, unilocular, cystic mass lesion with well-defined borders. On MRI nondependent fat spheres were detected inside the cyst. The same pattern has been described in dermoid cyst of the ovary. We suggest that this MRI pattern is specific to dermoid cysts.
This is a preview of subscription content, access via your institution.
Access optionsBuy single articleInstant access to the full article PDF.
39,95 €
Price includes VAT (India)
Rent this article via DeepDyve.
function deepDyveResponse(data) { if (data.status === 'ok') { [].slice.call(document.querySelectorAll('.c-box.buybox__rent-article')).forEach(function (article) { article.style.display = 'flex' var link = article.querySelector('.deepdyve-link') if (link) { link.setAttribute('href', data.url) } }) } } var script = document.createElement('script') script.src = '//www.deepdyve.com/rental-link?docId=10.1007/s00261-002-0093-4&journal=1432-0509&fieldName=journal_doi&affiliateId=springer&format=jsonp&callback=deepDyveResponse' document.body.appendChild(script)Learn more about Institutional subscriptions
.sprcom-buybox-articleSidebar{box-shadow: 0px 0px 5px rgba(51,51,51,0.101);display: flex;flex-wrap: wrap;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;text-align: center; } .sprcom-buybox-articleSidebar *{box-sizing: border-box;line-height: calc(100% + 4px);margin: 0px; } .sprcom-buybox-articleSidebar > *{display: flex;flex-basis: 240px;flex-direction: column;flex-grow: 1;flex-shrink: 1;margin: 0.5px; } .sprcom-buybox-articleSidebar > *{box-shadow: 0 0 0 1px rgba(204,204,204,0.494); } .sprcom-buybox-articleSidebar .c-box__body{display: flex;flex-direction: column-reverse;flex-grow: 1;justify-content: space-between;padding: 6%; } .sprcom-buybox-articleSidebar .c-box__body .buybox__buy{display: flex;flex-direction: column-reverse; } .sprcom-buybox-articleSidebar p{color: #333;font-size: 15px; } .sprcom-buybox-articleSidebar .buybox__price{font-size: 24px;font-weight: 500;line-height: calc(100% + 8px);margin: 20px 0;order: 1; } .sprcom-buybox-articleSidebar form{order: 1; } .sprcom-buybox-articleSidebar .buybox__price-info{margin-bottom: 20px; } .sprcom-buybox-articleSidebar .c-box__heading{background-color: #f0f0f0;color: #333;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;font-size: 16px;margin: 0px;padding: 10px 12px;text-align: center; } .sprcom-buybox-articleSidebar .c-box__button{background-color: #3365A4;border: 1px solid transparent;border-radius: 2px;color: #fff;cursor: pointer;display: inline-block;font-family: inherit;font-size: 16px;max-width: 222px;padding: 10px 12px;text-decoration: none;width: 100%; } .sprcom-buybox-articleSidebar h3{clip: rect(1px, 1px, 1px, 1px);height: 1px;overflow: hidden;position: absolute;width: 1px; } .sprcom-buybox-articleSidebar h2{flex-basis: 100%;margin-bottom: 16px;text-align: left; } .sprcom-buybox-articleSidebar .buybox__institutional-sub, .buybox__rent-article .c-box__body{flex-direction: row; } .sprcom-buybox-articleSidebar .buybox__institutional-sub, .buybox__rent-article .buybox__info{text-align: left; } .sprcom-buybox-articleSidebar .buybox__institutional-sub{background-color: #f0f0f0; } .sprcom-buybox-articleSidebar .visually-hidden{clip: rect(1px, 1px, 1px, 1px);height: 1px;overflow: hidden;position: absolute;width: 1px; } .sprcom-buybox-articleSidebar style{display: none; } ;(function () { var timestamp = Date.now() document.write('') var head = document.getElementsByTagName("head")[0] var script = document.createElement("script") script.type = "text/javascript" script.src = "https://buy.springer.com/assets/js/buybox-bundle-abe5f44a67.js" script.id = "ecommerce-scripts-" + timestamp head.appendChild(script) var buybox = document.querySelector("[data-id=id_"+ timestamp +"]").parentNode ;[].slice.call(buybox.querySelectorAll(".buying-option")).forEach(init) function init(buyingOption, index) { var form = buyingOption.querySelector("form") if (form) { var formAction = form.getAttribute("action") document.querySelector("#ecommerce-scripts-" + timestamp).addEventListener("load", bindModal(form, formAction, timestamp, index), false) } } function bindModal(form, formAction, timestamp, index) { var weHasBrowserSupport = window.fetch && Array.from return function() { console.log("ecommerce-scripts loaded, attempting to init modal …") var Buybox = EcommScripts ? EcommScripts.Buybox : null var Modal = EcommScripts ? EcommScripts.Modal : null if (weHasBrowserSupport && Buybox && Modal) { var modalID = "ecomm-modal_" + timestamp + "_" + index var modal = new Modal(modalID) modal.domEl.addEventListener("close", close) function close() { form.querySelector("button[type=submit]").focus() } var cartURL = "/cart" var cartModalURL = "/cart?messageOnly=1" form.setAttribute( "action", formAction.replace(cartURL, cartModalURL) ) var formSubmit = Buybox.interceptFormSubmit( Buybox.fetchFormAction(window.fetch), Buybox.triggerModalAfterAddToCartSuccess(modal), function() { form.removeEventListener("submit", formSubmit, false) form.setAttribute( "action", formAction.replace(cartModalURL, cartURL) ) form.submit() } ) form.addEventListener("submit", formSubmit, false) document.body.appendChild(modal.domEl) } else { console.log("binding failed:", weHasBrowserSupport, EcommScripts) } } } })() Author informationAuthors and Affiliations Authors A. ErdenView author publications E. UstunerView author publications I. ErdenView author publications M. A. KuzuView author publications A. O. HeperView author publications Rights and permissionsReprints and Permissions
About this articleCite this articleErden, ., Ustuner, ., Erden, . et al. Retrorectal dermoid cyst in a male adult: case report. Abdom Imaging 28, 725–727 (2003). https://doi.org/10.1007/s00261-002-0093-4
Issue Date: October 2003
DOI: https://doi.org/10.1007/s00261-002-0093-4
Referred From: https://link.springer.com/article/10.1007/s00261-002-0093-4
Author(s): Leeming R, Olsen M, Ponsky JL
Author(s): Salemis NS, Karagkiouzis G, Sambaziotis D, Tsiambas E
Author(s): Aarabi S, Drugas G, Avansino JR
Author(s): Prada-Arias M, Ortiz-Rey JA, Fernández-Eire P, Montero-Sánchez M, Lema-Carril A
Author(s): Jones M, Khosa J
Author(s): Kanda H, Sakurai M, Arima K
Author(s): Lyons DA,Coberly EA, Hammoud GM, Nicholl MB
Author(s): Hakim MM, Abraham SM
Author(s): Pepe F, Lo Monaco S, Rapisarda F, Raciti G, Genovese C
Author(s): Savasi I, Lacy JA,Gerstle JT, Stephens D, Kives S
Author(s): Aldridge MC, Boylston AW, Sim AJ
Author(s): Sakurai Y, Uraguchi T, Imazu H, Hasegawa S, Matsubara T
Author(s): Genetzakis M, Lagoudianakis EE, Papadima A, Tsekouras DK, Markogiannakis H