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) _
    )
    '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)
    public EnhancedMultiFramesMacros.Macro( 
       Keyword keyword,
       System.bool perFrame,
       System.string modality,
       System.Collections.Generic.List<EnhancedMultiFramesMacros.MacroElement> l
    )
    public EnhancedMultiFramesMacros.Macro( 
        keyword: Keyword;
        perFrame: System.Boolean;
        modality: System.String;
        l: System.Collections.Generic.List
    ); 
    public function EnhancedMultiFramesMacros.Macro( 
       keyword : Keyword,
       perFrame : System.boolean,
       modality : System.String,
       l : System.Collections.Generic.List
    );
    public: EnhancedMultiFramesMacros.Macro( 
       Keyword keyword,
       System.bool perFrame,
       System.string* modality,
       System.Collections.Generic.List<EnhancedMultiFramesMacros.MacroElement*>* l
    )
    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