DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / FunctionalGroupDataSet Method / FunctionalGroupDataSet(Int32,Int32,Int32) Method
The Group of the requested dataset
The Element of the requested dataset
The frame number to which the dataset should apply



In This Topic
    FunctionalGroupDataSet(Int32,Int32,Int32) Method
    In This Topic
    Locate the required functional group within a
    Syntax
    'Declaration
     
    
    Public Overloads Function FunctionalGroupDataSet( _
       ByVal FunctionalGroup As Integer, _
       ByVal FunctionalElement As Integer, _
       ByVal Frame As Integer _
    ) As DicomDataSet
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim FunctionalGroup As Integer
    Dim FunctionalElement As Integer
    Dim Frame As Integer
    Dim value As DicomDataSet
     
    value = instance.FunctionalGroupDataSet(FunctionalGroup, FunctionalElement, Frame)
    public DicomDataSet FunctionalGroupDataSet( 
       int FunctionalGroup,
       int FunctionalElement,
       int Frame
    )
    public:
    DicomDataSet^ FunctionalGroupDataSet( 
       int FunctionalGroup,
       int FunctionalElement,
       int Frame
    ) 

    Parameters

    FunctionalGroup
    The Group of the requested dataset
    FunctionalElement
    The Element of the requested dataset
    Frame
    The frame number to which the dataset should apply

    Return Value

    The requested dataset
    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