UidMacro Method

Summary
Macro that returns a DICOM UID.
Syntax
C#
VB
C++
public static string UidMacro( 
   MacroElement element, 
   string name, 
   object[] parameters 
) 
Public Shared Function UidMacro( _ 
   ByVal element As MacroElement, _ 
   ByVal name As String, _ 
   ByVal ParamArray parameters() As Object _ 
) As String 
public: 
static String^ UidMacro(  
   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 new DICOM UID.

Remarks

The following parameter is valid:

  • uid root [optional] - The root uid value to used when creating the new UID. If root is not passed a default value of 1.2.840.114257.1.1 will be used.
Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

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