DVTk API
DicomPrefix Property
DVTkDvtkData.MediaFileHeadDicomPrefix
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual 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);
}
Remarks
A different Prefix may be specified
Exceptions
ExceptionCondition
ArgumentExceptionDicom Prefix should have a length of 4 bytes.
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0