C#
VB
C++
Macro that converts the Patient birth date to a DICOM age string.
public static string AutoAgeMacro(
MacroElement element,
string name,
object[] parameters
)
Public Shared Function AutoAgeMacro( _
ByVal element As Leadtools.Dicom.Common.Anonymization.MacroElement, _
ByVal name As String, _
ByVal ParamArray parameters() As Object _
) As String
public:
static String^ AutoAgeMacro(
Leadtools.Dicom.Common.Anonymization.MacroElement^ element,
String^ name,
... array<Object^>^ 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.
A DICOM age string.
This macro has no parameters. The macro guarantees that the sex return is not equal to the current value.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET