TagMacro Constructor(long,string)

Summary

Initializes a new instance of the TagMacro class.

Syntax
C#
VB
C++
public TagMacro( 
   long tag, 
   string macro 
) 
Public Function New( _ 
   ByVal tag As Long, _ 
   ByVal macro As String _ 
) 
public: 
TagMacro(  
   int64 tag, 
   String^ macro 
) 

Parameters

tag
The data element tag this macro corresponds to.

macro
The macro to be associated with the data element tag.

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