ApplicationDescription Property

Summary

Gets or sets the description that will be added to the DICOM dataset preamble.

Syntax
C#
VB
C++
public string ApplicationDescription { get; set; } 
Public Property ApplicationDescription As String 
public: 
property String^ ApplicationDescription { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The description to be added to the preamble if necessary.

Remarks

If the Dataset being de-identified is being stored within a DICOM File, then the File Meta Information including the 128 byte preamble, if present, will be replaced with a description of the de-identifying application. Otherwise, there is a risk that identity information may leak through unmodified File Meta Information or preamble. See PS 3.10.

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