Categorías
Neurología

Turnos para Neurología

Registrar turno

<script>
    window.addEventListener("message", function (event) {
        if (event.origin !== "https://citaonline.dricloud.net")
            return;

        var heightIframe = event.data;
        if (heightIframe == 0)
            heightIframe = 300;

        var e1 = document.getElementById("ifrModuloCitaonlineVisualizacion");
        e1.height = heightIframe;
    });
</script>