DVTk API
AddDefaultAttributes Method (overWriteExistingValue, defaultDataset)
DVTkDvtk.Dicom.InformationEntityBaseInformationEntityAddDefaultAttributes(Boolean, DataSet)
DVTk API

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

Use the information entity tagTypeList to add default values from the defaultDataset into this _dataset. A default value will be added if: overWriteExistingValue is true and a default value exists. or: overWriteExistingValue is false and the default value exists and this _dataset either does not contain the default tag or the default tag has a zero-length value. All child Entities are also processed.
Declaration Syntax
C#Visual BasicVisual C++
public void AddDefaultAttributes(
	bool overWriteExistingValue,
	DataSet defaultDataset
)
Public Sub AddDefaultAttributes ( _
	overWriteExistingValue As Boolean, _
	defaultDataset As DataSet _
)
public:
void AddDefaultAttributes(
	bool overWriteExistingValue, 
	DataSet^ defaultDataset
)
Parameters
overWriteExistingValue (Boolean)
defaultDataset (DataSet)

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0