DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / EnhancedMultiFramesMacros.Macro Class / EnhancedMultiFramesMacros.Macro Constructor
Keyword for the DICOM Macro
Whether the Macro is only for Per-Frame Functional Group sequence
Modality value for the Macro, set to null is the Macro is not Modality specific
The list of , each representing a DICOM Attribute within the Macro






    EnhancedMultiFramesMacros.Macro Constructor
    Creates a new DICOM Macro
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal keyword As Keyword, _
       ByVal perFrame As System.Boolean, _
       ByVal modality As System.String, _
       ByVal l As System.Collections.Generic.List(Of EnhancedMultiFramesMacros.MacroElement) _
    )
     
    'Usage
     
    
    Dim keyword As Keyword
    Dim perFrame As System.Boolean
    Dim modality As System.String
    Dim l As System.Collections.Generic.List(Of EnhancedMultiFramesMacros.MacroElement)
     
    Dim instance As New EnhancedMultiFramesMacros.Macro(keyword, perFrame, modality, l)

    Parameters

    keyword
    Keyword for the DICOM Macro
    perFrame
    Whether the Macro is only for Per-Frame Functional Group sequence
    modality
    Modality value for the Macro, set to null is the Macro is not Modality specific
    l
    The list of , each representing a DICOM Attribute within the Macro
    Requirements