<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>&#x61F7;&#x300C;&#x6CE1;&#x814E;&#x300D;&#x5E0C;&#x671B;</provider_name><provider_url>https://www.healthyd.com/adpkd</provider_url><author_name>esddesign</author_name><author_url>https://www.healthyd.com/adpkd/&#x5C08;&#x984C;/author/esddesign/</author_url><title>&#x5E38;&#x898B;&#x554F;&#x984C;FAQ - &#x61F7;&#x300C;&#x6CE1;&#x814E;&#x300D;&#x5E0C;&#x671B;</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content" data-secret="HvhE31DhVM"&gt;&lt;a href="https://www.healthyd.com/adpkd/%e5%b8%b8%e8%a6%8b%e5%95%8f%e9%a1%8c/"&gt;&#x5E38;&#x898B;&#x554F;&#x984C;FAQ&lt;/a&gt;&lt;/blockquote&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://www.healthyd.com/adpkd/%e5%b8%b8%e8%a6%8b%e5%95%8f%e9%a1%8c/embed/#?secret=HvhE31DhVM" width="600" height="338" title="&#x201C;&#x5E38;&#x898B;&#x554F;&#x984C;FAQ&#x201D; &#x2014; &#x61F7;&#x300C;&#x6CE1;&#x814E;&#x300D;&#x5E0C;&#x671B;" data-secret="HvhE31DhVM" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;&lt;script&gt;
/**
 * WordPress inline HTML embed
 *
 * @since 4.4.0
 * @output wp-includes/js/wp-embed.js
 *
 * This file cannot have ampersands in it. This is to ensure
 * it can be embedded in older versions of WordPress.
 * See https://core.trac.wordpress.org/changeset/35708.
 */
