Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

DeleteMacro Method (DicomMacros)






The macro element that holds information about the dataset.
The name of the macro.
The parameters that were passed to the macro.
Macro that returns a string that specifies the DICOM element is to be delete.
Syntax
public static string DeleteMacro( 
   MacroElement element,
   string name,
   params object[] parameters
)
'Declaration
 
Public Shared Function DeleteMacro( _
   ByVal element As MacroElement, _
   ByVal name As String, _
   ByVal ParamArray parameters() As Object _
) As String
'Usage
 
Dim element As MacroElement
Dim name As String
Dim parameters() As Object
Dim value As String
 
value = DicomMacros.DeleteMacro(element, name, parameters)
public:
static String^ DeleteMacro( 
   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 is representative of deletion ($delete$).
Remarks
This macro has no parameters.
Requirements

Target Platforms

See Also

Reference

DicomMacros Class
DicomMacros Members

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features