PortfolioClick here to return to the portfolio › Web TechnologiesClick here to view all projects within the parent category "Web Technologies" › DHTML › Medical Library
Client:
MSO
Synopsis:
Developed an extensive library of medical clinical information for patients and physicians.
-
Special Features
This graphic show the special components that are part of this development.
About this client
MSO is a distributor of medical devices. The client relies on targeted marketing efforts to identify potential markets and customers for its line of cardiology and ophthalmology products.
About this project
MSObiz is an extensive library of documents on the various clinical fields MSO services. It contains over 3300 web pages of ASP scripts, documents, links, resources and training materials; dozens of animation, videos and audio files.
The site is driven by a SQL 2000 database and its content is dynamically constructed via a custom XML content engine. For example, the main page is created via XML as in the following example:
<?xml version="1.0" encoding="iso-8859-1"?>
<definepage>
<article>
<title bg="#A8D9F0">Neurovision Focus Group Video</title>
<text>View a quicktime video in which patients discuss their experiences with Neurovision Amblyopia Treatment. Read more >></text>
<link>/site/nvc/patients/testimonials.asp</link>
</article>
<article>
<title bg="#FFEEEE">Technology Alert: NVC<sup>TM</sup></title>
<text>MSO announces the introduction of the worlds first FDA cleared non-invasive treatment for Amblyopia: Neural Vision Correction (NVC<sup>TM</sup>)</text>
<link>/site/nvc</link>
<image pos="50" width="83" height="60" align="RIGHT">/site/nvc/images/smallEye.jpg</image>
</article>
<article>
<title>Photos from the 2002 COVD meeting</title>
<text>MSO presented the NVC<sup>TM</sup> Amblyopia treatment at the 2002 COVD. Come take a peek at photos from the conference.</text>
<link target="_blank">/site/covd/</link>
<image pos="0" width="101" height="69" align="LEFT">/site/nvc/images/album.jpg</image>
</article>