SequenceMacro Method

Summary
Provides a Macro that allows editing of sequence items.
Syntax
C#
C++/CLI
public static string SequenceMacro( 
   MacroElement element, 
   string name, 
   object[] parameters 
) 
public: 
static String^ SequenceMacro(  
   MacroElement^ element, 
   String^ name, 
   ... array<Object^>^ parameters 
)  

Parameters

element
The macro element that holds information about the dataset.

name
The name of the macro.

parameters
The parameters that were passed to the macro.

Return Value

A string value representative of the macro.

Remarks

The sequence macro allows editing of existing tags under a sequence item. The following parameters or valid:

  • list of sequence items [required] - A list of sequence items separated by commas. The sequence item should be passed as follows 1:Tag:value. The first value is the index of the sequence item (starting with 1). The second value is the Tag to change (Can be specified as constant: PatientID). The third value is the value be assigned to the tag. This value can also include macros.
Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.