{"version":"1.0","provider_name":"\u61f7\u300c\u6ce1\u814e\u300d\u5e0c\u671b","provider_url":"https:\/\/www.healthyd.com\/adpkd","author_name":"esddesign","author_url":"https:\/\/www.healthyd.com\/adpkd\/\u5c08\u984c\/author\/esddesign\/","title":"ADPKD\u8cc7\u8a0a - \u61f7\u300c\u6ce1\u814e\u300d\u5e0c\u671b","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"OXoqxE9RNq\"><a href=\"https:\/\/www.healthyd.com\/adpkd\/adpkd%e8%b3%87%e8%a8%8a\/\">ADPKD\u8cc7\u8a0a<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.healthyd.com\/adpkd\/adpkd%e8%b3%87%e8%a8%8a\/embed\/#?secret=OXoqxE9RNq\" width=\"600\" height=\"338\" title=\"&#8220;ADPKD\u8cc7\u8a0a&#8221; &#8212; \u61f7\u300c\u6ce1\u814e\u300d\u5e0c\u671b\" data-secret=\"OXoqxE9RNq\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * This file cannot have ampersands in it. This is to ensure\n * it can be embedded in older versions of WordPress.\n * See https:\/\/core.trac.wordpress.org\/changeset\/35708.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\tvar supportedBrowser = false,\n\t\tloaded = false;\n\n\t\tif ( document.querySelector ) {\n\t\t\tif ( window.addEventListener ) {\n\t\t\t\tsupportedBrowser = true;\n\t\t\t}\n\t\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\tif ( ! data ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( ! ( data.secret || data.message || data.value ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( \/[^a-zA-Z0-9]\/.test( data.secret ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\t\/* Resize the iframe on request. *\/\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t}\n\n\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\tif ( 'link' === data.message ) {\n\t\t\t\tsourceURL = document.createElement( 'a' );\n\t\t\t\ttargetURL = document.createElement( 'a' );\n\n\t\t\t\tsourceURL.href = source.getAttribute( 'src' );\n\t\t\t\ttargetURL.href = data.value;\n\n\t\t\t\t\/* Only follow link if the protocol is in the allow list. *\/\n\t\t\t\tif ( ! allowedProtocols.test( targetURL.protocol ) ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t\/* Only continue if link hostname matches iframe's hostname. *\/\n\t\t\t\tif ( targetURL.host === sourceURL.host ) {\n\t\t\t\t\tif ( document.activeElement === source ) {\n\t\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tif ( loaded ) {\n\t\t\treturn;\n\t\t}\n\n\t\tloaded = true;\n\n\t\tvar isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ),\n\t\t\tisIE11 = !!navigator.userAgent.match( \/Trident.*rv:11\\.\/ ),\n\t\t\tiframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\tiframeClone, i, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substr( 2, 10 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/* Remove security attribute from iframes in IE10 and IE11. *\/\n\t\t\tif ( ( isIE10 || isIE11 ) ) {\n\t\t\t\tiframeClone = source.cloneNode( true );\n\t\t\t\tiframeClone.removeAttribute( 'security' );\n\t\t\t\tsource.parentNode.replaceChild( iframeClone, source );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\tif ( supportedBrowser ) {\n\t\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\t\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n\t\twindow.addEventListener( 'load', onLoad, false );\n\t}\n})( window, document );\n<\/script>\n","description":"\u4f55\u8b02ADPKD\uff1f \u95dc\u61f7\u6ce1\u6ce1\u814e\u958b\u59cb \u5e38\u67d3\u8272\u9ad4\u986f\u6027\u591a\u56ca\u6027\u814e\u81df\u75c5\uff08ADPKD\uff09\u5f71\u97ff\u5168\u7403\u8d85\u904e 1,200 \u842c\u4eba\uff0c\u800c\u6bcf 400 \u81f32,500 \u4eba\u4e2d\u5c31\u6709 1 \u4eba\u60a3\u6709\u6b64\u75be\u75c51\u3002\u64da\u4f30\u8a08\uff0c\u5728\u9999\u6e2f\u7d04750\u842c\u4eba\u53e3\u8a08\u7b97\uff0c\u7d04\u67093,000\u81f318,750\u4f4dADPKD\u60a3\u8005\u3002ADPKD \u53ef\u5206\u70ba\u5169\u7a2e\uff0c\u5206\u5225\u662f\u7531 PKD1 \u7570\u5e38\u57fa\u56e0\u5f15\u81f4\u7684 PKD1\u578b\u4ee5\u53ca\u7531PKD2 \u7570\u5e38\u57fa\u56e0\u5f15\u81f4\u7684 PKD2\u578b\u3002PKD1\u578b\u8f03\u70ba\u5e38\u898b\u4f54\u6574\u9ad4\u60a3\u8005\u6bd4\u4f8b85%\uff0c\u75c5\u60c5\u9032\u5c55\u8f03\u5feb\uff0c\u75c5\u60c5\u4ea6\u6703\u6bd4\u8f03\u56b4\u91cd\uff0c\u5e38\u65bc\u60a3\u800530\u591a\u6b72\u6642\u958b\u59cb\u51fa\u73fe\uff0c\u4ea6\u8f03\u5bb9\u6613\u767c\u5c55\u70ba\u814e\u81df\u8870\u7aed\u3002\u81f3\u65bcPKD2\u578b\u8f03\u4e0d\u5e38\u898b\uff0c\u4f54\u6574\u9ad4\u60a3\u8005\u6bd4\u4f8b15%\uff0c\u75c5\u60c5\u9032\u5c55\u8f03\u6162\uff0c\u5e38\u65bc\u60a3\u8005\u8f03\u5e74\u9577\u6642\u624d\u958b\u59cb\u51fa\u73fe\uff0c\u5c0e\u81f4\u814e\u81df\u8870\u7aed\u7684\u53ef\u80fd\u6027\u4ea6\u8f03\u5c0f2\u3002 \u4ec0\u9ebc\u662fADPKD3\uff1f \u5e38\u67d3\u8272\u9ad4\u986f\u6027\u591a\u56ca\u6027\u814e\u81df\u75c5(Autosomal dominant polycystic kidney disease)\uff0c\u7c21\u7a31\u70ba\u591a\u56ca\u814e\u75c5\u3002\u591a\u56ca\u814e\u75c5\u60a3\u8005\u7684\u814e\u81df\u4e2d\uff0c\u6703\u6f38\u6f38\u51fa\u73fe\u5927\u91cf\u5145\u6eff\u6db2\u9ad4\u7684\u56ca\u816b\u3002\u82e5\u679c\u60a3\u8005\u7684\u814e\u81df\u4e2d\u51fa\u73fe\u904e\u591a\u7684\u56ca\u816b\uff0c\u6216\u662f\u56ca\u816b\u8b8a\u5f97\u904e\u5927\uff0c\u5c31\u6709\u6a5f\u6703\u4f7f\u814e\u81df\u53d7\u640d\u3002\u591a\u56ca\u814e\u75c5\u7684\u56ca\u816b\u6703\u6f38\u6f38\u53d6\u4ee3\u5927\u90e8\u5206\u6b63\u5e38\u7684\u814e\u81df\u7d44\u7e54\uff0c\u964d\u4f4e\u814e\u81df\u529f\u80fd\uff0c\u6700\u5f8c\u66f4\u6703\u5c0e\u81f4\u814e\u81df\u8870\u7aed3\u3002\u591a\u56ca\u814e\u75c5\u662f\u6700\u5e38\u898b\u7684\u907a\u50b3\u6027\u814e\u75c5\uff0c\u7d04\u670990%\u591a\u56ca\u814e\u75c5\u75c5\u4f8b\u5c6c\u65bcADPKD1\u3002\u53ea\u8981\u7236\u89aa\u6216\u6bcd\u89aa\u60a3\u4e0a\u591a\u56ca\u814e\u75c5\u4fbf\u670950\uff05\u6a5f\u6703\u907a\u50b3\u7d66\u5b50\u59733\u3002 ADPKD\u6709\u4f55\u75c5\u5fb54,5? \u521d\u671f\u7684ADPKD\u5927\u591a\u60a3\u8005\u75c7\u72c0\u8f03\u8f15\u5fae\uff0c\u751a\u81f3\u4e26\u6c92\u6709\u75c7\u72c0\u3002ADPKD \u60a3\u8005\u51fa\u73fe\u7684\u9996\u7a2e\u75c7\u72c0\u901a\u5e38\u662f\u9ad8\u8840\u58d3\u3001\u5c3f\u6db2\u5e36\u8840\u3001\u8179\u90e8\u6216\u80cc\u90e8\u611f\u5230\u75db\u695a\uff0c\u4ea6\u6709\u4e00\u4e9bADPKD \u60a3\u8005\u6703\u9996\u5148\u51fa\u73fe\u5c3f\u9053\u611f\u67d3\u6216\u662f\u814e\u7d50\u77f3\u7b49\u7684\u75c7\u72c04\u3002 &nbsp; \u5e38\u898b\u7684\u75c5\u5fb5\u5305\u62ec\uff1a \u9ad8\u8840\u58d34 ADPKD \u53ef\u5f15\u81f4\u9ad8\u8840\u58d3\uff0c\u5f71\u97ff\u7d0460%\u81f370%\u7684 ADPKD \u60a3\u8005\uff0c\u901a\u5e38\u5728\u75be\u75c5\u521d\u671f\u958b\u59cb\u4fbf\u51fa\u73fe\uff1b\u4e00\u822c\u800c\u8a00\uff0c\u9ad8\u8840\u58d3\u662f\u60a3\u4e0aADPKD \u7684\u9996\u500b\u8de1\u8c61\uff0c\u800c\u7537\u6027\u6bd4\u5973\u6027\u66f4\u70ba\u666e\u904d\u3002 \u5c3f\u6db2\u5e36\u88404 \u6709\u8fd1\u4e00\u534a\u4ee5\u4e0a\u7684 ADPKD \u60a3\u8005\u6703\u51fa\u73fe\u5c3f\u6db2\u5e36\u8840\u7684\u554f\u984c\u3002\u5e36\u8840\u7684\u5c3f\u6db2\u901a\u5e38\u662f\u7c89\u7d05\u8272\u3001\u7d05\u8272\uff0c\u751a\u81f3\u53ef\u80fd\u662f\u68d5\u8272\u7684\u3002 \u8179\u90e8\u6216\u80cc\u90e8\u75db\u695a5 \u6162\u6027\u75bc\u75db\u662f ADPKD \u60a3\u8005\u6700\u70ba\u666e\u904d\u7684\u75c7\u72c0\u4e4b\u4e00\u3002\u75bc\u75db\u7684\u611f\u89ba\u901a\u5e38\u6703\u5728\u80cc\u90e8\u3001\u8170\u90e8\u6216\u8179\u90e8\u51fa\u73fe\u3002\u75db\u695a\u6709\u6642\u5019\u662f\u9593\u6b47\u6027\u53ca\u53ea\u5c6c\u8f15\u5fae\u7a0b\u5ea6\uff0c\u53ea\u9700\u9593\u4e2d\u4f7f\u7528\u6b62\u75db\u85e5\u7269\u3002\u5c11\u6578\u60a3\u6709\u56b4\u91cdADPKD\u7684\u60a3\u8005\u4e2d\uff0c\u53ef\u80fd\u6703\u6301\u7e8c\u611f\u5230\u75db\u695a\uff0c\u751a\u81f3\u51fa\u73fe\u66f4\u56b4\u91cd\u60c5\u6cc1\u3002 ADPKD\u7684\u8a3a\u65b76 \u7528\u65bc\u8a3a\u65b7ADPKD\u7684\u5f71\u50cf\u5b78\u6aa2\u67e5\u4e3b\u8981\u6709\u4ee5\u4e0b\u4e09\u7a2e\u65b9\u6cd5\uff1a \u8d85\u8072\u6ce2\u6aa2\u67e5 \u8d85\u8072\u6ce2\u6aa2\u67e5\u662f\u6700\u5e38\u7528\u4e14\u6700\u4fbf\u5b9c\u7684 ADPKD \u7be9\u67e5\u65b9\u6cd5\u3002\u76ee\u524d\u91ab\u5b78\u754c\u5df2\u6709\u516c\u8a8d\u7684\u8d85\u8072\u6ce2\u6aa2\u6e2c\u6a19\u6e96\uff0c\u4ee5\u5224\u65b7\u7be9\u67e5\u4eba\u58eb\u662f\u5426\u60a3\u6709 ADPKD\uff1b\u9019\u4e9b\u6aa2\u6e2c\u6a19\u6e96\u5305\u62ec\u53ef\u898b\u7684\u56ca\u816b\u6578\u91cf\u3001\u60a3\u8005\u5e74\u9f61\u4ee5\u53ca\u5176\u5bb6\u65cf\u75c5\u53f2\u3002 \u96fb\u8166\u65b7\u5c64\u6383\u63cf \u96fb\u8166\u65b7\u5c64\u6383\u63cf\u6bd4\u8d85\u8072\u6ce2\u6aa2\u67e5\u66f4\u70ba\u654f\u611f\u3002\u4f46\u7531\u65bc\u96fb\u8166\u65b7\u5c64\u6383\u63cf\u6d89\u53ca\u8f3b\u5c04\u80fd\u91cf\uff0c\u6216\u662f\u6709\u53ef\u80fd\u9700\u8981\u4f7f\u7528\u7898\u5316\u986f\u5f71\u5291\uff0c\u6240\u4ee5\u6709\u6a5f\u6703\u640d\u5bb3\u814e\u81df\u3002\u96fb\u8166\u65b7\u5c64\u6383\u63cf\u4ea6\u53ef\u4ee5\u7528\u4f86\u6aa2\u67e5\u76f8\u95dc\u4f75\u767c\u75c7\uff0c\u4f8b\u5982\u56ca\u816b\u51fa\u8840\u6216\u662f\u814e\u7d50\u77f3\u5f62\u6210\u3002 \u78c1\u529b\u5171\u9707\u6383\u63cf \u78c1\u529b\u5171\u632f\u6383\u63cf\u6bd4\u8d85\u8072\u6ce2\u6aa2\u67e5\u66f4\u70ba\u654f\u611f\uff0c\u4e26\u4e14\u53ef\u4ee5\u7528\u65bc\u6aa2\u67e5 ADPKD \u76f8\u95dc\u7684\u4f75\u767c\u75c7\uff0c\u4f8b\u5982\u56ca\u816b\u51fa\u8840\u6216\u662f\u814e\u7d50\u77f3\u5f62\u6210\u3002 [&hellip;]"}