DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / RestfulController Class
Members



In This Topic
    RestfulController Class
    In This Topic
    This is a generic controller for a server handling DICOM services It does some of the heavy lifting to translate between DICOM data and an HttpResponseMessage with a utility to negotiate result format
    Syntax
    'Declaration
     
    
    <ControllerAttribute()>
    Public MustInherit Class RestfulController 
       Inherits Microsoft.AspNetCore.Mvc.ControllerBase
    'Usage
     
    
    Dim instance As RestfulController
    [Controller()]
    public abstract class RestfulController : Microsoft.AspNetCore.Mvc.ControllerBase 
    [Controller()]
    public ref class RestfulController abstract : public Microsoft.AspNetCore.Mvc.ControllerBase 
    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Mvc.ControllerBase
          DicomObjects.DicomWeb.RestfulController

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also