Roadmap – Architecture
The Microsoft Health CUI Toolkit is a set of .NET controls that help Independent Software Vendors (ISVs) build safe, consistent user interfaces for healthcare applications. Full source code can be downloaded from our CodePlex site, and includes sample applications that illustrate how the controls can be used in a variety of contexts. Unit tests that can be used to verify that the controls are working correctly are also included. The controls are designed to be used in conjunction with the Design Guidance documentation, but ISVs are free to extend the controls to suit their own requirements using the source code provided as a starting point. Once installed into the Visual Studio Toolbox, full IntelliSense and context-sensitive help are available to help developers understand how to use the various control features.
Technology Roadmap
Prior to this release, Toolkit controls were created using ASP.NET AJAX and .NET WinForms. For future releases, all new controls will be developed in Windows Presentation Foundation (WPF) and Silverlight. The decision to change our technology focus is based on feedback we have received from healthcare ISVs, who are keen to start working with these new technologies.
It is important to emphasise that the move to new technologies doesn't make the controls we have produced so far obsolete. Whether you are building a brand new application, or incorporating the Toolkit controls into an existing one, the new technologies are designed to integrate seamlessly with ASP.NET and WinForms, so any investment you have already made has not been wasted. WPF controls can be hosted in WinForms applications using the
.NET ElementHost control, and Silverlight controls are designed to be used within ASP.NET web pages alongside ASP.NET AJAX controls.
Before you can use the toolkit you will need to install a number of prerequisites. These are described in more detail in the ReadMe document that can be downloaded from our CodePlex site.