DVTk API
DataSet Property
DVTkDvtkData.MediaDicomDirDataSet
DVTk API

[This is preliminary documentation and is subject to change.]

Each File shall contain a single Data Set representing a single SOP Instance related to a single SOP Class (and corresponding IOD).
Declaration Syntax
C#Visual BasicVisual C++
public DataSet DataSet { get; set; }
Public Property DataSet As DataSet
public:
property DataSet^ DataSet {
	DataSet^ get ();
	void set (DataSet^ value);
}
Remarks

The Transfer Syntax used to encode the Data Set shall be the one identified by the Transfer Syntax UID of the DICOM File Meta Information.

The last Data Element of a Data Set may be Data Element (FFFC,FFFC) if padding of a Data Set is desired when a file is written. The Value of this Data Set Trailing Padding Data Element (FFFC,FFFC) has no significance and shall be ignored by all DICOM implementations reading this Data Set.

File-set Readers or Updaters shall be able to process this Data Set Trailing Padding (FFFC,FFFC) either in the Data Set following the Meta Information or in Data Sets nested in a Sequence (See PS 3.5 of the DICOM Standard).

Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0