DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.DicomObjects.DicomWeb.Internal Namespace / WorklistController Class / GetWorkitems Method






In This Topic
    GetWorkitems Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Web.Http.HttpGetAttribute()>
    Public Function GetWorkitems( _
       ByVal ServerIndex As System.Integer _
    ) As System.Net.Http.HttpResponseMessage
    'Usage
     
    
    Dim instance As WorklistController
    Dim ServerIndex As System.Integer
    Dim value As System.Net.Http.HttpResponseMessage
     
    value = instance.GetWorkitems(ServerIndex)
    [System.Web.Http.HttpGet()]
    public System.Net.Http.HttpResponseMessage GetWorkitems( 
       System.int ServerIndex
    )
    public function GetWorkitems( 
        ServerIndex: System.Integer
    ): System.Net.Http.HttpResponseMessage; 
    System.Web.Http.HttpGetAttribute()
    public function GetWorkitems( 
       ServerIndex : System.int
    ) : System.Net.Http.HttpResponseMessage;
    [System.Web.Http.HttpGet()]
    public: System.Net.Http.HttpResponseMessage* GetWorkitems( 
       System.int ServerIndex
    ) 
    [System.Web.Http.HttpGet()]
    public:
    System.Net.Http.HttpResponseMessage^ GetWorkitems( 
       System.int ServerIndex
    ) 

    Parameters

    ServerIndex
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also