ApplicationDescription Property (original) (raw)
Summary
Gets or sets the description that will be added to the DICOM dataset preamble.
Syntax
public string ApplicationDescription { get; set; }
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.
Leadtools.Dicom.Common Assembly