News & Events

The next level of Lab Software

The choice of market leaders in the Mena Region

Our News & Events



/* =========================================================
NATIONAL TECHNOLOGY — EDEN LAB / LDM WEB-BASED NEWS
========================================================= */
.nt-eden-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-eden-news *,
.nt-eden-news *::before,
.nt-eden-news *::after{
box-sizing:border-box;
}
.nt-eden-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-eden-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-eden-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-eden-circle-one{
width:330px;
height:330px;
top:730px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntEdenFloat 12s ease-in-out infinite;
}
.nt-eden-circle-two{
width:210px;
height:210px;
top:1500px;
right:-150px;
border:1px solid rgba(181,35,27,.06);
animation:ntEdenFloat2 15s ease-in-out infinite;
}
@keyframes ntEdenFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntEdenFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-eden-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-eden-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-eden-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-eden-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-eden-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-eden-main-image:hover img{
transform:scale(1.012);
}
.nt-eden-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-eden-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-eden-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-eden-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-eden-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-eden-header h1 strong{
color:var(--blue-dark);
}
.nt-eden-header h1 .nt-eden-name{
direction:ltr;
unicode-bidi:isolate;
display:inline;
color:var(--blue);
}
.nt-eden-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-eden-intro strong{
color:#233e60;
}
/* =========================================================
UPDATE INFORMATION
========================================================= */
.nt-eden-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-eden-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-eden-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-eden-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-eden-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-eden-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
MAIN STATEMENT
========================================================= */
.nt-eden-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-eden-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-eden-section-head{
margin-bottom:26px;
}
.nt-eden-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-eden-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
WEB BENEFITS
========================================================= */
.nt-eden-benefits{
margin-bottom:57px;
}
.nt-eden-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-eden-card{
position:relative;
min-height:150px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-eden-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-eden-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-eden-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-eden-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
TRANSFORMATION SECTION
========================================================= */
.nt-eden-transformation{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-eden-transformation-side{
position:relative;
min-height:250px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-eden-transformation-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
right:-85px;
bottom:-100px;
}
.nt-eden-transformation-side-content{
position:relative;
z-index:2;
}
.nt-eden-transformation-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-eden-transformation-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-eden-transformation-body{
padding:34px 36px;
}
.nt-eden-transformation-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-eden-transformation-body p:last-child{
margin-bottom:0;
}
.nt-eden-transformation-body strong{
color:var(--blue-dark);
}
.nt-eden-ldm{
color:var(--red) !important;
}
/* =========================================================
PARTNERSHIP SECTION
========================================================= */
.nt-eden-partnership{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-eden-partnership h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-eden-partnership p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-eden-partnership strong{
color:var(--blue-dark);
}
/* =========================================================
FUTURE SECTION
========================================================= */
.nt-eden-future{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-eden-future h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-eden-future p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-eden-future strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-eden-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-eden-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-eden-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-eden-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-eden-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-eden-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL ANIMATION
========================================================= */
.nt-eden-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-eden-reveal.nt-eden-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-eden-container{
width:calc(100% - 32px);
}
.nt-eden-header h1{
font-size:35px;
}
.nt-eden-intro{
font-size:17px;
}
.nt-eden-info{
grid-template-columns:1fr;
}
.nt-eden-grid{
grid-template-columns:1fr;
}
.nt-eden-transformation{
grid-template-columns:1fr;
}
.nt-eden-transformation-side{
min-height:auto;
justify-content:flex-start;
}
.nt-eden-statement{
font-size:18px;
}
.nt-eden-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-eden-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-eden-container{
width:calc(100% - 24px);
}
.nt-eden-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-eden-header{
margin-bottom:32px;
}
.nt-eden-header h1{
font-size:27px;
line-height:1.6;
}
.nt-eden-intro{
font-size:16px;
line-height:1.95;
}
.nt-eden-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-eden-card{
min-height:auto;
padding:22px 20px;
}
.nt-eden-card h3{
font-size:17px;
}
.nt-eden-card p{
font-size:14.5px;
}
.nt-eden-transformation-side{
padding:27px 23px;
}
.nt-eden-transformation-side h2{
font-size:25px;
}
.nt-eden-transformation-body{
padding:25px 22px;
}
.nt-eden-transformation-body p{
font-size:15.5px;
}
.nt-eden-partnership,
.nt-eden-future{
padding:22px 18px;
}
.nt-eden-partnership h2,
.nt-eden-future h2{
font-size:21px;
}
.nt-eden-partnership p,
.nt-eden-future p{
font-size:15px;
}
.nt-eden-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-eden-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-eden-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/Website-banner-1.png"
alt="National Technology تواصل تعاونها مع Eden Lab من خلال الترقية إلى LDM Web-Based"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

أخبار العملاء والشراكات


National Technology
تواصل تعاونها مع
Eden Lab
من خلال الترقية إلى
LDM Web-Based



تواصل
National Technology
تعزيز تعاونها مع
Eden Lab
من خلال تنفيذ ترقية نظام
LDM
من الإصدار المكتبي
LDM Desktop
إلى الإصدار القائم على الويب
LDM Web-Based،
بما يدعم بيئة تشغيل أكثر مرونة واتصالًا لإدارة عمليات المختبر.



<!-- =====================================================
UPDATE INFORMATION
====================================================== -->

العميل


Eden Lab


النظام


Laboratory Data Manager — LDM


الترقية


LDM Desktop → LDM Web-Based



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
تأتي هذه الترقية ضمن توجه
National Technology
المستمر نحو تطوير حلولها بما يتماشى مع الاحتياجات
التشغيلية المتغيرة للمختبرات، ودعم العملاء بمنصات
أكثر مرونة في الوصول وإدارة دورة العمل المعملية.
<!-- =================================================
WEB-BASED BENEFITS
================================================== -->

LDM Web-Based


تطوير تقني يدعم بيئة المختبر الحديثة


01


مرونة أكبر في الوصول



يدعم الإصدار القائم على الويب الوصول
إلى نظام إدارة المختبر بصورة أكثر مرونة،
بما يتناسب مع احتياجات بيئات العمل الحديثة.


02


بيئة تشغيل أكثر اتصالًا



يساهم الانتقال إلى المنصة القائمة على الويب
في دعم عمليات المختبر ضمن بيئة رقمية
أكثر اتصالًا وقابلية للتوسع.


03


تطوير مستمر للتكنولوجيا



تعكس الترقية التزام National Technology
بتطوير حلولها بصورة مستمرة بما يتماشى
مع تطور متطلبات المختبرات الطبية.


04


دعم استمرارية التطور



توفر البنية الحديثة أساسًا تقنيًا يدعم
التطوير المستقبلي والتوسع في استخدام
الحلول الرقمية داخل المختبر.



<!-- =================================================
TRANSFORMATION
================================================== -->

TECHNOLOGY EVOLUTION


من النظام المكتبي إلى بيئة عمل قائمة على الويب



يمثل الانتقال من

LDM Desktop

إلى

LDM Web-Based

خطوة جديدة في تطوير البنية التقنية المستخدمة
لإدارة العمليات اليومية داخل
Eden Lab.



ويهدف هذا التطوير إلى توفير تجربة أكثر مرونة
للمستخدمين ودعم إدارة دورة العمل المعملية
من خلال منصة تتناسب بصورة أفضل مع متطلبات
التحول الرقمي وتطور بيئات التشغيل.



<!-- =================================================
PARTNERSHIP
================================================== -->


شراكة تتطور مع احتياجات المختبر



تعكس هذه الخطوة استمرار الثقة التي توليها
Eden Lab
لحلول
National Technology،
إلى جانب الالتزام المشترك بتبني التقنيات التي
تدعم كفاءة العمليات المعملية وتطور تجربة الإدارة اليومية.



<!-- =================================================
EXPERIENCE / BUSINESS CONTEXT
================================================== -->


التكنولوجيا المبنية على فهم عمليات المختبر



تعتمد
National Technology
في تطوير حلولها للمختبرات على خبرتها المتخصصة
في أنظمة المعلومات المعملية وفهم دورة العمل الفعلية
داخل المختبر، بما يساعد على تقديم حلول تقنية
تتطور مع الاحتياجات التشغيلية للمؤسسات الصحية.



<!-- =================================================
FUTURE MESSAGE
================================================== -->
تؤكد هذه الترقية استمرار مسيرة التعاون بين
National Technology
و
Eden Lab،
والعمل المشترك على تبني حلول أكثر تطورًا ومرونة
تدعم مستقبل المختبرات الطبية والتحول الرقمي
في عملياتها.
<!-- =================================================
CTA
================================================== -->

Laboratory Data Manager


اكتشف منظومة LDM لإدارة المختبرات الطبية



تعرف على منظومة National Technology
لإدارة دورة العمل المعملية ودعم العمليات
والتكامل والتوسع داخل المختبرات الطبية.


<a
href="https://nationaltechnology.net/products-laboratory-data-manager/"
target="_blank"
rel="noopener noreferrer"
>
تعرف على LDM





/* =========================================================
NATIONAL TECHNOLOGY — BRIDGING THE GAP 2026 NEWS
========================================================= */
.nt-event-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f4f8fc;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-event-news *,
.nt-event-news *::before,
.nt-event-news *::after{
box-sizing:border-box;
}
.nt-event-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-event-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-event-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-event-circle-one{
width:320px;
height:320px;
top:760px;
left:-245px;
border:1px solid rgba(23,75,142,.07);
animation:ntEventFloat 11s ease-in-out infinite;
}
.nt-event-circle-two{
width:200px;
height:200px;
top:1550px;
right:-145px;
border:1px solid rgba(181,35,27,.06);
animation:ntEventFloat2 14s ease-in-out infinite;
}
@keyframes ntEventFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntEventFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(17px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-event-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-event-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-event-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-event-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-event-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-event-main-image:hover img{
transform:scale(1.012);
}
.nt-event-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:135px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-event-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-event-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-event-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-event-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-event-header h1 strong{
color:var(--blue-dark);
}
.nt-event-header h1 .nt-event-name{
direction:ltr;
unicode-bidi:isolate;
display:inline;
color:var(--blue);
}
.nt-event-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-event-intro strong{
color:#233e60;
}
/* =========================================================
EVENT INFO
========================================================= */
.nt-event-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-event-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-event-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-event-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-event-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-event-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
MAIN STATEMENT
========================================================= */
.nt-event-statement{
position:relative;
margin:0 0 48px;
padding:27px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-event-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-event-section-head{
margin-bottom:26px;
}
.nt-event-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-event-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
PARTICIPATION
========================================================= */
.nt-event-participation{
margin-bottom:55px;
}
.nt-event-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-event-card{
position:relative;
min-height:145px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-event-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-event-number{
position:absolute;
left:14px;
top:2px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-event-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-event-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
CUSTOMER PARTNERSHIP
========================================================= */
.nt-event-partnership{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:1fr 1.25fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-event-partnership-side{
position:relative;
min-height:230px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-event-partnership-side::after{
content:"";
position:absolute;
width:170px;
height:170px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
right:-80px;
bottom:-95px;
}
.nt-event-partnership-side-content{
position:relative;
z-index:2;
}
.nt-event-partnership-small{
display:block;
margin-bottom:9px;
color:#dfeafa;
font-size:13px;
font-weight:700;
}
.nt-event-partnership-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-event-partnership-body{
padding:34px 36px;
}
.nt-event-partnership-body p{
margin:0 0 15px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-event-partnership-body p:last-child{
margin-bottom:0;
}
.nt-event-partnership-body strong{
color:var(--blue-dark);
}
.nt-event-ldm{
color:var(--red) !important;
}
/* =========================================================
THANK YOU SECTION
========================================================= */
.nt-event-thanks{
margin-bottom:55px;
padding:28px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-event-thanks h2{
margin:0 0 10px;
color:#263e59;
font-size:24px;
}
.nt-event-thanks p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-event-thanks strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-event-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-event-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-event-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-event-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-event-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff;
font-size:15px;
font-weight:700;
text-decoration:none;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-event-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
CONTACT CTA AFTER PARTNERSHIP
========================================================= */
.nt-event-contact-after-partnership{
display:flex;
justify-content:center;
margin:-30px 0 55px;
}
.nt-event-contact-after-partnership .nt-event-button{
min-width:170px;
}
@media(max-width:600px){
.nt-event-contact-after-partnership{
margin:-22px 0 42px;
}
.nt-event-contact-after-partnership .nt-event-button{
width:100%;
}
}
/* =========================================================
REVEAL ANIMATION
========================================================= */
.nt-event-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-event-reveal.nt-event-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-event-container{
width:calc(100% - 32px);
}
.nt-event-header h1{
font-size:35px;
}
.nt-event-intro{
font-size:17px;
}
.nt-event-info{
grid-template-columns:1fr;
}
.nt-event-grid{
grid-template-columns:1fr;
}
.nt-event-partnership{
grid-template-columns:1fr;
}
.nt-event-partnership-side{
min-height:auto;
justify-content:flex-start;
}
.nt-event-statement{
font-size:18px;
}
.nt-event-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-event-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-event-container{
width:calc(100% - 24px);
}
.nt-event-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-event-header{
margin-bottom:32px;
}
.nt-event-header h1{
font-size:27px;
line-height:1.6;
}
.nt-event-intro{
font-size:16px;
line-height:1.95;
}
.nt-event-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-event-card{
min-height:auto;
padding:22px 20px;
}
.nt-event-card h3{
font-size:17px;
}
.nt-event-card p{
font-size:14.5px;
}
.nt-event-partnership-side{
padding:27px 23px;
}
.nt-event-partnership-side h2{
font-size:25px;
}
.nt-event-partnership-body{
padding:25px 22px;
}
.nt-event-partnership-body p{
font-size:15.5px;
}
.nt-event-thanks{
padding:22px 18px;
}
.nt-event-thanks h2{
font-size:21px;
}
.nt-event-thanks p{
font-size:15px;
}
.nt-event-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-event-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-event-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/Website-banner.png"
alt="National Technology في فعالية Bridging the Gap 2026 بالإسكندرية"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

أخبار National Technology


National Technology
تشارك في فعالية
Bridging the Gap 2026
الطبية بالإسكندرية



شاركت
National Technology
في فعاليات

Bridging the Gap – The Grand Medical Event 2026

التي نظمتها مجموعة معامل شلبي بمدينة الإسكندرية،
في تجمع مهني ضم نخبة من الخبراء والمتخصصين
في مجال المختبرات الطبية والقطاع الصحي.



<!-- =====================================================
EVENT INFORMATION
====================================================== -->

التاريخ


27 أغسطس 2026


المكان


فندق هلنان أنطونيادس – الإسكندرية


تنظيم


مجموعة معامل شلبي



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
شهدت الفعالية مناقشات حول أحدث التطورات
في مجال التحاليل الطبية،
ودور النتائج المخبرية في دعم القرارات الطبية،
وأهمية توظيف

التكنولوجيا والحلول الرقمية

في تطوير خدمات المختبرات
ورفع كفاءة عملياتها.
<!-- =================================================
PARTICIPATION
================================================== -->

Bridging the Gap


National Technology في قلب مجتمع المختبرات الطبية


01


التواصل مع خبراء القطاع



التواصل المباشر مع الخبراء والمتخصصين
في المختبرات الطبية ومناقشة احتياجات
وتحديات العمل الفعلية داخل المعامل.


02


متابعة احتياجات السوق



التعرف على المتطلبات المتطورة للمختبرات
واتجاهات القطاع بما يدعم تطوير حلول
أكثر ارتباطًا بالعمليات اليومية.


03


التكنولوجيا في خدمة المختبر



مناقشة دور الأنظمة الرقمية في إدارة
العمليات المعملية ودعم تدفق العمل
والتكامل ورفع مستوى الرؤية التشغيلية.


04


تبادل المعرفة والخبرات



المشاركة في بيئة مهنية تجمع المتخصصين
والقيادات والخبرات المختلفة لمناقشة
مستقبل تكنولوجيا المختبرات الطبية.



<!-- =================================================
SHALABY + LDM
================================================== -->

CUSTOMER PARTNERSHIP


ثقة تمتد إلى بيئة العمل اليومية



تفخر

National Technology

بثقة مجموعة معامل شلبي واختيارها

LDM – Laboratory Data Manager

لإدارة عملياتها المعملية.



ويعكس هذا التعاون أهمية بناء علاقات طويلة الأمد
ترتكز على فهم احتياجات المختبرات
وتوفير أنظمة متخصصة تدعم العمليات اليومية
والتطور المستمر.



<!-- =================================================
CONTACT US
================================================== -->
<a
href="https://nationaltechnology.net/about-us/"
target="_blank"
rel="noopener noreferrer"
>
Contact Us


<!-- =================================================
THANK YOU
================================================== -->


30 عامًا من التميز لمعامل شلبي



تتقدم

National Technology

بالشكر والتقدير إلى مجموعة معامل شلبي
على تنظيم الفعالية،
وعلى مسيرتها الممتدة لأكثر من
30 عامًا
في مجال المختبرات الطبية.



<!-- =================================================
CTA
================================================== -->

Laboratory Data Manager


اكتشف منظومة LDM لإدارة المختبرات الطبية



تعرف على الحلول التي تقدمها National Technology
لدعم وإدارة دورة العمل داخل المختبرات الطبية.


<a
href="https://nationaltechnology.net/products-laboratory-data-manager/"
target="_blank"
rel="noopener noreferrer"
>
تعرف على LDM





/* =========================================================
NATIONAL TECHNOLOGY — BBM NEWS
========================================================= */
.ntbbm-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f3f7fb;
--red:#b5231b;
--red-soft:#fff6f5;
--text:#1c2939;
--body:#4e5e72;
--muted:#788598;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:38px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.ntbbm-news *,
.ntbbm-news *::before,
.ntbbm-news *::after{
box-sizing:border-box;
}
.ntbbm-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.ntbbm-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
BACKGROUND DETAILS
========================================================= */
.ntbbm-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.ntbbm-circle-one{
width:330px;
height:330px;
top:720px;
left:-245px;
border:1px solid rgba(23,75,142,.07);
animation:ntFloat 10s ease-in-out infinite;
}
.ntbbm-circle-two{
width:190px;
height:190px;
top:1800px;
right:-130px;
border:1px solid rgba(181,35,27,.06);
animation:ntFloat2 13s ease-in-out infinite;
}
@keyframes ntFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-22px)}
}
@keyframes ntFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.ntbbm-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:25px;
color:#8993a1;
font-size:14px;
}
.ntbbm-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.ntbbm-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
FIRST IMAGE
========================================================= */
.ntbbm-main-image{
position:relative;
width:100%;
margin:0 auto 48px;
overflow:hidden;
border-radius:27px;
background:#f4f6f8;
box-shadow:
0 22px 60px
rgba(19,55,98,.09);
}
.ntbbm-main-image img{
display:block;
width:100%;
height:auto;
object-fit:contain;
transition:
transform
1s
cubic-bezier(.2,.8,.2,1);
}
.ntbbm-main-image:hover img{
transform:scale(1.012);
}
.ntbbm-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:100px;
height:5px;
background:var(--blue);
}
/* =========================================================
NEWS HEADER
========================================================= */
.ntbbm-header{
max-width:1040px;
margin:0 auto 43px;
}
.ntbbm-news-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:18px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.ntbbm-news-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.ntbbm-header h1{
margin:0 0 25px;
color:#162436;
font-size:clamp(36px,4vw,52px);
font-weight:700;
line-height:1.5;
}
.ntbbm-header h1 strong{
color:var(--blue-dark);
}
.ntbbm-intro{
margin:0 0 17px;
color:var(--body);
font-size:20px;
line-height:2;
}
.ntbbm-intro strong{
color:#213c5e;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.ntbbm-main-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
MAIN STATEMENT
========================================================= */
.ntbbm-statement{
position:relative;
margin:0 0 27px;
padding:25px 28px;
border-right:4px solid var(--blue);
border-radius:10px;
background:
linear-gradient(
90deg,
#ffffff,
#f7fafe
);
color:#35485e;
font-size:21px;
font-weight:500;
line-height:2;
}
.ntbbm-statement strong{
color:var(--blue-dark);
}
/* =========================================================
STANDARD LOGOS
========================================================= */
.ntbbm-standards{
display:flex;
align-items:center;
justify-content:center;
gap:65px;
margin:25px 0 30px;
min-height:90px;
}
.ntbbm-standard{
display:flex;
align-items:center;
justify-content:center;
height:75px;
min-width:145px;
}
.ntbbm-standard img{
display:block;
width:auto;
max-width:155px;
height:auto;
max-height:65px;
object-fit:contain;
transition:
transform .25s ease,
opacity .25s ease;
}
.ntbbm-standard:hover img{
transform:translateY(-2px);
opacity:.9;
}
.ntbbm-standard-aabb img{
max-width:150px;
}
.ntbbm-standard-isbt img{
max-width:135px;
}
/* =========================================================
DOWNLOAD BROCHURE
========================================================= */
.ntbbm-download-action{
display:flex;
align-items:center;
justify-content:center;
margin:20px auto 52px;
}
/* =========================================================
COMMON ACTION BUTTON
========================================================= */
.ntbbm-action-button{
min-width:205px;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 24px;
border-radius:9px;
font-size:15px;
font-weight:700;
text-decoration:none;
transition:
transform .25s ease,
box-shadow .25s ease,
background .25s ease,
border-color .25s ease;
}
/* =========================================================
DOWNLOAD BUTTON
========================================================= */
.ntbbm-action-primary{
background:var(--blue-dark);
color:#ffffff;
border:1px solid var(--blue-dark);
}
.ntbbm-action-primary:hover{
transform:translateY(-2px);
background:var(--blue);
border-color:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
CONTACT BUTTON
========================================================= */
.ntbbm-action-secondary{
background:#ffffff;
color:var(--blue-dark);
border:1px solid #cfdbea;
}
.ntbbm-action-secondary:hover{
transform:translateY(-2px);
background:var(--blue-soft);
border-color:var(--blue);
box-shadow:
0 10px 24px
rgba(23,75,142,.08);
}
/* =========================================================
CLIENTS
========================================================= */
.ntbbm-clients{
padding-top:36px;
border-top:1px solid var(--border);
}
.ntbbm-clients-title{
margin:0 0 17px;
color:var(--blue);
font-size:21px;
font-weight:700;
}
.ntbbm-clients-intro{
margin:0 0 24px;
color:#263d57;
font-size:25px;
font-weight:600;
line-height:1.8;
}
.ntbbm-clients-intro strong{
color:var(--red);
font-size:1.08em;
}
.ntbbm-hospitals{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-bottom:28px;
}
.ntbbm-hospitals span{
padding:10px 15px;
border:1px solid #dbe5ef;
border-radius:40px;
background:#ffffff;
color:#50657b;
font-size:15px;
font-weight:600;
transition:
transform .25s ease,
box-shadow .25s ease;
}
.ntbbm-hospitals span:hover{
transform:translateY(-2px);
box-shadow:
0 8px 20px
rgba(23,75,142,.06);
}
/* =========================================================
CUSTOMER IMAGE
========================================================= */
.ntbbm-customers-image{
width:100%;
margin:10px auto 45px;
overflow:hidden;
border-radius:16px;
border:1px solid #e6ebf0;
background:#ffffff;
}
.ntbbm-customers-image img{
display:block;
width:100%;
height:auto;
margin:0 auto;
}
/* =========================================================
EXPERIENCE
========================================================= */
.ntbbm-experience{
margin:0;
padding:28px 31px;
border-right:4px solid var(--blue);
border-radius:10px;
background:
linear-gradient(
90deg,
#ffffff 0%,
#f7fafe 100%
);
}
.ntbbm-experience p{
margin:0;
color:#485a6e;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.ntbbm-experience strong{
color:var(--blue-dark);
}
.ntbbm-experience .ntbbm-support{
color:var(--red);
}
/* =========================================================
CONTACT US AFTER EXPERIENCE
========================================================= */
.ntbbm-contact-action{
display:flex;
align-items:center;
justify-content:center;
margin:24px auto 60px;
}
/* =========================================================
CAPABILITIES
========================================================= */
.ntbbm-capabilities{
margin-top:15px;
}
.ntbbm-section-head{
margin-bottom:28px;
}
.ntbbm-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.ntbbm-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(28px,3vw,36px);
line-height:1.5;
}
.ntbbm-cap-grid{
display:grid;
grid-template-columns:
repeat(2,minmax(0,1fr));
gap:14px;
}
.ntbbm-cap-card{
position:relative;
min-height:115px;
display:flex;
align-items:center;
padding:22px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.ntbbm-cap-card:hover{
transform:translateY(-3px);
border-color:#d3e1ef;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.ntbbm-cap-number{
position:absolute;
left:13px;
top:5px;
color:
rgba(23,75,142,.05);
font-size:46px;
font-weight:800;
direction:ltr;
}
.ntbbm-cap-card p{
position:relative;
z-index:2;
margin:0;
color:#536175;
font-size:17px;
line-height:1.9;
}
/* =========================================================
FINAL CTA
========================================================= */
.ntbbm-cta{
margin-top:58px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:30px 32px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f7fafe,
#ffffff
);
}
.ntbbm-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.ntbbm-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.ntbbm-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.8;
}
.ntbbm-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff;
font-size:15px;
font-weight:700;
text-decoration:none;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.ntbbm-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.ntbbm-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.ntbbm-reveal.ntbbm-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.ntbbm-container{
width:calc(100% - 32px);
}
.ntbbm-header h1{
font-size:35px;
}
.ntbbm-intro{
font-size:18px;
}
.ntbbm-statement{
font-size:18px;
}
.ntbbm-standards{
gap:35px;
}
.ntbbm-cap-grid{
grid-template-columns:1fr;
}
.ntbbm-experience p{
font-size:18px;
}
.ntbbm-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.ntbbm-news{
padding-top:20px;
padding-bottom:55px;
}
.ntbbm-container{
width:calc(100% - 24px);
}
.ntbbm-main-image{
border-radius:18px;
margin-bottom:35px;
}
.ntbbm-header h1{
font-size:28px;
line-height:1.55;
}
.ntbbm-intro{
font-size:16px;
line-height:1.95;
}
.ntbbm-statement{
padding:21px 18px;
font-size:17px;
line-height:2;
}
.ntbbm-standards{
gap:20px;
flex-wrap:wrap;
margin-bottom:25px;
}
.ntbbm-standard{
min-width:90px;
height:60px;
}
.ntbbm-standard img{
max-width:105px;
max-height:48px;
}
.ntbbm-download-action{
margin:18px auto 42px;
}
.ntbbm-action-button{
width:100%;
min-width:0;
}
.ntbbm-clients-title{
font-size:18px;
}
.ntbbm-clients-intro{
font-size:20px;
}
.ntbbm-hospitals span{
font-size:13px;
}
.ntbbm-experience{
padding:22px 18px;
}
.ntbbm-experience p{
font-size:16px;
line-height:2;
}
.ntbbm-contact-action{
margin:20px auto 45px;
}
.ntbbm-cap-card p{
font-size:15px;
}
.ntbbm-button{
width:100%;
}
}
/* =========================================================
REDUCED MOTION
========================================================= */
@media(prefers-reduced-motion:reduce){
.ntbbm-reveal{
opacity:1;
transform:none;
transition:none;
}
.ntbbm-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
FIRST IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/08/ChatGPT-Image-Aug-30-2026-12_02_27-PM.png"
alt="برنامج BBM أصبح مسجلاً بهيئة الشراء الموحد المصرية"
loading="eager"
>
<!-- =====================================================
NEWS HEADER
====================================================== -->

أخبار National Technology


برنامج

BBM – Blood Bank Manager

أصبح مسجلاً بهيئة الشراء الموحد المصرية
ومتاحاً للجهات الحكومية



أعلنت

National Technology

عن تسجيل برنامج

BBM – Blood Bank Manager

ضمن الهيئة المصرية للشراء الموحد والإمداد والتموين الطبي
وإدارة التكنولوجيا الطبية

UPA

ليصبح النظام متاحاً للجهات والمؤسسات الصحية وفقاً
لإجراءات التعاقد المعتمدة لهيئة الشراء الموحد.



ويأتي هذا الإنجاز في سياق دعم جهود الدولة المصرية
لتحقيق مستهدفات رؤية مصر 2030 في تطوير جودة الخدمات الصحية
وتعزيز التحول الرقمي في قطاع الرعاية الصحية.



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN STATEMENT
================================================== -->
توفر

National Technology

حلاً رقمياً متكاملاً يساعد بنوك الدم على إدارة عملياتها
بكفاءة وأمان، ويحقق الالتزام بكافة المتطلبات والمعايير
المحلية والدولية مثل معايير وزارة الصحة المصرية و
WHO
و
AABB
و
ISBT
<!-- =================================================
WHO / AABB / ISBT
================================================== -->
<img
src="https://www.who.int/images/default-source/fallback/header-logos/h-logo-blue1820eae93c154e37b2588ab90fdbc17e.svg?sfvrsn=aaed4f35_20"
alt="WHO"
loading="lazy"
>
<img
src="https://www.aabb.org/images/default-source/default-album/logos/aabb-logo.svg"
alt="AABB"
loading="lazy"
>
<img
src="https://www.isbtweb.org/static/83457283-0c51-44ee-acaeef6a5308c309/0e0cce97-0394-4d82-b83a4e8a947182b3/400x200_highestperformance__4c12c4ffb459/ISBT-Logo.png"
alt="ISBT"
loading="lazy"
>
<!-- =================================================
DOWNLOAD BROCHURE
================================================== -->
<a
href="https://drive.google.com/uc?export=download&id=1GR50j1Gyv1GrQ_LkXGGFFVHuFaOjwTzE"
target="_blank"
rel="noopener noreferrer"
>
Download Brochure


<!-- =================================================
CLIENTS
================================================== -->


العملاء



حيث يعمل الآن في أكثر من

26 مستشفى

حكومية وخاصة مثل:


مستشفيات جامعة عين شمس
معهد ناصر
هيئة المعاهد والمستشفيات التعليمية
جامعة أسيوط
جامعة الزقازيق
دار الفؤاد
مستشفى شفاء الأورمان
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/08/1.png"
alt="نماذج من عملاء BBM"
loading="lazy"
>

<!-- =================================================
EXPERIENCE
================================================== -->


ويعكس هذا الإنجاز خبرة

National Technology

الممتدة لأكثر من

28 عاماً

في تطوير وتقديم حلول التكنولوجيا الصحية وأنظمة إدارة
المعلومات للقطاع الصحي في مصر ومنطقة الشرق الأوسط
وشمال أفريقيا، إلى جانب منظومة دعم فني وتشغيلي
متاحة على مدار الساعة

24/7

لضمان استمرارية العمل وسرعة الاستجابة لاحتياجات العملاء.



<!-- =================================================
CONTACT US
================================================== -->
<a
href="https://nationaltechnology.net/about-us/"
target="_blank"
rel="noopener noreferrer"
>
Contact Us


<!-- =================================================
CAPABILITIES
================================================== -->

BBM


من أبرز إمكانيات برنامج BBM


01


إدارة المتبرعين وسجل التبرعات
ومتابعة حالات التأجيل.


02


إدارة حملات التبرع بالدم في المواقع
الثابتة والحملات الخارجية.


03


إدارة فحص وتبويب الدم وفقاً
لأعلى المعايير المحلية والدولية.


04


تتبع وحدات الدم من التبرع وحتى نقل الدم
باستخدام معايير وترميز
ISBT 128
.


05


إدارة مخزون الدم ومتابعة وحدات الدم
وتقليل الهدر باستخدام أنظمة
FIFO
و
FEFO
.


06


إدارة عمليات نقل الدم والتحقق من هوية
المريض ووحدة الدم قبل عملية النقل.


07


التكامل مع أنظمة
HIS
و
LIS
و
ERP
من خلال
HL7
وواجهات
APIs
.


08


التقارير والتحليلات لمتابعة مؤشرات
الأداء الخاصة بعمليات بنك الدم.



<!-- =================================================
FINAL CTA
================================================== -->

Blood Bank Manager


تعرف على جميع إمكانيات BBM



يمكنك التعرف على جميع إمكانيات
BBM – Blood Bank Manager
من خلال صفحة المنتج.


<a
href="https://nationaltechnology.net/products-blood-bank-manager"
target="_blank"
rel="noopener noreferrer"
>
تعرف على BBM





/* =========================================================
NATIONAL TECHNOLOGY — AL-AHLI HOSPITAL / LDM LIS NEWS
========================================================= */
.nt-ahli-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-ahli-news *,
.nt-ahli-news *::before,
.nt-ahli-news *::after{
box-sizing:border-box;
}
.nt-ahli-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-ahli-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-ahli-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-ahli-circle-one{
width:330px;
height:330px;
top:730px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntAhliFloat 12s ease-in-out infinite;
}
.nt-ahli-circle-two{
width:210px;
height:210px;
top:1550px;
right:-150px;
border:1px solid rgba(181,35,27,.06);
animation:ntAhliFloat2 15s ease-in-out infinite;
}
@keyframes ntAhliFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntAhliFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-ahli-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-ahli-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-ahli-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-ahli-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-ahli-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-ahli-main-image:hover img{
transform:scale(1.012);
}
.nt-ahli-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-ahli-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-ahli-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-ahli-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-ahli-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-ahli-header h1 strong{
color:var(--blue-dark);
}
.nt-ahli-name{
direction:ltr;
unicode-bidi:isolate;
display:inline;
color:var(--blue);
}
.nt-ahli-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-ahli-intro strong{
color:#233e60;
}
/* =========================================================
UPDATE INFORMATION
========================================================= */
.nt-ahli-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-ahli-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-ahli-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-ahli-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-ahli-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-ahli-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
MAIN STATEMENT
========================================================= */
.nt-ahli-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-ahli-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-ahli-section-head{
margin-bottom:26px;
}
.nt-ahli-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-ahli-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
IMPLEMENTATION CARDS
========================================================= */
.nt-ahli-highlights{
margin-bottom:57px;
}
.nt-ahli-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-ahli-card{
position:relative;
min-height:155px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-ahli-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-ahli-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-ahli-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-ahli-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
IMPLEMENTATION SECTION
========================================================= */
.nt-ahli-implementation{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-ahli-implementation-side{
position:relative;
min-height:270px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-ahli-implementation-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
right:-85px;
bottom:-100px;
}
.nt-ahli-implementation-side-content{
position:relative;
z-index:2;
}
.nt-ahli-implementation-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-ahli-implementation-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-ahli-implementation-body{
padding:34px 36px;
}
.nt-ahli-implementation-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-ahli-implementation-body p:last-child{
margin-bottom:0;
}
.nt-ahli-implementation-body strong{
color:var(--blue-dark);
}
.nt-ahli-product{
color:var(--red) !important;
}
/* =========================================================
PARTNERSHIP
========================================================= */
.nt-ahli-partnership{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-ahli-partnership h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-ahli-partnership p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-ahli-partnership strong{
color:var(--blue-dark);
}
.nt-ahli-partnership a{
color:var(--blue);
font-weight:700;
text-decoration:none;
}
.nt-ahli-partnership a:hover{
text-decoration:underline;
}
/* =========================================================
APPRECIATION
========================================================= */
.nt-ahli-appreciation{
margin-bottom:57px;
}
.nt-ahli-appreciation-intro{
max-width:900px;
margin:0 0 24px;
color:#596a7e;
font-size:17px;
line-height:2;
}
.nt-ahli-people{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
}
.nt-ahli-person{
position:relative;
display:flex;
align-items:center;
min-height:82px;
padding:18px 20px;
border:1px solid #e3e9f0;
border-radius:13px;
background:#ffffff;
text-decoration:none !important;
transition:
transform .25s ease,
border-color .25s ease,
box-shadow .25s ease;
}
.nt-ahli-person:hover{
transform:translateY(-2px);
border-color:#d4dfeb;
box-shadow:
0 10px 25px
rgba(23,75,142,.06);
}
.nt-ahli-person-mark{
flex:0 0 auto;
width:9px;
height:9px;
margin-left:14px;
border-radius:50%;
background:var(--red);
}
.nt-ahli-person-content{
min-width:0;
}
.nt-ahli-person-title{
display:block;
margin-bottom:4px;
color:#8794a3;
font-size:12px;
font-weight:700;
}
.nt-ahli-person-name{
display:block;
color:#264563;
font-size:16px;
font-weight:700;
direction:ltr;
unicode-bidi:isolate;
text-align:right;
}
/* =========================================================
THANK YOU
========================================================= */
.nt-ahli-thanks{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-ahli-thanks h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-ahli-thanks p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-ahli-thanks strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-ahli-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-ahli-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-ahli-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-ahli-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-ahli-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-ahli-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL ANIMATION
========================================================= */
.nt-ahli-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-ahli-reveal.nt-ahli-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-ahli-container{
width:calc(100% - 32px);
}
.nt-ahli-header h1{
font-size:35px;
}
.nt-ahli-intro{
font-size:17px;
}
.nt-ahli-info{
grid-template-columns:1fr;
}
.nt-ahli-grid{
grid-template-columns:1fr;
}
.nt-ahli-implementation{
grid-template-columns:1fr;
}
.nt-ahli-implementation-side{
min-height:auto;
justify-content:flex-start;
}
.nt-ahli-people{
grid-template-columns:1fr;
}
.nt-ahli-statement{
font-size:18px;
}
.nt-ahli-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-ahli-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-ahli-container{
width:calc(100% - 24px);
}
.nt-ahli-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-ahli-header{
margin-bottom:32px;
}
.nt-ahli-header h1{
font-size:27px;
line-height:1.6;
}
.nt-ahli-intro{
font-size:16px;
line-height:1.95;
}
.nt-ahli-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-ahli-card{
min-height:auto;
padding:22px 20px;
}
.nt-ahli-card h3{
font-size:17px;
}
.nt-ahli-card p{
font-size:14.5px;
}
.nt-ahli-implementation-side{
padding:27px 23px;
}
.nt-ahli-implementation-side h2{
font-size:25px;
}
.nt-ahli-implementation-body{
padding:25px 22px;
}
.nt-ahli-implementation-body p{
font-size:15.5px;
}
.nt-ahli-partnership,
.nt-ahli-thanks{
padding:22px 18px;
}
.nt-ahli-partnership h2,
.nt-ahli-thanks h2{
font-size:21px;
}
.nt-ahli-partnership p,
.nt-ahli-thanks p{
font-size:15px;
}
.nt-ahli-person{
min-height:74px;
}
.nt-ahli-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-ahli-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-ahli-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-03_42_25-PM.png"
alt="National Technology تنجح في تنفيذ نظام LDM LIS في مستشفى الأهلي بالدوحة"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

أخبار العملاء والشراكات


National Technology
تنجح في تنفيذ نظام
LDM LIS
في
Al-Ahli Hospital
بالدوحة



أكملت
National Technology
بنجاح تنفيذ نظام
LDM LIS
في
Al-Ahli Hospital
بالدوحة، قطر، بالتعاون مع

Scientific & Technical Services Co. — STS
،
في خطوة تعكس أهمية التعاون بين فرق العميل وشريك التنفيذ
وفريق National Technology لإنجاز مشروعات أنظمة المعلومات المعملية.



<!-- =====================================================
PROJECT INFORMATION
====================================================== -->

العميل


Al-Ahli Hospital — Doha


الحل


Laboratory Data Manager — LDM LIS


شريك التنفيذ


Scientific & Technical Services Co. — STS



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
يمثل استكمال المشروع محطة جديدة ضمن أعمال
National Technology
في مجال أنظمة المعلومات المعملية، ويؤكد أهمية
التنسيق الفني والتشغيلي بين جميع الأطراف
للوصول إلى تنفيذ منظم يتناسب مع بيئة العمل الفعلية داخل المؤسسة الصحية.
<!-- =================================================
PROJECT HIGHLIGHTS
================================================== -->

IMPLEMENTATION


مشروع يعتمد على التعاون من التنفيذ إلى التشغيل


01


استكمال تنفيذ النظام



تم استكمال تنفيذ نظام LDM LIS في مستشفى الأهلي
بالدوحة بنجاح، ليصبح النظام جزءًا من البيئة
التقنية الداعمة لعمليات المختبر.


02


تعاون بين فرق متعددة



اعتمد المشروع على التنسيق بين فريق مستشفى الأهلي،
وفريق STS، وفريق National Technology خلال مراحل
التنفيذ المختلفة.


03


منظومة متخصصة لإدارة المختبر



يوفر LDM LIS منصة متخصصة لدعم إدارة دورة العمل
المعملية، بدءًا من تسجيل الطلبات والعينات وحتى
مراجعة النتائج وإصدار التقارير.


04


التنفيذ كعمل مشترك



نجاح مشروعات أنظمة المعلومات المعملية لا يعتمد
على التكنولوجيا وحدها، بل على فهم العمليات
والتعاون المستمر بين الفرق الفنية والتشغيلية.



<!-- =================================================
IMPLEMENTATION MILESTONE
================================================== -->

IMPLEMENTATION MILESTONE


إنجاز جديد لـ LDM LIS في قطر



يأتي تنفيذ

LDM LIS

في

Al-Ahli Hospital

ضمن مشروعات
National Technology
المتخصصة في دعم إدارة العمليات داخل المختبرات الطبية
من خلال أنظمة معلومات معملية متكاملة.



وتغطي منظومة

LDM

مراحل رئيسية من دورة العمل المعملية، بما يشمل
إدارة بيانات المرضى والطلبات، وتتبع العينات،
وقوائم العمل، وربط الأجهزة، وإدخال ومراجعة النتائج،
وإصدار التقارير.



وفي مثل هذه المشروعات، تظل جودة التعاون أثناء
التنفيذ وفهم متطلبات بيئة العمل من العناصر الأساسية
للوصول إلى نظام متوافق مع طريقة العمل اليومية
للمؤسسة الصحية.



<!-- =================================================
PARTNERSHIP
================================================== -->


تعاون مهني كان جزءًا أساسيًا من نجاح المشروع



تتقدم
National Technology
بالشكر إلى فريق
<a
href="https://www.linkedin.com/company/al-ahli-hospital/"
target="_blank"
rel="noopener noreferrer"
>
Al-Ahli Hospital

وإلى فريق
<a
href="https://www.linkedin.com/company/scientific-technical-services/"
target="_blank"
rel="noopener noreferrer"
>
Scientific & Technical Services Co. — STS

على مستوى التعاون والدعم والاحترافية التي صاحبت
تنفيذ المشروع.



<!-- =================================================
SPECIAL THANKS
================================================== -->

SPECIAL THANKS


شكر خاص لمن ساهموا في إنجاز المشروع



نتوجه بتقدير خاص إلى الزملاء الذين كان لتعاونهم
ومساهمتهم دور مهم خلال تنفيذ المشروع، وإلى جميع
أفراد الفرق الذين شاركوا في الوصول إلى هذه المرحلة.


شكر خاص
Dr. Jamal Hammad
<a
href="https://www.linkedin.com/in/mohamed-elahmady-860a3558/"
target="_blank"
rel="noopener noreferrer"
>
شكر خاص
Dr. Mohamed Elahmady

<a
href="https://www.linkedin.com/in/asmaeil-kattan-3aa07a111/"
target="_blank"
rel="noopener noreferrer"
>
شكر خاص
Eng. ASMAEIL KATTAN

<a
href="https://www.linkedin.com/in/maamoor-elmolla-7875084a/"
target="_blank"
rel="noopener noreferrer"
>
شكر خاص
Mr. Maamoor Elmolla


<!-- =================================================
TEAM APPRECIATION
================================================== -->


النجاح نتيجة عمل جماعي



نتوجه بالشكر إلى كل من شارك في هذا المشروع
من فرق
Al-Ahli Hospital
و
STS
و
National Technology.
إن استكمال مشروعات بهذا الحجم يعتمد على وضوح التواصل،
والتعاون بين الأطراف، والالتزام المشترك طوال مراحل التنفيذ.



<!-- =================================================
CLOSING MESSAGE
================================================== -->
تفخر
National Technology
بإتمام هذا المشروع، وتتطلع إلى مواصلة دعم المؤسسات الصحية
بحلول متخصصة لإدارة المختبرات مبنية على
فهم دورة العمل الفعلية والتكامل بين التكنولوجيا والعمليات.
<!-- =================================================
CTA
================================================== -->

Laboratory Data Manager


اكتشف منظومة LDM لإدارة المختبرات الطبية



تعرف على منظومة National Technology لإدارة
دورة العمل المعملية، وربط الأجهزة والأنظمة،
وتتبع العينات وإدارة النتائج والتقارير.


<a
href="https://nationaltechnology.net/products-laboratory-data-manager/"
target="_blank"
rel="noopener noreferrer"
>
تعرف على LDM





/* =========================================================
NATIONAL TECHNOLOGY — AIN SHAMS UNIVERSITY RECOGNITION
========================================================= */
.nt-asu-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-asu-news *,
.nt-asu-news *::before,
.nt-asu-news *::after{
box-sizing:border-box;
}
.nt-asu-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-asu-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-asu-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-asu-circle-one{
width:330px;
height:330px;
top:720px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntAsuFloat 12s ease-in-out infinite;
}
.nt-asu-circle-two{
width:210px;
height:210px;
top:1450px;
right:-150px;
border:1px solid rgba(181,35,27,.06);
animation:ntAsuFloat2 15s ease-in-out infinite;
}
@keyframes ntAsuFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntAsuFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-asu-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-asu-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-asu-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-asu-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-asu-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-asu-main-image:hover img{
transform:scale(1.012);
}
.nt-asu-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-asu-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-asu-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-asu-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-asu-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-asu-header h1 strong{
color:var(--blue-dark);
}
.nt-asu-name{
direction:ltr;
unicode-bidi:isolate;
display:inline;
color:var(--blue);
}
.nt-asu-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-asu-intro strong{
color:#233e60;
}
/* =========================================================
INFORMATION CARDS
========================================================= */
.nt-asu-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-asu-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-asu-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-asu-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-asu-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-asu-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
STATEMENT
========================================================= */
.nt-asu-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-asu-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEADER
========================================================= */
.nt-asu-section-head{
margin-bottom:26px;
}
.nt-asu-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-asu-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
VALUES GRID
========================================================= */
.nt-asu-values{
margin-bottom:57px;
}
.nt-asu-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-asu-card{
position:relative;
min-height:150px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-asu-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-asu-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-asu-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-asu-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
RECOGNITION SECTION
========================================================= */
.nt-asu-recognition{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-asu-recognition-side{
position:relative;
min-height:260px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-asu-recognition-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
right:-85px;
bottom:-100px;
}
.nt-asu-recognition-side-content{
position:relative;
z-index:2;
}
.nt-asu-recognition-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-asu-recognition-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-asu-recognition-body{
padding:34px 36px;
}
.nt-asu-recognition-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-asu-recognition-body p:last-child{
margin-bottom:0;
}
.nt-asu-recognition-body strong{
color:var(--blue-dark);
}
/* =========================================================
PARTNERSHIP SECTION
========================================================= */
.nt-asu-partnership{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-asu-partnership h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-asu-partnership p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-asu-partnership strong{
color:var(--blue-dark);
}
/* =========================================================
TEAM SECTION
========================================================= */
.nt-asu-team{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-asu-team h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-asu-team p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-asu-team strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-asu-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-asu-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-asu-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-asu-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-asu-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-asu-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL ANIMATION
========================================================= */
.nt-asu-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-asu-reveal.nt-asu-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-asu-container{
width:calc(100% - 32px);
}
.nt-asu-header h1{
font-size:35px;
}
.nt-asu-intro{
font-size:17px;
}
.nt-asu-info{
grid-template-columns:1fr;
}
.nt-asu-grid{
grid-template-columns:1fr;
}
.nt-asu-recognition{
grid-template-columns:1fr;
}
.nt-asu-recognition-side{
min-height:auto;
justify-content:flex-start;
}
.nt-asu-statement{
font-size:18px;
}
.nt-asu-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-asu-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-asu-container{
width:calc(100% - 24px);
}
.nt-asu-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-asu-header{
margin-bottom:32px;
}
.nt-asu-header h1{
font-size:27px;
line-height:1.6;
}
.nt-asu-intro{
font-size:16px;
line-height:1.95;
}
.nt-asu-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-asu-card{
min-height:auto;
padding:22px 20px;
}
.nt-asu-card h3{
font-size:17px;
}
.nt-asu-card p{
font-size:14.5px;
}
.nt-asu-recognition-side{
padding:27px 23px;
}
.nt-asu-recognition-side h2{
font-size:25px;
}
.nt-asu-recognition-body{
padding:25px 22px;
}
.nt-asu-recognition-body p{
font-size:15.5px;
}
.nt-asu-partnership,
.nt-asu-team{
padding:22px 18px;
}
.nt-asu-partnership h2,
.nt-asu-team h2{
font-size:21px;
}
.nt-asu-partnership p,
.nt-asu-team p{
font-size:15px;
}
.nt-asu-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-asu-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-asu-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-03_44_42-PM.png"
alt="National Technology تتلقى تكريمًا من جامعة عين شمس"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

أخبار العملاء والشراكات


National Technology
تعتز بالتقدير الذي تلقته من
Ain Shams University



تعتز
National Technology
بالتقدير الذي تلقته من
جامعة عين شمس،
والذي يمثل بالنسبة لنا تقديرًا للعلاقات المهنية التي تُبنى
على الثقة والاستمرارية والعمل المشترك الهادف.



<!-- =====================================================
INFORMATION
====================================================== -->

الجهة


جامعة عين شمس


المناسبة


تقدير وتكريم


ما نعتز به


الثقة والشراكة والعمل المشترك



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
نرى في هذا التقدير أكثر من مجرد لحظة للاحتفاء؛
فهو تذكير بأن

الشراكات التي تستمر على أساس الثقة والالتزام والعمل ذي القيمة

هي التي تصنع أثرًا حقيقيًا ومستدامًا.
<!-- =================================================
VALUES
================================================== -->

PARTNERSHIP VALUES


ما الذي يجعل الشراكات المهنية ذات قيمة حقيقية؟


01


الثقة



تبدأ الشراكات المستمرة عندما يكون هناك فهم متبادل
والتزام واضح بين جميع الأطراف تجاه الأهداف المشتركة.


02


الاستمرارية



لا تُقاس العلاقات المهنية بمشروع واحد،
بل بقدرتها على الاستمرار والتطور مع تغير الاحتياجات
والأولويات بمرور الوقت.


03


العمل الهادف



تكتسب التكنولوجيا قيمتها عندما ترتبط باحتياجات حقيقية
وتساهم في دعم العمل اليومي وتحقيق أهداف المؤسسة.


04


العمل الجماعي



كل إنجاز مؤسسي تقف خلفه فرق متعددة تعمل معًا
وتتبادل الخبرات والمسؤوليات للوصول إلى نتيجة مشتركة.



<!-- =================================================
RECOGNITION
================================================== -->

RECOGNITION


تقدير نعتز به ومسؤولية نواصل البناء عليها



يسعدنا في
National Technology
أن نتلقى هذا التقدير من
جامعة عين شمس،
إحدى المؤسسات الأكاديمية العريقة في مصر.



وننظر إلى هذا التقدير باعتباره انعكاسًا لقيمة
التعاون المهني المستمر، وليس مجرد مناسبة منفصلة،
حيث تقوم العلاقات الناجحة على الالتزام المتبادل
والاستجابة للاحتياجات والعمل المشترك بصورة مستمرة.



كما يمثل هذا التقدير دافعًا لمواصلة تقديم العمل
بالمستوى الذي يدعم ثقة المؤسسات التي نتعاون معها
ويحافظ على قيمة هذه الشراكات على المدى الطويل.



<!-- =================================================
PARTNERSHIP
================================================== -->


الشراكة الحقيقية تتجاوز تقديم التكنولوجيا



في
National Technology،
نؤمن بأن علاقتنا بالمؤسسات التي نعمل معها
لا تقتصر على تقديم الحلول التقنية فقط،
بل تعتمد على فهم الاحتياجات، واستمرار التواصل،
والعمل المشترك بما يدعم أهداف المؤسسة
ويحافظ على استمرارية العلاقة المهنية.



<!-- =================================================
TEAM APPRECIATION
================================================== -->


التقدير الحقيقي يعود إلى الفرق التي تجعل العمل ممكنًا



نحن ممتنون لهذا التقدير،
لكن امتناننا الأكبر يظل للفرق التي تقف خلف كل مشروع
وكل مرحلة من مراحل العمل؛ سواء من فرق
جامعة عين شمس
أو فرق
National Technology
وكل من ساهم في بناء واستمرار هذا التعاون.



<!-- =================================================
FINAL MESSAGE
================================================== -->
نعتز بهذا التقدير، ونعتز أكثر بما يمثله:

علاقة مهنية قائمة على الثقة، والاستمرارية، والعمل المشترك.

ونتطلع إلى مواصلة البناء على هذه العلاقة بما يحقق قيمة مستدامة
لجميع الأطراف.
<!-- =================================================
CTA
================================================== -->

National Technology


شراكات تقنية مبنية على فهم العمل الحقيقي



تعرف على National Technology وحلولها المتخصصة
للمختبرات والمؤسسات الصحية، وخبرتها في دعم
البيئات التشغيلية المتكاملة.


<a
href="https://nationaltechnology.net/"
target="_blank"
rel="noopener noreferrer"
>
تعرف على National Technology





/* =========================================================
NATIONAL TECHNOLOGY
AZHAR UNIVERSITY HOSPITAL — ASSIUT / LDM ACTIVATION
========================================================= */
.nt-azhar-assiut-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-azhar-assiut-news *,
.nt-azhar-assiut-news *::before,
.nt-azhar-assiut-news *::after{
box-sizing:border-box;
}
.nt-azhar-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-azhar-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
BACKGROUND
========================================================= */
.nt-azhar-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-azhar-circle-one{
width:330px;
height:330px;
top:760px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntAzharFloat 12s ease-in-out infinite;
}
.nt-azhar-circle-two{
width:220px;
height:220px;
top:1800px;
right:-160px;
border:1px solid rgba(181,35,27,.06);
animation:ntAzharFloat2 15s ease-in-out infinite;
}
@keyframes ntAzharFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntAzharFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-azhar-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-azhar-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-azhar-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-azhar-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-azhar-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-azhar-main-image:hover img{
transform:scale(1.012);
}
.nt-azhar-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-azhar-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-azhar-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-azhar-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-azhar-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-azhar-header h1 strong{
color:var(--blue-dark);
}
.nt-azhar-name{
direction:ltr;
unicode-bidi:isolate;
display:inline;
color:var(--blue);
}
.nt-azhar-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-azhar-intro strong{
color:#233e60;
}
/* =========================================================
INFORMATION CARDS
========================================================= */
.nt-azhar-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-azhar-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-azhar-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-azhar-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-azhar-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-azhar-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
STATEMENT
========================================================= */
.nt-azhar-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-azhar-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-azhar-section-head{
margin-bottom:26px;
}
.nt-azhar-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-azhar-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
EXPANSION CARDS
========================================================= */
.nt-azhar-expansion{
margin-bottom:57px;
}
.nt-azhar-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-azhar-card{
position:relative;
min-height:155px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-azhar-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-azhar-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-azhar-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-azhar-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
ACTIVATION SECTION
========================================================= */
.nt-azhar-activation{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-azhar-activation-side{
position:relative;
min-height:270px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-azhar-activation-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
right:-85px;
bottom:-100px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
}
.nt-azhar-activation-side-content{
position:relative;
z-index:2;
}
.nt-azhar-activation-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-azhar-activation-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-azhar-activation-body{
padding:34px 36px;
}
.nt-azhar-activation-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-azhar-activation-body p:last-child{
margin-bottom:0;
}
.nt-azhar-activation-body strong{
color:var(--blue-dark);
}
.nt-azhar-product{
color:var(--red) !important;
}
/* =========================================================
THANKS
========================================================= */
.nt-azhar-thanks{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-azhar-thanks h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-azhar-thanks p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-azhar-thanks strong{
color:var(--blue-dark);
}
/* =========================================================
SECOND PHOTO
========================================================= */
.nt-azhar-project-photo{
position:relative;
margin:0 0 58px;
overflow:hidden;
border-radius:18px;
background:#f3f5f7;
box-shadow:
0 18px 45px
rgba(19,55,98,.08);
}
.nt-azhar-project-photo img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform .9s cubic-bezier(.2,.8,.2,1);
}
.nt-azhar-project-photo:hover img{
transform:scale(1.012);
}
.nt-azhar-photo-caption{
padding:17px 22px;
border-top:1px solid #e7edf3;
background:#ffffff;
color:#6b7888;
font-size:14px;
line-height:1.8;
}
/* =========================================================
KEY STATISTICS
========================================================= */
.nt-azhar-stats{
margin-bottom:58px;
}
.nt-azhar-stats-grid{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:13px;
}
.nt-azhar-stat{
position:relative;
min-height:165px;
display:flex;
flex-direction:column;
justify-content:center;
padding:24px 20px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
text-align:center;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-azhar-stat:hover{
transform:translateY(-3px);
border-color:#d2dfea;
box-shadow:
0 13px 30px
rgba(23,75,142,.07);
}
.nt-azhar-stat-number{
display:block;
margin-bottom:8px;
color:var(--blue-dark);
font-size:clamp(29px,3vw,40px);
font-weight:800;
line-height:1.2;
direction:ltr;
unicode-bidi:isolate;
}
.nt-azhar-stat-label{
display:block;
color:#536479;
font-size:14.5px;
font-weight:600;
line-height:1.7;
}
.nt-azhar-stat:first-child .nt-azhar-stat-number{
color:var(--red);
}
/* =========================================================
OPERATIONAL CONTEXT
========================================================= */
.nt-azhar-operations{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-azhar-operations h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-azhar-operations p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-azhar-operations strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-azhar-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-azhar-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-azhar-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-azhar-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-azhar-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-azhar-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.nt-azhar-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-azhar-reveal.nt-azhar-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-azhar-container{
width:calc(100% - 32px);
}
.nt-azhar-header h1{
font-size:35px;
}
.nt-azhar-intro{
font-size:17px;
}
.nt-azhar-info{
grid-template-columns:1fr;
}
.nt-azhar-grid{
grid-template-columns:1fr;
}
.nt-azhar-activation{
grid-template-columns:1fr;
}
.nt-azhar-activation-side{
min-height:auto;
justify-content:flex-start;
}
.nt-azhar-stats-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}
.nt-azhar-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-azhar-assiut-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-azhar-container{
width:calc(100% - 24px);
}
.nt-azhar-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-azhar-header{
margin-bottom:32px;
}
.nt-azhar-header h1{
font-size:27px;
line-height:1.6;
}
.nt-azhar-intro{
font-size:16px;
line-height:1.95;
}
.nt-azhar-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-azhar-card{
min-height:auto;
padding:22px 20px;
}
.nt-azhar-card h3{
font-size:17px;
}
.nt-azhar-card p{
font-size:14.5px;
}
.nt-azhar-activation-side{
padding:27px 23px;
}
.nt-azhar-activation-side h2{
font-size:25px;
}
.nt-azhar-activation-body{
padding:25px 22px;
}
.nt-azhar-activation-body p{
font-size:15.5px;
}
.nt-azhar-thanks,
.nt-azhar-operations{
padding:22px 18px;
}
.nt-azhar-thanks h2,
.nt-azhar-operations h2{
font-size:21px;
}
.nt-azhar-thanks p,
.nt-azhar-operations p{
font-size:15px;
}
.nt-azhar-stats-grid{
grid-template-columns:1fr 1fr;
}
.nt-azhar-stat{
min-height:140px;
padding:20px 12px;
}
.nt-azhar-stat-number{
font-size:29px;
}
.nt-azhar-stat-label{
font-size:13px;
}
.nt-azhar-project-photo{
border-radius:14px;
}
.nt-azhar-button{
width:100%;
}
}
@media(max-width:420px){
.nt-azhar-stats-grid{
grid-template-columns:1fr;
}
}
@media(prefers-reduced-motion:reduce){
.nt-azhar-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-azhar-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-03_46_07-PM.png"
alt="تشغيل نظام LDM في معمل الباثولوجيا الإكلينيكية بمستشفى جامعة الأزهر بأسيوط"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

أخبار العملاء والتوسعات


National Technology
توسع حضورها في أسيوط مع تشغيل
LDM
في معمل الباثولوجيا الإكلينيكية بمستشفى جامعة الأزهر



على مدار ثلاثة عقود، واصلت
National Technology
توسيع حضورها داخل مصر وبناء علاقات عمل مع مؤسسات
الرعاية الصحية في القطاعين الحكومي والخاص.
ويأتي التشغيل الرسمي لنظام
LDM
في
معمل الباثولوجيا الإكلينيكية بمستشفى جامعة الأزهر – أسيوط
كأحدث إضافة إلى قاعدة المؤسسات التي تعتمد على حلولنا
في إدارة عمليات المختبرات الطبية.



<!-- =====================================================
PROJECT INFORMATION
====================================================== -->

المؤسسة


مستشفى جامعة الأزهر – أسيوط


القسم


معمل الباثولوجيا الإكلينيكية


النظام


Laboratory Data Manager — LDM



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN STATEMENT
================================================== -->
يمثل تشغيل النظام في مستشفى جامعة الأزهر بأسيوط
خطوة جديدة ضمن التوسع المستمر لـ
National Technology
في صعيد مصر، ويعكس استمرار ثقة المؤسسات الصحية
في حلول الشركة المتخصصة لإدارة دورة العمل داخل المختبرات الطبية.
<!-- =================================================
EXPANSION STORY
================================================== -->

CONTINUED EXPANSION


ثلاثة عقود من العمل والتوسع داخل القطاع الصحي المصري


01


حضور ممتد في السوق المصري



على مدار ثلاثة عقود، واصلت National Technology
العمل مع مؤسسات الرعاية الصحية والمختبرات
في مناطق مختلفة من مصر.


02


توسع جديد في أسيوط



يضيف تشغيل LDM في مستشفى جامعة الأزهر – أسيوط
موقعًا جديدًا إلى حضور الشركة داخل صعيد مصر.


03


تشغيل فعلي داخل المختبر



أصبح نظام LDM قيد التشغيل رسميًا داخل
معمل الباثولوجيا الإكلينيكية لدعم إدارة
دورة العمل اليومية للمعمل.


04


ثقة مستمرة في الحلول



نعتز بثقة المؤسسات الصحية في حلول National Technology
وبمسؤوليتنا في دعم احتياجاتها التشغيلية
والتقنية على المدى الطويل.



<!-- =================================================
ACTIVATION
================================================== -->

NEW CUSTOMER ACTIVATION


LDM أصبح قيد التشغيل رسميًا في معمل الباثولوجيا الإكلينيكية



يمثل تشغيل

LDM

في معمل الباثولوجيا الإكلينيكية بمستشفى
جامعة الأزهر – أسيوط مرحلة جديدة من التعاون،
حيث انتقل المشروع إلى مرحلة التشغيل الفعلي
داخل بيئة المختبر.



يدعم النظام إدارة دورة العمل المعملية من خلال
منصة متخصصة تربط مراحل العمل المختلفة،
وتساعد المختبر على إدارة الطلبات والعينات،
وقوائم العمل، والتكامل مع أجهزة التحليل،
ومراجعة النتائج وإصدار التقارير.



ويكتسب هذا التشغيل أهمية إضافية بالنظر إلى
حجم النشاط اليومي للمعمل وعدد أجهزة التحليل
المتصلة بالنظام، وهو ما يجعل التكامل وإدارة
تدفق البيانات جزءًا أساسيًا من بيئة التشغيل.



<!-- =================================================
SPECIAL THANKS
================================================== -->


شكر خاص للأستاذ الدكتور علي صبحي



تتقدم
National Technology
بخالص الشكر والتقدير إلى

الأستاذ الدكتور علي صبحي،
رئيس قسم الباثولوجيا الإكلينيكية
،
على قيادته ودعمه وتعاونه طوال مراحل تشغيل النظام.
ونعتز بالدور الذي لعبه هذا التعاون في الوصول
بالمشروع إلى مرحلة التشغيل الفعلي داخل المعمل.



<!-- =================================================
SECOND PROJECT PHOTO
================================================== -->

<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/600266859_1282050943947418_1921316093949396956_n-1536x1152-1.jpg"
alt="فريق العمل خلال تفعيل نظام LDM في مستشفى جامعة الأزهر بأسيوط"
loading="lazy"
>

من مراحل تشغيل نظام LDM في معمل الباثولوجيا الإكلينيكية
بمستشفى جامعة الأزهر – أسيوط.


<!-- =================================================
KEY STATISTICS
================================================== -->

KEY STATISTICS


نظرة على حجم التشغيل اليومي للمعمل


10
أجهزة تحليل آلية متصلة بالنظام
1–350
طلبًا يوميًا
750
عينة يوميًا
1,500
اختبار يوميًا

<!-- =================================================
OPERATIONAL CONTEXT
================================================== -->


نظام يدعم بيئة تشغيل معملية ذات حجم عمل متنوع



مع وجود
10 أجهزة تحليل آلية متصلة بالنظام
ومعالجة مئات العينات وما يصل إلى
1,500 اختبار يوميًا،
تصبح إدارة تدفق البيانات وربط الأجهزة وتتبع مراحل
العمل عناصر أساسية في التشغيل اليومي للمعمل.
ويأتي
LDM
ليعمل كمنصة مركزية تساعد على ربط هذه المراحل
ضمن دورة عمل معملية متكاملة.



<!-- =================================================
CONFIDENCE
================================================== -->
نشكر فريق
مستشفى جامعة الأزهر – أسيوط
على ثقته في حلول
National Technology،
ونفخر بدعم العمليات اليومية لمعمل الباثولوجيا الإكلينيكية.
ونتطلع إلى مواصلة هذا التعاون وتحقيق المزيد من النجاحات معًا.
<!-- =================================================
CTA
================================================== -->

Laboratory Data Manager


اكتشف منظومة LDM لإدارة المختبرات الطبية



تعرف على منظومة National Technology لإدارة
دورة العمل المعملية، وربط أجهزة التحليل،
وتتبع العينات وإدارة النتائج والتقارير
ضمن بيئة تشغيل متكاملة.


<a
href="https://nationaltechnology.net/products-laboratory-data-manager/"
target="_blank"
rel="noopener noreferrer"
>
تعرف على LDM





/* =========================================================
NATIONAL TECHNOLOGY — SOUAD KAFAFI UNIVERSITY HOSPITAL
LDM IMPLEMENTATION NEWS
========================================================= */
.nt-skuh-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-skuh-news *,
.nt-skuh-news *::before,
.nt-skuh-news *::after{
box-sizing:border-box;
}
.nt-skuh-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-skuh-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-skuh-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-skuh-circle-one{
width:330px;
height:330px;
top:750px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntSkuhFloat 12s ease-in-out infinite;
}
.nt-skuh-circle-two{
width:210px;
height:210px;
top:1500px;
right:-150px;
border:1px solid rgba(181,35,27,.06);
animation:ntSkuhFloat2 15s ease-in-out infinite;
}
@keyframes ntSkuhFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntSkuhFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-skuh-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-skuh-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-skuh-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-skuh-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-skuh-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-skuh-main-image:hover img{
transform:scale(1.012);
}
.nt-skuh-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-skuh-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-skuh-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-skuh-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-skuh-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-skuh-header h1 strong{
color:var(--blue-dark);
}
.nt-skuh-name{
direction:ltr;
unicode-bidi:isolate;
display:inline;
color:var(--blue);
}
.nt-skuh-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-skuh-intro strong{
color:#233e60;
}
/* =========================================================
INFORMATION CARDS
========================================================= */
.nt-skuh-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-skuh-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-skuh-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-skuh-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-skuh-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-skuh-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
STATEMENT
========================================================= */
.nt-skuh-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-skuh-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-skuh-section-head{
margin-bottom:26px;
}
.nt-skuh-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-skuh-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
IMPLEMENTATION GRID
========================================================= */
.nt-skuh-highlights{
margin-bottom:57px;
}
.nt-skuh-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-skuh-card{
position:relative;
min-height:155px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-skuh-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-skuh-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-skuh-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-skuh-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
IMPLEMENTATION SECTION
========================================================= */
.nt-skuh-implementation{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-skuh-implementation-side{
position:relative;
min-height:270px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-skuh-implementation-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
right:-85px;
bottom:-100px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
}
.nt-skuh-implementation-side-content{
position:relative;
z-index:2;
}
.nt-skuh-implementation-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-skuh-implementation-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-skuh-implementation-body{
padding:34px 36px;
}
.nt-skuh-implementation-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-skuh-implementation-body p:last-child{
margin-bottom:0;
}
.nt-skuh-implementation-body strong{
color:var(--blue-dark);
}
.nt-skuh-product{
color:var(--red) !important;
}
/* =========================================================
PARTNERSHIP
========================================================= */
.nt-skuh-partnership{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-skuh-partnership h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-skuh-partnership p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-skuh-partnership strong{
color:var(--blue-dark);
}
.nt-skuh-partnership a{
color:var(--blue);
text-decoration:none;
font-weight:700;
}
.nt-skuh-partnership a:hover{
text-decoration:underline;
}
/* =========================================================
EXPERIENCE
========================================================= */
.nt-skuh-experience{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-skuh-experience h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-skuh-experience p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-skuh-experience strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-skuh-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-skuh-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-skuh-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-skuh-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-skuh-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-skuh-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.nt-skuh-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-skuh-reveal.nt-skuh-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-skuh-container{
width:calc(100% - 32px);
}
.nt-skuh-header h1{
font-size:35px;
}
.nt-skuh-intro{
font-size:17px;
}
.nt-skuh-info{
grid-template-columns:1fr;
}
.nt-skuh-grid{
grid-template-columns:1fr;
}
.nt-skuh-implementation{
grid-template-columns:1fr;
}
.nt-skuh-implementation-side{
min-height:auto;
justify-content:flex-start;
}
.nt-skuh-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-skuh-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-skuh-container{
width:calc(100% - 24px);
}
.nt-skuh-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-skuh-header{
margin-bottom:32px;
}
.nt-skuh-header h1{
font-size:27px;
line-height:1.6;
}
.nt-skuh-intro{
font-size:16px;
line-height:1.95;
}
.nt-skuh-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-skuh-card{
min-height:auto;
padding:22px 20px;
}
.nt-skuh-card h3{
font-size:17px;
}
.nt-skuh-card p{
font-size:14.5px;
}
.nt-skuh-implementation-side{
padding:27px 23px;
}
.nt-skuh-implementation-side h2{
font-size:25px;
}
.nt-skuh-implementation-body{
padding:25px 22px;
}
.nt-skuh-implementation-body p{
font-size:15.5px;
}
.nt-skuh-partnership,
.nt-skuh-experience{
padding:22px 18px;
}
.nt-skuh-partnership h2,
.nt-skuh-experience h2{
font-size:21px;
}
.nt-skuh-partnership p,
.nt-skuh-experience p{
font-size:15px;
}
.nt-skuh-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-skuh-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-skuh-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-03_47_23-PM.png"
alt="تشغيل نظام LDM في مستشفى سعاد كفافي الجامعي"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

أخبار العملاء والتشغيل


National Technology
تنجح في تنفيذ نظام
LDM
في مستشفى سعاد كفافي الجامعي



تفخر
National Technology
بإتمام تنفيذ نظام
LDM
في
مستشفى سعاد كفافي الجامعي،
في خطوة جديدة ضمن مشروعات الشركة لتطوير ودعم
البنية الرقمية للعمليات المعملية داخل المؤسسات الصحية.



<!-- =====================================================
PROJECT INFORMATION
====================================================== -->

العميل


مستشفى سعاد كفافي الجامعي


الحل


Laboratory Data Manager — LDM


المرحلة


تنفيذ وتشغيل النظام



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
نجاح أي مشروع لنظام معلومات معملي يبدأ من
فهم دورة العمل الحقيقية للمختبر
ثم تحويلها إلى بيئة رقمية مترابطة تدعم المستخدمين
في إدارة العمليات اليومية بصورة منظمة وقابلة للتوسع.
<!-- =================================================
IMPLEMENTATION HIGHLIGHTS
================================================== -->

IMPLEMENTATION


خطوة جديدة في تطوير بيئة العمل المعملية


01


تنفيذ نظام متخصص للمختبر



تم تنفيذ LDM كنظام معلومات معملي متخصص
لدعم إدارة دورة العمل داخل مختبرات المستشفى.


02


إدارة دورة العمل المعملية



يساعد النظام على تنظيم المراحل المختلفة
للعمل المعملي من تسجيل الطلب وحتى مراجعة
النتائج وإصدار التقارير.


03


بيئة تشغيل مترابطة



يدعم LDM ربط البيانات ومراحل العمل
المختلفة داخل المختبر ضمن منصة تشغيلية واحدة.


04


أساس للتطوير المستمر



يوفر النظام بنية رقمية يمكن تطويرها
وفق احتياجات المختبر وتوسع العمليات
والخدمات مستقبلًا.



<!-- =================================================
LDM OPERATIONAL CONTEXT
================================================== -->

LABORATORY WORKFLOW


LDM يدعم دورة العمل من التسجيل حتى إصدار النتائج



صُمم

LDM

لإدارة المراحل الأساسية لدورة العمل
داخل المختبرات الطبية ضمن منصة واحدة.



وتشمل دورة العمل

تسجيل المرضى والطلبات، وإدارة العينات،
وقوائم العمل، والتكامل مع أجهزة التحليل،
وإدخال ومراجعة النتائج، وإصدار التقارير.



ويتيح هذا الترابط للمؤسسة بناء بيئة عمل
أكثر تنظيمًا، مع توفير رؤية أوضح لحركة
الطلبات والعينات والنتائج عبر مراحل التشغيل المختلفة.



<!-- =================================================
PARTNERSHIP
================================================== -->


ثقة نعتز بها



نتقدم بالشكر إلى فريق
<a
href="https://www.linkedin.com/company/skuh/"
target="_blank"
rel="noopener noreferrer"
>
مستشفى سعاد كفافي الجامعي

على ثقتهم وتعاونهم خلال تنفيذ المشروع.
بالنسبة لنا، نجاح التنفيذ لا يرتبط فقط
بالتكنولوجيا، بل يعتمد كذلك على التعاون
بين فرق العمل وفهم المتطلبات التشغيلية
للمؤسسة بصورة دقيقة.



<!-- =================================================
EXPERIENCE
================================================== -->


التكنولوجيا تبدأ من فهم المختبر



تعتمد
National Technology
في تطوير وتنفيذ حلولها على فهم دورة العمل
الفعلية داخل المختبرات الطبية،
والتعامل مع احتياجات التشغيل والتكامل
وإدارة البيانات والنتائج ضمن بيئة واحدة مترابطة.
ويظل الهدف هو تقديم نظام يتوافق مع احتياجات
المختبر اليومية ويمكنه التطور مع نمو المؤسسة.



<!-- =================================================
CLOSING MESSAGE
================================================== -->
نفخر بإضافة
مستشفى سعاد كفافي الجامعي
إلى المؤسسات التي تعتمد على حلول
National Technology،
ونتطلع إلى استمرار التعاون ودعم تطور
عمليات المختبر خلال المراحل القادمة.
<!-- =================================================
CTA
================================================== -->

Laboratory Data Manager


كيف يمكن لـ LDM دعم أداء مختبرك؟



إذا كانت مؤسستك تبحث عن نظام لإدارة
دورة العمل المعملية، وربط الأجهزة،
وتتبع العينات وإدارة النتائج والتقارير،
تعرف على منظومة LDM من National Technology.


<a
href="https://nationaltechnology.net/products-laboratory-data-manager/"
target="_blank"
rel="noopener noreferrer"
>
تعرف على LDM





/* =========================================================
NATIONAL TECHNOLOGY — LAB AUTOMATION PROJECT
========================================================= */
.nt-lab-automation-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-lab-automation-news *,
.nt-lab-automation-news *::before,
.nt-lab-automation-news *::after{
box-sizing:border-box;
}
.nt-lab-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-lab-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-lab-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-lab-circle-one{
width:330px;
height:330px;
top:760px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntLabFloat 12s ease-in-out infinite;
}
.nt-lab-circle-two{
width:220px;
height:220px;
top:1700px;
right:-160px;
border:1px solid rgba(181,35,27,.06);
animation:ntLabFloat2 15s ease-in-out infinite;
}
@keyframes ntLabFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntLabFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-lab-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-lab-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-lab-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-lab-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-lab-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-lab-main-image:hover img{
transform:scale(1.012);
}
.nt-lab-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-lab-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-lab-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-lab-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-lab-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-lab-header h1 strong{
color:var(--blue-dark);
}
.nt-lab-highlight{
color:var(--blue);
}
.nt-lab-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-lab-intro strong{
color:#233e60;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-lab-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
MAIN STATEMENT
========================================================= */
.nt-lab-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-lab-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-lab-section-head{
margin-bottom:26px;
}
.nt-lab-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-lab-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
KEY STATISTICS
========================================================= */
.nt-lab-stats{
margin-bottom:58px;
}
.nt-lab-stats-grid{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:13px;
}
.nt-lab-stat{
position:relative;
min-height:170px;
display:flex;
flex-direction:column;
justify-content:center;
padding:24px 18px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
text-align:center;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-lab-stat:hover{
transform:translateY(-3px);
border-color:#d2dfea;
box-shadow:
0 13px 30px
rgba(23,75,142,.07);
}
.nt-lab-stat-number{
display:block;
margin-bottom:9px;
color:var(--blue-dark);
font-size:clamp(34px,4vw,48px);
font-weight:800;
line-height:1.15;
direction:ltr;
unicode-bidi:isolate;
}
.nt-lab-stat:first-child .nt-lab-stat-number{
color:var(--red);
}
.nt-lab-stat-label{
display:block;
color:#536479;
font-size:15px;
font-weight:600;
line-height:1.7;
}
/* =========================================================
SCALE SECTION
========================================================= */
.nt-lab-scale{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-lab-scale-side{
position:relative;
min-height:270px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-lab-scale-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
right:-85px;
bottom:-100px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
}
.nt-lab-scale-side-content{
position:relative;
z-index:2;
}
.nt-lab-scale-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-lab-scale-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-lab-scale-body{
padding:34px 36px;
}
.nt-lab-scale-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-lab-scale-body p:last-child{
margin-bottom:0;
}
.nt-lab-scale-body strong{
color:var(--blue-dark);
}
/* =========================================================
VALUE GRID
========================================================= */
.nt-lab-value{
margin-bottom:57px;
}
.nt-lab-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-lab-card{
position:relative;
min-height:155px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-lab-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-lab-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-lab-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-lab-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
EXPERIENCE
========================================================= */
.nt-lab-experience{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-lab-experience h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-lab-experience p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-lab-experience strong{
color:var(--blue-dark);
}
/* =========================================================
BUSINESS CONTEXT
========================================================= */
.nt-lab-business{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-lab-business h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-lab-business p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-lab-business strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-lab-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-lab-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-lab-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-lab-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-lab-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-lab-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL ANIMATION
========================================================= */
.nt-lab-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-lab-reveal.nt-lab-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-lab-container{
width:calc(100% - 32px);
}
.nt-lab-header h1{
font-size:35px;
}
.nt-lab-intro{
font-size:17px;
}
.nt-lab-stats-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}
.nt-lab-scale{
grid-template-columns:1fr;
}
.nt-lab-scale-side{
min-height:auto;
justify-content:flex-start;
}
.nt-lab-grid{
grid-template-columns:1fr;
}
.nt-lab-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-lab-automation-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-lab-container{
width:calc(100% - 24px);
}
.nt-lab-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-lab-header{
margin-bottom:32px;
}
.nt-lab-header h1{
font-size:27px;
line-height:1.6;
}
.nt-lab-intro{
font-size:16px;
line-height:1.95;
}
.nt-lab-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-lab-stats-grid{
grid-template-columns:1fr 1fr;
}
.nt-lab-stat{
min-height:145px;
padding:20px 12px;
}
.nt-lab-stat-number{
font-size:31px;
}
.nt-lab-stat-label{
font-size:13px;
}
.nt-lab-scale-side{
padding:27px 23px;
}
.nt-lab-scale-side h2{
font-size:25px;
}
.nt-lab-scale-body{
padding:25px 22px;
}
.nt-lab-scale-body p{
font-size:15.5px;
}
.nt-lab-card{
min-height:auto;
padding:22px 20px;
}
.nt-lab-card h3{
font-size:17px;
}
.nt-lab-card p{
font-size:14.5px;
}
.nt-lab-experience,
.nt-lab-business{
padding:22px 18px;
}
.nt-lab-experience h2,
.nt-lab-business h2{
font-size:21px;
}
.nt-lab-experience p,
.nt-lab-business p{
font-size:15px;
}
.nt-lab-button{
width:100%;
}
}
@media(max-width:420px){
.nt-lab-stats-grid{
grid-template-columns:1fr;
}
}
@media(prefers-reduced-motion:reduce){
.nt-lab-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-lab-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-03_49_31-PM.png"
alt="National Technology وإنجازات مشروع ميكنة المعامل في مصر"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

مشروعات التحول الرقمي


من 6 محافظات إلى
295 منشأة صحية
— محطة جديدة في مشروع ميكنة المعامل



نفخر بكل خطوة تحققت ضمن مشروع
ميكنة المعامل،
والذي امتد ليغطي
6 محافظات
ويصل إلى
33 مستشفى
و
262 وحدة ومركزًا طبيًا،
بإجمالي
295 منشأة صحية.
هذه الأرقام تعكس حجم العمل الذي تم تنفيذه،
والخبرة المتراكمة في تطوير وتشغيل حلول رقمية
تخدم بيئات معملية موزعة على نطاق واسع.



<!-- =====================================================
MAIN MESSAGE
====================================================== -->
بالنسبة لنا، هذه الأرقام ليست مجرد إحصائيات.
إنها تعكس

سنوات من الخبرة، والعمل الميداني، وفهم احتياجات المختبرات،
والقدرة على تنفيذ أنظمة مترابطة عبر عدد كبير من المواقع.

<!-- =================================================
KEY STATISTICS
================================================== -->

PROJECT FOOTPRINT


نطاق تنفيذ يعكس حجم المشروع


6
محافظات يغطيها المشروع
33
مستشفى ضمن نطاق التنفيذ
262
وحدة ومركزًا طبيًا
295
منشأة صحية إجمالًا

<!-- =================================================
PROJECT SCALE
================================================== -->

LARGE-SCALE DIGITALIZATION


عندما تتحول ميكنة المختبرات إلى منظومة مترابطة



إدارة مشروع يمتد عبر
295 منشأة صحية
لا تعني فقط تركيب نظام في كل موقع،
بل تتطلب التعامل مع بيئات تشغيل مختلفة
وربط عدد كبير من نقاط الخدمة ضمن إطار تقني
وتشغيلي منظم.



وتصبح قيمة التحول الرقمي أكبر عندما تساعد
الأنظمة على توحيد دورة العمل،
وتحسين تدفق البيانات بين المواقع،
ودعم إدارة العمليات المعملية بصورة أكثر مركزية.



هذا النوع من المشروعات يعكس خبرة
National Technology
في التعامل مع بيئات معملية متعددة المواقع
ومتطلبات تشغيلية تمتد من المنشآت الكبيرة
إلى الوحدات والمراكز الطبية الموزعة جغرافيًا.



<!-- =================================================
WHAT SCALE MEANS
================================================== -->

OPERATIONAL VALUE


ماذا يعني تنفيذ نظام معملي على هذا النطاق؟


01


إدارة مواقع متعددة



دعم بيئة تشغيل تضم مستشفيات ووحدات
ومراكز طبية موزعة عبر عدد من المحافظات.


02


توحيد دورة العمل



تطبيق إطار رقمي يساعد على تنظيم العمليات
المعملية داخل المواقع المختلفة وفق أسلوب عمل مترابط.


03


ربط البيانات بين الفروع



تمكين المؤسسات من التعامل مع البيانات
والعمليات عبر شبكة من المواقع بدلًا من
إدارة كل منشأة بصورة منفصلة.


04


قابلية التوسع



بناء بيئة تقنية يمكنها استيعاب التوسع
في عدد المواقع والخدمات مع استمرار
تطور احتياجات المؤسسة.



<!-- =================================================
EXPERIENCE
================================================== -->


26 سنة من الخبرة وراء هذه الأرقام



ما تحقق في مشروع ميكنة المعامل هو نتيجة
26 عامًا من العمل والخبرة
في تطوير وتنفيذ حلول تكنولوجيا المعلومات
للمختبرات والمؤسسات الصحية.
وخلال هذه السنوات، تراكمت خبرة عملية في فهم
دورة العمل المعملية، والتعامل مع البيئات متعددة المواقع،
والتكامل بين الأنظمة، وتنفيذ المشروعات على نطاق واسع.



<!-- =================================================
BUSINESS CONTEXT
================================================== -->


من ميكنة المختبر إلى إدارة شبكة كاملة من المواقع



المؤسسات التي تدير عددًا كبيرًا من المختبرات أو الفروع
تحتاج إلى أكثر من نظام منفصل داخل كل موقع.
تحتاج إلى بنية رقمية تساعد على

إدارة دورة العمل، وربط المواقع، وتبادل البيانات،
وتوفير رؤية أفضل للعمليات عبر المؤسسة.

وهذا هو النوع من التحديات الذي تعتمد فيه
National Technology على خبرتها المتخصصة
في أنظمة المختبرات والبيئات الصحية متعددة المواقع.



<!-- =================================================
CLOSING MESSAGE
================================================== -->
نفخر بما تحقق، لكننا ننظر إلى هذه الأرقام
باعتبارها جزءًا من رحلة مستمرة.

الخبرة الحقيقية لا تقاس بعدد السنوات فقط،
بل بعدد البيئات التشغيلية التي تم فهمها،
والمشروعات التي تم تنفيذها،
والثقة التي تم بناؤها على مدار الوقت.

وما زلنا نواصل هذه الرحلة.
<!-- =================================================
CTA
================================================== -->

Laboratory Digital Transformation


هل تدير مختبرًا واحدًا أم شبكة من الفروع؟



إذا كانت مؤسستك تبحث عن حلول رقمية لإدارة
المختبرات أو ربط عدة فروع ومواقع ضمن منظومة واحدة،
يمكن لفريق National Technology دراسة بيئة العمل
ومتطلبات التشغيل وبناء الحل المناسب لها.


<a
href="https://nationaltechnology.net/contact-us/"
target="_blank"
rel="noopener noreferrer"
>
تواصل معنا





/* =========================================================
NATIONAL TECHNOLOGY — ABHA PRIVATE HOSPITAL
AABB RECOGNITION / BBM NEWS
========================================================= */
.nt-abha-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-abha-news *,
.nt-abha-news *::before,
.nt-abha-news *::after{
box-sizing:border-box;
}
.nt-abha-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-abha-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-abha-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-abha-circle-one{
width:330px;
height:330px;
top:750px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntAbhaFloat 12s ease-in-out infinite;
}
.nt-abha-circle-two{
width:210px;
height:210px;
top:1550px;
right:-150px;
border:1px solid rgba(181,35,27,.06);
animation:ntAbhaFloat2 15s ease-in-out infinite;
}
@keyframes ntAbhaFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntAbhaFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-abha-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-abha-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-abha-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-abha-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-abha-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-abha-main-image:hover img{
transform:scale(1.012);
}
.nt-abha-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-abha-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-abha-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-abha-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-abha-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-abha-header h1 strong{
color:var(--blue-dark);
}
.nt-abha-name{
direction:ltr;
unicode-bidi:isolate;
display:inline;
color:var(--blue);
}
.nt-abha-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-abha-intro strong{
color:#233e60;
}
/* =========================================================
INFORMATION
========================================================= */
.nt-abha-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-abha-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-abha-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-abha-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-abha-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-abha-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
STATEMENT
========================================================= */
.nt-abha-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-abha-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-abha-section-head{
margin-bottom:26px;
}
.nt-abha-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-abha-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
QUALITY GRID
========================================================= */
.nt-abha-quality{
margin-bottom:57px;
}
.nt-abha-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-abha-card{
position:relative;
min-height:155px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-abha-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-abha-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-abha-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-abha-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
ACCREDITATION SECTION
========================================================= */
.nt-abha-accreditation{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-abha-accreditation-side{
position:relative;
min-height:270px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-abha-accreditation-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
right:-85px;
bottom:-100px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
}
.nt-abha-accreditation-side-content{
position:relative;
z-index:2;
}
.nt-abha-accreditation-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-abha-accreditation-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-abha-accreditation-body{
padding:34px 36px;
}
.nt-abha-accreditation-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-abha-accreditation-body p:last-child{
margin-bottom:0;
}
.nt-abha-accreditation-body strong{
color:var(--blue-dark);
}
/* =========================================================
BBM SECTION
========================================================= */
.nt-abha-bbm{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-abha-bbm h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-abha-bbm p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-abha-bbm strong{
color:var(--blue-dark);
}
/* =========================================================
CONGRATULATIONS
========================================================= */
.nt-abha-congrats{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-abha-congrats h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-abha-congrats p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-abha-congrats strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-abha-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-abha-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-abha-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-abha-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-abha-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-abha-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.nt-abha-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-abha-reveal.nt-abha-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-abha-container{
width:calc(100% - 32px);
}
.nt-abha-header h1{
font-size:35px;
}
.nt-abha-intro{
font-size:17px;
}
.nt-abha-info{
grid-template-columns:1fr;
}
.nt-abha-grid{
grid-template-columns:1fr;
}
.nt-abha-accreditation{
grid-template-columns:1fr;
}
.nt-abha-accreditation-side{
min-height:auto;
justify-content:flex-start;
}
.nt-abha-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-abha-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-abha-container{
width:calc(100% - 24px);
}
.nt-abha-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-abha-header{
margin-bottom:32px;
}
.nt-abha-header h1{
font-size:27px;
line-height:1.6;
}
.nt-abha-intro{
font-size:16px;
line-height:1.95;
}
.nt-abha-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-abha-card{
min-height:auto;
padding:22px 20px;
}
.nt-abha-card h3{
font-size:17px;
}
.nt-abha-card p{
font-size:14.5px;
}
.nt-abha-accreditation-side{
padding:27px 23px;
}
.nt-abha-accreditation-side h2{
font-size:25px;
}
.nt-abha-accreditation-body{
padding:25px 22px;
}
.nt-abha-accreditation-body p{
font-size:15.5px;
}
.nt-abha-bbm,
.nt-abha-congrats{
padding:22px 18px;
}
.nt-abha-bbm h2,
.nt-abha-congrats h2{
font-size:21px;
}
.nt-abha-bbm p,
.nt-abha-congrats p{
font-size:15px;
}
.nt-abha-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-abha-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-abha-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-04_03_08-PM.png"
alt="National Technology تهنئ مستشفى أبها الخاص بالحصول على اعتماد AABB"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

أخبار العملاء والاعتمادات


National Technology
تهنئ مستشفى أبها الخاص بالحصول على اعتماد
AABB



تتقدم
National Technology
بخالص التهنئة إلى
مستشفى أبها الخاص
بمناسبة حصول بنك الدم على اعتماد
AABB،
إلى جانب اعتماد
Saudi FDA،
في إنجاز يعكس التزام بنك الدم بمنظومة عمل تضع
الجودة وسلامة المرضى وجودة الرعاية في مقدمة الأولويات.



<!-- =====================================================
INFORMATION
====================================================== -->

المؤسسة


مستشفى أبها الخاص


الاعتماد


AABB


الحل المستخدم


Blood Bank Manager — BBM



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
الاعتمادات الدولية في مجال بنوك الدم تعكس مستوى
الالتزام الذي تبنيه المؤسسة عبر

السياسات والإجراءات، وجودة الممارسة،
والتتبع، وسلامة العمليات، والعمل المستمر للفرق المسؤولة.

ولذلك نعتز بمشاركة مستشفى أبها الخاص الاحتفال
بهذا الإنجاز.
<!-- =================================================
QUALITY VALUES
================================================== -->

QUALITY & PATIENT SAFETY


إنجاز يعكس ثقافة جودة متكاملة داخل بنك الدم


01


الالتزام بالجودة



يمثل الحصول على الاعتماد انعكاسًا للعمل
المنهجي والالتزام المستمر بمتطلبات الجودة
داخل عمليات بنك الدم.


02


سلامة المرضى



تعتمد عمليات بنوك الدم على مستويات عالية
من الدقة والتحقق والتتبع لحماية المتبرع
والمتلقي في مختلف مراحل دورة الدم.


03


التتبع الكامل للعمليات



يمثل توثيق حركة وحدات الدم ومراحل الاختبار
والتجهيز والصرف جزءًا أساسيًا من بيئة التشغيل
المنظمة داخل بنك الدم.


04


جاهزية المراجعة



تعتمد بيئات العمل المنضبطة على وجود سجلات
واضحة وإجراءات قابلة للمراجعة بما يدعم
المتابعة والتحقق من تنفيذ العمليات.



<!-- =================================================
ACCREDITATION
================================================== -->

AABB ACCREDITATION


نجاح يستحق التقدير والاحتفال



نهنئ
مستشفى أبها الخاص
وفريق بنك الدم على هذا الإنجاز،
والذي يأتي إلى جانب اعتماد
Saudi FDA.



ويعكس الوصول إلى هذه المرحلة حجم العمل
الذي تقوم به فرق بنك الدم للمحافظة على
جودة العمليات وسلامة المرضى
واستمرارية تطبيق الإجراءات المطلوبة.



وتفخر
National Technology
بأن يكون نظام

Blood Bank Manager

جزءًا من البيئة الرقمية التي تدعم
إدارة عمليات بنك الدم وتوثيقها وتتبعها.



<!-- =================================================
BBM ROLE
================================================== -->


دور التكنولوجيا في دعم بيئة بنك الدم



تم تصميم

Blood Bank Manager — BBM

لدعم دورة العمل المتكاملة لبنوك الدم،
بدءًا من إدارة المتبرعين والتبرع والاختبارات،
مرورًا بتجهيز المكونات وإدارة المخزون،
وحتى الصرف ونقل الدم والتتبع.
كما يدعم النظام توثيق حركة وحدات الدم،
وإدارة البيانات التشغيلية،
والتكامل مع الأنظمة والأجهزة ذات الصلة.



<!-- =================================================
CONGRATULATIONS
================================================== -->


التهنئة أولًا للفرق التي صنعت هذا الإنجاز



نتوجه بالتهنئة إلى إدارة
مستشفى أبها الخاص
وإلى جميع فرق بنك الدم والجودة
وكل من ساهم في الوصول إلى هذا الاعتماد.
الحصول على الاعتماد هو نتيجة عمل مؤسسي متكامل،
ونحن نعتز بأن نكون جزءًا من المنظومة التقنية
التي تدعم هذه البيئة التشغيلية.



<!-- =================================================
FINAL MESSAGE
================================================== -->
نفخر بمشاركة
مستشفى أبها الخاص
الاحتفال بهذا الإنجاز،
ونتمنى لفريق المستشفى وبنك الدم
استمرار النجاح والتقدم.

ونعتز بالثقة في حلول National Technology
وباستمرار دور التكنولوجيا في دعم عمليات أكثر
تنظيمًا وتتبعًا داخل بنوك الدم.

<!-- =================================================
CTA
================================================== -->

Blood Bank Manager


تعرف على منظومة BBM لإدارة دورة الدم



تعرف على حل National Technology لإدارة
المتبرعين والاختبارات والمكونات والمخزون
والصرف ونقل الدم والتتبع ضمن منظومة
تشغيل متكاملة لبنوك الدم.


<a
href="https://nationaltechnology.net/"
target="_blank"
rel="noopener noreferrer"
>
تعرف على حلولنا





/* =========================================================
NATIONAL TECHNOLOGY — SRTA CITY / NT.LIMS PARTNERSHIP
========================================================= */
.nt-srta-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-srta-news *,
.nt-srta-news *::before,
.nt-srta-news *::after{
box-sizing:border-box;
}
.nt-srta-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-srta-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-srta-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-srta-circle-one{
width:330px;
height:330px;
top:730px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntSrtaFloat 12s ease-in-out infinite;
}
.nt-srta-circle-two{
width:210px;
height:210px;
top:1580px;
right:-150px;
border:1px solid rgba(181,35,27,.06);
animation:ntSrtaFloat2 15s ease-in-out infinite;
}
@keyframes ntSrtaFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntSrtaFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-srta-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-srta-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-srta-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-srta-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-srta-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-srta-main-image:hover img{
transform:scale(1.012);
}
.nt-srta-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-srta-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-srta-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-srta-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-srta-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-srta-header h1 strong{
color:var(--blue-dark);
}
.nt-srta-name{
direction:ltr;
unicode-bidi:isolate;
display:inline;
color:var(--blue);
}
.nt-srta-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-srta-intro strong{
color:#233e60;
}
/* =========================================================
INFORMATION
========================================================= */
.nt-srta-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-srta-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-srta-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-srta-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-srta-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-srta-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
STATEMENT
========================================================= */
.nt-srta-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-srta-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-srta-section-head{
margin-bottom:26px;
}
.nt-srta-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-srta-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
CAPABILITY GRID
========================================================= */
.nt-srta-capabilities{
margin-bottom:57px;
}
.nt-srta-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-srta-card{
position:relative;
min-height:155px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-srta-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-srta-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-srta-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-srta-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
RESEARCH TRANSFORMATION
========================================================= */
.nt-srta-transformation{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-srta-transformation-side{
position:relative;
min-height:280px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-srta-transformation-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
right:-85px;
bottom:-100px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
}
.nt-srta-transformation-side-content{
position:relative;
z-index:2;
}
.nt-srta-transformation-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-srta-transformation-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-srta-transformation-body{
padding:34px 36px;
}
.nt-srta-transformation-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-srta-transformation-body p:last-child{
margin-bottom:0;
}
.nt-srta-transformation-body strong{
color:var(--blue-dark);
}
.nt-srta-product{
color:var(--red) !important;
}
/* =========================================================
PARTNERSHIP
========================================================= */
.nt-srta-partnership{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-srta-partnership h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-srta-partnership p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-srta-partnership strong{
color:var(--blue-dark);
}
/* =========================================================
RESEARCH CONTEXT
========================================================= */
.nt-srta-research{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-srta-research h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-srta-research p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-srta-research strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-srta-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-srta-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-srta-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-srta-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-srta-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-srta-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.nt-srta-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-srta-reveal.nt-srta-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-srta-container{
width:calc(100% - 32px);
}
.nt-srta-header h1{
font-size:35px;
}
.nt-srta-intro{
font-size:17px;
}
.nt-srta-info{
grid-template-columns:1fr;
}
.nt-srta-grid{
grid-template-columns:1fr;
}
.nt-srta-transformation{
grid-template-columns:1fr;
}
.nt-srta-transformation-side{
min-height:auto;
justify-content:flex-start;
}
.nt-srta-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-srta-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-srta-container{
width:calc(100% - 24px);
}
.nt-srta-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-srta-header{
margin-bottom:32px;
}
.nt-srta-header h1{
font-size:27px;
line-height:1.6;
}
.nt-srta-intro{
font-size:16px;
line-height:1.95;
}
.nt-srta-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-srta-card{
min-height:auto;
padding:22px 20px;
}
.nt-srta-card h3{
font-size:17px;
}
.nt-srta-card p{
font-size:14.5px;
}
.nt-srta-transformation-side{
padding:27px 23px;
}
.nt-srta-transformation-side h2{
font-size:25px;
}
.nt-srta-transformation-body{
padding:25px 22px;
}
.nt-srta-transformation-body p{
font-size:15.5px;
}
.nt-srta-partnership,
.nt-srta-research{
padding:22px 18px;
}
.nt-srta-partnership h2,
.nt-srta-research h2{
font-size:21px;
}
.nt-srta-partnership p,
.nt-srta-research p{
font-size:15px;
}
.nt-srta-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-srta-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-srta-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-04_05_36-PM.png"
alt="National Technology تعلن شراكتها مع مدينة الأبحاث العلمية والتطبيقات التكنولوجية لتنفيذ NT.LIMS"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

أخبار العملاء والشراكات


شراكة جديدة بين
National Technology
و
SRTA-City
لتنفيذ
NT.LIMS



تعتز
National Technology
بشراكتها مع

مدينة الأبحاث العلمية والتطبيقات التكنولوجية

(SRTA-City)
وتنفيذ منظومة
NT.LIMS
لدعم إدارة العمليات المعملية والبحثية من خلال
بيئة رقمية أكثر تنظيمًا وأمانًا وقابلية للتوسع.



<!-- =====================================================
PROJECT INFORMATION
====================================================== -->

الشريك


مدينة الأبحاث العلمية والتطبيقات التكنولوجية


القطاع


البحث العلمي والتطبيقات التكنولوجية


الحل


National Technology LIMS — NT.LIMS



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
في بيئات البحث العلمي، لا تقتصر إدارة المختبر
على تسجيل البيانات والنتائج فقط؛ بل تحتاج إلى

تنظيم العينات، وضبط دورة العمل، والحفاظ على البيانات،
وتتبع العمليات، وتوفير بنية يمكنها التوسع مع تطور النشاط البحثي.

ومن هنا تأتي أهمية تطبيق منظومة LIMS متخصصة
تدعم طبيعة هذه البيئات.
<!-- =================================================
CORE VALUE
================================================== -->

NT.LIMS


منظومة رقمية تدعم إدارة العمليات البحثية والمعملية


01


إدارة آلية للبيانات



يساعد NT.LIMS على تنظيم البيانات المعملية
وإدارتها داخل بيئة مركزية، بما يدعم تقليل
الاعتماد على الإجراءات اليدوية وتشتت المعلومات.


02


تعزيز أمن البيانات



يوفر النظام إطارًا منظمًا للتحكم في الوصول
إلى البيانات والعمليات وفق صلاحيات المستخدمين
ومسؤولياتهم داخل بيئة العمل.


03


تجربة استخدام واضحة



تم تصميم بيئة العمل لتساعد المستخدمين
على الوصول إلى الوظائف والبيانات المطلوبة
وإدارة خطوات العمل بصورة منظمة.


04


قابلية للتوسع



توفر المنظومة أساسًا تقنيًا يمكن أن يتطور
مع نمو النشاط، وتعدد المختبرات،
وتغير احتياجات المؤسسة البحثية مستقبلًا.



<!-- =================================================
DIGITAL RESEARCH OPERATIONS
================================================== -->

RESEARCH OPERATIONS


من البيانات المتفرقة إلى دورة عمل معملية مترابطة



تمثل منظومة

NT.LIMS

منصة لإدارة دورة العمل المعملية وربط
المراحل المختلفة للعمل داخل بيئة واحدة.



ويمكن للمنظومة دعم إدارة الطلبات والعينات،
وتتبع مراحل العمل، وإدارة أحمال العمل،
وتسجيل ومراجعة النتائج،
وإدارة التخزين والتقارير والبيانات المرتبطة بالعمليات.



وفي المؤسسات البحثية، يساعد هذا النهج
على بناء بيئة أكثر تنظيمًا وقابلية للتتبع،
مع توفير أساس رقمي يدعم التعامل مع
العمليات المتنوعة وتطور احتياجات الباحثين والمختبرات.



<!-- =================================================
PARTNERSHIP
================================================== -->


شراكة بين التكنولوجيا والبحث التطبيقي



تمثل هذه الشراكة محطة مهمة ضمن توجه
National Technology
لتوسيع استخدام حلول
LIMS
في المؤسسات البحثية والعلمية.
ونتطلع من خلال التعاون مع
SRTA-City
إلى دعم بيئة عمل معملية رقمية تتناسب مع
طبيعة البحث العلمي والتطبيقات التكنولوجية
ومتطلبات إدارة البيانات والعينات والعمليات.



<!-- =================================================
RESEARCH CONTEXT
================================================== -->


LIMS للبحث العلمي يتجاوز مجرد تخزين النتائج



تحتاج المختبرات البحثية إلى التحكم في دورة حياة
العينات والبيانات بدءًا من تسجيل العمل المطلوب،
مرورًا بتوزيع العينات ومراحل الاختبار والتتبع،
وحتى مراجعة النتائج والتوثيق والأرشفة.
ولذلك تعتمد قيمة
NT.LIMS
على جمع هذه العمليات ضمن منظومة واحدة
توفر رؤية أوضح لمسار العمل وتدعم الإدارة اليومية للمختبر.



<!-- =================================================
CLOSING
================================================== -->
نعتز بثقة
SRTA-City
في حلول
National Technology،
وننظر إلى هذه الشراكة باعتبارها خطوة جديدة
في مسيرتنا لدعم

التحول الرقمي للمختبرات البحثية والعلمية
من خلال حلول مبنية على فهم دورة العمل الفعلية.

<!-- =================================================
CTA
================================================== -->

Laboratory Information Management System


تعرف على NT.LIMS للمختبرات البحثية والصناعية



إذا كانت مؤسستك تبحث عن منظومة لإدارة
العينات ودورة العمل والنتائج والتتبع والجودة
ضمن بيئة معملية متكاملة، تعرف على حلول
National Technology للمختبرات.


<a
href="https://nationaltechnology.net/"
target="_blank"
rel="noopener noreferrer"
>
تعرف على NT.LIMS





/* =========================================================
NATIONAL TECHNOLOGY — AHL MASR FOUNDATION PARTNERSHIP
========================================================= */
.nt-ahlmasr-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-ahlmasr-news *,
.nt-ahlmasr-news *::before,
.nt-ahlmasr-news *::after{
box-sizing:border-box;
}
.nt-ahlmasr-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-ahlmasr-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-ahlmasr-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-ahlmasr-circle-one{
width:330px;
height:330px;
top:730px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntAhlMasrFloat 12s ease-in-out infinite;
}
.nt-ahlmasr-circle-two{
width:210px;
height:210px;
top:1480px;
right:-150px;
border:1px solid rgba(181,35,27,.06);
animation:ntAhlMasrFloat2 15s ease-in-out infinite;
}
@keyframes ntAhlMasrFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntAhlMasrFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-ahlmasr-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-ahlmasr-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-ahlmasr-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-ahlmasr-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-ahlmasr-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-ahlmasr-main-image:hover img{
transform:scale(1.012);
}
.nt-ahlmasr-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-ahlmasr-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-ahlmasr-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-ahlmasr-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-ahlmasr-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-ahlmasr-header h1 strong{
color:var(--blue-dark);
}
.nt-ahlmasr-name{
color:var(--blue);
}
.nt-ahlmasr-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-ahlmasr-intro strong{
color:#233e60;
}
/* =========================================================
INFORMATION CARDS
========================================================= */
.nt-ahlmasr-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-ahlmasr-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-ahlmasr-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-ahlmasr-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-ahlmasr-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-ahlmasr-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
STATEMENT
========================================================= */
.nt-ahlmasr-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-ahlmasr-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-ahlmasr-section-head{
margin-bottom:26px;
}
.nt-ahlmasr-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-ahlmasr-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
PARTNERSHIP VALUES
========================================================= */
.nt-ahlmasr-values{
margin-bottom:57px;
}
.nt-ahlmasr-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-ahlmasr-card{
position:relative;
min-height:155px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-ahlmasr-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-ahlmasr-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-ahlmasr-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-ahlmasr-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
COLLABORATION SECTION
========================================================= */
.nt-ahlmasr-collaboration{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-ahlmasr-collaboration-side{
position:relative;
min-height:270px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-ahlmasr-collaboration-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
right:-85px;
bottom:-100px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
}
.nt-ahlmasr-collaboration-side-content{
position:relative;
z-index:2;
}
.nt-ahlmasr-collaboration-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-ahlmasr-collaboration-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-ahlmasr-collaboration-body{
padding:34px 36px;
}
.nt-ahlmasr-collaboration-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-ahlmasr-collaboration-body p:last-child{
margin-bottom:0;
}
.nt-ahlmasr-collaboration-body strong{
color:var(--blue-dark);
}
/* =========================================================
PARTNERSHIP MESSAGE
========================================================= */
.nt-ahlmasr-partnership{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-ahlmasr-partnership h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-ahlmasr-partnership p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-ahlmasr-partnership strong{
color:var(--blue-dark);
}
.nt-ahlmasr-partnership a{
color:var(--blue);
text-decoration:none;
font-weight:700;
}
.nt-ahlmasr-partnership a:hover{
text-decoration:underline;
}
/* =========================================================
FUTURE
========================================================= */
.nt-ahlmasr-future{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-ahlmasr-future h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-ahlmasr-future p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-ahlmasr-future strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-ahlmasr-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-ahlmasr-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-ahlmasr-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-ahlmasr-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-ahlmasr-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-ahlmasr-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.nt-ahlmasr-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-ahlmasr-reveal.nt-ahlmasr-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-ahlmasr-container{
width:calc(100% - 32px);
}
.nt-ahlmasr-header h1{
font-size:35px;
}
.nt-ahlmasr-intro{
font-size:17px;
}
.nt-ahlmasr-info{
grid-template-columns:1fr;
}
.nt-ahlmasr-grid{
grid-template-columns:1fr;
}
.nt-ahlmasr-collaboration{
grid-template-columns:1fr;
}
.nt-ahlmasr-collaboration-side{
min-height:auto;
justify-content:flex-start;
}
.nt-ahlmasr-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-ahlmasr-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-ahlmasr-container{
width:calc(100% - 24px);
}
.nt-ahlmasr-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-ahlmasr-header{
margin-bottom:32px;
}
.nt-ahlmasr-header h1{
font-size:27px;
line-height:1.6;
}
.nt-ahlmasr-intro{
font-size:16px;
line-height:1.95;
}
.nt-ahlmasr-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-ahlmasr-card{
min-height:auto;
padding:22px 20px;
}
.nt-ahlmasr-card h3{
font-size:17px;
}
.nt-ahlmasr-card p{
font-size:14.5px;
}
.nt-ahlmasr-collaboration-side{
padding:27px 23px;
}
.nt-ahlmasr-collaboration-side h2{
font-size:25px;
}
.nt-ahlmasr-collaboration-body{
padding:25px 22px;
}
.nt-ahlmasr-collaboration-body p{
font-size:15.5px;
}
.nt-ahlmasr-partnership,
.nt-ahlmasr-future{
padding:22px 18px;
}
.nt-ahlmasr-partnership h2,
.nt-ahlmasr-future h2{
font-size:21px;
}
.nt-ahlmasr-partnership p,
.nt-ahlmasr-future p{
font-size:15px;
}
.nt-ahlmasr-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-ahlmasr-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-ahlmasr-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-04_07_58-PM.png"
alt="National Technology تعلن شراكتها مع مؤسسة أهل مصر"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

أخبار العملاء والشراكات


National Technology
تعتز بشراكتها مع
مؤسسة أهل مصر



تفخر
National Technology
بالشراكة مع
مؤسسة أهل مصر،
في تعاون يجمع بين الخبرة التكنولوجية
والعمل في قطاع الرعاية الصحية،
بهدف تطوير حلول تدعم احتياجات المؤسسات الصحية
وتساهم في بناء بيئات عمل أكثر تطورًا.



<!-- =====================================================
INFORMATION
====================================================== -->

الشريك


مؤسسة أهل مصر


المجال


الرعاية الصحية


طبيعة التعاون


شراكة لتطوير حلول صحية



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
نؤمن بأن التكنولوجيا تحقق قيمتها الحقيقية
عندما ترتبط باحتياجات فعلية داخل قطاع الرعاية الصحية،
وأن

التعاون بين المؤسسات ذات الخبرة المختلفة
يمكن أن يفتح المجال لتطوير حلول أكثر ارتباطًا
بالواقع التشغيلي واحتياجات المستفيدين.

<!-- =================================================
PARTNERSHIP VALUES
================================================== -->

PARTNERSHIP


شراكة تقوم على هدف مشترك


01


فهم احتياجات القطاع الصحي



تبدأ الحلول الفعالة من فهم طريقة العمل
والتحديات الفعلية التي تواجه المؤسسات
والعاملين في بيئات الرعاية الصحية.


02


توظيف التكنولوجيا بصورة عملية



تكتسب التكنولوجيا قيمتها عندما يتم توظيفها
لدعم العمليات الفعلية وتحسين طريقة إدارة
المعلومات والخدمات داخل المؤسسة.


03


تعاون بين فرق مختلفة



تجمع الشراكات الناجحة بين المعرفة المتخصصة
بالقطاع والخبرة التقنية للوصول إلى حلول
تتناسب بصورة أفضل مع الاحتياجات الحقيقية.


04


بناء تعاون مستمر



ننظر إلى الشراكة باعتبارها بداية لمسار
مستمر من التعاون والتطوير، وليس مجرد
خطوة منفصلة أو مشروع قصير المدى.



<!-- =================================================
COLLABORATION
================================================== -->

HEALTHCARE COLLABORATION


عندما تجتمع الخبرة الصحية مع التكنولوجيا



تجمع هذه الشراكة بين
مؤسسة أهل مصر
و
National Technology
ضمن إطار يهدف إلى الاستفادة من
التكنولوجيا في دعم وتطوير حلول
مرتبطة بقطاع الرعاية الصحية.



وفي هذا النوع من التعاون،
لا يبدأ العمل من التكنولوجيا نفسها،
وإنما من تحديد الاحتياجات الفعلية
وفهم العمليات والمستخدمين
ثم بناء الحلول المناسبة حولها.



ويتيح الجمع بين الخبرة العملية
في القطاع الصحي والخبرة التقنية
فرصة لتطوير حلول أكثر ارتباطًا
بمتطلبات العمل اليومي وقابلية للتطور مستقبلًا.



<!-- =================================================
PARTNERSHIP MESSAGE
================================================== -->


فخورون بهذه الشراكة



نعتز بالعمل مع
<a
href="https://www.facebook.com/AhlMasrFoundation"
target="_blank"
rel="noopener noreferrer"
>
مؤسسة أهل مصر

ونتطلع إلى أن يكون هذا التعاون أساسًا
لمزيد من العمل المشترك في تطوير
حلول تخدم احتياجات قطاع الرعاية الصحية.
بالنسبة لنا، الشراكات الحقيقية تُبنى
على الثقة وتبادل الخبرات والقدرة على
تحويل الأفكار إلى حلول قابلة للتطبيق.



<!-- =================================================
FUTURE
================================================== -->


نتطلع إلى استمرار النجاح والتعاون



تمثل هذه الشراكة خطوة جديدة في مسيرة
National Technology
للتعاون مع المؤسسات العاملة في قطاع الرعاية الصحية.
ونتطلع إلى مواصلة العمل مع
مؤسسة أهل مصر
والاستفادة من الخبرات المشتركة
في تطوير حلول تتناسب مع احتياجات القطاع
وتطور بيئات العمل الصحية.



<!-- =================================================
CLOSING
================================================== -->
نفخر بهذه الشراكة،
ونتطلع إلى ما يمكن أن ينتج عنها من فرص
جديدة للتعاون والتطوير.

فالابتكار في الرعاية الصحية يبدأ
بفهم الاحتياج، ثم اختيار التكنولوجيا
المناسبة لتحويله إلى حل عملي.

<!-- =================================================
CTA
================================================== -->

National Technology


حلول تقنية مبنية على فهم القطاع الصحي



تعرف على حلول National Technology
للمختبرات والمؤسسات الصحية،
وكيف ندعم إدارة العمليات والتكامل
والتحول الرقمي في بيئات الرعاية الصحية.


<a
href="https://nationaltechnology.net/"
target="_blank"
rel="noopener noreferrer"
>
تعرف على National Technology





/* =========================================================
NATIONAL TECHNOLOGY
AFRICAN MEDICAL EXHIBITION & CONFERENCE
UNIVERSAL HEALTH INSURANCE DIGITAL TRANSFORMATION
========================================================= */
.nt-africa-health-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-africa-health-news *,
.nt-africa-health-news *::before,
.nt-africa-health-news *::after{
box-sizing:border-box;
}
.nt-africa-health-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-africa-health-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-africa-health-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-africa-health-circle-one{
width:330px;
height:330px;
top:760px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntAfricaHealthFloat 12s ease-in-out infinite;
}
.nt-africa-health-circle-two{
width:220px;
height:220px;
top:1900px;
right:-160px;
border:1px solid rgba(181,35,27,.06);
animation:ntAfricaHealthFloat2 15s ease-in-out infinite;
}
@keyframes ntAfricaHealthFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntAfricaHealthFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-africa-health-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-africa-health-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-africa-health-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-africa-health-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-africa-health-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-africa-health-main-image:hover img{
transform:scale(1.012);
}
.nt-africa-health-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-africa-health-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-africa-health-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-africa-health-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-africa-health-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-africa-health-header h1 strong{
color:var(--blue-dark);
}
.nt-africa-health-name{
color:var(--blue);
}
.nt-africa-health-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-africa-health-intro strong{
color:#233e60;
}
/* =========================================================
INFORMATION CARDS
========================================================= */
.nt-africa-health-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-africa-health-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-africa-health-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-africa-health-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-africa-health-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-africa-health-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
STATEMENT
========================================================= */
.nt-africa-health-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-africa-health-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-africa-health-section-head{
margin-bottom:26px;
}
.nt-africa-health-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-africa-health-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
EXHIBITION SECTION
========================================================= */
.nt-africa-health-event{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-africa-health-event-side{
position:relative;
min-height:280px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-africa-health-event-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
right:-85px;
bottom:-100px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
}
.nt-africa-health-event-side-content{
position:relative;
z-index:2;
}
.nt-africa-health-event-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-africa-health-event-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-africa-health-event-body{
padding:34px 36px;
}
.nt-africa-health-event-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-africa-health-event-body p:last-child{
margin-bottom:0;
}
.nt-africa-health-event-body strong{
color:var(--blue-dark);
}
/* =========================================================
GOVERNORATES
========================================================= */
.nt-africa-health-governorates{
margin-bottom:57px;
}
.nt-africa-health-governorate-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:12px;
}
.nt-africa-health-governorate{
padding:20px 18px;
border:1px solid #e3e9f0;
border-radius:13px;
background:#ffffff;
color:#334b65;
font-size:16px;
font-weight:700;
text-align:center;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-africa-health-governorate:hover{
transform:translateY(-2px);
border-color:#d5e0eb;
box-shadow:
0 10px 25px
rgba(23,75,142,.06);
}
/* =========================================================
KEY STATISTICS
========================================================= */
.nt-africa-health-stats{
margin-bottom:58px;
}
.nt-africa-health-stats-grid{
display:grid;
grid-template-columns:repeat(5,minmax(0,1fr));
gap:12px;
}
.nt-africa-health-stat{
position:relative;
min-height:175px;
display:flex;
flex-direction:column;
justify-content:center;
padding:24px 14px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
text-align:center;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-africa-health-stat:hover{
transform:translateY(-3px);
border-color:#d2dfea;
box-shadow:
0 13px 30px
rgba(23,75,142,.07);
}
.nt-africa-health-stat-number{
display:block;
margin-bottom:9px;
color:var(--blue-dark);
font-size:clamp(29px,3vw,43px);
font-weight:800;
line-height:1.15;
direction:ltr;
unicode-bidi:isolate;
}
.nt-africa-health-stat:first-child .nt-africa-health-stat-number{
color:var(--red);
}
.nt-africa-health-stat-label{
display:block;
color:#536479;
font-size:14px;
font-weight:600;
line-height:1.7;
}
/* =========================================================
SCALE CARDS
========================================================= */
.nt-africa-health-scale{
margin-bottom:57px;
}
.nt-africa-health-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-africa-health-card{
position:relative;
min-height:155px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-africa-health-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-africa-health-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-africa-health-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-africa-health-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
PARTNERSHIP
========================================================= */
.nt-africa-health-partnership{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-africa-health-partnership h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-africa-health-partnership p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-africa-health-partnership strong{
color:var(--blue-dark);
}
/* =========================================================
BUSINESS CONTEXT
========================================================= */
.nt-africa-health-context{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-africa-health-context h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-africa-health-context p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-africa-health-context strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-africa-health-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-africa-health-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-africa-health-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-africa-health-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-africa-health-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-africa-health-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.nt-africa-health-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-africa-health-reveal.nt-africa-health-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:1000px){
.nt-africa-health-stats-grid{
grid-template-columns:repeat(3,minmax(0,1fr));
}
}
@media(max-width:900px){
.nt-africa-health-container{
width:calc(100% - 32px);
}
.nt-africa-health-header h1{
font-size:35px;
}
.nt-africa-health-intro{
font-size:17px;
}
.nt-africa-health-info{
grid-template-columns:1fr;
}
.nt-africa-health-event{
grid-template-columns:1fr;
}
.nt-africa-health-event-side{
min-height:auto;
justify-content:flex-start;
}
.nt-africa-health-governorate-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}
.nt-africa-health-grid{
grid-template-columns:1fr;
}
.nt-africa-health-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-africa-health-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-africa-health-container{
width:calc(100% - 24px);
}
.nt-africa-health-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-africa-health-header{
margin-bottom:32px;
}
.nt-africa-health-header h1{
font-size:27px;
line-height:1.6;
}
.nt-africa-health-intro{
font-size:16px;
line-height:1.95;
}
.nt-africa-health-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-africa-health-event-side{
padding:27px 23px;
}
.nt-africa-health-event-side h2{
font-size:25px;
}
.nt-africa-health-event-body{
padding:25px 22px;
}
.nt-africa-health-event-body p{
font-size:15.5px;
}
.nt-africa-health-governorate-grid{
grid-template-columns:1fr 1fr;
}
.nt-africa-health-governorate{
padding:17px 12px;
font-size:14px;
}
.nt-africa-health-stats-grid{
grid-template-columns:1fr 1fr;
}
.nt-africa-health-stat{
min-height:145px;
padding:20px 10px;
}
.nt-africa-health-stat-number{
font-size:29px;
}
.nt-africa-health-stat-label{
font-size:13px;
}
.nt-africa-health-card{
min-height:auto;
padding:22px 20px;
}
.nt-africa-health-card h3{
font-size:17px;
}
.nt-africa-health-card p{
font-size:14.5px;
}
.nt-africa-health-partnership,
.nt-africa-health-context{
padding:22px 18px;
}
.nt-africa-health-partnership h2,
.nt-africa-health-context h2{
font-size:21px;
}
.nt-africa-health-partnership p,
.nt-africa-health-context p{
font-size:15px;
}
.nt-africa-health-button{
width:100%;
}
}
@media(max-width:420px){
.nt-africa-health-stats-grid,
.nt-africa-health-governorate-grid{
grid-template-columns:1fr;
}
}
@media(prefers-reduced-motion:reduce){
.nt-africa-health-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-africa-health-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-04_09_37-PM.png"
alt="National Technology تشارك في المعرض والمؤتمر الطبي الأفريقي وتستعرض نتائج التحول الرقمي في مشروع التأمين الصحي الشامل"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

المعارض ومشروعات التحول الرقمي


National Technology
تستعرض تجربتها في التحول الرقمي الصحي خلال
المعرض والمؤتمر الطبي الأفريقي



شاركت
National Technology
في
المعرض والمؤتمر الطبي الأفريقي
لاستعراض خبرتها في تطوير وتنفيذ حلول التحول الرقمي
للقطاع الصحي، وتسليط الضوء على جانب من نتائج
المشروعات التي تم تنفيذها بالتعاون مع
الهيئة العامة للرعاية الصحية
ضمن منظومة
التأمين الصحي الشامل.



<!-- =====================================================
INFORMATION
====================================================== -->

الحدث


المعرض والمؤتمر الطبي الأفريقي


نطاق المشروع


منظومة التأمين الصحي الشامل


نطاق التنفيذ


6 محافظات



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN STATEMENT
================================================== -->
بالنسبة لـ
National Technology،
لا يقتصر التحول الرقمي الصحي على تشغيل نظام تقني،
بل يمتد إلى

ربط المنشآت والأجهزة والبيانات والعمليات
ضمن بيئة رقمية قادرة على خدمة عدد كبير من المرضى والمواقع.

<!-- =================================================
EXHIBITION
================================================== -->

DIGITAL HEALTH TRANSFORMATION


من المشاركة في المعرض إلى عرض تجربة تنفيذ حقيقية



جاءت مشاركة
National Technology
في المعرض لعرض خبرتها العملية في
مشروعات التحول الرقمي للقطاع الطبي،
وليس فقط تقديم حلول تقنية بصورة منفصلة.



وترتبط هذه المشاركة بالتعاون المستمر
مع
الهيئة العامة للرعاية الصحية
في دعم ميكنة المنشآت الصحية،
وتطبيق استراتيجيات التحول الرقمي
داخل بيئة الرعاية الصحية والتأمين الصحي.



كما يعكس المشروع أهمية وجود بنية معلوماتية
مترابطة تدعم إدارة البيانات الصحية
عبر عدد كبير من المنشآت والمناطق الجغرافية.



<!-- =================================================
GEOGRAPHICAL COVERAGE
================================================== -->

GEOGRAPHICAL COVERAGE


تنفيذ المشروع عبر ست محافظات


بورسعيد
الإسماعيلية
جنوب سيناء
الأقصر
أسوان
السويس

<!-- =================================================
KEY STATISTICS
================================================== -->

PROJECT RESULTS


جانب من حجم التشغيل الذي وصل إليه المشروع


202
منشأة طبية تمت ميكنتها ضمن المشروع
319
جهاز تحليل تم ربطه آليًا بالنظام
9.9M
اختبار طبي
2.9M
زيارة للمنشآت
1.3M
مريض ضمن بيانات التشغيل

<!-- =================================================
WHAT THE SCALE MEANS
================================================== -->

OPERATIONAL SCALE


ماذا تعني هذه الأرقام من منظور التحول الرقمي؟


01


إدارة شبكة كبيرة من المنشآت



تنفيذ المنظومة عبر 202 منشأة طبية
يتطلب التعامل مع مواقع متعددة
وبيئات تشغيل مختلفة ضمن إطار رقمي مترابط.


02


تكامل واسع مع أجهزة التحليل



ربط 319 جهاز تحليل آليًا يعكس أهمية
التكامل المباشر بين الأنظمة المعملية
والأجهزة المستخدمة في عمليات الاختبار.


03


التعامل مع حجم بيانات كبير



الوصول إلى 9.9 مليون اختبار و2.9 مليون زيارة
يعكس حجم البيانات والعمليات التي يجب
إدارتها وتتبعها داخل المنظومة.


04


دعم بيئة صحية متعددة المحافظات



تشغيل المشروع عبر ست محافظات يوضح
أهمية وجود بنية رقمية قابلة للتوسع
وربط المواقع جغرافيًا وتشغيليًا.



<!-- =================================================
PARTNERSHIP
================================================== -->


تعاون لدعم التحول الرقمي في الرعاية الصحية



يأتي هذا المشروع في إطار التعاون بين
National Technology
و
الهيئة العامة للرعاية الصحية
لدعم ميكنة المنشآت الصحية
وتطوير البنية الرقمية اللازمة لإدارة
العمليات والبيانات عبر مواقع متعددة.
ويعكس حجم التنفيذ أهمية الجمع بين
الخبرة التقنية والفهم الفعلي
للعمليات الصحية والمعملية.



<!-- =================================================
NATIONAL CONTEXT
================================================== -->


التحول الرقمي على مستوى واسع يحتاج إلى أكثر من نظام منفرد



المشروعات التي تضم مئات المنشآت
ومئات أجهزة التحليل وملايين الاختبارات
تحتاج إلى بنية قادرة على

إدارة البيانات، والتكامل بين الأنظمة،
وربط المواقع، ومتابعة العمليات
عبر نطاق جغرافي وتشغيلي واسع.

وهذا النوع من التنفيذ يمثل أحد المجالات
التي تراكمت فيها خبرة
National Technology
من خلال مشروعات المختبرات والرعاية الصحية
متعددة المواقع.



<!-- =================================================
CLOSING
================================================== -->
نفخر بعرض جانب من هذه التجربة خلال
المعرض والمؤتمر الطبي الأفريقي،
وبالمساهمة في مشروعات التحول الرقمي
التي تخدم بيئات صحية واسعة النطاق.

فالقيمة الحقيقية للتكنولوجيا تظهر
عندما تتحول إلى بنية تشغيلية تخدم المنشآت
والفرق الطبية والمرضى على أرض الواقع.

<!-- =================================================
CTA
================================================== -->

Healthcare Digital Transformation


هل تدير شبكة من المختبرات أو المنشآت الصحية؟



تعرف على خبرة National Technology
في أنظمة المختبرات، وربط أجهزة التحليل،
وإدارة المواقع المتعددة والتكامل
ضمن مشروعات التحول الرقمي واسعة النطاق.


<a
href="https://nationaltechnology.net/contact-us/"
target="_blank"
rel="noopener noreferrer"
>
تواصل معنا





/* =========================================================
NATIONAL TECHNOLOGY
GENERAL AUTHORITY FOR HEALTHCARE PARTNERSHIP
========================================================= */
.nt-uhia-partnership-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-uhia-partnership-news *,
.nt-uhia-partnership-news *::before,
.nt-uhia-partnership-news *::after{
box-sizing:border-box;
}
.nt-uhia-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-uhia-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-uhia-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-uhia-circle-one{
width:330px;
height:330px;
top:730px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntUhiaFloat 12s ease-in-out infinite;
}
.nt-uhia-circle-two{
width:210px;
height:210px;
top:1500px;
right:-150px;
border:1px solid rgba(181,35,27,.06);
animation:ntUhiaFloat2 15s ease-in-out infinite;
}
@keyframes ntUhiaFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntUhiaFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-uhia-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-uhia-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-uhia-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-uhia-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-uhia-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-uhia-main-image:hover img{
transform:scale(1.012);
}
.nt-uhia-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-uhia-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-uhia-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-uhia-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-uhia-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-uhia-header h1 strong{
color:var(--blue-dark);
}
.nt-uhia-highlight{
color:var(--blue);
}
.nt-uhia-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-uhia-intro strong{
color:#233e60;
}
/* =========================================================
INFO CARDS
========================================================= */
.nt-uhia-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-uhia-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-uhia-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-uhia-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-uhia-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-uhia-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
STATEMENT
========================================================= */
.nt-uhia-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-uhia-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-uhia-section-head{
margin-bottom:26px;
}
.nt-uhia-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-uhia-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
VALUE CARDS
========================================================= */
.nt-uhia-values{
margin-bottom:57px;
}
.nt-uhia-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-uhia-card{
position:relative;
min-height:155px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-uhia-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-uhia-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-uhia-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-uhia-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
PROJECT SECTION
========================================================= */
.nt-uhia-project{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-uhia-project-side{
position:relative;
min-height:270px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-uhia-project-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
right:-85px;
bottom:-100px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
}
.nt-uhia-project-side-content{
position:relative;
z-index:2;
}
.nt-uhia-project-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-uhia-project-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-uhia-project-body{
padding:34px 36px;
}
.nt-uhia-project-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-uhia-project-body p:last-child{
margin-bottom:0;
}
.nt-uhia-project-body strong{
color:var(--blue-dark);
}
/* =========================================================
PARTNERSHIP
========================================================= */
.nt-uhia-partnership{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-uhia-partnership h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-uhia-partnership p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-uhia-partnership strong{
color:var(--blue-dark);
}
/* =========================================================
SCALE
========================================================= */
.nt-uhia-scale{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-uhia-scale h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-uhia-scale p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-uhia-scale strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-uhia-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-uhia-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-uhia-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-uhia-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-uhia-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-uhia-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.nt-uhia-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-uhia-reveal.nt-uhia-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-uhia-container{
width:calc(100% - 32px);
}
.nt-uhia-header h1{
font-size:35px;
}
.nt-uhia-intro{
font-size:17px;
}
.nt-uhia-info{
grid-template-columns:1fr;
}
.nt-uhia-grid{
grid-template-columns:1fr;
}
.nt-uhia-project{
grid-template-columns:1fr;
}
.nt-uhia-project-side{
min-height:auto;
justify-content:flex-start;
}
.nt-uhia-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-uhia-partnership-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-uhia-container{
width:calc(100% - 24px);
}
.nt-uhia-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-uhia-header{
margin-bottom:32px;
}
.nt-uhia-header h1{
font-size:27px;
line-height:1.6;
}
.nt-uhia-intro{
font-size:16px;
line-height:1.95;
}
.nt-uhia-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-uhia-card{
min-height:auto;
padding:22px 20px;
}
.nt-uhia-card h3{
font-size:17px;
}
.nt-uhia-card p{
font-size:14.5px;
}
.nt-uhia-project-side{
padding:27px 23px;
}
.nt-uhia-project-side h2{
font-size:25px;
}
.nt-uhia-project-body{
padding:25px 22px;
}
.nt-uhia-project-body p{
font-size:15.5px;
}
.nt-uhia-partnership,
.nt-uhia-scale{
padding:22px 18px;
}
.nt-uhia-partnership h2,
.nt-uhia-scale h2{
font-size:21px;
}
.nt-uhia-partnership p,
.nt-uhia-scale p{
font-size:15px;
}
.nt-uhia-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-uhia-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-uhia-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-04_10_50-PM.png"
alt="National Technology تتشرف بالشراكة مع الهيئة العامة للرعاية الصحية وتنفيذ مشروع ميكنة معامل ست محافظات"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

الشراكات ومشروعات التحول الرقمي


National Technology
تتشرف بالشراكة مع
الهيئة العامة للرعاية الصحية
في مشروع ميكنة معامل 6 محافظات



تتشرف
National Technology
بالشراكة مع
الهيئة العامة للرعاية الصحية
والمشاركة في تنفيذ
مشروع ميكنة المعامل في ست محافظات داخل مصر،
ضمن توجه يهدف إلى دعم التحول الرقمي
وتطوير بيئات العمل المعملية داخل المنشآت الصحية.



<!-- =====================================================
INFORMATION
====================================================== -->

الشريك


الهيئة العامة للرعاية الصحية


المشروع


ميكنة المعامل


النطاق الجغرافي


6 محافظات في مصر



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
تمثل المشروعات متعددة المواقع تحديًا تشغيليًا وتقنيًا
يتجاوز مجرد تشغيل نظام داخل كل معمل؛
فهي تحتاج إلى

رؤية موحدة للعمل، وربط المواقع، وتنظيم حركة البيانات،
ودعم إدارة العمليات عبر نطاق جغرافي واسع.

<!-- =================================================
PROJECT VALUES
================================================== -->

LABORATORY DIGITALIZATION


مشروع يمتد عبر عدة محافظات وبيئات تشغيل مختلفة


01


ميكنة العمليات المعملية



يركز المشروع على نقل العمليات المعملية
إلى بيئة رقمية أكثر تنظيمًا،
بما يدعم إدارة مراحل العمل داخل المنشآت الصحية.


02


إدارة مواقع متعددة



يتطلب تنفيذ المشروع عبر ست محافظات
التعامل مع عدد من المواقع وبيئات التشغيل
المختلفة ضمن إطار متكامل.


03


ربط البيانات والعمليات



تساعد الميكنة على بناء بيئة رقمية
تدعم تدفق البيانات بين مراحل العمل
وتوفر أساسًا لإدارة العمليات بصورة مترابطة.


04


بنية قابلة للتوسع



تحتاج المشروعات الحكومية واسعة النطاق
إلى بنية تقنية يمكنها دعم التوسع
وتعدد المواقع وتطور احتياجات التشغيل.



<!-- =================================================
PROJECT SCALE
================================================== -->

MULTI-GOVERNORATE PROJECT


تنفيذ معملي على نطاق ست محافظات



تنفيذ مشروع ميكنة المعامل على مستوى
ست محافظات
يمثل نموذجًا للمشروعات التي تحتاج إلى
إدارة متطلبات تشغيل متعددة ضمن
بنية رقمية واحدة ومترابطة.



ويشمل ذلك التعامل مع اختلاف أحجام المنشآت
وطبيعة العمل داخل المواقع،
مع الحفاظ على إطار موحد يساعد على
تنظيم العمليات وتبادل البيانات.



ويعكس هذا النوع من المشروعات خبرة
National Technology
في التعامل مع أنظمة المختبرات
والبيئات الصحية متعددة المواقع
ومشروعات التحول الرقمي واسعة النطاق.



<!-- =================================================
PARTNERSHIP
================================================== -->


شراكة نعتز بها مع الهيئة العامة للرعاية الصحية



نعتز بالتعاون مع
الهيئة العامة للرعاية الصحية
في مشروع يعكس أهمية التكامل بين
الخبرة التشغيلية للقطاع الصحي
والخبرة التقنية المتخصصة في أنظمة المختبرات.
بالنسبة لنا، المشروعات الناجحة
تُبنى على فهم بيئة العمل الفعلية،
والتنسيق بين الفرق،
والالتزام المشترك طوال مراحل التنفيذ.



<!-- =================================================
SCALE CONTEXT
================================================== -->


التحول الرقمي يبدأ من توحيد الرؤية التشغيلية



عندما يمتد المشروع عبر عدة محافظات،
تصبح الحاجة إلى

تنظيم دورة العمل، وربط المنشآت،
وإدارة البيانات، ودعم المتابعة المركزية

جزءًا أساسيًا من نجاح التنفيذ.
ولهذا تعتمد
National Technology
في مثل هذه المشروعات على خبرتها
في أنظمة المعلومات المعملية
والتكامل وإدارة البيئات متعددة المواقع.



<!-- =================================================
CLOSING
================================================== -->
نفخر بأن نكون جزءًا من مشروع
ميكنة معامل ست محافظات في مصر
بالشراكة مع
الهيئة العامة للرعاية الصحية.

وننظر إلى هذا التعاون باعتباره خطوة جديدة
في دعم التحول الرقمي للقطاع الصحي
من خلال حلول مبنية على فهم العمليات الفعلية للمختبرات.

<!-- =================================================
CTA
================================================== -->

Healthcare Digital Transformation


خبرة في إدارة مشروعات المختبرات متعددة المواقع



تعرف على حلول National Technology
لإدارة المختبرات، وربط الفروع،
وتكامل الأنظمة ودعم مشروعات
التحول الرقمي واسعة النطاق.


<a
href="https://nationaltechnology.net/contact-us/"
target="_blank"
rel="noopener noreferrer"
>
تواصل معنا





/* =========================================================
NATIONAL TECHNOLOGY
HEALTHTECH INNOVATION SUMMIT & EXPO — KSA
========================================================= */
.nt-healthtech-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-healthtech-news *,
.nt-healthtech-news *::before,
.nt-healthtech-news *::after{
box-sizing:border-box;
}
.nt-healthtech-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-healthtech-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-healthtech-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-healthtech-circle-one{
width:330px;
height:330px;
top:720px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntHealthTechFloat 12s ease-in-out infinite;
}
.nt-healthtech-circle-two{
width:210px;
height:210px;
top:1500px;
right:-150px;
border:1px solid rgba(181,35,27,.06);
animation:ntHealthTechFloat2 15s ease-in-out infinite;
}
@keyframes ntHealthTechFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntHealthTechFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-healthtech-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-healthtech-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-healthtech-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-healthtech-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-healthtech-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-healthtech-main-image:hover img{
transform:scale(1.012);
}
.nt-healthtech-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-healthtech-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-healthtech-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-healthtech-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-healthtech-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-healthtech-header h1 strong{
color:var(--blue-dark);
}
.nt-healthtech-name{
direction:ltr;
unicode-bidi:isolate;
display:inline;
color:var(--blue);
}
.nt-healthtech-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-healthtech-intro strong{
color:#233e60;
}
/* =========================================================
EVENT INFORMATION
========================================================= */
.nt-healthtech-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:13px;
}
.nt-healthtech-info-card{
position:relative;
padding:21px 20px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-healthtech-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-healthtech-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-healthtech-info-value{
margin:0;
color:#30465f;
font-size:15px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-healthtech-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
STATEMENT
========================================================= */
.nt-healthtech-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-healthtech-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-healthtech-section-head{
margin-bottom:26px;
}
.nt-healthtech-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-healthtech-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
EVENT VALUE GRID
========================================================= */
.nt-healthtech-values{
margin-bottom:57px;
}
.nt-healthtech-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-healthtech-card{
position:relative;
min-height:155px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-healthtech-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-healthtech-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-healthtech-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-healthtech-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
PARTICIPATION
========================================================= */
.nt-healthtech-participation{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-healthtech-participation-side{
position:relative;
min-height:270px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-healthtech-participation-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
right:-85px;
bottom:-100px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
}
.nt-healthtech-participation-side-content{
position:relative;
z-index:2;
}
.nt-healthtech-participation-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-healthtech-participation-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-healthtech-participation-body{
padding:34px 36px;
}
.nt-healthtech-participation-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-healthtech-participation-body p:last-child{
margin-bottom:0;
}
.nt-healthtech-participation-body strong{
color:var(--blue-dark);
}
/* =========================================================
KSA
========================================================= */
.nt-healthtech-ksa{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-healthtech-ksa h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-healthtech-ksa p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-healthtech-ksa strong{
color:var(--blue-dark);
}
/* =========================================================
FUTURE
========================================================= */
.nt-healthtech-future{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-healthtech-future h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-healthtech-future p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-healthtech-future strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-healthtech-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-healthtech-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-healthtech-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-healthtech-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-healthtech-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-healthtech-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.nt-healthtech-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-healthtech-reveal.nt-healthtech-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-healthtech-container{
width:calc(100% - 32px);
}
.nt-healthtech-header h1{
font-size:35px;
}
.nt-healthtech-intro{
font-size:17px;
}
.nt-healthtech-info{
grid-template-columns:repeat(2,minmax(0,1fr));
}
.nt-healthtech-grid{
grid-template-columns:1fr;
}
.nt-healthtech-participation{
grid-template-columns:1fr;
}
.nt-healthtech-participation-side{
min-height:auto;
justify-content:flex-start;
}
.nt-healthtech-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-healthtech-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-healthtech-container{
width:calc(100% - 24px);
}
.nt-healthtech-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-healthtech-header{
margin-bottom:32px;
}
.nt-healthtech-header h1{
font-size:27px;
line-height:1.6;
}
.nt-healthtech-intro{
font-size:16px;
line-height:1.95;
}
.nt-healthtech-info{
grid-template-columns:1fr;
}
.nt-healthtech-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-healthtech-card{
min-height:auto;
padding:22px 20px;
}
.nt-healthtech-card h3{
font-size:17px;
}
.nt-healthtech-card p{
font-size:14.5px;
}
.nt-healthtech-participation-side{
padding:27px 23px;
}
.nt-healthtech-participation-side h2{
font-size:25px;
}
.nt-healthtech-participation-body{
padding:25px 22px;
}
.nt-healthtech-participation-body p{
font-size:15.5px;
}
.nt-healthtech-ksa,
.nt-healthtech-future{
padding:22px 18px;
}
.nt-healthtech-ksa h2,
.nt-healthtech-future h2{
font-size:21px;
}
.nt-healthtech-ksa p,
.nt-healthtech-future p{
font-size:15px;
}
.nt-healthtech-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-healthtech-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-healthtech-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-04_12_34-PM.png"
alt="National Technology راعٍ وعارض في HealthTech Innovation Summit & Expo بالرياض"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

المعارض والفعاليات


National Technology
تشارك كراعٍ وعارض في
HealthTech Innovation Summit & Expo
في المملكة العربية السعودية



شاركت
National Technology
كراعٍ وعارض في

HealthTech Innovation Summit & Expo

الذي أُقيم في الرياض،
ضمن مشاركة هدفت إلى التواصل مع قادة قطاع
التكنولوجيا الصحية واستعراض خبرة الشركة
في الحلول الرقمية المتخصصة للمختبرات والرعاية الصحية.



<!-- =====================================================
EVENT INFORMATION
====================================================== -->

الحدث


HealthTech Innovation Summit & Expo


المشاركة


راعٍ وعارض


التاريخ


5–6 يونيو 2023


الموقع


جناح B14 — هيلتون الرياض



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
توفر الفعاليات المتخصصة في التكنولوجيا الصحية
مساحة تجمع المؤسسات الصحية ومقدمي التكنولوجيا
والخبراء لمناقشة التحديات الفعلية للقطاع،
واستكشاف

كيف يمكن للتكنولوجيا أن تدعم عمليات أكثر ترابطًا
وإدارة أفضل للبيانات وتطور الخدمات الصحية.

<!-- =================================================
EVENT VALUE
================================================== -->

HEALTHCARE INNOVATION


منصة تجمع التكنولوجيا والخبرة التشغيلية في القطاع الصحي


01


استعراض حلول التكنولوجيا الصحية



أتاحت الفعالية التعرف على اتجاهات
وتقنيات متنوعة تدعم تطور الخدمات
والعمليات داخل المؤسسات الصحية.


02


التواصل مع قادة القطاع



وفرت الفعالية مساحة للتواصل بين
المؤسسات الصحية ومقدمي التكنولوجيا
والخبراء وصناع القرار.


03


مناقشة التحول الرقمي



ركزت المشاركة على الدور المتزايد
للحلول الرقمية في دعم إدارة العمليات
والبيانات داخل قطاع الرعاية الصحية.


04


بناء علاقات مهنية جديدة



تساعد الفعاليات المتخصصة على فتح
مجالات جديدة للتعاون وتبادل الخبرات
حول احتياجات السوق والتكنولوجيا.



<!-- =================================================
NT PARTICIPATION
================================================== -->

SPONSOR & EXHIBITOR


حضور National Technology في قلب الحوار حول مستقبل الصحة الرقمية



جاءت مشاركة
National Technology
كراعٍ وعارض لتعكس استمرار حضور الشركة
في الفعاليات المتخصصة التي تجمع
قطاع الرعاية الصحية بالتكنولوجيا.



وخلال الحدث، أتاحت المشاركة فرصة
لعرض خبرة الشركة في أنظمة
المعلومات المعملية،
وأتمتة دورة العمل،
وربط الأجهزة والأنظمة،
وإدارة البيانات عبر بيئات صحية متعددة.



كما شكل الحدث منصة للتواصل
مع المؤسسات والمهنيين المهتمين
بتطوير البنية الرقمية للقطاع الصحي
ودراسة احتياجات المشروعات المستقبلية.



<!-- =================================================
KSA
================================================== -->


استمرار حضور National Technology في السوق السعودي



تأتي المشاركة في الرياض ضمن اهتمام
National Technology
بالسوق السعودي وقطاع الرعاية الصحية
في المملكة، حيث تواصل الشركة دعم المؤسسات
بحلول متخصصة في إدارة المختبرات
والبيانات والتكامل والأتمتة.
كما تمثل هذه الفعاليات فرصة لفهم
الأولويات المتغيرة للسوق والتواصل
المباشر مع المؤسسات والجهات العاملة في القطاع.



<!-- =================================================
EVENT DETAILS
================================================== -->


يومان للتواصل ومناقشة مستقبل التكنولوجيا الصحية



أُقيم

HealthTech Innovation Summit & Expo

يومي
5 و6 يونيو 2023
في
هيلتون الرياض،
وشاركت
National Technology
من خلال
Booth B14.
وقد شكلت الفعالية مساحة لمناقشة
التقنيات الجديدة وبناء علاقات مهنية
بين الأطراف المختلفة في منظومة الرعاية الصحية.



<!-- =================================================
CLOSING
================================================== -->
نعتز بمشاركتنا في

HealthTech Innovation Summit & Expo

وبالفرصة التي أتاحها الحدث للتواصل
مع مجتمع التكنولوجيا الصحية في المملكة.

وتظل مشاركتنا في مثل هذه الفعاليات جزءًا
من التزامنا بفهم احتياجات السوق
وتطوير حلول تتناسب مع واقع العمليات الصحية والمعملية.

<!-- =================================================
CTA
================================================== -->

National Technology


حلول رقمية متخصصة للمختبرات والرعاية الصحية



تعرف على حلول National Technology
لإدارة المختبرات، وربط أجهزة التحليل،
والتكامل بين الأنظمة، ودعم
مشروعات التحول الرقمي في المؤسسات الصحية.


<a
href="https://nationaltechnology.net/contact-us/"
target="_blank"
rel="noopener noreferrer"
>
تواصل معنا





/* =========================================================
NATIONAL TECHNOLOGY
UNIVERSAL HEALTH INSURANCE
PORT SAID & LUXOR LAB AUTOMATION
========================================================= */
.nt-uhi-pl-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f5f9fd;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-uhi-pl-news *,
.nt-uhi-pl-news *::before,
.nt-uhi-pl-news *::after{
box-sizing:border-box;
}
.nt-uhi-pl-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-uhi-pl-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-uhi-pl-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-uhi-pl-circle-one{
width:330px;
height:330px;
top:760px;
left:-250px;
border:1px solid rgba(23,75,142,.07);
animation:ntUhiPlFloat 12s ease-in-out infinite;
}
.nt-uhi-pl-circle-two{
width:220px;
height:220px;
top:2050px;
right:-160px;
border:1px solid rgba(181,35,27,.06);
animation:ntUhiPlFloat2 15s ease-in-out infinite;
}
@keyframes ntUhiPlFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntUhiPlFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-uhi-pl-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-uhi-pl-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-uhi-pl-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-uhi-pl-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-uhi-pl-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-uhi-pl-main-image:hover img{
transform:scale(1.012);
}
.nt-uhi-pl-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:145px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-uhi-pl-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-uhi-pl-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-uhi-pl-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-uhi-pl-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-uhi-pl-header h1 strong{
color:var(--blue-dark);
}
.nt-uhi-pl-highlight{
color:var(--blue);
}
.nt-uhi-pl-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-uhi-pl-intro strong{
color:#233e60;
}
/* =========================================================
INFO CARDS
========================================================= */
.nt-uhi-pl-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-uhi-pl-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-uhi-pl-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-uhi-pl-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-uhi-pl-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-uhi-pl-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
STATEMENT
========================================================= */
.nt-uhi-pl-statement{
position:relative;
margin:0 0 52px;
padding:28px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-uhi-pl-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-uhi-pl-section-head{
margin-bottom:26px;
}
.nt-uhi-pl-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-uhi-pl-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
GOVERNORATE CARDS
========================================================= */
.nt-uhi-pl-governorates{
margin-bottom:58px;
}
.nt-uhi-pl-governorate-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:15px;
}
.nt-uhi-pl-governorate{
position:relative;
padding:28px;
overflow:hidden;
border:1px solid #dfe7ef;
border-radius:16px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-uhi-pl-governorate:hover{
transform:translateY(-3px);
border-color:#d1deea;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-uhi-pl-governorate-name{
display:block;
margin-bottom:18px;
color:var(--blue-dark);
font-size:25px;
font-weight:700;
}
.nt-uhi-pl-governorate-numbers{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px;
}
.nt-uhi-pl-mini-stat{
padding:17px 14px;
border-radius:11px;
background:#f7f9fc;
}
.nt-uhi-pl-mini-number{
display:block;
margin-bottom:5px;
color:var(--red);
font-size:30px;
font-weight:800;
}
.nt-uhi-pl-mini-label{
display:block;
color:#596a7e;
font-size:14px;
line-height:1.6;
}
/* =========================================================
TOTAL STATISTICS
========================================================= */
.nt-uhi-pl-stats{
margin-bottom:58px;
}
.nt-uhi-pl-stats-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-uhi-pl-stat{
min-height:165px;
display:flex;
flex-direction:column;
justify-content:center;
padding:24px 18px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
text-align:center;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-uhi-pl-stat:hover{
transform:translateY(-3px);
border-color:#d2dfea;
box-shadow:
0 13px 30px
rgba(23,75,142,.07);
}
.nt-uhi-pl-stat-number{
display:block;
margin-bottom:9px;
color:var(--blue-dark);
font-size:clamp(34px,4vw,48px);
font-weight:800;
line-height:1.15;
}
.nt-uhi-pl-stat:first-child .nt-uhi-pl-stat-number{
color:var(--red);
}
.nt-uhi-pl-stat-label{
color:#536479;
font-size:15px;
font-weight:600;
line-height:1.7;
}
/* =========================================================
INTEGRATION SECTION
========================================================= */
.nt-uhi-pl-integration{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:.85fr 1.3fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-uhi-pl-integration-side{
position:relative;
min-height:285px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-uhi-pl-integration-side::after{
content:"";
position:absolute;
width:180px;
height:180px;
right:-85px;
bottom:-100px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
}
.nt-uhi-pl-integration-side-content{
position:relative;
z-index:2;
}
.nt-uhi-pl-integration-small{
display:block;
margin-bottom:10px;
color:#dfeafa;
font-size:13px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-uhi-pl-integration-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-uhi-pl-integration-body{
padding:34px 36px;
}
.nt-uhi-pl-integration-body p{
margin:0 0 16px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-uhi-pl-integration-body p:last-child{
margin-bottom:0;
}
.nt-uhi-pl-integration-body strong{
color:var(--blue-dark);
}
/* =========================================================
PROJECT CAPABILITIES
========================================================= */
.nt-uhi-pl-capabilities{
margin-bottom:57px;
}
.nt-uhi-pl-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-uhi-pl-card{
position:relative;
min-height:160px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-uhi-pl-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-uhi-pl-number{
position:absolute;
left:14px;
top:1px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-uhi-pl-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-uhi-pl-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
IMPACT
========================================================= */
.nt-uhi-pl-impact{
margin-bottom:55px;
padding:30px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-uhi-pl-impact h2{
margin:0 0 11px;
color:#263e59;
font-size:24px;
}
.nt-uhi-pl-impact p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-uhi-pl-impact strong{
color:var(--blue-dark);
}
/* =========================================================
THANKS
========================================================= */
.nt-uhi-pl-thanks{
margin-bottom:55px;
padding:30px;
border:1px solid #e1e8ef;
border-radius:15px;
background:#ffffff;
}
.nt-uhi-pl-thanks h2{
margin:0 0 13px;
color:#203852;
font-size:25px;
}
.nt-uhi-pl-thanks p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-uhi-pl-thanks strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-uhi-pl-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-uhi-pl-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-uhi-pl-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-uhi-pl-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-uhi-pl-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff !important;
font-size:15px;
font-weight:700;
text-decoration:none !important;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-uhi-pl-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.nt-uhi-pl-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-uhi-pl-reveal.nt-uhi-pl-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-uhi-pl-container{
width:calc(100% - 32px);
}
.nt-uhi-pl-header h1{
font-size:35px;
}
.nt-uhi-pl-intro{
font-size:17px;
}
.nt-uhi-pl-info{
grid-template-columns:1fr;
}
.nt-uhi-pl-integration{
grid-template-columns:1fr;
}
.nt-uhi-pl-integration-side{
min-height:auto;
justify-content:flex-start;
}
.nt-uhi-pl-grid{
grid-template-columns:1fr;
}
.nt-uhi-pl-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-uhi-pl-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-uhi-pl-container{
width:calc(100% - 24px);
}
.nt-uhi-pl-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-uhi-pl-header{
margin-bottom:32px;
}
.nt-uhi-pl-header h1{
font-size:27px;
line-height:1.6;
}
.nt-uhi-pl-intro{
font-size:16px;
line-height:1.95;
}
.nt-uhi-pl-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-uhi-pl-governorate-grid,
.nt-uhi-pl-stats-grid{
grid-template-columns:1fr;
}
.nt-uhi-pl-governorate{
padding:22px 18px;
}
.nt-uhi-pl-mini-number{
font-size:26px;
}
.nt-uhi-pl-integration-side{
padding:27px 23px;
}
.nt-uhi-pl-integration-side h2{
font-size:25px;
}
.nt-uhi-pl-integration-body{
padding:25px 22px;
}
.nt-uhi-pl-integration-body p{
font-size:15.5px;
}
.nt-uhi-pl-card{
min-height:auto;
padding:22px 20px;
}
.nt-uhi-pl-card h3{
font-size:17px;
}
.nt-uhi-pl-card p{
font-size:14.5px;
}
.nt-uhi-pl-impact,
.nt-uhi-pl-thanks{
padding:22px 18px;
}
.nt-uhi-pl-impact h2,
.nt-uhi-pl-thanks h2{
font-size:21px;
}
.nt-uhi-pl-impact p,
.nt-uhi-pl-thanks p{
font-size:15px;
}
.nt-uhi-pl-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-uhi-pl-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-uhi-pl-circle{
animation:none;
}
}


<!-- =====================================================
BREADCRUMB
====================================================== -->

<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/ChatGPT-Image-Sep-9-2026-04_17_19-PM.png"
alt="National Technology تستكمل مراحل من مشروع ميكنة معامل التأمين الصحي الشامل في بورسعيد والأقصر"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->

مشروعات التحول الرقمي


National Technology
تستكمل مراحل جديدة من مشروع
ميكنة معامل التأمين الصحي الشامل
في بورسعيد والأقصر



تواصل
National Technology
أعمالها في ميكنة معامل منظومة
التأمين الصحي الشامل
في محافظات مصر، مع استكمال عدد من مراحل المشروع
في
بورسعيد والأقصر،
ضمن مشروع متعدد المواقع يهدف إلى ربط
المنشآت والأنظمة المعملية داخل بيئة رقمية متكاملة.



<!-- =====================================================
INFORMATION
====================================================== -->

المشروع


ميكنة معامل التأمين الصحي الشامل


المرحلة


بورسعيد والأقصر


النظام


Laboratory Data Manager — LDM



<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
هذا النوع من المشروعات لا يعتمد على تشغيل
نظام داخل معمل واحد فقط، بل على

بناء شبكة تشغيل مترابطة بين المستشفيات والوحدات الصحية،
وربط الأنظمة، وتأهيل المستخدمين،
وتوحيد تدفق البيانات عبر مواقع متعددة.

<!-- =================================================
GOVERNORATES
================================================== -->

IMPLEMENTATION FOOTPRINT


شبكة تشغيل مترابطة في محافظتي بورسعيد والأقصر


بورسعيد
7
مستشفيات رئيسية
34
وحدة صحية
الأقصر
6
مستشفيات رئيسية
54
وحدة صحية

<!-- =================================================
TOTAL SCALE
================================================== -->

TWO-GOVERNORATE SCALE


حجم التنفيذ في المرحلتين


13
مستشفى رئيسيًا
88
وحدة صحية
2
محافظتان ضمن هذه المرحلة

<!-- =================================================
INTEGRATION
================================================== -->

DIGITAL INTEGRATION


ربط LDM مع HIS وEMR ضمن بيئة صحية واحدة



شملت مراحل المشروع الربط والتكامل الرقمي
بين نظام
LDM
والأنظمة المستخدمة داخل المنشآت الصحية،
بما في ذلك

Hospital Information System — HIS

ونظام

Electronic Medical Record — EMR
.



ويساعد هذا التكامل على انتقال البيانات
بين الأنظمة المختلفة ضمن دورة العمل،
بدلًا من إدارة المختبر كمنظومة منفصلة
عن باقي البيئة المعلوماتية للمؤسسة الصحية.



كما تم تشغيل
LDM
عبر شبكات متكاملة تربط المستشفيات الرئيسية
بالوحدات الصحية التابعة لها،
بما يدعم تنسيق العمل بين المواقع المختلفة.



<!-- =================================================
PROJECT COMPONENTS
================================================== -->

PROJECT EXECUTION


المشروع لم يكن نظامًا فقط — بل تشغيلًا وتكاملًا وتأهيلًا


01


تشغيل شبكة LDM متعددة المواقع



تم تشغيل النظام ضمن شبكة تربط المستشفيات
الرئيسية بالوحدات الصحية في كل محافظة،
بما يدعم إدارة العمل عبر المواقع المختلفة.


02


رفع جاهزية الوحدات الصحية



شملت مراحل المشروع دعم ورفع القدرة التشغيلية
للوحدات الصحية التابعة لمنظومة
التأمين الصحي الشامل في بورسعيد والأقصر.


03


تدريب الكوادر الطبية



تم تدريب مئات العاملين بالقطاع الطبي
على الاستخدام المهني لنظام LDM
والتنسيق بين الوحدات والمنشآت المختلفة.


04


تكامل الأنظمة الصحية



تم تنفيذ الربط الرقمي بين الأنظمة المعملية
وHIS وEMR لدعم تدفق البيانات
بين المختبر وباقي الأنظمة الصحية.



<!-- =================================================
OPERATIONAL IMPACT
================================================== -->


نتائج تشغيلية تمتد إلى ما وراء ميكنة المعمل



وفق النتائج المسجلة ضمن مراحل المشروع،
ساهمت جهود
National Technology
في دعم

سرعة وجودة إصدار النتائج،
وتحسين الأداء الاقتصادي للمعامل،
وتوفير إحصائيات دقيقة تساعد متخذي القرار
على متابعة العمليات بصورة أفضل.

وتعكس هذه النتائج أهمية النظر إلى
نظام المعلومات المعملي باعتباره جزءًا
من منظومة تشغيل صحية متكاملة،
وليس مجرد أداة لتسجيل نتائج الاختبارات.



<!-- =================================================
THANKS
================================================== -->


مشروع وطني يعتمد على تكامل جهود جهات وفرق متعددة



تتقدم
National Technology
بالشكر والتقدير إلى جميع الجهات والفرق
التي ساهمت في تنفيذ مراحل هذا المشروع،
وفي مقدمتها
وزارة الاتصالات وتكنولوجيا المعلومات
و
وزارة الصحة
والجهات والفرق المسؤولة عن
منظومة التأمين الصحي الشامل.
كما نتوجه بالشكر إلى جميع فرق العمل
التي ساهمت في توفير البنية التحتية
والتجهيزات المعملية والدعم المطلوب
لاستكمال مراحل التنفيذ.



<!-- =================================================
FUTURE
================================================== -->
ما تم إنجازه في بورسعيد والأقصر
يمثل جزءًا من مشروع أوسع
لمواصلة ميكنة معامل منظومة
التأمين الصحي الشامل.

وتواصل National Technology العمل على دعم
التوسع في المشروع وربط المزيد من المنشآت
ضمن بيئة معملية رقمية متكاملة.

<!-- =================================================
CTA
================================================== -->

Multi-Site Laboratory Digital Transformation


خبرة في ربط المختبرات والأنظمة الصحية عبر مواقع متعددة



تعرف على خبرة National Technology
في إدارة دورة العمل المعملية،
والتكامل مع HIS وEMR،
وربط الفروع والمواقع ضمن
مشروعات التحول الرقمي واسعة النطاق.


<a
href="https://nationaltechnology.net/contact-us/"
target="_blank"
rel="noopener noreferrer"
>
تواصل معنا