DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / WadoWebClient Class / RetrieveRendered Method
The Requested StudyUID
The Requested series UID (may be null/absent)
The Requested instance UID (may be null/absent)



In This Topic
    RetrieveRendered Method (WadoWebClient)
    In This Topic
    Retrieve Rendered images
    Syntax
    'Declaration
     
    
    Public Function RetrieveRendered( _
       ByVal StudyUID As String, _
       Optional ByVal SeriesUID As String, _
       Optional ByVal InstanceUID As String, _
       Optional ByVal Frames As IEnumerable(Of Integer) _
    ) As Dictionary(Of HttpContentHeaders,Byte())
    'Usage
     
    
    Dim instance As WadoWebClient
    Dim StudyUID As String
    Dim SeriesUID As String
    Dim InstanceUID As String
    Dim Frames As IEnumerable(Of Integer)
    Dim value As Dictionary(Of HttpContentHeaders,Byte())
     
    value = instance.RetrieveRendered(StudyUID, SeriesUID, InstanceUID, Frames)

    Parameters

    StudyUID
    The Requested StudyUID
    SeriesUID
    The Requested series UID (may be null/absent)
    InstanceUID
    The Requested instance UID (may be null/absent)
    Frames

    Return Value

    List of images as byte[] and their media types
    Remarks
    This method is experimental and incomplete as the DICOM specificaiton is ambiguous. There is currently no suport for rendering parameters
    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