<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":1480,"date":"2023-09-25T15:18:57","date_gmt":"2023-09-25T14:18:57","guid":{"rendered":"https:\/\/diagnosticgreen.com\/row\/?p=1480"},"modified":"2025-09-25T16:36:34","modified_gmt":"2025-09-25T15:36:34","slug":"diagnostic-green-attends-ukraine-breast-meeting","status":"publish","type":"post","link":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/","title":{"rendered":"Diagnostic Green attends Ukrainian Breast Meeting"},"content":{"rendered":"\n<p>Diagnostic Green are delighted to attend this years Ukrainian Breast Meeting from 12th &#8211; 13th September at Good Zone Hotel Complex.<\/p>\n\n\n\n<p>The Ukrainian Breast Meeting will highlight unique ideas and international best practices in the field of plastic, reconstructive and lymphatic surgery by a host of successful Ukrainian and European Surgeons. The list can be found <a href=\"https:\/\/ubm.dp.ua\/ru\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">here<\/a>.<\/p>\n\n\n\n<p> Full details of the event can be found <a href=\"https:\/\/ubm.dp.ua\/ru\/programma.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">here<\/a>. If you wish to arrange a one to one with one of our experts at the event please fill out your details below and we will be in touch. <\/p>\n\n\n\n<script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 4.0 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_3' ><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_3' id='gform_3'  action='\/row\/wp-json\/wp\/v2\/posts\/1480' data-formid='3' novalidate>\n                        <div class='gform-body gform_body'><ul id='gform_fields_3' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_3_1\" class=\"gfield gfield--type-name gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_3_1'>\n                            \n                            <span id='input_3_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.3' id='input_3_1_3' value=''   aria-required='true'   placeholder='First Name'  \/>\n                                                    <label for='input_3_1_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>First<\/label>\n                                                <\/span>\n                            \n                            <span id='input_3_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.6' id='input_3_1_6' value=''   aria-required='true'   placeholder='Last Name'  \/>\n                                                    <label for='input_3_1_6' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Last<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/li><li id=\"field_3_2\" class=\"gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_2'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_3_2' type='email' value='' class='large'   placeholder='Email' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_3_5\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Consent<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_consent'><input name='input_5.1' id='input_3_5_1' type='checkbox' value='1'   aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_3_5_1' >I consent to the processing of my data as per the <a href=\"https:\/\/diagnosticgreen.com\/row\/privacy-policy\/\" target=\"_blank\">privacy policy<\/a> which provides for the transfer of my personal data to third countries outside of the EEA, including to the US.<span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/label><input type='hidden' name='input_5.2' value='I consent to the processing of my data as per the &lt;a href=&quot;https:\/\/diagnosticgreen.com\/row\/privacy-policy\/&quot; target=&quot;_blank&quot;&gt;privacy policy&lt;\/a&gt; which provides for the transfer of my personal data to third countries outside of the EEA, including to the US.' class='gform_hidden' \/><input type='hidden' name='input_5.3' value='4' class='gform_hidden' \/><\/div><\/li><li id=\"field_3_4\" class=\"gfield gfield--type-captcha field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_4'>CAPTCHA<\/label><div id='input_3_4' class='ginput_container ginput_recaptcha' data-sitekey='6Lfbb7cUAAAAAJ3EqCL6ZGW6jPtNQAeePqVmXXUT'  data-theme='light' data-tabindex='-1' data-size='invisible' data-badge='bottomright'><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_3' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> <input type='hidden' name='gform_ajax' value='form_id=3&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy&amp;styles=[]&amp;hash=eb0494d1007cf6a1519fc2b28ad56fcb' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_3' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_3' id='gform_theme_3' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_3' id='gform_style_settings_3' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_3' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='3' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='E8HmfNrwKJOkpG9RlqWa2oSek8UaZ9DN7nyqYUwHgDWKw0\/npfUqEnTF\/nxosOTzYnIkHAM2QSGcQTa98iPZCL0N3LV4oj4Fq0gHz\/sE8C0CYao=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_3' value='WyJ7XCI1LjFcIjpcIjJmNTlkZTAwZmUwNjk5NDhiYzk4Mzc1YWEzNWRlNDJiXCIsXCI1LjJcIjpcIjhhOTdiMmJiOWEyODRhZTliN2YzYzE5ZWIxNWE2YWMzXCIsXCI1LjNcIjpcIjk5ZDNhM2NiOTIzZTk5YTViNjk2ODA0MTBkZGMyNTEwXCJ9IiwiMDJlMGU5OTg5ODFkMTg3OTA1NjMzODI4NDMzNGI0MjIiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_3' id='gform_target_page_number_3' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_3' id='gform_source_page_number_3' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_3' id='gform_ajax_frame_3' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 3, 'https:\/\/diagnosticgreen.com\/row\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_3').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_3');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_3').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_3').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_3').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_3').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_3').val();gformInitSpinner( 3, 'https:\/\/diagnosticgreen.com\/row\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [3, current_page]);window['gf_submitting_3'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_3').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [3]);window['gf_submitting_3'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_3').text());}else{jQuery('#gform_3').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"3\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_3\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_3\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_3\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 3, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Diagnostic Green are delighted to attend this years Ukrainian Breast Meeting from 12th &#8211; 13th September at Good Zone Hotel Complex. The Ukrainian Breast Meeting will highlight unique ideas and international best practices in the field of plastic, reconstructive and lymphatic surgery by a host of successful Ukrainian and European Surgeons. The list can be [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":1554,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-1480","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-events"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Diagnostic Green attends Ukrainian Breast Meeting<\/title>\n<meta name=\"description\" content=\"Visit Diagnostic Green at the Ukrainian Breast Meeting to learn about Indocyanine Green (ICG, Verdye) and its use in Breast Surgery.\" \/>\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\/events\/diagnostic-green-attends-ukraine-breast-meeting\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Diagnostic Green attends Ukrainian Breast Meeting\" \/>\n<meta property=\"og:description\" content=\"Visit Diagnostic Green at the Ukrainian Breast Meeting to learn about Indocyanine Green (ICG, Verdye) and its use in Breast Surgery.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/\" \/>\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=\"2023-09-25T14:18:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-25T15:36:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2019\/09\/diagnostic_green_news_banners-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"joannerenew\" \/>\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=\"joannerenew\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/\"},\"author\":{\"name\":\"joannerenew\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#\\\/schema\\\/person\\\/e5dc34931bc5bffa212785f211842db9\"},\"headline\":\"Diagnostic Green attends Ukrainian Breast Meeting\",\"datePublished\":\"2023-09-25T14:18:57+00:00\",\"dateModified\":\"2025-09-25T15:36:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/\"},\"wordCount\":109,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/09\\\/diagnostic_green_news_banners-01.png\",\"articleSection\":[\"Events\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/\",\"url\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/\",\"name\":\"Diagnostic Green attends Ukrainian Breast Meeting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/09\\\/diagnostic_green_news_banners-01.png\",\"datePublished\":\"2023-09-25T14:18:57+00:00\",\"dateModified\":\"2025-09-25T15:36:34+00:00\",\"description\":\"Visit Diagnostic Green at the Ukrainian Breast Meeting to learn about Indocyanine Green (ICG, Verdye) and its use in Breast Surgery.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/#primaryimage\",\"url\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/09\\\/diagnostic_green_news_banners-01.png\",\"contentUrl\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/09\\\/diagnostic_green_news_banners-01.png\",\"width\":1024,\"height\":768,\"caption\":\"ukraine breast meeting poster\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/events\\\/diagnostic-green-attends-ukraine-breast-meeting\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/diagnosticgreen.com\\\/row\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Diagnostic Green attends Ukrainian Breast Meeting\"}]},{\"@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\\\/e5dc34931bc5bffa212785f211842db9\",\"name\":\"joannerenew\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cf5169c83c924bdd9437eabaac6de853a08b2b61129966e12977038e76c875c1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cf5169c83c924bdd9437eabaac6de853a08b2b61129966e12977038e76c875c1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cf5169c83c924bdd9437eabaac6de853a08b2b61129966e12977038e76c875c1?s=96&d=mm&r=g\",\"caption\":\"joannerenew\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Diagnostic Green attends Ukrainian Breast Meeting","description":"Visit Diagnostic Green at the Ukrainian Breast Meeting to learn about Indocyanine Green (ICG, Verdye) and its use in Breast Surgery.","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\/events\/diagnostic-green-attends-ukraine-breast-meeting\/","og_locale":"en_GB","og_type":"article","og_title":"Diagnostic Green attends Ukrainian Breast Meeting","og_description":"Visit Diagnostic Green at the Ukrainian Breast Meeting to learn about Indocyanine Green (ICG, Verdye) and its use in Breast Surgery.","og_url":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/","og_site_name":"Diagnostic Green RoW","article_publisher":"https:\/\/www.facebook.com\/Diagnostic-Green-GmbH-242543746543621\/","article_published_time":"2023-09-25T14:18:57+00:00","article_modified_time":"2025-09-25T15:36:34+00:00","og_image":[{"width":1024,"height":768,"url":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2019\/09\/diagnostic_green_news_banners-01.png","type":"image\/png"}],"author":"joannerenew","twitter_card":"summary_large_image","twitter_creator":"@DiagnosticGreen","twitter_site":"@DiagnosticGreen","twitter_misc":{"Written by":"joannerenew","Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/#article","isPartOf":{"@id":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/"},"author":{"name":"joannerenew","@id":"https:\/\/diagnosticgreen.com\/row\/#\/schema\/person\/e5dc34931bc5bffa212785f211842db9"},"headline":"Diagnostic Green attends Ukrainian Breast Meeting","datePublished":"2023-09-25T14:18:57+00:00","dateModified":"2025-09-25T15:36:34+00:00","mainEntityOfPage":{"@id":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/"},"wordCount":109,"commentCount":0,"publisher":{"@id":"https:\/\/diagnosticgreen.com\/row\/#organization"},"image":{"@id":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/#primaryimage"},"thumbnailUrl":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2019\/09\/diagnostic_green_news_banners-01.png","articleSection":["Events"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/","url":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/","name":"Diagnostic Green attends Ukrainian Breast Meeting","isPartOf":{"@id":"https:\/\/diagnosticgreen.com\/row\/#website"},"primaryImageOfPage":{"@id":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/#primaryimage"},"image":{"@id":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/#primaryimage"},"thumbnailUrl":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2019\/09\/diagnostic_green_news_banners-01.png","datePublished":"2023-09-25T14:18:57+00:00","dateModified":"2025-09-25T15:36:34+00:00","description":"Visit Diagnostic Green at the Ukrainian Breast Meeting to learn about Indocyanine Green (ICG, Verdye) and its use in Breast Surgery.","breadcrumb":{"@id":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/#primaryimage","url":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2019\/09\/diagnostic_green_news_banners-01.png","contentUrl":"https:\/\/diagnosticgreen.com\/row\/wp-content\/uploads\/sites\/2\/2019\/09\/diagnostic_green_news_banners-01.png","width":1024,"height":768,"caption":"ukraine breast meeting poster"},{"@type":"BreadcrumbList","@id":"https:\/\/diagnosticgreen.com\/row\/events\/diagnostic-green-attends-ukraine-breast-meeting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/diagnosticgreen.com\/row\/"},{"@type":"ListItem","position":2,"name":"Diagnostic Green attends Ukrainian Breast Meeting"}]},{"@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\/e5dc34931bc5bffa212785f211842db9","name":"joannerenew","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/cf5169c83c924bdd9437eabaac6de853a08b2b61129966e12977038e76c875c1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/cf5169c83c924bdd9437eabaac6de853a08b2b61129966e12977038e76c875c1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cf5169c83c924bdd9437eabaac6de853a08b2b61129966e12977038e76c875c1?s=96&d=mm&r=g","caption":"joannerenew"}}]}},"_links":{"self":[{"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/posts\/1480","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\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/comments?post=1480"}],"version-history":[{"count":1,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/posts\/1480\/revisions"}],"predecessor-version":[{"id":8768,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/posts\/1480\/revisions\/8768"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/media\/1554"}],"wp:attachment":[{"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/media?parent=1480"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/categories?post=1480"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/diagnosticgreen.com\/row\/wp-json\/wp\/v2\/tags?post=1480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}