DPO (PP) program “Fundamentals of big data analysis in medicine” with a specialty “Big Data Specialist” The purpose of the program: obtaining competencies in the principles and tools of information security, statistical processing and visualization of data in a digital circuit, working with databases and the SQL language, programming in Python, necessary to perform a new type of professional activity in the field of information technology “Creation and application of technologies big data”, students studying in specialties and areas of training not related to the IT field, as well as the acquisition of a new qualification “Big Data Specialist”.Contents of the training program:Regulatory and legal support for the digital economy and digital transformation of healthcare at the present stage in Russia.Healthcare informatization and telemedicine technologies.Information security.Information technology design and software development tools.DBMS.MIS design.SQL databases.Fundamentals of data processing, analytics and visualization in the digital circuit.Basics of algorithmization and programming in Python.Main partnersGBUZ “Medical Information and Analytical Center” of the Ministry of Health of the Krasnodar TerritoryIT Novation LLCLLC “Cortex”SOTs-Inform LLC
Digital Department
Information about the manager

List of programs implemented within the framework of the “Digital Departments” project:
Additional professional training program (PP) “3D modeling in medicine” with a specialty “Specialist in 3D modeling” The purpose of the program: the formation of competencies necessary to perform a new type of professional activity in the field of information technology in the creation and maintenance of virtual reality (VR) solutions, industrial design and 3D modeling, including knowledge and skills in working with programming languages, tools and creation technologies virtual reality;acquisition of a new qualification “Specialist in 3D modeling”, focused primarily on the healthcare industry.Contents of the training program:Digital transformation of healthcare in RussiaBasic Python3D Modeling and Animation in BlenderVirtual reality technology VR ConceptEngineering modeling in KOMPAS 3DAdditive technologies
Main partners
VR Concept LLCGBUZ “Medical Information and Analytical Center” of the Ministry of Health of the Krasnodar Territory
Enroll in the digital department now🖥️ 3D modeling in medicine 📊 Basics of big data analysis in medicineLecture 1Lecture 1Lecture 2Lecture 2Lecture 3Lecture 3Lecture 4Lecture 4Lecture 1Lecture 1Lecture 2Lecture 2Lecture 3Lecture 3Lecture 4Lecture 4Lecture 5Lecture 5Lecture 6Lecture 6Lecture 7Lecture 7Lecture 8Lecture 8Pass the entrance tests and join us!
window.addEventListener('DOMContentLoaded', () => { const ctaButton = document.querySelector('.cta-button'); const updateCtaLink = (activeTab) => { const tabId = activeTab.getAttribute('data-tab');if (tabId === 'big-data') { ctaButton.href = 'https://mdls.ksma.ru/course/view.php?id=3163'; console.log('CTA updated for 3D: ' + ctaButton.href);} else if (tabId === '3d-modeling') { // Tab "Fundamentals of big data analysis in medicine" -> link 3162 ctaButton.href = 'https://mdls.ksma.ru/course/view.php?id=3162';console.log('CTA updated for Big Data: ' + ctaButton.href);} };const initialActiveTab = document.querySelector('.tab.active');updateCtaLink(initialActiveTab);document.querySelectorAll('.tab').forEach(tab => { tab.addEventListener('click', () => { document.querySelectorAll('.tab, .tab-content').forEach(el => el.classList.remove('active')); tab.classList.add('active');const content = document.getElementById(tab.getAttribute('data-tab'));content.classList.add('active'); content.scrollIntoView({ behavior: 'smooth' });console.log('Tab switched to: ' + tab.getAttribute('data-tab'));updateCtaLink(tab);});});const bigDataContainer = document.getElementById('big-data');const bigDataThumbnails = bigDataContainer ?bigDataContainer.querySelectorAll('.video-thumbnails .thumb') : [];const bigDataMainVideo = document.getElementById('big-data-main-video');console.log('Found thumb in big-data: ' + bigDataThumbnails.length); bigDataThumbnails.forEach(thumb => { thumb.addEventListener('click', () => { console.log('Click on thumb in big-data: ' + thumb.dataset.video); if (thumb.classList.contains('active')) return;bigDataThumbnails.forEach(t => t.classList.remove('active'));thumb.classList.add('active'); bigDataMainVideo.src = thumb.dataset.video;bigDataMainVideo.focus();console.log('Video changed to: ' + bigDataMainVideo.src);});});const modelingContainer = document.getElementById('3d-modeling');const modelingThumbnails = modelingContainer ?modelingContainer.querySelectorAll('.video-thumbnails .thumb') : []; const modelingMainVideo = document.getElementById('3d-modeling-main-video');console.log('Found thumb in 3d-modeling: ' + modelingThumbnails.length); modelingThumbnails.forEach(thumb => { thumb.addEventListener('click', () => { console.log('Click on thumb in 3d-modeling: ' + thumb.dataset.video); if (thumb.classList.contains('active')) return;modelingThumbnails.forEach(t => t.classList.remove('active'));thumb.classList.add('active'); modelingMainVideo.src = thumb.dataset.video;modelingMainVideo.focus();console.log('Video changed to: ' + modelingMainVideo.src);});});});
.pcvr-iframe { width: 100%;height: 480px;border: none;border-radius: 0;transition: box-shadow 0.3s ease;} .pcvr-iframe:hover { box-shadow: 0 14px 45px rgba(236,96,78,0.35);} .video-thumbnails { display: flex;gap: 15px;overflow-x: auto;padding-bottom: 8px;} .thumb { flex: 0 0 auto;width: 140px;cursor: pointer;border-radius: 12px;border: 2px solid transparent;box-shadow: 0 4px 10px rgba(0,0,0,0.04);background: #fff;transition: border-color 0.3s ease, box-shadow 0.3s ease;user-select: none;} .thumb span { display: block;font-weight: 600;font-size: 0.9rem;text-align: center;padding: 6px 5px 8px;color: #ec604e;} .thumb img { display: block;width: 100%;height: 80px;object-fit: cover;border-radius: 0 0 12px 12px;} .thumb.active { border-color: #ec604e;box-shadow: 0 0 15px rgba(236,96,78,0.7);} .thumb:hover:not(.active) { border-color: #f7943c;box-shadow: 0 0 12px rgba(247,148,60,0.6);} .bottom-cta { margin-top: 50px;text-align: center;} .cta-button { display: inline-block;background: linear-gradient(135deg, #f7943c, #ec604e);color: white;font-weight: 700;font-size: 1.3rem;padding: 18px 48px;border-radius: 30px;text-decoration: none;box-shadow: 0 8px 30px rgba(236,96,78,0.5);transition: transform 0.3s ease, box-shadow 0.3s ease;user-select: none;} .cta-button:hover { transform: translateY(-6px);box-shadow: 0 14px 45px rgba(236,96,78,0.7);} .video-thumbnails::-webkit-scrollbar { height: 8px;} .video-thumbnails::-webkit-scrollbar-track { background: #fff;} .video-thumbnails::-webkit-scrollbar-thumb { background: #ec604e;border-radius: 4px;} @media (max-width: 768px) { .pcvr-iframe { height: 320px;} .tabs { flex-direction: column;align-items: center;} .tab { width: 100%;max-width: 320px;text-align: center;} .video-thumbnails { gap: 10px;} .thumb { width: 110px;} .thumb img { height: 65px;} } @media (max-width: 480px) { .pcvr-iframe { height: 220px;} .thumb { width: 90px;} .thumb img { height: 55px;} }