<script>
    document.cookie = "qualified=1; path=/";
    </script><div class="qualified-pop qualified-pop" style="z-index: 10000;">
        <div class="geo-modal">
            <div class="geo-modal-body text-center">
                <h3 class="geo-modal-title">This website contains information intended exclusively for physicians, pharmacists, and other qualified healthcare professionals.</h3>
                <p>Please confirm your status to continue</p>
            </div>
            <div class="geo-modal-footer"><a href="#" class="healthcare-button">Yes, I am a qualified healthcare professional</a><a href="http://google.com/" class="geo-modal-button">No, take me back</a></div>
            <p>By clicking “Yes,” you confirm that you are a licensed healthcare professional and acknowledge that this content is intended for professional use only and not intended for use by the general public.</p>
        </div>
    </div><style type=text/css>
    .qualified-pop {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.25);
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .qualified-pop--close{
        display: none;
        } 
    .geo-modal {
        text-align: center;
        position: absolute;
        width: 50%;
        max-width: 650px;
        background: #fff;
        padding: 2.5rem;
    }
    .geo-modal-footer{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
@media screen and (max-width: 768px) {
    .geo-modal {
        width: 90%;
        max-width: 100%;}
        .geo-modal-footer{
        flex-direction: column;
    }
    }

    .healthcare-button,
    a.geo-modal-button {
    border-radius: 0;
    padding: 16px 48px;
    font-size: 22px !important;
    background: #93EE10 !important;
    background: -moz-linear-gradient(left,#93EE10 0%,#2cefff 75%) !important;
    background: -webkit-linear-gradient(left, #93EE10 0%, #2cefff 75%) !important;
    background: linear-gradient(to right, #93EE10 0%, #2cefff 75%) !important;
    transition: 0.3s;
    background: none;
    position: relative;
    z-index: 1;
    color: #fff !important;
    margin: 8px;
    }
    .geo-modal-title{
        font-size: 1.5rem;
        text-wrap: balance;
    }
        .healthcare-button:before ,
    a.geo-modal-button:before {
        content: "";
        border-radius: 0;
        padding: 8px 48px;
        font-size: 18px;
        background: #93ee10;
        background: -moz-linear-gradient(left,#93ee10 0%,#20a6ff 75%);
        background: -webkit-linear-gradient(left, #93ee10 0%, #20a6ff 75%);
        background: linear-gradient(to right, #93ee10 0%, #20a6ff 75%);
        transition: .5s;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1;
    }
    .healthcare-button:after,
    a.geo-modal-button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        transition: 0.3s;
    }
                .healthcare-button:hover:after ,
    a.geo-modal-button:hover:after {
        content: "";
        background: #93ee10;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1;
    }
    </style><script>
    document.addEventListener("DOMContentLoaded", function () {
    const closeButton = document.querySelector(".healthcare-button");
    const backdrop = document.querySelector(".qualified-pop");

    if (closeButton && backdrop) {
        closeButton.addEventListener("click", function (e) {
        e.preventDefault();
            backdrop.classList.add("qualified-pop--close"); // Replace with your actual class
        });
    }
});
</script>{"id":9140,"date":"2026-09-01T14:57:42","date_gmt":"2026-09-01T13:57:42","guid":{"rendered":"https:\/\/diagnosticgreen.com\/row\/?p=9140"},"modified":"2026-09-01T15:06:20","modified_gmt":"2026-09-01T14:06:20","slug":"improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning","status":"publish","type":"post","link":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/","title":{"rendered":"Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The anterolateral thigh flap is widely used in reconstructive surgery because it can provide a substantial volume of skin and soft tissue with relatively low donor-site morbidity. However, the location and course of the perforating vessels supplying the flap can vary considerably between patients. Accurate preoperative mapping can help surgeons select suitable perforators, position the flap and reduce uncertainty during flap elevation. A new study compared indocyanine green angiography (ICGA) with colour Doppler ultrasonography (CDU) for locating perforators before anterolateral thigh-flap reconstruction.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Comparing ICGA with Colour Doppler<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The investigators retrospectively analysed 56 reconstructions undertaken between January and July 2024. Perforators identified using ICGA and CDU were compared with those found during surgery.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">ICGA demonstrated better performance across all the principal diagnostic measures:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong><em>Performance measure<\/em><\/strong><\/td><td><strong><em>ICGA<\/em><\/strong><\/td><td><strong><em>Colour Doppler<\/em><\/strong><\/td><\/tr><tr><td><strong>Sensitivity<\/strong><\/td><td>92.50%<\/td><td>84.90%<\/td><\/tr><tr><td><strong>Specificity<\/strong><\/td><td>82.00%<\/td><td>80.00%<\/td><\/tr><tr><td><strong>Positive predictive value<\/strong><\/td><td>93.90%<\/td><td>84.70%<\/td><\/tr><tr><td><strong>Negative predictive value<\/strong><\/td><td>90.20%<\/td><td>79.20%<\/td><\/tr><tr><td><strong>Overall accuracy<\/strong><\/td><td>92.20%<\/td><td>82.30%<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">These findings indicate that ICGA identified a greater proportion of the perforators confirmed during surgery and was more reliable in distinguishing areas with and without a perforator.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Although overall detection performance was better with ICGA, there was no significant difference between the two methods in the accuracy of the exact perforator location.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Flap Thickness Affected ICGA Accuracy<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Flap thickness was identified as an independent predictor of ICGA accuracy, with performance declining when tissue thickness exceeded 2.35 cm.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is clinically relevant because increasing tissue depth can reduce the strength of the near-infrared fluorescence signal detected at the surface. The 2.35 cm cut-off was derived from this single retrospective cohort and will require validation before it can be considered a general clinical threshold.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For colour Doppler, the timing of the examination relative to surgery was identified as a factor affecting accuracy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Perforator Distribution May Guide Planning<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The study also examined where perforators were most commonly located. Septocutaneous perforators were most frequent in the proximal zone, where they represented 61.2% of perforators. These vessels may be favourable because their course can make dissection more straightforward than that of perforators passing through muscle.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The study\u2019s defined \u201chot zone\u201d had the greatest concentration of perforators, providing potentially useful guidance on where preoperative mapping could be focused.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Does This Mean for Clinical Practice?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The findings support a potential role for ICGA in helping surgeons to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>identify clinically relevant perforators;<\/li>\n\n\n\n<li>distinguish perforator-positive and perforator-negative areas;<\/li>\n\n\n\n<li>support flap positioning and design;<\/li>\n\n\n\n<li>identify areas with a higher concentration of perforators; and<\/li>\n\n\n\n<li>reduce uncertainty before flap elevation.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">ICGA and colour Doppler provide different types of information and may be complementary. ICGA offers visualisation of superficial perfusion and perforator emergence, while ultrasound can provide information about vessel depth, diameter, flow and anatomical course. Ultrasound may therefore remain particularly important in patients with thicker flaps. The study was retrospective, included 56 reconstructions and evaluated localisation performance rather than postoperative outcomes. Nevertheless, it provides further evidence that ICG angiography may support personalised planning in reconstructive surgery, while also identifying tissue thickness as an important consideration when interpreting fluorescence findings.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reference<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Localizing Perforators of the Anterolateral Thigh Flap: Color Doppler Ultrasonography Vs Indocyanine Green Angiography. <a href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/42592532\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/pubmed.ncbi.nlm.nih.gov\/42592532\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The anterolateral thigh flap is widely used in reconstructive surgery because it can provide a substantial volume of skin and soft tissue with relatively low donor-site morbidity. However, the location and course of the perforating vessels supplying the flap can vary considerably between patients. Accurate preoperative mapping can help surgeons select suitable perforators, position the [&hellip;]<\/p>\n","protected":false},"author":713570,"featured_media":9143,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[43],"tags":[],"class_list":["post-9140","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-clinical-data"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning - Diagnostic Green RoW<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning - Diagnostic Green RoW\" \/>\n<meta property=\"og:description\" content=\"The anterolateral thigh flap is widely used in reconstructive surgery because it can provide a substantial volume of skin and soft tissue with relatively low donor-site morbidity. However, the location and course of the perforating vessels supplying the flap can vary considerably between patients. Accurate preoperative mapping can help surgeons select suitable perforators, position the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/\" \/>\n<meta property=\"og:site_name\" content=\"Diagnostic Green RoW\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Diagnostic-Green-GmbH-242543746543621\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-01T13:57:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T14:06:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2026\/09\/DXG-thumbnail-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"667\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"proactivedm\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@DiagnosticGreen\" \/>\n<meta name=\"twitter:site\" content=\"@DiagnosticGreen\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"proactivedm\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/\"},\"author\":{\"name\":\"proactivedm\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#\\\/schema\\\/person\\\/28b6bd22d5abfcd6cb99e45a7bee9b5c\"},\"headline\":\"Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning\",\"datePublished\":\"2026-09-01T13:57:42+00:00\",\"dateModified\":\"2026-09-01T14:06:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/\"},\"wordCount\":510,\"publisher\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/09\\\/DXG-thumbnail-1.jpg\",\"articleSection\":[\"Clinical Data\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/\",\"url\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/\",\"name\":\"Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning - Diagnostic Green RoW\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/09\\\/DXG-thumbnail-1.jpg\",\"datePublished\":\"2026-09-01T13:57:42+00:00\",\"dateModified\":\"2026-09-01T14:06:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/#primaryimage\",\"url\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/09\\\/DXG-thumbnail-1.jpg\",\"contentUrl\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/09\\\/DXG-thumbnail-1.jpg\",\"width\":1000,\"height\":667},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/clinical-data\\\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#website\",\"url\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/\",\"name\":\"Diagnostic Green RoW\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#organization\",\"name\":\"Diagnostic Green\",\"url\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/04\\\/diagnostic-green-logo-primary-1-1.png\",\"contentUrl\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/04\\\/diagnostic-green-logo-primary-1-1.png\",\"width\":141,\"height\":55,\"caption\":\"Diagnostic Green\"},\"image\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Diagnostic-Green-GmbH-242543746543621\\\/\",\"https:\\\/\\\/x.com\\\/DiagnosticGreen\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/diagnostic-green\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC0L2kLPQIYy6NAQV9z72LDg\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#\\\/schema\\\/person\\\/28b6bd22d5abfcd6cb99e45a7bee9b5c\",\"name\":\"proactivedm\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f8ab348c9aeb8c65429c107e2e10dfb051aab44b0e5dbfb4d0bf4c5af0d4d723?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f8ab348c9aeb8c65429c107e2e10dfb051aab44b0e5dbfb4d0bf4c5af0d4d723?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f8ab348c9aeb8c65429c107e2e10dfb051aab44b0e5dbfb4d0bf4c5af0d4d723?s=96&d=mm&r=g\",\"caption\":\"proactivedm\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning - Diagnostic Green RoW","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/","og_locale":"en_GB","og_type":"article","og_title":"Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning - Diagnostic Green RoW","og_description":"The anterolateral thigh flap is widely used in reconstructive surgery because it can provide a substantial volume of skin and soft tissue with relatively low donor-site morbidity. However, the location and course of the perforating vessels supplying the flap can vary considerably between patients. Accurate preoperative mapping can help surgeons select suitable perforators, position the [&hellip;]","og_url":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/","og_site_name":"Diagnostic Green RoW","article_publisher":"https:\/\/www.facebook.com\/Diagnostic-Green-GmbH-242543746543621\/","article_published_time":"2026-09-01T13:57:42+00:00","article_modified_time":"2026-09-01T14:06:20+00:00","og_image":[{"width":1000,"height":667,"url":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2026\/09\/DXG-thumbnail-1.jpg","type":"image\/jpeg"}],"author":"proactivedm","twitter_card":"summary_large_image","twitter_creator":"@DiagnosticGreen","twitter_site":"@DiagnosticGreen","twitter_misc":{"Written by":"proactivedm","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/#article","isPartOf":{"@id":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/"},"author":{"name":"proactivedm","@id":"https:\/\/diagnosticgreen.com\/row\/#\/schema\/person\/28b6bd22d5abfcd6cb99e45a7bee9b5c"},"headline":"Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning","datePublished":"2026-09-01T13:57:42+00:00","dateModified":"2026-09-01T14:06:20+00:00","mainEntityOfPage":{"@id":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/"},"wordCount":510,"publisher":{"@id":"https:\/\/diagnosticgreen.com\/row\/#organization"},"image":{"@id":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/#primaryimage"},"thumbnailUrl":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2026\/09\/DXG-thumbnail-1.jpg","articleSection":["Clinical Data"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/","url":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/","name":"Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning - Diagnostic Green RoW","isPartOf":{"@id":"https:\/\/diagnosticgreen.com\/row\/#website"},"primaryImageOfPage":{"@id":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/#primaryimage"},"image":{"@id":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/#primaryimage"},"thumbnailUrl":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2026\/09\/DXG-thumbnail-1.jpg","datePublished":"2026-09-01T13:57:42+00:00","dateModified":"2026-09-01T14:06:20+00:00","breadcrumb":{"@id":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/#primaryimage","url":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2026\/09\/DXG-thumbnail-1.jpg","contentUrl":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2026\/09\/DXG-thumbnail-1.jpg","width":1000,"height":667},{"@type":"BreadcrumbList","@id":"https:\/\/diagnosticgreen.com\/row\/clinical-data\/improving-perforator-mapping-icg-angiography-supports-anterolateral-thigh-flap-planning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/diagnosticgreen.com\/row\/"},{"@type":"ListItem","position":2,"name":"Improving Perforator Mapping: ICG Angiography Supports Anterolateral Thigh-Flap Planning"}]},{"@type":"WebSite","@id":"https:\/\/diagnosticgreen.com\/row\/#website","url":"https:\/\/diagnosticgreen.com\/row\/","name":"Diagnostic Green RoW","description":"","publisher":{"@id":"https:\/\/diagnosticgreen.com\/row\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/diagnosticgreen.com\/row\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/diagnosticgreen.com\/row\/#organization","name":"Diagnostic Green","url":"https:\/\/diagnosticgreen.com\/row\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/diagnosticgreen.com\/row\/#\/schema\/logo\/image\/","url":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2019\/04\/diagnostic-green-logo-primary-1-1.png","contentUrl":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2019\/04\/diagnostic-green-logo-primary-1-1.png","width":141,"height":55,"caption":"Diagnostic Green"},"image":{"@id":"https:\/\/diagnosticgreen.com\/row\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Diagnostic-Green-GmbH-242543746543621\/","https:\/\/x.com\/DiagnosticGreen","https:\/\/www.linkedin.com\/company\/diagnostic-green","https:\/\/www.youtube.com\/channel\/UC0L2kLPQIYy6NAQV9z72LDg\/"]},{"@type":"Person","@id":"https:\/\/diagnosticgreen.com\/row\/#\/schema\/person\/28b6bd22d5abfcd6cb99e45a7bee9b5c","name":"proactivedm","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/f8ab348c9aeb8c65429c107e2e10dfb051aab44b0e5dbfb4d0bf4c5af0d4d723?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f8ab348c9aeb8c65429c107e2e10dfb051aab44b0e5dbfb4d0bf4c5af0d4d723?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f8ab348c9aeb8c65429c107e2e10dfb051aab44b0e5dbfb4d0bf4c5af0d4d723?s=96&d=mm&r=g","caption":"proactivedm"}}]}},"_links":{"self":[{"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/posts\/9140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/users\/713570"}],"replies":[{"embeddable":true,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/comments?post=9140"}],"version-history":[{"count":3,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/posts\/9140\/revisions"}],"predecessor-version":[{"id":9151,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/posts\/9140\/revisions\/9151"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/media\/9143"}],"wp:attachment":[{"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/media?parent=9140"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/categories?post=9140"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/tags?post=9140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}