DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAttribute.DelayedDataRoutine Delegate
The dataset the bid is realted to



In This Topic
    DicomAttribute.DelayedDataRoutine Delegate
    In This Topic
    Delegate to fetch binary data for the bid
    Syntax
    'Declaration
     
    
    Public Delegate Function DicomAttribute.DelayedDataRoutine( _
       ByVal ds As DicomDataSet _
    ) As Byte()
    'Usage
     
    
    Dim instance As New DicomAttribute.DelayedDataRoutine(AddressOf HandlerMethod)
    public delegate byte[] DicomAttribute.DelayedDataRoutine( 
       DicomDataSet ds
    )
    public delegate array<byte>^ DicomAttribute.DelayedDataRoutine( 
       DicomDataSet^ ds
    )

    Parameters

    ds
    The dataset the bid is realted to

    Return Value

    Binary data as byte[]
    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