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

In This Topic
    EnhancedMultiFramesMacros.Macro Constructor
    In This Topic
    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) _
    )
    public EnhancedMultiFramesMacros.Macro( 
       Keyword keyword,
       System.bool perFrame,
       System.string modality,
       System.Collections.Generic.List<EnhancedMultiFramesMacros.MacroElement> 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