27102023
This commit is contained in:
112
health-care.php
Normal file
112
health-care.php
Normal file
@@ -0,0 +1,112 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<?php include('includes/head/head.php'); ?>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- LOADER -->
|
||||
<div id="loader-overflow">
|
||||
<div id="loader3">Please enable JS</div>
|
||||
</div>
|
||||
|
||||
<div id="wrap" class="boxed ">
|
||||
<div class="grey-bg">
|
||||
<!-- Header -->
|
||||
<?php include('includes/header/header.php'); ?>
|
||||
<!-- Page Title -->
|
||||
<div class="page-title-cont page-title-large grey-dark-bg page-title-img pt-150"
|
||||
style="background-image: url(images/healthcare.png)">
|
||||
<div class="relative container align-left">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<h1 class="cd-headline zoom light-72-wide sm-mt-20 sm-mb-20">
|
||||
<span>Digital tech potential </span> <br>
|
||||
<span class="cd-words-wrapper waiting">
|
||||
<b class="is-visible">in health and social care not yet realised
|
||||
</b>
|
||||
</span>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Content Container -->
|
||||
<div class="container pt-80">
|
||||
<div class="row">
|
||||
<div class="col-sm-8 blog-main-posts">
|
||||
<div class="blog-post wow fadeIn">
|
||||
|
||||
|
||||
<div class="post-prev-title">
|
||||
<h3><a href="javascript:;">Healthcare</a></h3>
|
||||
</div>
|
||||
<div class="post-prev-text">
|
||||
<p>Health care is a unique sector where IT can truly benefit mankind. It has been
|
||||
scientifically proven that efficient processes
|
||||
supported by robust IT systems have allowed fewer doctors to treat more people.
|
||||
What's more, IT has allowed doctors and nurses
|
||||
to provide healthcare to patients in remote locations, to establish better treatment
|
||||
regimens and to even reduce the workload
|
||||
on the support staff in a hospital.</p>
|
||||
|
||||
<p><b>How We Help</b></p>
|
||||
<p>As the healthcare industry is transforming to value-based care models, new solutions
|
||||
are required to enable collaboration,
|
||||
engage patients and manage costs. Logisoft Techonologies enables healthcare
|
||||
organizations to implement Hospital Management Systems
|
||||
attuned to providing top-notch patient care. We have implemented patient outreach
|
||||
portals at the state level to help hospitals
|
||||
improve patient safety and satisfaction and clinical effectiveness.</p>
|
||||
<p>We believe that no hospital is the same. Each one has its own specialty and hence its
|
||||
own workflow. Our services are customized
|
||||
to suit your needs. We implement global best practices and bring you the latest
|
||||
technology proven to optimize your workflow.
|
||||
When it comes to clinics, hospitals and doctor's offices, we offer:</p>
|
||||
<div class="bullet-point">
|
||||
<p>Internet of Things enabled Platforms </p>
|
||||
<p>Laboratory management platforms </p>
|
||||
<p>Hospital management systems </p>
|
||||
<p>Social portals for hospital staff </p>
|
||||
<p>Enterprise data warehousing </p>
|
||||
<p>Mobile monitoring devices </p>
|
||||
<p>Clinical data integration </p>
|
||||
<p>Patient outreach portals </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Side Menu -->
|
||||
|
||||
<?php include('includes/sidemenu/industries.php'); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
|
||||
<?php include('includes/footer/footer.php'); ?>
|
||||
|
||||
<!-- BACK TO TOP -->
|
||||
<p id="back-top">
|
||||
<a href="#top" title="Back to Top"><span class="icon icon-arrows-up"></span></a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End wrap -->
|
||||
|
||||
<!-- JS begin -->
|
||||
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src='js/jquery.magnific-popup.min.js'></script>
|
||||
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.appear.js"></script>
|
||||
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
<!-- JS end -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user