[This is preliminary documentation and is subject to change.]
Four bytes containing the character string "DICM".
This Prefix is intended to be used to recognize that this File is or is not a DICOM File.
| C# | Visual Basic | Visual C++ |
public byte[] DicomPrefix { get; set; }
Public Property DicomPrefix As Byte()
public: property array<unsigned char>^ DicomPrefix { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
A different Prefix may be specified
| Exception | Condition |
|---|---|
| ArgumentException | Dicom Prefix should have a length of 4 bytes. |
| ArgumentNullException | Argument is a nullNothingnullptr reference. |