←Select platform

NameMacro Method

Summary

Macro that returns a DICOM person name.

Syntax

C#
VB
C++
public static string NameMacro( 
   MacroElement element, 
   string name, 
   object[] parameters 
) 
Public Shared Function NameMacro( _ 
   ByVal element As Leadtools.Dicom.Common.Anonymization.MacroElement, _ 
   ByVal name As String, _ 
   ByVal ParamArray parameters() As Object _ 
) As String 
public: 
static String^ NameMacro(  
   Leadtools.Dicom.Common.Anonymization.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 DICOM person name string.

Remarks

This macro has not parameters.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly