Preamble property

Delphi example

C++Builder example

 

Builder Syntax

System::AnsiString Preamble

Delphi Syntax

Preamble: String

Overview

Refer to Working with Data Sets.

Remarks

Character string that contains the optional preamble to the Data Set. When setting the preamble, the actual size that will be written to the file when you call SaveDS will be limited to the first 128 bytes.

Call GetDSPreamble to update this property from a loaded Data Set. Call SetDSPreamble to set this property with the preamble to be saved into the DICOM file.

See Also

Elements:

GetDSPreamble method, SetDSPreamble method