(function ( window, document ) {
	'use strict';

	var supportedBrowser = false,
		loaded = false;

		if ( document.querySelector ) {
			if ( window.addEventListener ) {
				supportedBrowser = true;
			}
		}

	/** @namespace wp */
	window.wp = window.wp || {};

	if ( !! window.wp.receiveEmbedMessage ) {
		return;
	}

	/**
	 * Receive embed message.
	 *
	 * @param {MessageEvent} e
	 */
	window.wp.receiveEmbedMessage = function( e ) {
		var data = e.data;

		if ( ! data ) {
			return;
		}

		if ( ! ( data.secret || data.message || data.value ) ) {
			return;
		}

		if ( /[^a-zA-Z0-9]/.test( data.secret ) ) {
			return;
		}

		var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ),
			blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ),
			allowedProtocols = new RegExp( '^https?:$', 'i' ),
			i, source, height, sourceURL, targetURL;

		for ( i = 0; i &lt; blockquotes.length; i++ ) {
			blockquotes[ i ].style.display = 'none';
		}

		for ( i = 0; i &lt; iframes.length; i++ ) {
			source = iframes[ i ];

			if ( e.source !== source.contentWindow ) {
				continue;
			}

			source.removeAttribute( 'style' );

			/* Resize the iframe on request. */
			if ( 'height' === data.message ) {
				height = parseInt( data.value, 10 );
				if ( height &gt; 1000 ) {
					height = 1000;
				} else if ( ~~height &lt; 200 ) {
					height = 200;
				}

				source.height = height;
			}

			/* Link to a specific URL on request. */
			if ( 'link' === data.message ) {
				sourceURL = document.createElement( 'a' );
				targetURL = document.createElement( 'a' );

				sourceURL.href = source.getAttribute( 'src' );
				targetURL.href = data.value;

				/* Only follow link if the protocol is in the allow list. */
				if ( ! allowedProtocols.test( targetURL.protocol ) ) {
					continue;
				}

				/* Only continue if link hostname matches iframe's hostname. */
				if ( targetURL.host === sourceURL.host ) {
					if ( document.activeElement === source ) {
						window.top.location.href = data.value;
					}
				}
			}
		}
	};

	function onLoad() {
		if ( loaded ) {
			return;
		}

		loaded = true;

		var isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ),
			isIE11 = !!navigator.userAgent.match( /Trident.*rv:11\./ ),
			iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),
			iframeClone, i, source, secret;

		for ( i = 0; i &lt; iframes.length; i++ ) {
			/** @var {IframeElement} */
			source = iframes[ i ];

			secret = source.getAttribute( 'data-secret' );
			if ( ! secret ) {
				/* Add secret to iframe */
				secret = Math.random().toString( 36 ).substr( 2, 10 );
				source.src += '#?secret=' + secret;
				source.setAttribute( 'data-secret', secret );
			}

			/* Remove security attribute from iframes in IE10 and IE11. */
			if ( ( isIE10 || isIE11 ) ) {
				iframeClone = source.cloneNode( true );
				iframeClone.removeAttribute( 'security' );
				source.parentNode.replaceChild( iframeClone, source );
			}

			/*
			 * Let post embed window know that the parent is ready for receiving the height message, in case the iframe
			 * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the
			 * window will then (re-)send the height message right away.
			 */
			source.contentWindow.postMessage( {
				message: 'ready',
				secret: secret
			}, '*' );
		}
	}

	if ( supportedBrowser ) {
		window.addEventListener( 'message', window.wp.receiveEmbedMessage, false );
		document.addEventListener( 'DOMContentLoaded', onLoad, false );
		window.addEventListener( 'load', onLoad, false );
	}
})( window, document );
&lt;/script&gt;
</html><description>&#x5E38;&#x898B;&#x554F;&#x984C;FAQ &#x4EC0;&#x9EBC;&#x662F;&#x5E38;&#x67D3;&#x8272;&#x9AD4;&#x986F;&#x6027;&#x591A;&#x56CA;&#x6027;&#x814E;&#x81DF;&#x75C5;&#xFF08;ADPKD&#xFF09;&#xFF1F;1 &#x5E38;&#x67D3;&#x8272;&#x9AD4;&#x986F;&#x6027;&#x591A;&#x56CA;&#x6027;&#x814E;&#x81DF;&#x75C5; (Autosomal dominant polycystic kidney disease)&#xFF0C;&#x7C21;&#x7A31;&#x70BA;&#x591A;&#x56CA;&#x814E;&#x75C5;&#xFF0C;&#x662F;&#x7531;&#x65BC;&#x57FA;&#x56E0;&#x8B8A;&#x7570;&#x6240;&#x7522;&#x751F;&#x7684;&#x907A;&#x50B3;&#x6027;&#x75BE;&#x75C5;&#xFF0C;&#x6703;&#x4F7F;&#x60A3;&#x8005;&#x7684;&#x814E;&#x81DF;&#x4E2D;&#x6F38;&#x6F38;&#x51FA;&#x73FE;&#x5927;&#x91CF;&#x5145;&#x6EFF;&#x6DB2;&#x9AD4;&#x7684;&#x56CA;&#x816B;&#x3002;&#x82E5;&#x679C;&#x60A3;&#x8005;&#x7684;&#x814E;&#x81DF;&#x4E2D;&#x51FA;&#x73FE;&#x904E;&#x591A;&#x7684;&#x56CA;&#x816B;&#xFF0C;&#x6216;&#x662F;&#x56CA;&#x816B;&#x8B8A;&#x5F97;&#x904E;&#x5927;&#xFF0C;&#x5C31;&#x6709;&#x6A5F;&#x6703;&#x4F7F;&#x814E;&#x81DF;&#x53D7;&#x640D;&#x3002;&#x591A;&#x56CA;&#x814E;&#x75C5;&#x7684;&#x56CA;&#x816B;&#x6703;&#x6F38;&#x6F38;&#x53D6;&#x4EE3;&#x5927;&#x90E8;&#x5206;&#x6B63;&#x5E38;&#x7684;&#x814E;&#x81DF;&#x7D44;&#x7E54;&#xFF0C;&#x964D;&#x4F4E;&#x814E;&#x81DF;&#x529F;&#x80FD;&#xFF0C;&#x6700;&#x5F8C;&#x66F4;&#x6703;&#x5C0E;&#x81F4;&#x814E;&#x81DF;&#x8870;&#x7AED;&#x3002; ADPKD&#x6709;&#x591A;&#x5E38;&#x898B;&#xFF1F;2 ADPKD &#x662F;&#x6700;&#x70BA;&#x5E38;&#x898B;&#x7684;&#x907A;&#x50B3;&#x6027;&#x814E;&#x81DF;&#x75BE;&#x75C5;&#xFF0C;&#x767C;&#x75C5;&#x4E0D;&#x5206;&#x4EFB;&#x4F55;&#x6027;&#x5225;&#x53CA;&#x7A2E;&#x65CF;&#x3002;&#x64DA;&#x4F30;&#x8A08;&#xFF0C;ADPKD &#x5F71;&#x97FF;&#x5168;&#x7403;&#x8D85;&#x904E; 1,200 &#x842C;&#x4EBA;&#xFF0C;&#x800C;&#x6BCF; 400 &#x81F3;2,500 &#x4EBA;&#x4E2D;&#x5C31;&#x6709;1&#x4EBA;&#x60A3;&#x6709;&#x6B64;&#x75BE;&#x75C5;&#x3002;&#x4EE5;&#x9999;&#x6E2F;&#x7D04; 750 &#x842C;&#x4EBA;&#x53E3;&#x8A08;&#x7B97;&#xFF0C;&#x5373;&#x7D04;&#x6709; 3,000 &#x81F3; 18,750 &#x4F4D; ADPKD &#x60A3;&#x8005;&#x3002; ADPKD&#x662F;&#x5982;&#x4F55;&#x907A;&#x50B3;&#x7684;?3 ADPKD&#x662F;&#x4E00;&#x7A2E;&#x907A;&#x50B3;&#x6027;&#x75BE;&#x75C5;&#xFF0C;&#x5728;&#x907A;&#x50B3;&#x4E2D;&#x5177;&#x6709;&#x300C;&#x986F;&#x6027;&#x300D;&#x7684;&#x6A21;&#x5F0F;&#x3002;&#x5B83;&#x4E3B;&#x8981;&#x662F;&#x7531;PKD1&#x57FA;&#x56E0;&#x53CA;PKD2&#x57FA;&#x56E0;&#x7684;&#x7A81;&#x8B8A;&#x800C;&#x5F15;&#x8D77;&#x7684;&#xFF0C;&#x7236;&#x6BCD;&#x4E2D;&#x53EA;&#x8981;&#x5176;&#x4E2D;&#x4E00;&#x4EBA;&#x53D7;&#x7570;&#x5E38;&#x57FA;&#x56E0;&#x6240;&#x5F71;&#x97FF;&#xFF0C;&#x4FBF;&#x53EF;&#x80FD;&#x5C07;&#x6B64;&#x75BE;&#x75C5;&#x907A;&#x50B3;&#x7D66;&#x4E0B;&#x4E00;&#x4EE3;&#x3002; ADPKD&#x60A3;&#x8005;&#x6703;&#x51FA;&#x73FE;&#x4EC0;&#x9EBC;&#x75C7;&#x72C0;&#xFF1F;4,5 &#x5F88;&#x591A;ADPKD&#x60A3;&#x8005;&#x7531;&#x65BC;&#x53EA;&#x51FA;&#x73FE;&#x5F88;&#x8F15;&#x5FAE;&#x75C7;&#x72C0;&#xFF0C;&#x751A;&#x81F3;&#x5F9E;&#x672A;&#x6709;&#x904E;&#x75C7;&#x72C0;&#xFF0C; &#x56E0;&#x6B64;&#x5F9E;&#x672A;&#x88AB;&#x8A3A;&#x65B7;&#x6709;ADPKD&#x3002;&#x4E00;&#x822C;&#x800C;&#x8A00;&#xFF0C;ADPKD&#x60A3;&#x8005;&#x51FA;&#x73FE;&#x7684;&#x9996;&#x7A2E;&#x75C7;&#x72C0;&#x901A;&#x5E38;&#x662F;&#x9AD8;&#x8840;&#x58D3;&#x3001;&#x5C3F;&#x6DB2;&#x5E36;&#x8840;&#x3001;&#x8179;&#x90E8;&#x6216;&#x80CC;&#x90E8;&#x611F;&#x5230;&#x75DB;&#x695A;&#xFF1B;&#x4EA6;&#x6709;&#x4E00;&#x4E9B;ADPKD&#x60A3;&#x8005;&#x6703;&#x9996;&#x5148;&#x51FA;&#x73FE;&#x5C3F;&#x9053;&#x611F;&#x67D3;&#x6216;&#x662F;&#x814E;&#x7D50;&#x77F3;&#x7B49;&#x7684;&#x75C7;&#x72C0;&#x3002; ADPKD&#x7684;&#x75C5;&#x60C5;&#x5206;&#x70BA;&#x591A;&#x5C11;&#x968E;&#x6BB5;?6 &#x96A8;&#x8457;ADPKD&#x7684;&#x75C5;&#x60C5;&#x6F38;&#x6F38;&#x60E1;&#x5316;&#xFF0C;&#x60A3;&#x8005;&#x814E;&#x81DF;&#x4E2D;&#x7684;&#x814E;&#x56CA;&#x816B;&#x5927;&#x5C0F;&#x53CA;&#x6578;&#x91CF;&#x5747;&#x6703;&#x589E;&#x52A0;&#x3002;&#x591A;&#x56CA;&#x814E;&#x75C5;&#x4E2D;&#x7684;&#x56CA;&#x816B;&#x6703;&#x6F38;&#x6F38;&#x53D6;&#x4EE3;&#x5927;&#x90E8;&#x5206;&#x6B63;&#x5E38;&#x7684;&#x814E;&#x81DF;&#x7D44;&#x7E54;&#xFF0C;&#x7E7C;&#x800C;&#x958B;&#x59CB;&#x5F71;&#x97FF;&#x814E;&#x81DF;&#x7684;&#x529F;&#x80FD;&#xFF0C;&#x4E26;&#x767C;&#x5C55;&#x70BA;&#x6162;&#x6027;&#x814E;&#x81DF;&#x75BE;&#x75C5;&#xFF0C;&#x6700;&#x7D42;&#x751A;&#x81F3;&#x6703;&#x6709;&#x53EF;&#x80FD;&#x5C0E;&#x81F4;&#x814E;&#x81DF;&#x8870;&#x7AED;&#xFF1B;&#x800C;&#x6162;&#x6027;&#x814E;&#x81DF;&#x75BE;&#x75C5;&#x7684;&#x75C5;&#x60C5;&#x5206;&#x70BA;&#x4EE5;&#x4E0B;&#x4E94;&#x500B;&#x968E;&#x6BB5;&#xFF1A; &nbsp; &#x6162;&#x6027;&#x814E;&#x81DF;&#x75BE;&#x75C5;&#x968E;&#x6BB5; &#x814E;&#x5C0F;&#x7403;&#x904E;&#x6FFE;&#x7387; &#x75C5;&#x60C5;&#x63CF;&#x8FF0; &#x7B2C;&#x4E00;&#x671F; &gt;90 &#x814E;&#x529F;&#x80FD;&#x6B63;&#x5E38; (90% &#x4EE5;&#x4E0A;&#xFF09; &#x7B2C;&#x4E8C;&#x671F; 60-89 &#x6BD4;&#x6B63;&#x5E38;&#x814E;&#x529F;&#x80FD;&#x7A0D;&#x5DEE; &#x7B2C;&#x4E09;A&#x671F; 45-59 &#x814E;&#x529F;&#x80FD;&#x51FA;&#x73FE;&#x8F15;&#x5FAE;&#x81F3;&#x4E2D;&#x5EA6;&#x60E1;&#x5316; &#x7B2C;&#x4E09;B&#x671F; 30-44 &#x7B2C;&#x56DB;&#x671F; 15-29 &#x814E;&#x529F;&#x80FD;&#x6BD4;&#x6B63;&#x5E38;&#x60C5;&#x6CC1;&#x5DEE;&#x5F88;&#x591A; &#x7B2C;&#x4E94;&#x671F;&#xFF08;&#x672B;&#x671F;&#xFF09; &lt;15 &#x814E;&#x81DF;&#x6709;&#x8870;&#x7AED;&#x7684;&#x98A8;&#x96AA;&#x6216;&#x5DF2;&#x7D93;&#x8870;&#x7AED; [&hellip;]</description></oembed>
