Creates a UI medical workstation control by a given name.
public Control GetWorkstsationControl(
string name,
Control defaultControl
)
Public Overloads Function GetWorkstsationControl( _
ByVal name As String, _
ByVal defaultControl As Control _
) As Control
public:
Control^ GetWorkstsationControl(
String^ name,
Control^ defaultControl
)
name
The name of the control to look at its actual type to create.
defaultControl
The default control to return if the specified name was not mapped to a control.
The requested medical workstation control.
All UI controls in the Medical Workstation are created using this function. This allows developers to override the default controls with their own custom controls. The name parameter is actually the class name of the control.
To provide your own type of a control. All you need to do is to update the WorkstationUISettings section in the application configuration file with the original controls name and the new type you want to use for that control.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET