SequenceMacro Method

Summary

Provides a Macro that allows editing of sequence items.

Syntax
C#
VB
C++
public static string SequenceMacro( 
   MacroElement element, 
   string name, 
   object[] parameters 
) 
Public Shared Function SequenceMacro( _ 
   ByVal element As MacroElement, _ 
   ByVal name As String, _ 
   ByVal ParamArray parameters() As Object _ 
) As String 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly